Instructions to use mrm8488/t5-base-finetuned-wikiSQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrm8488/t5-base-finetuned-wikiSQL with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mrm8488/t5-base-finetuned-wikiSQL") model = AutoModelForSeq2SeqLM.from_pretrained("mrm8488/t5-base-finetuned-wikiSQL") - Notebooks
- Google Colab
- Kaggle
How to customize for your dataset?
#2
by ksing193 - opened
Hi Manuel - Just wanted to know how can we customize this for different dataset?
Maybe you can check te code in the colab I released to do it
Maybe you can check te code in the colab I released to do it
Thanks π
Maybe you can check te code in the colab I released to do it
Thanks π
Could you please share the notebook, you used for fine tuning ? it would be very helpful. I'm stuck with some errors and not able to resolve it