Instructions to use mrm8488/t5-small-finetuned-wikiSQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrm8488/t5-small-finetuned-wikiSQL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mrm8488/t5-small-finetuned-wikiSQL") model = AutoModelForSeq2SeqLM.from_pretrained("mrm8488/t5-small-finetuned-wikiSQL") - Notebooks
- Google Colab
- Kaggle
Remove now deprecated / ignored xla_device config setting
#1
by iquery - opened
- config.json +0 -1
config.json
CHANGED
|
@@ -48,5 +48,4 @@
|
|
| 48 |
}
|
| 49 |
},
|
| 50 |
"vocab_size": 32128,
|
| 51 |
-
"xla_device": true
|
| 52 |
}
|
|
|
|
| 48 |
}
|
| 49 |
},
|
| 50 |
"vocab_size": 32128,
|
|
|
|
| 51 |
}
|