Update README.md
Browse files
README.md
CHANGED
@@ -28,9 +28,9 @@ Phi-3 Mini is a transformer-based language model fine-tuned to generate SQL quer
|
|
28 |
- **Model type:** Transformer-based Language Model for SQL Generation
|
29 |
- **Language(s) (NLP):** English (and SQL)
|
30 |
- **License:** MIT
|
31 |
-
- **Finetuned from model
|
32 |
|
33 |
-
### Model Sources
|
34 |
|
35 |
<!-- Provide the basic links for the model. -->
|
36 |
|
@@ -42,7 +42,7 @@ Phi-3 Mini is a transformer-based language model fine-tuned to generate SQL quer
|
|
42 |
|
43 |
Phi-3 Mini can be used to translate natural language instructions into SQL queries, making it a powerful tool for database querying and management. Users can input descriptive text, and the model will generate the corresponding SQL commands.
|
44 |
|
45 |
-
### Downstream Use
|
46 |
|
47 |
This model can be integrated into applications such as chatbots or virtual assistants that interact with databases. It can also be used in tools designed for automatic query generation based on user-friendly descriptions.
|
48 |
|
@@ -192,7 +192,7 @@ After fine-tuning, the updated model and tokenizer were saved locally and then u
|
|
192 |
|
193 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
194 |
|
195 |
-
#### Preprocessing
|
196 |
|
197 |
Ignore columns other than "sql_prompt", "sql_context", "sql" from the dataset.
|
198 |
|
|
|
28 |
- **Model type:** Transformer-based Language Model for SQL Generation
|
29 |
- **Language(s) (NLP):** English (and SQL)
|
30 |
- **License:** MIT
|
31 |
+
- **Finetuned from model :** Phi-3-mini-4k-instruct base model
|
32 |
|
33 |
+
### Model Sources
|
34 |
|
35 |
<!-- Provide the basic links for the model. -->
|
36 |
|
|
|
42 |
|
43 |
Phi-3 Mini can be used to translate natural language instructions into SQL queries, making it a powerful tool for database querying and management. Users can input descriptive text, and the model will generate the corresponding SQL commands.
|
44 |
|
45 |
+
### Downstream Use
|
46 |
|
47 |
This model can be integrated into applications such as chatbots or virtual assistants that interact with databases. It can also be used in tools designed for automatic query generation based on user-friendly descriptions.
|
48 |
|
|
|
192 |
|
193 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
194 |
|
195 |
+
#### Preprocessing
|
196 |
|
197 |
Ignore columns other than "sql_prompt", "sql_context", "sql" from the dataset.
|
198 |
|