mervp commited on
Commit
d97593e
·
verified ·
1 Parent(s): 2b6faf1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -60,9 +60,12 @@ 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
 
64
  ### Recommendations
65
- Always validate and test generated queries before execution in a production database.
 
 
66
 
67
  ## How to Get Started with the Model
68
 
 
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
71