Instructions to use hf-tiny-model-private/tiny-random-RobertaForMultipleChoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-RobertaForMultipleChoice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-RobertaForMultipleChoice") model = AutoModelForMultipleChoice.from_pretrained("hf-tiny-model-private/tiny-random-RobertaForMultipleChoice") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
d77917f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8fe2acf6b60adbd0e4b16f880275bfa2267149b242b5a02a7ae40521c42fb6e6
size 372095
|