Instructions to use prajjwal1/roberta_hellaswag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prajjwal1/roberta_hellaswag with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("prajjwal1/roberta_hellaswag") model = AutoModelForMultipleChoice.from_pretrained("prajjwal1/roberta_hellaswag", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
tags fc420a6
prajjwal1 commited on
Merge branch 'main' of https://huggingface.co/prajjwal1/roberta_hellaswag into main 9d5d08d
prajjwal1 commited on
author 1c4ee63
prajjwal1 commited on
Create README.md 253ede6
v1 4014e15
prajjwal1 commited on