Update README.md
Browse files
README.md
CHANGED
@@ -24,15 +24,26 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
|
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
This repository contains a fine-tuned version of the Mistral 7B model, tailored specifically for text-to-SQL tasks.
|
28 |
+
The model is designed to convert natural language queries into structured SQL queries, enabling seamless interaction with databases through conversational language.
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
+
The Mistral-7B-Text2SQL model is intended for applications that require converting natural language queries into SQL commands. Suitable use cases include:
|
33 |
+
|
34 |
+
Conversational Agents: Allowing users to retrieve information from databases through natural language interaction.
|
35 |
+
Data Analytics: Enabling non-technical users to query databases without needing to know SQL syntax.
|
36 |
+
Business Intelligence: Supporting decision-making processes by simplifying data access.
|
37 |
|
38 |
## Training and evaluation data
|
39 |
|
40 |
+
The model was fine-tuned using the generator dataset, which consists of a variety of natural language queries paired with corresponding SQL commands. The dataset is designed to cover a wide range of query types, allowing the model to generalize better across different types of SQL queries.
|
41 |
+
|
42 |
+
Dataset Characteristics
|
43 |
+
Diversity: The dataset includes examples from various domains, ensuring that the model learns to handle a broad spectrum of queries.
|
44 |
+
Size: (Include the size of the dataset, e.g., the number of examples if available.)
|
45 |
+
Annotations: Each example includes natural language input along with the expected SQL output, facilitating supervised learning.
|
46 |
+
|
47 |
|
48 |
## Training procedure
|
49 |
|