top of page
Search

spaCy meets PyTorch-Transformers: Fine-tune BERT, XLNet and GPT-2

If you’re using spaCy and have been waiting to incorporate pretrained models in your applications, then look no further than spacy-pytorch-transformers.


It allows you to use models like BERT in spaCy by interfacing with Hugging Face’s PyTorch implementations.


The library also aligns the transformer features with spaCy’s linguistic tokenization, so you can apply the features to the actual words, instead of just wordpieces.



 
 

Recent Posts

See All

Comments


bottom of page