loftytechlabsdev commited on
Commit
c7ffae7
·
verified ·
1 Parent(s): 030044c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -152,6 +152,17 @@ print(response)
152
 
153
  ---
154
 
 
 
 
 
 
 
 
 
 
 
 
155
  ## ⚠️ Limitations & Bias
156
 
157
  * **Database Engine**: Primarily trained and evaluated on general SQLite/ANSI SQL. Syntaxes specific to PostgreSQL, MSSQL, or Oracle may require small manual adjustments or specialized fine-tuning.
 
152
 
153
  ---
154
 
155
+ # 📝 Release Notes (v1.0)
156
+
157
+ - **Initial Release:** First highly capable 1.5B-parameter SQL generation model.
158
+ - **Focus:** Mastered Spider dataset benchmarks, including:
159
+ - Correlated Subqueries
160
+ - Set Operations
161
+ - Window Functions
162
+ - **Future Roadmap (v2.0):** Plans to scale up to a 7B-parameter model and support more complex real-world database schemas and advanced SQL query patterns.
163
+
164
+ ---
165
+
166
  ## ⚠️ Limitations & Bias
167
 
168
  * **Database Engine**: Primarily trained and evaluated on general SQLite/ANSI SQL. Syntaxes specific to PostgreSQL, MSSQL, or Oracle may require small manual adjustments or specialized fine-tuning.