TinyLlama-1.1B-Chat-v0.1 Fine-tuned on sql-create-context Data
This model was fine-tuned to generate SQL queries from natural language questions given the context of a table DDL.
See original models here.
See the sql-create-context dataset here.
Usage
Example prompt:
### SQL Table Context: CREATE TABLE table_2249029_1 (gdp_world_rank VARCHAR, asian_rank VARCHAR)
### Human: Name the gdp world rank for asian rank being 15
Example response:
### Assistant: SELECT gdp_world_rank FROM table_2249029_1 WHERE asian_rank = "15"
- Downloads last month
- 12
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.