Instructions to use nlpunibo/multiplechoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpunibo/multiplechoice with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("nlpunibo/multiplechoice") model = AutoModelForMultipleChoice.from_pretrained("nlpunibo/multiplechoice", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
First version of the model and tokenizer. fd25a3e
Simone Gayed Said commited on