Salesforce/wikisql
Updated • 1.69k • 125
How to use kaecilius/t5-small-finetuned-wikisql with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("kaecilius/t5-small-finetuned-wikisql")
model = AutoModelForSeq2SeqLM.from_pretrained("kaecilius/t5-small-finetuned-wikisql", device_map="auto")This model is a fine-tuned version of google-t5/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 | Rougel Fmeasure |
|---|---|---|---|---|
| 0.2154 | 1.0 | 2025 | 0.1703 | 84.069 |
| 0.1831 | 2.0 | 4050 | 0.1498 | 85.027 |
| 0.1649 | 3.0 | 6075 | 0.1405 | 85.392 |
| 0.1569 | 4.0 | 8100 | 0.1361 | 85.514 |
| 0.1549 | 5.0 | 10125 | 0.1346 | 85.655 |
Base model
google-t5/t5-small