Live data from Hacker News

SpaCy PyTorch Transformers

explosion.ai

1–10 of 12 posts

Re: SpaCy PyTorch Transformers

#3
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.

Re: SpaCy PyTorch Transformers

#5

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.

Re: SpaCy PyTorch Transformers

#7
post #3

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.

Google (and I assume most ML providers) offers transfer learning on image models: https://cloud.google.com/vision/automl/docs/

Re: SpaCy PyTorch Transformers

#8
post #3

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).

Re: SpaCy PyTorch Transformers

#10
post #6

Spacy also has one of the best documentations that I have come across. I really like the use of Tufte-style notes for code examples. https://spacy.io/api

Also the recent SpaCy IRL talks are well worth watching @ https://www.youtube.com/watch?v=hNPwRPg9BrQ&list=PLBmcuObd5A...
Post reply on HN