ehovy/race
Viewer • Updated • 195k • 11.5k • 71
How to use mamlong34/t5_base_race_cosmos_qa with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("mamlong34/t5_base_race_cosmos_qa")
model = AutoModelForSeq2SeqLM.from_pretrained("mamlong34/t5_base_race_cosmos_qa")This model is a fine-tuned version of t5-base 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 | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.4355 | 1.0 | 10984 | 0.3910 | 0.7072 |
| 0.3233 | 2.0 | 21968 | 0.3833 | 0.7321 |
| 0.229 | 3.0 | 32952 | 0.4414 | 0.7424 |