Salesforce/wikisql
Updated • 1.82k • 125
How to use e22vvb/t5-small-finetuned-wikisql with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("e22vvb/t5-small-finetuned-wikisql")
model = AutoModelForSeq2SeqLM.from_pretrained("e22vvb/t5-small-finetuned-wikisql")This model is a fine-tuned version of google/mt5-base 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.156 | 1.0 | 4049 | 0.1163 | 0.8283 | 0.7535 | 0.7832 |
| 0.1218 | 2.0 | 8098 | 0.1007 | 0.8453 | 0.7681 | 0.799 |
| 0.1056 | 3.0 | 12147 | 0.0944 | 0.8522 | 0.7749 | 0.8059 |
| 0.0967 | 4.0 | 16196 | 0.0921 | 0.8553 | 0.7784 | 0.8093 |
| 0.0935 | 5.0 | 20245 | 0.0907 | 0.8557 | 0.7786 | 0.8095 |