Update README.md
Browse files
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 |
-
|
64 |
|
65 |
### Recommendations
|
66 |
-
|
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
|