Closed FrancescoSaverioZuppichini closed 3 years ago
Currently, all the code to load pre-trained models is in PretrainedWeightsProvider. Moreover, we can dump the pretrained decorator and only force the user to load a model using the AutoModel class.
PretrainedWeightsProvider
AutoModel
closed by #287
Why
Currently, all the code to load pre-trained models is in
PretrainedWeightsProvider
. Moreover, we can dump the pretrained decorator and only force the user to load a model using theAutoModel
class.