mervp commited on
Commit
4e70995
·
verified ·
1 Parent(s): 5ee3839

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -66,6 +66,9 @@ While the model has been fine-tuned for SQL generation, it may:
66
  - Always validate and test generated queries before execution in a production database.
67
 
68
 
 
 
 
69
  ## How to Get Started with the Model
70
 
71
  ```python
@@ -132,7 +135,3 @@ else:
132
  sql_query = decoded_output.strip()
133
 
134
  print(sql_query)
135
-
136
-
137
- Thanks for visiting and downloading this model!
138
- If this model helped you, please consider leaving a 👍 like. Your support helps this model reach more developers and encourages further improvements if any.
 
66
  - Always validate and test generated queries before execution in a production database.
67
 
68
 
69
+ Thanks for visiting and downloading this model!
70
+ If this model helped you, please consider leaving a 👍 like. Your support helps this model reach more developers and encourages further improvements if any.
71
+
72
  ## How to Get Started with the Model
73
 
74
  ```python
 
135
  sql_query = decoded_output.strip()
136
 
137
  print(sql_query)