512duncanl/c4_200m_cleaned_365k
Viewer • Updated • 365k • 10 • 1
How to use 512duncanl/gec-flan-t5-large with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("512duncanl/gec-flan-t5-large")
model = AutoModelForSeq2SeqLM.from_pretrained("512duncanl/gec-flan-t5-large")This model is a fine-tuned version of google/flan-t5-large on 512duncanl/c4_200m_cleaned_365k, a cleaned subset of Google's C4 200M. 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 | F0.5 | Precision | Recall |
|---|---|---|---|---|---|---|
| 0.3053 | 1.0 | 15000 | 0.2711 | 0.3514 | 0.3728 | 0.2856 |
| 0.2713 | 2.0 | 30000 | 0.2685 | 0.3635 | 0.3859 | 0.2950 |