Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# OGSQL-7B
|
| 2 |
|
| 3 |

|
|
@@ -60,4 +70,4 @@ show me all the orders from last month , sort by date
|
|
| 60 |
|
| 61 |
|
| 62 |
"""
|
| 63 |
-
print(generate_sql(query))
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- LLM
|
| 7 |
+
- Open source
|
| 8 |
+
- Text-to-sql
|
| 9 |
+
- Text2sql
|
| 10 |
+
---
|
| 11 |
# OGSQL-7B
|
| 12 |
|
| 13 |

|
|
|
|
| 70 |
|
| 71 |
|
| 72 |
"""
|
| 73 |
+
print(generate_sql(query))
|