Salesforce/wikisql
Updated • 3.08k • 125
How to use ofirmac/ofir with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("ofirmac/ofir")
model = AutoModelForMultimodalLM.from_pretrained("ofirmac/ofir")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 |
|---|---|---|---|
| 0.4116 | 1.0 | 4049 | 0.3393 |
| 0.353 | 2.0 | 8098 | 0.3000 |
| 0.3333 | 3.0 | 12147 | 0.2846 |
| 0.3113 | 4.0 | 16196 | 0.2758 |
| 0.302 | 5.0 | 20245 | 0.2732 |
Base model
google-t5/t5-small