Training HuggingFace models using fastai
pip install git+git://github.com/aikindergarten/fasthugs.git
- Sentiment classification: IMDB
- GLUE benchmark
- Machine Translation
- Summarization
- Multiple Choice
- Token Classification
And more coming soon...
This library is lightweight wrapper for this two awesome libraries: HuggingFace transformers and fastai and is inspired by other work in same direction namely earlier fasthugs by @morganmcg1 and blurr by @ohmeow.