ohmeow / blurr

A library that integrates huggingface transformers with the world of fastai, giving fastai devs everything they need to train, evaluate, and deploy transformer specific models.
https://ohmeow.github.io/blurr
Apache License 2.0
289 stars 34 forks source link

Explicitly config num_labels in example #42

Closed yijinlee closed 3 years ago

yijinlee commented 3 years ago

to make it obvious when new users use own dataset

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

ohmeow commented 3 years ago

Ok ... makes sense to me (its one of the things most folks don't notice when they start with transformers). Thanks!