rajpurkar/squad
Viewer • Updated • 98.2k • 150k • 363
How to use learn3r/t5_3b_qgen with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("learn3r/t5_3b_qgen")
model = AutoModelForSeq2SeqLM.from_pretrained("learn3r/t5_3b_qgen")This model is a fine-tuned version of t5-3b on the squad 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 |
|---|---|---|---|
| 1.147 | 1.0 | 342 | 1.0960 |
| 0.9928 | 2.0 | 684 | 1.1021 |
| 0.861 | 3.0 | 1026 | 1.1422 |
| 0.7545 | 4.0 | 1368 | 1.2032 |
| 0.6504 | 5.0 | 1710 | 1.2719 |
| 0.5708 | 6.0 | 2053 | 1.3405 |
| 0.5077 | 7.0 | 2395 | 1.4169 |
| 0.452 | 8.0 | 2737 | 1.4925 |
| 0.4063 | 9.0 | 3079 | 1.5488 |
| 0.3863 | 9.99 | 3420 | 1.5926 |
Base model
google-t5/t5-3b