Instructions to use Shaier/longformer_race with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shaier/longformer_race with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("Shaier/longformer_race") model = AutoModelForMultipleChoice.from_pretrained("Shaier/longformer_race") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.