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

pretrained=false #91

Open saraswat40 opened 1 year ago

saraswat40 commented 1 year ago

I am following your multilabel classification tutorial. How do I load a model with pretrained=false? Thanks