Instructions to use hf-internal-testing/tiny-random-XLNetForMultipleChoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-XLNetForMultipleChoice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-XLNetForMultipleChoice") model = AutoModelForMultipleChoice.from_pretrained("hf-internal-testing/tiny-random-XLNetForMultipleChoice", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
d7350b4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5008ee1e27864004cc8d60c198aa8160c0c2fee43604f575cbef023d4534caad
size 4384764
|