omeryentur
commited on
Commit
•
52abaf3
1
Parent(s):
0fdc2b3
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
# Model Card Phi-3-Sql
|
5 |
+
|
6 |
+
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
|
7 |
+
|
8 |
+
```
|
9 |
+
Prompt ="""
|
10 |
+
<|system|>
|
11 |
+
{table_info}
|
12 |
+
|
13 |
+
<|user|>
|
14 |
+
{question}
|
15 |
+
|
16 |
+
<|sql|>"""
|
17 |
+
```
|