Instructions to use hf-internal-testing/tiny-random-ElectraForMultipleChoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-ElectraForMultipleChoice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-ElectraForMultipleChoice") model = AutoModelForMultipleChoice.from_pretrained("hf-internal-testing/tiny-random-ElectraForMultipleChoice") - Notebooks
- Google Colab
- Kaggle
[Awaiting approval] Upload ONNX weights
#1 opened about 2 years ago
by
Xenova