Add library name and pipeline tag, remove arxiv id from metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
  license: apache-2.0
 
 
3
  tags:
4
- - text2sql
5
- - sql
6
- - unknown-schema
7
- - tool-use
8
- - reinforcement-learning
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`.