Data Science by ODS.ai ๐ฆ
Release of a nice NLP-processing library. https://www.techleer.com/articles/404-spacy-20-released-natural-language-processing-with-python/ #nlp #python
Another major release of #SpaCy
๐ฝ ULMFit/BERT/ELMo-like language model pretraining
๐ Better matching & rule-based NER
๐งฎ Platform-independent matrix multiplication
๐ 2-3 times faster tokenization
โณ Installation without local compilers
Link: https://explosion.ai/blog/spacy-v2-1
#NLP #python
๐ฝ ULMFit/BERT/ELMo-like language model pretraining
๐ Better matching & rule-based NER
๐งฎ Platform-independent matrix multiplication
๐ 2-3 times faster tokenization
โณ Installation without local compilers
Link: https://explosion.ai/blog/spacy-v2-1
#NLP #python
Explosion
Introducing spaCy v2.1 ยท Explosion
Version 2.1 of the spaCy Natural Language Processing library includes a huge number of features, improvements and bug fixes. In this post, we highlight some of the things we're especially pleased with, and explain some of the most challenging parts of preparingโฆ
spaCy meets PyTorch-Transformers: Fine-tune BERT, XLNet and GPT-2
Including pretrained models.
Link: https://explosion.ai/blog/spacy-pytorch-transformers
Pip:
#Transformers #SpaCy #NLP #NLU #PyTorch #Bert #XLNet #GPT
Including pretrained models.
Link: https://explosion.ai/blog/spacy-pytorch-transformers
Pip:
pip install spacy-pytorch-transformers
#Transformers #SpaCy #NLP #NLU #PyTorch #Bert #XLNet #GPT
explosion.ai
spaCy meets Transformers: Fine-tune BERT, XLNet and GPT-2 ยท Explosion
Huge transformer models like BERT, GPT-2 and XLNet have set a new standard for accuracy on almost every NLP leaderboard. You can now use these models in spaCy, via a new interface library we've developed that connects spaCy to Hugging Face's awesome implementations.