File size: 282 Bytes
8ee7d37
 
 
 
267c1d0
 
 
 
5c40080
267c1d0
 
5c40080
267c1d0
8ee7d37
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Model Card Phi-3-Sql

This model is a fine-tuned version of the Phi-3-mini-4k-instruct model for text to SQL tasks. Its goal is to achieve high-performance text to SQL outputs using smaller models

```
Prompt ="""
<|system|>
{table_info}

<|user|>
{question}

<|sql|>"""
```