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