11 comments

[ 2.7 ms ] story [ 32.2 ms ] thread
I'm surprised transfer learning via fine-tuning large transformer models hasn't taken off more in the public consciousness a la image recognition models. In my experience, the results can be staggering with very small amounts of training data.
It's a very new thing. Pretrained ImageNet models were first released around 2011. Pretrained transformer models have only been released recently.

Also, transformers are only useful for short text, not full documents (AFAIK).

are transformer models are the text version of imagenet model? The first time I am hearing this term.
Awesome! Cant wait to try this out. Are there any plans in the future to incorporate sentence/word generation?
That would be cool, yeah. We haven't had anything like that in spaCy so far, but the results from these models can be very good. I think with a good API it could be very useful.
This stuff is great! Will example training files be uploaded for GLUE/SQAUD/etc like on the HuggingFace's implementation?