napatswift/budget-seq2seq-json
Viewer • Updated • 19.1k • 4
How to use napatswift/mt5-budget-seq2seq-2 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("napatswift/mt5-budget-seq2seq-2")
model = AutoModelForMultimodalLM.from_pretrained("napatswift/mt5-budget-seq2seq-2")This model is a fine-tuned version of napatswift/mt5-budget-seq-1 on an unknown 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 | Cer | Validation Loss |
|---|---|---|---|---|
| 0.0215 | 0.34 | 400 | 0.5769 | 0.0073 |
| 0.0142 | 2.12 | 800 | 0.0072 | 0.7436 |
| 0.0091 | 3.18 | 1200 | 0.0070 | 0.7436 |
| 0.006 | 4.24 | 1600 | 0.0056 | 0.7435 |
Base model
napatswift/mt5-budget-seq-1