Instructions to use ByteForge/Llama_3_8b_Instruct_Text2Sql_FullPrecision_Finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ByteForge/Llama_3_8b_Instruct_Text2Sql_FullPrecision_Finetuned with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -113,7 +113,7 @@ answer:
|
|
| 113 |
"""
|
| 114 |
|
| 115 |
messages = [
|
| 116 |
-
{"role": "system", "content": "You are an text to SQL query translator. Users will ask you questions in English and you will generate a SQL query based on the provided SCHEMA.
|
| 117 |
{"role": "user", "content": prompt},
|
| 118 |
]
|
| 119 |
|
|
|
|
| 113 |
"""
|
| 114 |
|
| 115 |
messages = [
|
| 116 |
+
{"role": "system", "content": "You are an text to SQL query translator. Users will ask you questions in English and you will generate a SQL query based on the provided SCHEMA."},
|
| 117 |
{"role": "user", "content": prompt},
|
| 118 |
]
|
| 119 |
|