Ksukhantharat commited on
Commit
89d9d08
1 Parent(s): 1f96480

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -70,7 +70,7 @@ Use the code below to get started with the model.
70
 
71
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
72
 
73
- The methodology for fine-tuning involves a dataset with two columns: "question" and "SQL syntax". Here's a brief outline of the process:
74
 
75
  1. **Data Collection**: Gather a dataset containing pairs of questions and their corresponding SQL queries. Ensure the questions cover various topics and query types, while the SQL queries represent the desired actions on a database.
76
 
@@ -84,8 +84,6 @@ The methodology for fine-tuning involves a dataset with two columns: "question"
84
 
85
  6. **Testing**: Evaluate the final model on a held-out test set to assess its generalization performance on unseen data.
86
 
87
- 7. **Deployment**: Deploy the fine-tuned model for text-to-SQL tasks in real-world applications, where it can generate SQL queries from natural language questions effectively and efficiently.
88
-
89
  By following this methodology, the model can be fine-tuned to accurately convert natural language questions into SQL syntax, enabling seamless interaction with structured databases.
90
 
91
 
 
70
 
71
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
72
 
73
+ The methodology for fine-tuning involves a dataset with three columns: "instruction", "question" and "SQL syntax". Here's a brief outline of the process:
74
 
75
  1. **Data Collection**: Gather a dataset containing pairs of questions and their corresponding SQL queries. Ensure the questions cover various topics and query types, while the SQL queries represent the desired actions on a database.
76
 
 
84
 
85
  6. **Testing**: Evaluate the final model on a held-out test set to assess its generalization performance on unseen data.
86
 
 
 
87
  By following this methodology, the model can be fine-tuned to accurately convert natural language questions into SQL syntax, enabling seamless interaction with structured databases.
88
 
89