ID
3mgmzkrb6shggxewdohflfh3i4
Status
Succeeded
Source
Web
Hardware
A100 (40GB)
Total duration
Created
Webhook

Input

lora_path
https://pub-df34620a84bb4c0683fae07a260df1ea.r2.dev/sql.zip
prompt
You are a powerful text-to-SQL model. Your job is to answer questions about a database. You are given a question and context regarding one or more tables. You must output the SQL query that answers the question. ### Input: What is the total number of decile for the redwood school locality? ### Context: CREATE TABLE table_name_34 (decile VARCHAR, name VARCHAR) ### Response:
max_new_tokens
128
temperature
0.75
top_p
0.9
top_k
50
debug
false

Output

SELECT COUNT(decile) FROM table_name_34 WHERE name = "redwood school"
Generated in