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.