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