allenai/swag
Viewer • Updated • 207k • 5.32k • 24
How to use ManuelPerdigo/distilroberta_optionsChoose with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("ManuelPerdigo/distilroberta_optionsChoose")
model = AutoModelForMultipleChoice.from_pretrained("ManuelPerdigo/distilroberta_optionsChoose")This model is a fine-tuned version of distilroberta-base on the swag dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.9344 | 1.0 | 4597 | 0.7569 | 0.6907 |
| 0.6714 | 2.0 | 9194 | 0.7102 | 0.7233 |
| 0.4522 | 3.0 | 13791 | 0.7727 | 0.7381 |
Base model
distilbert/distilroberta-base
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("ManuelPerdigo/distilroberta_optionsChoose") model = AutoModelForMultipleChoice.from_pretrained("ManuelPerdigo/distilroberta_optionsChoose")