Instructions to use hoganpham/my_first_multiplechoice_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hoganpham/my_first_multiplechoice_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("hoganpham/my_first_multiplechoice_model") model = AutoModelForMultipleChoice.from_pretrained("hoganpham/my_first_multiplechoice_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K