Instructions to use vedica1011/flan-t5-text2sql-with-schema-GIS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vedica1011/flan-t5-text2sql-with-schema-GIS with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("vedica1011/flan-t5-text2sql-with-schema-GIS") model = AutoModelForSeq2SeqLM.from_pretrained("vedica1011/flan-t5-text2sql-with-schema-GIS", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!