(no title)
bratao
|
6 months ago
I'm really curious about the history of spaCy. From my PoV: it grew a lot during the pandemic era, hiring a lot of employees. I remember something about raising money for the first time. It was very competitive in NLP tasks. Now it seems that it has scaled back considerably, with a dramatic reduction in employees and a total slowdown of the project. The v4 version looks postponed. It isn't competitive in many tasks anymore (for tasks such as NER, I get better results by fine-tuning a BERT model), and the transformer integration is confusing.
cantdutchthis|6 months ago
microtonal|6 months ago
Also: https://explosion.ai/blog/back-to-our-roots-company-update
(Interesting tidbit: I got hired by Explosion after a HN comment on model distillation :))
binarymax|6 months ago
The SpaCy API is just so nice. I love the ease of iterating over sentences, spans, and tokens and having the enrichment right there. Pipelines are super easy, and patterns are fantastic. It’s just a different use case than BERT.