Salesforce/wikisql
Updated • 1.82k • 125
How to use e22vvb/t5-small-wikisql with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("e22vvb/t5-small-wikisql")
model = AutoModelForSeq2SeqLM.from_pretrained("e22vvb/t5-small-wikisql")This model is a fine-tuned version of t5-small on the wikisql 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 | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|---|---|---|---|---|---|---|
| 0.1953 | 1.0 | 4049 | 0.1567 | 0.7952 | 0.7062 | 0.741 |
| 0.1647 | 2.0 | 8098 | 0.1377 | 0.8096 | 0.7182 | 0.7541 |
| 0.1519 | 3.0 | 12147 | 0.1300 | 0.8145 | 0.7233 | 0.7592 |
| 0.1458 | 4.0 | 16196 | 0.1259 | 0.8176 | 0.7261 | 0.762 |
| 0.142 | 5.0 | 20245 | 0.1248 | 0.8185 | 0.7263 | 0.7626 |