Text Generation
Transformers
PyTorch
gpt_bigcode
sql
spider
text-to-sql
sql finetune
text-generation-inference
Inference Endpoints
richardr1126 commited on
Commit
a7252cc
1 Parent(s): 985bfb9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sql
4
+ - spider
5
+ - text-to-sql
6
+ - sql finetune
7
+ datasets:
8
+ - spider
9
+ - richardr1126/spider-natsql-skeleton-context-finetune
10
+ library_name: transformers
11
+ license: bigcode-openrail-m
12
+ ---
13
+ ## Citation
14
+
15
+ Please cite the repo if you use the data or code in this repo.
16
+
17
+ ```
18
+ @misc{luo2023wizardcoder,
19
+ title={WizardCoder: Empowering Code Large Language Models with Evol-Instruct},
20
+ author={Ziyang Luo and Can Xu and Pu Zhao and Qingfeng Sun and Xiubo Geng and Wenxiang Hu and Chongyang Tao and Jing Ma and Qingwei Lin and Daxin Jiang},
21
+ year={2023},
22
+ }
23
+ ```
24
+ ```
25
+ @article{yu2018spider,
26
+ title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
27
+ author={Yu, Tao and Zhang, Rui and Yang, Kai and Yasunaga, Michihiro and Wang, Dongxu and Li, Zifan and Ma, James and Li, Irene and Yao, Qingning and Roman, Shanelle and others},
28
+ journal={arXiv preprint arXiv:1809.08887},
29
+ year={2018}
30
+ }
31
+ ```
32
+ ```
33
+ @inproceedings{gan-etal-2021-natural-sql,
34
+ title = "Natural {SQL}: Making {SQL} Easier to Infer from Natural Language Specifications",
35
+ author = "Gan, Yujian and
36
+ Chen, Xinyun and
37
+ Xie, Jinxia and
38
+ Purver, Matthew and
39
+ Woodward, John R. and
40
+ Drake, John and
41
+ Zhang, Qiaofu",
42
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021",
43
+ month = nov,
44
+ year = "2021",
45
+ address = "Punta Cana, Dominican Republic",
46
+ publisher = "Association for Computational Linguistics",
47
+ url = "https://aclanthology.org/2021.findings-emnlp.174",
48
+ doi = "10.18653/v1/2021.findings-emnlp.174",
49
+ pages = "2030--2042",
50
+ }
51
+ ```
52
+
53
+ ## Disclaimer
54
+
55
+ The resources, including code, data, and model weights, associated with this project are restricted for academic research purposes only and cannot be used for commercial purposes. The content produced by any version of WizardCoder is influenced by uncontrollable variables such as randomness, and therefore, the accuracy of the output cannot be guaranteed by this project. This project does not accept any legal liability for the content of the model output, nor does it assume responsibility for any losses incurred due to the use of associated resources and output results.