Suparious commited on
Commit
cf1c580
1 Parent(s): 495d729

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: tongyi-qianwen-research
4
+ license_link: >-
5
+ https://huggingface.co/Qwen/CodeQwen1.5-7B/blob/main/LICENSE
6
+ language:
7
+ - en
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - pretrained
11
+ - quantized
12
+ - 4-bit
13
+ - AWQ
14
+ - text-generation
15
+ - autotrain_compatible
16
+ - endpoints_compatible
17
+ - chatml
18
+ inference: false
19
+ quantized_by: Suparious
20
+ ---
21
+ # Qwen/CodeQwen1.5-7B AWQ
22
+
23
+ - Model creator: [Qwen](https://huggingface.co/Qwen)
24
+ - Original model: [CodeQwen1.5-7B](https://huggingface.co/Qwen/CodeQwen1.5-7B)
25
+
26
+ ## Model Summary
27
+
28
+ CodeQwen1.5 is the Code-Specific version of Qwen1.5. It is a transformer-based decoder-only language model pretrained on a large amount of data of codes.
29
+
30
+ * Strong code generation capabilities and competitve performance across a series of benchmarks;
31
+ * Supporting long context understanding and generation with the context length of 64K tokens;
32
+ * Supporting 92 coding languages
33
+ * Excellent performance in text-to-SQL, bug fix, etc.
34
+
35
+ For more details, please refer to our [blog post](https://qwenlm.github.io/blog/codeqwen1.5/) and [GitHub repo](https://github.com/QwenLM/Qwen1.5).
36
+
37
+ ```
38
+ @article{qwen,
39
+ title={Qwen Technical Report},
40
+ author={Jinze Bai and Shuai Bai and Yunfei Chu and Zeyu Cui and Kai Dang and Xiaodong Deng and Yang Fan and Wenbin Ge and Yu Han and Fei Huang and Binyuan Hui and Luo Ji and Mei Li and Junyang Lin and Runji Lin and Dayiheng Liu and Gao Liu and Chengqiang Lu and Keming Lu and Jianxin Ma and Rui Men and Xingzhang Ren and Xuancheng Ren and Chuanqi Tan and Sinan Tan and Jianhong Tu and Peng Wang and Shijie Wang and Wei Wang and Shengguang Wu and Benfeng Xu and Jin Xu and An Yang and Hao Yang and Jian Yang and Shusheng Yang and Yang Yao and Bowen Yu and Hongyi Yuan and Zheng Yuan and Jianwei Zhang and Xingxuan Zhang and Yichang Zhang and Zhenru Zhang and Chang Zhou and Jingren Zhou and Xiaohuan Zhou and Tianhang Zhu},
41
+ journal={arXiv preprint arXiv:2309.16609},
42
+ year={2023}
43
+ }
44
+ ```