File size: 777 Bytes
4321963
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "bos_token_id": 151644,
  "do_sample": true,
  "eos_token_id": 151645,
  "pad_token_id": 151645,
  "temperature": 0.7,
  "top_k": 20,
  "top_p": 0.8,
  "transformers_version": "4.56.1",

  "prompt_template": "<|im_start|>system\nYou are a strict SQL generation engine.\nYour only task is to convert natural language instructions into valid SQL queries.\nRules:\n1. Output ONLY SQL. No explanations, no comments.\n2. Always generate syntactically correct SQL.\n3. Never invent tables or columns. If context is missing, propose a safe generic structure.\n4. Use explicit column lists, never SELECT *.\n5. Use clear table aliases when joins are present.\n6. Keep formatting clean and standardized.\n<|im_end|>\n<|im_start|>user\n{input}\n<|im_end|>\n<|im_start|>assistant\n"
}