ehovy/race
Viewer • Updated • 195k • 11.8k • 71
How to use mamlong34/t5_large_race_cosmos_qa with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("mamlong34/t5_large_race_cosmos_qa")
model = AutoModelForSeq2SeqLM.from_pretrained("mamlong34/t5_large_race_cosmos_qa")This model is a fine-tuned version of t5-large on the race 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 | Accuracy | Validation Loss |
|---|---|---|---|---|
| 0.3513 | 1.0 | 10983 | 0.7714 | 0.3165 |
| 0.2109 | 2.0 | 21966 | 0.7986 | 0.3329 |
| 0.0929 | 3.0 | 32949 | 0.4382 | 0.8023 |