Instructions to use ydshieh/tiny-random-BertForPreTraining with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ydshieh/tiny-random-BertForPreTraining with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("ydshieh/tiny-random-BertForPreTraining") model = AutoModelForPreTraining.from_pretrained("ydshieh/tiny-random-BertForPreTraining") - Notebooks
- Google Colab
- Kaggle
Update tiny models for BertForPreTraining
#2
by ydshieh HF Staff - opened
Upload tiny models for BertForPreTraining