emozilla/sat-reading
Viewer • Updated • 375 • 196 • 3
How to use emozilla/flan-t5-large-sat-reading with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("emozilla/flan-t5-large-sat-reading")
model = AutoModelForSeq2SeqLM.from_pretrained("emozilla/flan-t5-large-sat-reading", device_map="auto")This model is a fine-tuned version of google/flan-t5-large on the emozilla/sat-reading dataset.
This model was trained on the Reading section of several SAT Practice Tests. It scores better than the original pre-trained model while maintaining zero-shot task performance. For more information, see the blog post Language Models vs. The SAT Reading Test.
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 1.0 | 298 | 0.4472 |