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