Salesforce/wikisql
Updated • 1.69k • 125
How to use Harjot4164/t5-small-finetuned-wikisql with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Harjot4164/t5-small-finetuned-wikisql")
model = AutoModelForSeq2SeqLM.from_pretrained("Harjot4164/t5-small-finetuned-wikisql", device_map="auto")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.1885 | 1.0 | 4049 | 0.1513 | 0.7962 | 0.721 | 0.7504 |
| 0.1623 | 2.0 | 8098 | 0.1362 | 0.8107 | 0.7331 | 0.7637 |
| 0.1453 | 3.0 | 12147 | 0.1284 | 0.8168 | 0.7388 | 0.7697 |
| 0.1401 | 4.0 | 16196 | 0.1247 | 0.8179 | 0.7409 | 0.7712 |
| 0.1391 | 5.0 | 20245 | 0.1237 | 0.8197 | 0.7427 | 0.773 |
Base model
google-t5/t5-small