XGenerationLab commited on
Commit
f091199
Β·
verified Β·
1 Parent(s): 8f77292

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
4
  ### Important Links
5
 
@@ -7,7 +13,7 @@ license: apache-2.0
7
  πŸ€—[ModelScope](https://modelscope.cn/collections/XiYanSQL-Models-4483337b614241) |
8
  πŸ“–[XiYan-SQL](https://github.com/XGenerationLab/XiYan-SQL) |
9
  πŸŒ•[ζžθ¨€GBI](https://bailian.console.aliyun.com/xiyan) |
10
- 🌞[Modelscope Space](https://www.modelscope.cn/studios/XGenerationLab/XiYanSQL-QwenCoder-32B)
11
 
12
 
13
  ## Introduction
@@ -100,4 +106,15 @@ generated_ids = [
100
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
101
  ```
102
  ## Acknowledgments
103
- If you find our work useful, please give us a citation or a like, so we can make a greater contribution to the open-source community!
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ library_name: transformers
5
+ tags:
6
+ - Text-to-SQL
7
+ - SQL
8
+ - NL2SQL
9
  ---
10
  ### Important Links
11
 
 
13
  πŸ€—[ModelScope](https://modelscope.cn/collections/XiYanSQL-Models-4483337b614241) |
14
  πŸ“–[XiYan-SQL](https://github.com/XGenerationLab/XiYan-SQL) |
15
  πŸŒ•[ζžθ¨€GBI](https://bailian.console.aliyun.com/xiyan) |
16
+ πŸ“„[Paper](https://arxiv.org/abs/2507.04701)
17
 
18
 
19
  ## Introduction
 
106
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
107
  ```
108
  ## Acknowledgments
109
+ If you find our work useful, please give us a citation or a like, so we can make a greater contribution to the open-source community!
110
+ ```bibtex
111
+ @article{XiYanSQL,
112
+ title={XiYan-SQL: A Novel Multi-Generator Framework For Text-to-SQL},
113
+ author={Yifu Liu and Yin Zhu and Yingqi Gao and Zhiling Luo and Xiaoxia Li and Xiaorong Shi and Yuntao Hong and Jinyang Gao and Yu Li and Bolin Ding and Jingren Zhou},
114
+ year={2025},
115
+ eprint={2507.04701},
116
+ archivePrefix={arXiv},
117
+ primaryClass={cs.CL},
118
+ url={https://arxiv.org/abs/2507.04701},
119
+ }
120
+ ```