Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CodeS-1B
|
2 |
|
3 |
CodeS is a series of Code LLMs specifically optimized for SQL generation.
|
@@ -8,4 +19,5 @@ We have demonstrated that CodeS achieves new state-of-the-art performance on two
|
|
8 |
|
9 |
For more details about how to use CodeS, please refer to our GitHub page: https://github.com/RUCKBReasoning/codes.
|
10 |
|
11 |
-
(This is the repository of CodeS-1B.)
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- sql
|
4 |
+
- code
|
5 |
+
tags:
|
6 |
+
- SQL generation
|
7 |
+
- Text-to-SQL
|
8 |
+
- text2sql
|
9 |
+
license: "apache-2.0"
|
10 |
+
---
|
11 |
+
|
12 |
# CodeS-1B
|
13 |
|
14 |
CodeS is a series of Code LLMs specifically optimized for SQL generation.
|
|
|
19 |
|
20 |
For more details about how to use CodeS, please refer to our GitHub page: https://github.com/RUCKBReasoning/codes.
|
21 |
|
22 |
+
(This is the repository of CodeS-1B.)
|
23 |
+
|