mervp commited on
Commit
728fffb
·
verified ·
1 Parent(s): d97593e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -60,11 +60,10 @@ While the model has been fine-tuned for SQL generation, it may:
60
  - Produce invalid SQL for a very few edge cases
61
  - Infer incorrect table or column names not present in prompt
62
  - Assume a generic SQL dialect (closer to MySQL/PostgreSQL Databases)
63
- - Always validate and test generated queries before execution in a production database.
64
 
65
  ### Recommendations
66
- Thanks for downloading this model!
67
- If this model helped you, please consider leaving a 👍 like. Your support helps this model reach more developers and encourages further improvements if any.
68
 
69
 
70
  ## How to Get Started with the Model
 
60
  - Produce invalid SQL for a very few edge cases
61
  - Infer incorrect table or column names not present in prompt
62
  - Assume a generic SQL dialect (closer to MySQL/PostgreSQL Databases)
63
+
64
 
65
  ### Recommendations
66
+ - Always validate and test generated queries before execution in a production database.
 
67
 
68
 
69
  ## How to Get Started with the Model