Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
Create a pretrained model with [~TFPreTrainedModel.from_pretrained]:
tf_model = TFDistilBertModel.from_pretrained("distilbert/distilbert-base-uncased")
When you load pretrained weights, the default model configuration is automatically loaded if the model is provided by 🤗 Transformers.