Add library name and pipeline tag, remove arxiv id from metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
- arxiv:2603.16448
|
| 10 |
---
|
| 11 |
|
| 12 |
# TrustSQL
|
|
@@ -136,4 +137,4 @@ The released model and dataset repositories are marked as Apache-2.0. The datase
|
|
| 136 |
|
| 137 |
## Contact
|
| 138 |
|
| 139 |
-
For questions or feedback, please open an issue in the project repository or contact `jianai@bupt.edu.cn`.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
+
- text2sql
|
| 7 |
+
- sql
|
| 8 |
+
- unknown-schema
|
| 9 |
+
- tool-use
|
| 10 |
+
- reinforcement-learning
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# TrustSQL
|
|
|
|
| 137 |
|
| 138 |
## Contact
|
| 139 |
|
| 140 |
+
For questions or feedback, please open an issue in the project repository or contact `jianai@bupt.edu.cn`.
|