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