richardr1126 commited on
Commit
b041bb7
·
1 Parent(s): 4569884

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sql
4
+ - spider
5
+ - text-to-sql
6
+ - sql finetune
7
+ datasets:
8
+ - spider
9
+ - richardr1126/spider-skeleton-context-instruct
10
+ library_name: transformers
11
+ license: bigcode-openrail-m
12
+ ---
13
+ ### Spider Skeleton Wizard Coder Summary
14
+
15
+ - This model was created by finetuning [WizardLM/WizardCoder-15B-V1.0](https://huggingface.co/WizardLM/WizardCoder-15B-V1.0) on an enhanced Spider context training dataset: [richardr1126/spider-skeleton-context-instruct](https://huggingface.co/datasets/richardr1126/spider-skeleton-context-instruct).
16
+ - Finetuning was performed using QLoRa on 3x RTX6000 48GB.
17
+ - If you want just the QLoRa/LoRA adapter: [richardr1126/spider-skeleton-wizard-coder-qlora](https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-qlora)
18
+
19
+ ### Running the GGML model
20
+ - The best way to run this model is to use the [4-bit GGML version](https://huggingface.co/richardr1126/spider-skeleton-wizard-coder-ggml) on [koboldcpp](https://github.com/LostRuins/koboldcpp), with CuBlas support.
21
+
22
+ ### Spider Dataset
23
+
24
+ [Spider](https://arxiv.org/abs/1809.08887) is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
25
+ The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
26
+
27
+ This dataset was used to finetune this model.
28
+
29
+ ## Citations
30
+
31
+ ```
32
+ @misc{luo2023wizardcoder,
33
+ title={WizardCoder: Empowering Code Large Language Models with Evol-Instruct},
34
+ 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},
35
+ year={2023},
36
+ }
37
+ ```
38
+ ```
39
+ @article{yu2018spider,
40
+ title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},
41
+ 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},
42
+ journal={arXiv preprint arXiv:1809.08887},
43
+ year={2018}
44
+ }
45
+ ```
46
+ ```
47
+ @article{dettmers2023qlora,
48
+ title={QLoRA: Efficient Finetuning of Quantized LLMs},
49
+ author={Dettmers, Tim and Pagnoni, Artidoro and Holtzman, Ari and Zettlemoyer, Luke},
50
+ journal={arXiv preprint arXiv:2305.14314},
51
+ year={2023}
52
+ }
53
+ ```
54
+
55
+ ## Disclaimer
56
+
57
+ 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.