basiliskinstitute commited on
Commit
7f4a1a4
1 Parent(s): 4458a46

Upload 13 files

Browse files
Files changed (9) hide show
  1. LICENSE +53 -0
  2. NOTICE +52 -0
  3. README.md +252 -3
  4. config.json +37 -0
  5. configuration_qwen.py +65 -0
  6. generation_config.json +11 -0
  7. huggingface-metadata.txt +12 -0
  8. modeling_qwen.py +1207 -0
  9. qwen.tiktoken +0 -0
LICENSE ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Tongyi Qianwen LICENSE AGREEMENT
2
+
3
+ Tongyi Qianwen Release Date: August 3, 2023
4
+
5
+ By clicking to agree or by using or distributing any portion or element of the Tongyi Qianwen Materials, you will be deemed to have recognized and accepted the content of this Agreement, which is effective immediately.
6
+
7
+ 1. Definitions
8
+ a. This Tongyi Qianwen LICENSE AGREEMENT (this "Agreement") shall mean the terms and conditions for use, reproduction, distribution and modification of the Materials as defined by this Agreement.
9
+ b. "We"(or "Us") shall mean Alibaba Cloud.
10
+ c. "You" (or "Your") shall mean a natural person or legal entity exercising the rights granted by this Agreement and/or using the Materials for any purpose and in any field of use.
11
+ d. "Third Parties" shall mean individuals or legal entities that are not under common control with Us or You.
12
+ e. "Tongyi Qianwen" shall mean the large language models (including Qwen-7B model and Qwen-7B-Chat model), and software and algorithms, consisting of trained model weights, parameters (including optimizer states), machine-learning model code, inference-enabling code, training-enabling code, fine-tuning enabling code and other elements of the foregoing distributed by Us.
13
+ f. "Materials" shall mean, collectively, Alibaba Cloud's proprietary Tongyi Qianwen and Documentation (and any portion thereof) made available under this Agreement.
14
+ g. "Source" form shall mean the preferred form for making modifications, including but not limited to model source code, documentation source, and configuration files.
15
+ h. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation,
16
+ and conversions to other media types.
17
+
18
+ 2. Grant of Rights
19
+ You are granted a non-exclusive, worldwide, non-transferable and royalty-free limited license under Alibaba Cloud's intellectual property or other rights owned by Us embodied in the Materials to use, reproduce, distribute, copy, create derivative works of, and make modifications to the Materials.
20
+
21
+ 3. Redistribution
22
+ You may reproduce and distribute copies of the Materials or derivative works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
23
+ a. You shall give any other recipients of the Materials or derivative works a copy of this Agreement;
24
+ b. You shall cause any modified files to carry prominent notices stating that You changed the files;
25
+ c. You shall retain in all copies of the Materials that You distribute the following attribution notices within a "Notice" text file distributed as a part of such copies: "Tongyi Qianwen is licensed under the Tongyi Qianwen LICENSE AGREEMENT, Copyright (c) Alibaba Cloud. All Rights Reserved."; and
26
+ d. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such derivative works as a whole, provided Your use, reproduction, and distribution of the work otherwise complies with the terms and conditions of this Agreement.
27
+
28
+ 4. Restrictions
29
+ If you are commercially using the Materials, and your product or service has more than 100 million monthly active users, You shall request a license from Us. You cannot exercise your rights under this Agreement without our express authorization.
30
+
31
+ 5. Rules of use
32
+ a. The Materials may be subject to export controls or restrictions in China, the United States or other countries or regions. You shall comply with applicable laws and regulations in your use of the Materials.
33
+ b. You can not use the Materials or any output therefrom to improve any other large language model (excluding Tongyi Qianwen or derivative works thereof).
34
+
35
+ 6. Intellectual Property
36
+ a. We retain ownership of all intellectual property rights in and to the Materials and derivatives made by or for Us. Conditioned upon compliance with the terms and conditions of this Agreement, with respect to any derivative works and modifications of the Materials that are made by you, you are and will be the owner of such derivative works and modifications.
37
+ b. No trademark license is granted to use the trade names, trademarks, service marks, or product names of Us, except as required to fulfill notice requirements under this Agreement or as required for reasonable and customary use in describing and redistributing the Materials.
38
+ c. If you commence a lawsuit or other proceedings (including a cross-claim or counterclaim in a lawsuit) against Us or any entity alleging that the Materials or any output therefrom, or any part of the foregoing, infringe any intellectual property or other right owned or licensable by you, then all licences granted to you under this Agreement shall terminate as of the date such lawsuit or other proceeding is commenced or brought.
39
+
40
+ 7. Disclaimer of Warranty and Limitation of Liability
41
+
42
+ a. We are not obligated to support, update, provide training for, or develop any further version of the Tongyi Qianwen Materials or to grant any license thereto.
43
+ b. THE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. WE MAKE NO WARRANTY AND ASSUME NO RESPONSIBILITY FOR THE SAFETY OR STABILITY OF THE MATERIALS AND ANY OUTPUT THEREFROM.
44
+ c. IN NO EVENT SHALL WE BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO ANY DIRECT, OR INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING FROM YOUR USE OR INABILITY TO USE THE MATERIALS OR ANY OUTPUT OF IT, NO MATTER HOW IT’S CAUSED.
45
+ d. You will defend, indemnify and hold harmless Us from and against any claim by any third party arising out of or related to your use or distribution of the Materials.
46
+
47
+ 8. Survival and Termination.
48
+ a. The term of this Agreement shall commence upon your acceptance of this Agreement or access to the Materials and will continue in full force and effect until terminated in accordance with the terms and conditions herein.
49
+ b. We may terminate this Agreement if you breach any of the terms or conditions of this Agreement. Upon termination of this Agreement, you must delete and cease use of the Materials. Sections 7 and 9 shall survive the termination of this Agreement.
50
+
51
+ 9. Governing Law and Jurisdiction.
52
+ a. This Agreement and any dispute arising out of or relating to it will be governed by the laws of China, without regard to conflict of law principles, and the UN Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
53
+ b. The People's Courts in Hangzhou City shall have exclusive jurisdiction over any dispute arising out of this Agreement.
NOTICE ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ------------- LICENSE FOR NVIDIA Megatron-LM code --------------
2
+
3
+ Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions
7
+ are met:
8
+ * Redistributions of source code must retain the above copyright
9
+ notice, this list of conditions and the following disclaimer.
10
+ * Redistributions in binary form must reproduce the above copyright
11
+ notice, this list of conditions and the following disclaimer in the
12
+ documentation and/or other materials provided with the distribution.
13
+ * Neither the name of NVIDIA CORPORATION nor the names of its
14
+ contributors may be used to endorse or promote products derived
15
+ from this software without specific prior written permission.
16
+
17
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
18
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
21
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
25
+ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+
29
+
30
+ ------------- LICENSE FOR OpenAI tiktoken code --------------
31
+
32
+ MIT License
33
+
34
+ Copyright (c) 2022 OpenAI, Shantanu Jain
35
+
36
+ Permission is hereby granted, free of charge, to any person obtaining a copy
37
+ of this software and associated documentation files (the "Software"), to deal
38
+ in the Software without restriction, including without limitation the rights
39
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40
+ copies of the Software, and to permit persons to whom the Software is
41
+ furnished to do so, subject to the following conditions:
42
+
43
+ The above copyright notice and this permission notice shall be included in all
44
+ copies or substantial portions of the Software.
45
+
46
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
52
+ SOFTWARE.
README.md CHANGED
@@ -1,3 +1,252 @@
1
- ---
2
- license: other
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## *Recreation of the Original Model Card As It Was: [08/28/23](https://web.archive.org/web/20230828190052/https://huggingface.co/Qwen/Qwen-7B)*
2
+
3
+ [](#qwen-7b)Qwen-7B
4
+ ===================
5
+
6
+ ![](https://web.archive.org/web/20230828190052im_/https://qianwen-res.oss-cn-beijing.aliyuncs.com/logo.jpg)
7
+
8
+
9
+
10
+ Qwen-7B [🤖](https://modelscope.cn/models/qwen/Qwen-7B/summary) | [🤗](https://huggingface.co/Qwen/Qwen-7B)  | Qwen-7B-Chat [🤖](https://modelscope.cn/models/qwen/Qwen-7B-Chat/summary) | [🤗](https://huggingface.co/Qwen/Qwen-7B-Chat)  | Qwen-7B-Chat-Int4 [🤗](https://huggingface.co/Qwen/Qwen-7B-Chat-Int4)
11
+ [WeChat](https://github.com/QwenLM/Qwen-7B/blob/main/assets/wechat.png)   |   [Discord](https://discord.gg/z3GAxXZ9Ce)   |   [Demo](https://modelscope.cn/studios/qwen/Qwen-7B-Chat-Demo/summary)  |  [Report](https://github.com/QwenLM/Qwen-7B/blob/main/tech_memo.md)
12
+
13
+
14
+
15
+ [](#介绍-introduction)介绍 (Introduction)
16
+ -------------------------------------
17
+
18
+ **通义千问-7B(Qwen-7B)**是阿里云研发的通义千问大模型系列的70亿参数规模的模型。Qwen-7B是基于Transformer的大语言模型, 在超大规模的预训练数据上进行训练得到。预训练数据类型多样,覆盖广泛,包括大量网络文本、专业书籍、代码等。同时,在Qwen-7B的基础上,我们使用对齐机制打造了基于大语言模型的AI助手Qwen-7B-Chat。本仓库为Qwen-7B的仓库。
19
+
20
+ 通义千问-7B(Qwen-7B)主要有以下特点:
21
+
22
+ 1. **大规模高质量训练语料**:使用超过2.2万亿tokens的数据进行预训练,包含高质量中、英、多语言、代码、数学等数据,涵盖通用及专业领域的训练语料。通过大量对比实验对预训练语料分布进行了优化。
23
+ 2. **强大的性能**:Qwen-7B在多个中英文下游评测任务上(涵盖常识推理、代码、数学、翻译等),效果显著超越现有的相近规模开源模型,甚至在部分指标上相比更大尺寸模型也有较强竞争力。具体评测结果请详见下文。
24
+ 3. **覆盖更全面的词表**:相比目前以中英词表为主的开源模型,Qwen-7B使用了约15万大小的词表。该词表对多语言更加友好,方便用户在不扩展词表的情况下对部分语种进行能力增强和扩展。
25
+
26
+ 如果您想了解更多关于通义千问7B开源模型的细节,我们建议您参阅[Github代码库](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B)。
27
+
28
+ **Qwen-7B** is the 7B-parameter version of the large language model series, Qwen (abbr. Tongyi Qianwen), proposed by Aibaba Cloud. Qwen-7B is a Transformer-based large language model, which is pretrained on a large volume of data, including web texts, books, codes, etc. Additionally, based on the pretrained Qwen-7B, we release Qwen-7B-Chat, a large-model-based AI assistant, which is trained with alignment techniques. This repository is the one for Qwen-7B.
29
+
30
+ The features of Qwen-7B include:
31
+
32
+ 1. **Large-scale high-quality training corpora**: It is pretrained on over 2.2 trillion tokens, including Chinese, English, multilingual texts, code, and mathematics, covering general and professional fields. The distribution of the pre-training corpus has been optimized through a large number of ablation experiments.
33
+ 2. **Competitive performance**: It significantly surpasses existing open-source models of similar scale on multiple Chinese and English downstream evaluation tasks (including commonsense, reasoning, code, mathematics, etc.), and even surpasses some larger-scale models in several benchmarks. See below for specific evaluation results.
34
+ 3. **More comprehensive vocabulary coverage**: Compared with other open-source models based on Chinese and English vocabularies, Qwen-7B uses a vocabulary of over 150K tokens. This vocabulary is more friendly to multiple languages, enabling users to directly further enhance the capability for certain languages without expanding the vocabulary.
35
+
36
+ For more details about the open-source model of Qwen-7B, please refer to the [Github](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B) code repository.
37
+
38
+ [](#要求(requirements))要求(Requirements)
39
+ -------------------------------------
40
+
41
+ * python 3.8及以上版本
42
+ * pytorch 1.12及以上版本,推荐2.0及以上版本
43
+ * 建议使用CUDA 11.4及以上(GPU用户、flash-attention用户等需考虑此选项)
44
+ * python 3.8 and above
45
+ * pytorch 1.12 and above, 2.0 and above are recommended
46
+ * CUDA 11.4 and above are recommended (this is for GPU users, flash-attention users, etc.)
47
+
48
+ [](#依赖项-dependency)依赖项 (Dependency)
49
+ -----------------------------------
50
+
51
+ 运行Qwen-7B,请确保满足上述要求,再执行以下pip命令安装依赖库
52
+
53
+ To run Qwen-7B, please make sure you meet the above requirements, and then execute the following pip commands to install the dependent libraries.
54
+
55
+ pip install transformers==4.31.0 accelerate tiktoken einops
56
+
57
+
58
+ 另外,推荐安装`flash-attention`库,以实现更高的效率和更低的显存占用。
59
+
60
+ In addition, it is recommended to install the `flash-attention` library for higher efficiency and lower memory usage.
61
+
62
+ git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention
63
+ cd flash-attention && pip install .
64
+ # 下方安装可选,安装可能比较缓慢。
65
+ # Below are optional. Installing them might be slow.
66
+ # pip install csrc/layer_norm
67
+ # pip install csrc/rotary
68
+
69
+
70
+ [](#快速使用(quickstart))快速使用(Quickstart)
71
+ -------------------------------------
72
+
73
+ 您可以通过以下代码轻松调用:
74
+
75
+ You can easily call the model with the following code:
76
+
77
+ from transformers import AutoModelForCausalLM, AutoTokenizer
78
+ from transformers.generation import GenerationConfig
79
+
80
+ # Note: The default behavior now has injection attack prevention off.
81
+ tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen-7B", trust_remote_code=True)
82
+
83
+ # use bf16
84
+ # model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-7B", device_map="auto", trust_remote_code=True, bf16=True).eval()
85
+ # use fp16
86
+ # model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-7B", device_map="auto", trust_remote_code=True, fp16=True).eval()
87
+ # use cpu only
88
+ # model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-7B", device_map="cpu", trust_remote_code=True).eval()
89
+ # use auto mode, automatically select precision based on the device.
90
+ model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen-7B", device_map="auto", trust_remote_code=True).eval()
91
+
92
+ # Specify hyperparameters for generation
93
+ model.generation_config = GenerationConfig.from_pretrained("Qwen/Qwen-7B", trust_remote_code=True)
94
+
95
+ inputs = tokenizer('蒙古国的首都是乌兰巴托(Ulaanbaatar)\n冰岛的首都是雷克雅未克(Reykjavik)\n埃塞俄比亚的首都是', return_tensors='pt')
96
+ inputs = inputs.to(model.device)
97
+ pred = model.generate(**inputs)
98
+ print(tokenizer.decode(pred.cpu()[0], skip_special_tokens=True))
99
+ # 蒙古国的首都是乌兰巴托(Ulaanbaatar)\n冰岛的首都是雷克雅未克(Reykjavik)\n埃塞俄比亚的首都是亚的斯亚贝巴(Addis Ababa)...
100
+
101
+
102
+ 关于更多的使用说明,请参考我们的[Github repo](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B)获取更多信息。
103
+
104
+ For more information, please refer to our [Github repo](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B) for more information.
105
+
106
+ [](#tokenizer)Tokenizer
107
+ -----------------------
108
+
109
+ > 注:作为术语的“tokenization”在中文中尚无共识的概念对应,本文档采用英文表达以利说明。
110
+
111
+ 基于tiktoken的分词器有别于其他分词器,比如sentencepiece分词器。尤其在微调阶段,需要特别注意特殊token的使用。关于tokenizer的更多信息,以及微调时涉及的相关使用,请参阅[文档](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B/blob/main/tokenization_note_zh.md)。
112
+
113
+ Our tokenizer based on tiktoken is different from other tokenizers, e.g., sentencepiece tokenizer. You need to pay attention to special tokens, especially in finetuning. For more detailed information on the tokenizer and related use in fine-tuning, please refer to the [documentation](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B/blob/main/tokenization_note.md).
114
+
115
+ [](#模型细节-model)模型细节 (Model)
116
+ ---------------------------
117
+
118
+ Qwen-7B模型规模基本情况如下所示:
119
+
120
+ The details of the model architecture of Qwen-7B are listed as follows:
121
+
122
+ ![](https://files.catbox.moe/cgwcel.png)
123
+
124
+ 在位置编码、FFN激活函数和normalization的实现方式上,我们也采用了目前最流行的做法, 即RoPE相对位置编码、SwiGLU激活函数、RMSNorm(可选安装flash-attention加速)。
125
+
126
+ 在分词器方面,相比目前主流开源模型以中英词表为主,Qwen-7B使用了超过15万token大小的词表。 该词表在GPT-4使用的BPE词表`cl100k_base`基础上,对中文、多语言进行了优化,在对中、英、代码数据的高效编解码的基础上,对部分多语言更加友好,方便用户在不扩展词表的情况下对部分语种进行能力增强。 词表对数字按单个数字位切分。调用较为高效的[tiktoken分词库](https://web.archive.org/web/20230828190052/https://github.com/openai/tiktoken)进行分词。
127
+
128
+ 我们从部分语种各随机抽取100万个文档语料,以对比不同模型的编码压缩率(以支持100语种的XLM-R为基准值1,越低越好),具体性能见图。
129
+
130
+ 可以看到Qwen-7B在保持中英代码高效解码的前提下,对部分使用人群较多的语种(泰语th、希伯来语he、阿拉伯语ar、韩语ko、越南语vi、日语ja、土耳其语tr、印尼语id、波兰语pl、俄语ru、荷兰语nl、葡萄牙语pt、意大利语it、德语de���西班牙语es、法语fr等)上也实现了较高的压缩率,使得模型在这些语种上也具备较强的可扩展性和较高的训练和推理效率。
131
+
132
+ 在预训练数据方面,Qwen-7B模型一方面利用了部分开源通用语料, 另一方面也积累了海量全网语料以及高质量文本内容,去重及过滤后的语料超过2.2T tokens。 囊括全网文本、百科、书籍、代码、数学及各个领域垂类。
133
+
134
+ ![](/web/20230828190052im_/https://huggingface.co/Qwen/assets/tokenizer.png)
135
+
136
+ For position encoding, FFN activation function, and normalization methods, we adopt the prevalent practices, i.e., RoPE relative position encoding, SwiGLU for activation function, and RMSNorm for normalization (optional installation of flash-attention for acceleration).
137
+
138
+ For tokenization, compared to the current mainstream open-source models based on Chinese and English vocabularies, Qwen-7B uses a vocabulary of over 150K tokens. It first considers efficient encoding of Chinese, English, and code data, and is also more friendly to multilingual languages, enabling users to directly enhance the capability of some languages without expanding the vocabulary. It segments numbers by single digit, and calls the [tiktoken](https://web.archive.org/web/20230828190052/https://github.com/openai/tiktoken) tokenizer library for efficient tokenization.
139
+
140
+ We randomly selected 1 million document corpus of each language to test and compare the encoding compression rates of different models (with XLM-R, which supports 100 languages, as the base value 1). The specific performance is shown in the figure above.
141
+
142
+ As can be seen, while ensuring the efficient decoding of Chinese, English, and code, Qwen-7B also achieves a high compression rate for many other languages (such as th, he, ar, ko, vi, ja, tr, id, pl, ru, nl, pt, it, de, es, fr etc.), equipping the model with strong scalability as well as high training and inference efficiency in these languages.
143
+
144
+ For pre-training data, on the one hand, Qwen-7B uses part of the open-source generic corpus. On the other hand, it uses a massive amount of accumulated web corpus and high-quality text content. The scale of corpus reaches over 2.2T tokens after deduplication and filtration, encompassing web text, encyclopedias, books, code, mathematics, and various domain.
145
+
146
+ [](#评测效果(evaluation))评测效果(Evaluation)
147
+ -------------------------------------
148
+
149
+ ### [](#中文评测(chinese-evaluation))中文评测(Chinese Evaluation)
150
+
151
+ #### [](#c-eval)C-Eval
152
+
153
+ [C-Eval](https://web.archive.org/web/20230828190052/https://arxiv.org/abs/2305.08322)是评测预训练模型中文常识能力的常用测评框架,覆盖人文、社科、理工、其他专业四个大方向共52个学科。 我们按照标准做法,以开发集样本作为few-shot来源,评价Qwen-7B预训练模型的5-shot验证集与测试集准确率。
154
+
155
+ [C-Eval](https://web.archive.org/web/20230828190052/https://arxiv.org/abs/2305.08322) is a common evaluation benchmark for testing the common sense capability of pre-trained models in Chinese. It covers 52 subjects in four major directions: humanities, social sciences, STEM, and other specialties. According to the standard practice, we use the development set samples as the source of few-shot, to evaluate the 5-shot validation set and test set accuracy of the Qwen-7B pre-trained model.
156
+
157
+ 在C-Eval验证集上,Qwen-7B模型和其他模型的准确率对比如下:
158
+
159
+ The accuracy comparison of Qwen-7B and the other models on the C-Eval validation set is shown as follows:
160
+
161
+ ![](https://files.catbox.moe/deyqre.png)
162
+
163
+ 在C-Eval测试集上,Qwen-7B预训练模型与其他模型的效果对比如下表所示:
164
+
165
+ The performance comparison of Qwen-7B and other models on the C-Eval test set is shown in the following table:
166
+
167
+ ![](https://files.catbox.moe/gudsnj.png)
168
+
169
+ 可以看到,Qwen-7B在同等规模现有模型中取得了最高的分数,甚至相比更大规模模型也具有较强竞争力。
170
+
171
+ As can be seen, Qwen-7B achieves the best performance out of all existing models with similar scale and even surpasses larger-scale models.
172
+
173
+ ### [](#英文评测(english-evaluation))英文评测(English Evaluation)
174
+
175
+ #### [](#mmlu)MMLU
176
+
177
+ [MMLU](https://web.archive.org/web/20230828190052/https://arxiv.org/abs/2009.03300)是目前评测英文综合能力最权威的基准评测之一,同样覆盖了不同学科领域、不同难度层级的57个子任务。
178
+
179
+ Qwen-7B在MMLU 5-shot准确率表现如下表:
180
+
181
+ [MMLU](https://web.archive.org/web/20230828190052/https://arxiv.org/abs/2009.03300) is currently one of the most recognized benchmarks for evaluating English comprehension abilities, covering 57 subtasks across different academic fields and difficulty levels. The MMLU 5-shot accuracy performance of Qwen-7B is shown in the following table:
182
+
183
+ ![](https://files.catbox.moe/v62y13.png)
184
+
185
+ 在英文方面,Qwen-7B的效果同样超过了目前国内外其他同类开源预训练模型,同样对比更大规模版本的模型也具有较强竞争力。
186
+
187
+ In terms of English, Qwen-7B also surpasses other similar open-source pre-trained models, and is competitive when compared to larger versions of other models.
188
+
189
+ ### [](#代码评测(coding-evaluation))代码评测(Coding Evaluation)
190
+
191
+ 我们在[HumanEval](https://web.archive.org/web/20230828190052/https://github.com/openai/human-eval)(0-shot)上对比预训练模型的代码能力,结果如下:
192
+
193
+ We compared the code capabilities of pre-trained models on [HumanEval](https://web.archive.org/web/20230828190052/https://github.com/openai/human-eval), and the results are as follows:
194
+
195
+ ![](https://files.catbox.moe/z1u5dl.png)
196
+
197
+ ### [](#数学评测(mathematics-evaluation))数学评测(Mathematics Evaluation)
198
+
199
+ 数学能力使用常用的[GSM8K](https://web.archive.org/web/20230828190052/https://github.com/openai/grade-school-math)数据集(8-shot)评价:
200
+
201
+ We compared the math capabilities of pre-trained models on [GSM8K](https://web.archive.org/web/20230828190052/https://github.com/openai/grade-school-math) (8-shot), and the results are as follows:
202
+
203
+ ![](https://files.catbox.moe/ff7wt3.png)
204
+
205
+ ### [](#翻译评测(translation-evaluation))翻译评测(Translation Evaluation)
206
+
207
+ 我们使用[WMT22](https://web.archive.org/web/20230828190052/https://www.statmt.org/wmt22/translation-task.html)中-英(zh-en)和英-中(en-zh)数据集(5-shot BLEU)评测:
208
+
209
+ We compared the translation capabilities of pre-trained models on [WMT22](https://web.archive.org/web/20230828190052/https://www.statmt.org/wmt22/translation-task.html) zh-en and en-zh (5-shot BLEU), and the results are as follows:
210
+
211
+ ![](https://files.catbox.moe/keskkd.png)
212
+
213
+ ### [](#长序列评测(long-context-evaluation))长序列评测(Long-Context Evaluation)
214
+
215
+ 我们引入NTK插值,LogN注意力缩放,窗口注意力等技巧,将模型的上下文长度扩展到8K以上。在arXiv数据上使用PPL指标测试Qwen-7B在不同长度下的表现,结果如下:
216
+
217
+ **(若要启用NTK和LogN注意力缩放,请将config.json里的`use_dynamic_ntk`和`use_logn_attn`设置为true)**
218
+
219
+ We introduce NTK-aware interpolation, LogN attention scaling, Window attention, etc. to extend the context length to over 8K tokens. We conduct language modeling experiments on the arXiv dataset with the PPL evaluation. Results are demonstrated below:
220
+
221
+ **(To use NTK interpolation and LogN scaling, please set `use_dynamic_ntk` and `use_long_attn` to true in config.json.)**
222
+
223
+ ![](https://files.catbox.moe/d3ntwj.png)
224
+
225
+ [](#评测复现(reproduction))评测复现(Reproduction)
226
+ -----------------------------------------
227
+
228
+ 我们提供了评测脚本,方便大家复现模型效果,详见[链接](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B/tree/main/eval)。提示:由于硬件和框架造成的舍入误差,复现结果如有小幅波动属于正常现象。
229
+
230
+ We have provided evaluation scripts to reproduce the performance of our model, details as [link](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B/tree/main/eval).
231
+
232
+ [](#faq)FAQ
233
+ -----------
234
+
235
+ 如遇到问题,敬请查阅[FAQ](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B/blob/main/FAQ_zh.md)以及issue区,如仍无法解决再提交issue。
236
+
237
+ If you meet problems, please refer to [FAQ](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B/blob/main/FAQ.md) and the issues first to search a solution before you launch a new issue.
238
+
239
+ [](#使用协议(license-agreement))使用协议(License Agreement)
240
+ ---------------------------------------------------
241
+
242
+ 我们的代码和模型权重对学术研究完全开放,并支持商用。请查看[LICENSE](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B/blob/main/LICENSE)了解具体的开源协议细节。如需商用,请填写[问卷](https://web.archive.org/web/20230828190052/https://dashscope.console.aliyun.com/openModelApply/qianwen)申请。
243
+
244
+ Our code and checkpoints are open to research purpose, and they are allowed for commercial purposes. Check [LICENSE](https://web.archive.org/web/20230828190052/https://github.com/QwenLM/Qwen-7B/blob/main/LICENSE) for more details about the license. If you have requirements for commercial use, please fill out the [form](https://web.archive.org/web/20230828190052/https://dashscope.console.aliyun.com/openModelApply/qianwen) to apply.
245
+
246
+ [](#联系我们(contact-us))联系我们(Contact Us)
247
+ -------------------------------------
248
+
249
+ 如果你想给我们的研发团队和产品团队留言,请通过邮件([qianwen\_opensource@alibabacloud.com](https://web.archive.org/web/20230828190052/mailto:qianwen_opensource@alibabacloud.com))联系我们。
250
+
251
+ If you are interested to leave a message to either our research team or product team, feel free to send an email to [qianwen\_opensource@alibabacloud.com](https://web.archive.org/web/20230828190052/mailto:qianwen_opensource@alibabacloud.com).
252
+ ---------------------------
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "QWenLMHeadModel"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_qwen.QWenConfig",
7
+ "AutoModelForCausalLM": "modeling_qwen.QWenLMHeadModel"
8
+ },
9
+ "attn_dropout_prob": 0.0,
10
+ "bf16": false,
11
+ "fp16": false,
12
+ "fp32": false,
13
+ "emb_dropout_prob": 0.0,
14
+ "intermediate_size": 22016,
15
+ "initializer_range": 0.02,
16
+ "kv_channels": 128,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "qwen",
19
+ "hidden_size": 4096,
20
+ "num_attention_heads": 32,
21
+ "num_hidden_layers": 32,
22
+ "max_position_embeddings": 8192,
23
+ "no_bias": true,
24
+ "onnx_safe": null,
25
+ "rotary_emb_base": 10000,
26
+ "rotary_pct": 1.0,
27
+ "scale_attn_weights": true,
28
+ "seq_length": 2048,
29
+ "tie_word_embeddings": false,
30
+ "tokenizer_type": "QWenTokenizer",
31
+ "transformers_version": "4.31.0",
32
+ "use_cache": true,
33
+ "use_flash_attn": "auto",
34
+ "vocab_size": 151936,
35
+ "use_dynamic_ntk": true,
36
+ "use_logn_attn": true
37
+ }
configuration_qwen.py ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) Alibaba Cloud.
2
+ #
3
+ # This source code is licensed under the license found in the
4
+ # LICENSE file in the root directory of this source tree.
5
+
6
+ from transformers import PretrainedConfig
7
+
8
+
9
+ class QWenConfig(PretrainedConfig):
10
+ model_type = "qwen"
11
+ keys_to_ignore_at_inference = ["past_key_values"]
12
+
13
+ def __init__(
14
+ self,
15
+ vocab_size=151936,
16
+ hidden_size=4096,
17
+ num_hidden_layers=32,
18
+ num_attention_heads=32,
19
+ emb_dropout_prob=0.0,
20
+ attn_dropout_prob=0.0,
21
+ layer_norm_epsilon=1e-6,
22
+ initializer_range=0.02,
23
+ max_position_embeddings=8192,
24
+ scale_attn_weights=True,
25
+ use_cache=True,
26
+ bf16=False,
27
+ fp16=False,
28
+ fp32=False,
29
+ kv_channels=128,
30
+ rotary_pct=1.0,
31
+ rotary_emb_base=10000,
32
+ use_dynamic_ntk=True,
33
+ use_logn_attn=True,
34
+ use_flash_attn="auto",
35
+ intermediate_size=22016,
36
+ no_bias=True,
37
+ tie_word_embeddings=False,
38
+ **kwargs,
39
+ ):
40
+ self.vocab_size = vocab_size
41
+ self.hidden_size = hidden_size
42
+ self.intermediate_size = intermediate_size
43
+ self.num_hidden_layers = num_hidden_layers
44
+ self.num_attention_heads = num_attention_heads
45
+ self.emb_dropout_prob = emb_dropout_prob
46
+ self.attn_dropout_prob = attn_dropout_prob
47
+ self.layer_norm_epsilon = layer_norm_epsilon
48
+ self.initializer_range = initializer_range
49
+ self.scale_attn_weights = scale_attn_weights
50
+ self.use_cache = use_cache
51
+ self.max_position_embeddings = max_position_embeddings
52
+ self.bf16 = bf16
53
+ self.fp16 = fp16
54
+ self.fp32 = fp32
55
+ self.kv_channels = kv_channels
56
+ self.rotary_pct = rotary_pct
57
+ self.rotary_emb_base = rotary_emb_base
58
+ self.use_dynamic_ntk = use_dynamic_ntk
59
+ self.use_logn_attn = use_logn_attn
60
+ self.use_flash_attn = use_flash_attn
61
+ self.no_bias = no_bias
62
+ super().__init__(
63
+ tie_word_embeddings=tie_word_embeddings,
64
+ **kwargs
65
+ )
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chat_format": "raw",
3
+ "eos_token_id": 151643,
4
+ "pad_token_id": 151643,
5
+ "stop_words_ids": [[151643]],
6
+ "max_new_tokens": 512,
7
+ "do_sample": true,
8
+ "top_k": 0,
9
+ "top_p": 0.8,
10
+ "transformers_version": "4.31.0"
11
+ }
huggingface-metadata.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ url: https://huggingface.co/Norquinal/Qwen-7B-reupload
2
+ branch: main
3
+ download date: 2023-09-13 07:45:24
4
+ sha256sum:
5
+ 7745c0eaee03bce032fce81490cfa4e334fa59bdbf14840db184bddcd3b86a35 pytorch_model-00001-of-00008.bin
6
+ 2524b0f63b9d29bd9d90104a1fdccbf6c2dcb273e04425c9b5b6f1cf0e992fd8 pytorch_model-00002-of-00008.bin
7
+ 1a9ea1b3a9ee6f37eed063e3e5c644353309cf94bc56982828c5a6d9928a3cd4 pytorch_model-00003-of-00008.bin
8
+ 2cc1bb2883740aa748acd9cee2d855290a1f93b13461fa73b7b8e5531a32ab7f pytorch_model-00004-of-00008.bin
9
+ ced11d31cc1cba12973fa92fd6450a1700767d2ae5c730be909f70abcca946a8 pytorch_model-00005-of-00008.bin
10
+ f46c56789137dbcd6920b7887cd639648934cf0442bc587fc05a8f7afbb02ada pytorch_model-00006-of-00008.bin
11
+ e995e6f9502910e1f1dbf109df6b6a7db3733cd9adccd2d408e2f3a0d5549900 pytorch_model-00007-of-00008.bin
12
+ be9fc9fd671dd29258478946724308e1f63c3fbf18c689294b46532ccf0515db pytorch_model-00008-of-00008.bin
modeling_qwen.py ADDED
@@ -0,0 +1,1207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (c) Alibaba Cloud.
2
+ #
3
+ # This source code is licensed under the license found in the
4
+ # LICENSE file in the root directory of this source tree.
5
+
6
+ import importlib
7
+ import math
8
+ from typing import TYPE_CHECKING, Optional, Tuple, Union, Callable, List, Any, Generator
9
+
10
+ import torch
11
+ import torch.nn.functional as F
12
+ import torch.utils.checkpoint
13
+ from torch.cuda.amp import autocast
14
+
15
+ from torch.nn import CrossEntropyLoss
16
+ from transformers import PreTrainedTokenizer, GenerationConfig, StoppingCriteriaList
17
+ from transformers.generation.logits_process import LogitsProcessorList
18
+
19
+ if TYPE_CHECKING:
20
+ from transformers.generation.streamers import BaseStreamer
21
+ from transformers.generation.utils import GenerateOutput
22
+ from transformers.modeling_outputs import (
23
+ BaseModelOutputWithPast,
24
+ CausalLMOutputWithPast,
25
+ )
26
+ from transformers.modeling_utils import PreTrainedModel
27
+ from transformers.utils import logging
28
+
29
+ try:
30
+ from einops import rearrange
31
+ except ImportError:
32
+ rearrange = None
33
+ from torch import nn
34
+
35
+ SUPPORT_CUDA = torch.cuda.is_available()
36
+ SUPPORT_BF16 = SUPPORT_CUDA and torch.cuda.is_bf16_supported()
37
+ SUPPORT_FP16 = SUPPORT_CUDA and torch.cuda.get_device_capability(0)[0] >= 7
38
+
39
+ from .configuration_qwen import QWenConfig
40
+ from .qwen_generation_utils import (
41
+ HistoryType,
42
+ make_context,
43
+ decode_tokens,
44
+ get_stop_words_ids,
45
+ StopWordsLogitsProcessor,
46
+ )
47
+
48
+
49
+ logger = logging.get_logger(__name__)
50
+
51
+ _CHECKPOINT_FOR_DOC = "qwen"
52
+ _CONFIG_FOR_DOC = "QWenConfig"
53
+
54
+ QWen_PRETRAINED_MODEL_ARCHIVE_LIST = ["qwen-7b"]
55
+
56
+ _ERROR_BAD_CHAT_FORMAT = """\
57
+ We detect you are probably using the pretrained model (rather than chat model) for chatting, since the chat_format in generation_config is not "chatml".
58
+ If you are directly using the model downloaded from Huggingface, please make sure you are using our "Qwen/Qwen-7B-Chat" Huggingface model (rather than "Qwen/Qwen-7B") when you call model.chat().
59
+ 我们检测到您可能在使用预训练模型(而非chat模型)进行多轮chat,因为您当前在generation_config指定的chat_format,并未设置为我们在对话中所支持的"chatml"格式。
60
+ 如果您在直接使用我们从Huggingface提供的模型,请确保您在调用model.chat()时,使用的是"Qwen/Qwen-7B-Chat"模型(而非"Qwen/Qwen-7B"预训练模型)。
61
+ """
62
+
63
+ _SENTINEL = object()
64
+ _ERROR_STREAM_IN_CHAT = """\
65
+ Pass argument `stream` to model.chat() is buggy, deprecated, and marked for removal. Please use model.chat_stream(...) instead of model.chat(..., stream=True).
66
+ 向model.chat()传入参数stream的用法可能存在Bug,该用法已被废弃,将在未来被移除。请使用model.chat_stream(...)代替model.chat(..., stream=True)。
67
+ """
68
+
69
+ apply_rotary_emb_func = None
70
+ rms_norm = None
71
+ flash_attn_unpadded_func = None
72
+
73
+
74
+ def _import_flash_attn():
75
+ global apply_rotary_emb_func, rms_norm, flash_attn_unpadded_func
76
+ try:
77
+ from flash_attn.layers.rotary import apply_rotary_emb_func as __apply_rotary_emb_func
78
+ apply_rotary_emb_func = __apply_rotary_emb_func
79
+ except ImportError:
80
+ logger.warn(
81
+ "Warning: import flash_attn rotary fail, please install FlashAttention rotary to get higher efficiency "
82
+ "https://github.com/Dao-AILab/flash-attention/tree/main/csrc/rotary"
83
+ )
84
+
85
+ try:
86
+ from flash_attn.ops.rms_norm import rms_norm as __rms_norm
87
+ rms_norm = __rms_norm
88
+ except ImportError:
89
+ logger.warn(
90
+ "Warning: import flash_attn rms_norm fail, please install FlashAttention layer_norm to get higher efficiency "
91
+ "https://github.com/Dao-AILab/flash-attention/tree/main/csrc/layer_norm"
92
+ )
93
+
94
+ try:
95
+ import flash_attn
96
+ if not hasattr(flash_attn, '__version__'):
97
+ from flash_attn.flash_attn_interface import flash_attn_unpadded_func as __flash_attn_unpadded_func
98
+ else:
99
+ if int(flash_attn.__version__.split(".")[0]) >= 2:
100
+ from flash_attn.flash_attn_interface import flash_attn_varlen_func as __flash_attn_unpadded_func
101
+ else:
102
+ from flash_attn.flash_attn_interface import flash_attn_unpadded_func as __flash_attn_unpadded_func
103
+ flash_attn_unpadded_func = __flash_attn_unpadded_func
104
+ except ImportError:
105
+ logger.warn(
106
+ "Warning: import flash_attn fail, please install FlashAttention to get higher efficiency "
107
+ "https://github.com/Dao-AILab/flash-attention"
108
+ )
109
+
110
+
111
+ class FlashSelfAttention(torch.nn.Module):
112
+ def __init__(
113
+ self,
114
+ causal=False,
115
+ softmax_scale=None,
116
+ attention_dropout=0.0,
117
+ ):
118
+ super().__init__()
119
+ assert flash_attn_unpadded_func is not None, (
120
+ "Please install FlashAttention first, " "e.g., with pip install flash-attn"
121
+ )
122
+ assert (
123
+ rearrange is not None
124
+ ), "Please install einops first, e.g., with pip install einops"
125
+ self.causal = causal
126
+ self.softmax_scale = softmax_scale
127
+ self.dropout_p = attention_dropout
128
+
129
+ def forward(self, q, k, v):
130
+ assert all((i.dtype in [torch.float16, torch.bfloat16] for i in (q, k, v)))
131
+ assert all((i.is_cuda for i in (q, k, v)))
132
+ batch_size, seqlen_q = q.shape[0], q.shape[1]
133
+ seqlen_k = k.shape[1]
134
+
135
+ q, k, v = [rearrange(x, "b s ... -> (b s) ...") for x in [q, k, v]]
136
+ cu_seqlens_q = torch.arange(
137
+ 0,
138
+ (batch_size + 1) * seqlen_q,
139
+ step=seqlen_q,
140
+ dtype=torch.int32,
141
+ device=q.device,
142
+ )
143
+
144
+ if self.training:
145
+ assert seqlen_k == seqlen_q
146
+
147
+ is_causal = self.causal
148
+ cu_seqlens_k = cu_seqlens_q
149
+ else:
150
+ is_causal = seqlen_q == seqlen_k
151
+ cu_seqlens_k = torch.arange(
152
+ 0,
153
+ (batch_size + 1) * seqlen_k,
154
+ step=seqlen_k,
155
+ dtype=torch.int32,
156
+ device=q.device,
157
+ )
158
+ self.dropout_p = 0
159
+
160
+ output = flash_attn_unpadded_func(
161
+ q,
162
+ k,
163
+ v,
164
+ cu_seqlens_q,
165
+ cu_seqlens_k,
166
+ seqlen_q,
167
+ seqlen_k,
168
+ self.dropout_p,
169
+ softmax_scale=self.softmax_scale,
170
+ causal=is_causal,
171
+ )
172
+
173
+ new_shape = (batch_size, output.shape[0] // batch_size) + output.shape[1:]
174
+ output = output.view(new_shape)
175
+ return output
176
+
177
+
178
+ class QWenAttention(nn.Module):
179
+ def __init__(self, config):
180
+ super().__init__()
181
+
182
+ max_positions = config.max_position_embeddings
183
+ self.register_buffer(
184
+ "bias",
185
+ torch.tril(
186
+ torch.ones((max_positions, max_positions), dtype=torch.bool)
187
+ ).view(1, 1, max_positions, max_positions),
188
+ persistent=False,
189
+ )
190
+ self.register_buffer("masked_bias", torch.tensor(-1e4), persistent=False)
191
+ self.seq_length = config.seq_length
192
+
193
+ self.hidden_size = config.hidden_size
194
+ self.split_size = config.hidden_size
195
+ self.num_heads = config.num_attention_heads
196
+ self.head_dim = self.hidden_size // self.num_heads
197
+
198
+ self.use_flash_attn = config.use_flash_attn
199
+ self.scale_attn_weights = True
200
+
201
+ self.projection_size = config.kv_channels * config.num_attention_heads
202
+
203
+ assert self.projection_size % config.num_attention_heads == 0
204
+ self.hidden_size_per_attention_head = (
205
+ self.projection_size // config.num_attention_heads
206
+ )
207
+
208
+ self.c_attn = nn.Linear(config.hidden_size, 3 * self.projection_size)
209
+
210
+ self.c_proj = nn.Linear(
211
+ config.hidden_size, self.projection_size, bias=not config.no_bias
212
+ )
213
+
214
+ self.is_fp32 = not (config.bf16 or config.fp16)
215
+ if (
216
+ self.use_flash_attn
217
+ and flash_attn_unpadded_func is not None
218
+ and not self.is_fp32
219
+ ):
220
+ self.core_attention_flash = FlashSelfAttention(
221
+ causal=True, attention_dropout=config.attn_dropout_prob
222
+ )
223
+
224
+ self.bf16 = config.bf16
225
+
226
+
227
+ self.use_dynamic_ntk = config.use_dynamic_ntk
228
+ self.use_logn_attn = config.use_logn_attn
229
+
230
+ logn_list = [
231
+ math.log(i, self.seq_length) if i > self.seq_length else 1
232
+ for i in range(1, 32768)
233
+ ]
234
+ self.logn_tensor = torch.tensor(logn_list)[None, :, None, None]
235
+
236
+ self.attn_dropout = nn.Dropout(config.attn_dropout_prob)
237
+
238
+ def _attn(self, query, key, value, attention_mask=None, head_mask=None):
239
+ attn_weights = torch.matmul(query, key.transpose(-1, -2))
240
+
241
+ if self.scale_attn_weights:
242
+ attn_weights = attn_weights / torch.full(
243
+ [],
244
+ value.size(-1) ** 0.5,
245
+ dtype=attn_weights.dtype,
246
+ device=attn_weights.device,
247
+ )
248
+
249
+ query_length, key_length = query.size(-2), key.size(-2)
250
+ causal_mask = self.bias[
251
+ :, :, key_length - query_length : key_length, :key_length
252
+ ]
253
+ mask_value = torch.finfo(attn_weights.dtype).min
254
+ mask_value = torch.full([], mask_value, dtype=attn_weights.dtype).to(
255
+ attn_weights.device
256
+ )
257
+ attn_weights = torch.where(
258
+ causal_mask, attn_weights.to(attn_weights.dtype), mask_value
259
+ )
260
+
261
+ attn_weights = nn.functional.softmax(attn_weights, dim=-1)
262
+
263
+ attn_weights = attn_weights.type(value.dtype)
264
+ attn_weights = self.attn_dropout(attn_weights)
265
+
266
+ if head_mask is not None:
267
+ attn_weights = attn_weights * head_mask
268
+
269
+ attn_output = torch.matmul(attn_weights, value)
270
+ attn_output = attn_output.transpose(1, 2)
271
+
272
+ return attn_output, attn_weights
273
+
274
+ def _upcast_and_reordered_attn(
275
+ self, query, key, value, attention_mask=None, head_mask=None
276
+ ):
277
+ bsz, num_heads, q_seq_len, dk = query.size()
278
+ _, _, k_seq_len, _ = key.size()
279
+
280
+ attn_weights = torch.empty(
281
+ bsz * num_heads,
282
+ q_seq_len,
283
+ k_seq_len,
284
+ dtype=torch.float32,
285
+ device=query.device,
286
+ )
287
+
288
+ scale_factor = 1.0
289
+ if self.scale_attn_weights:
290
+ scale_factor /= float(value.size(-1)) ** 0.5
291
+
292
+ with autocast(enabled=False):
293
+ q, k = query.reshape(-1, q_seq_len, dk), key.transpose(-1, -2).reshape(
294
+ -1, dk, k_seq_len
295
+ )
296
+ attn_weights = torch.baddbmm(
297
+ attn_weights, q.float(), k.float(), beta=0, alpha=scale_factor
298
+ )
299
+ attn_weights = attn_weights.reshape(bsz, num_heads, q_seq_len, k_seq_len)
300
+
301
+ query_length, key_length = query.size(-2), key.size(-2)
302
+ causal_mask = self.bias[
303
+ :, :, key_length - query_length : key_length, :key_length
304
+ ]
305
+ mask_value = torch.finfo(attn_weights.dtype).min
306
+ mask_value = torch.tensor(mask_value, dtype=attn_weights.dtype).to(
307
+ attn_weights.device
308
+ )
309
+ attn_weights = torch.where(causal_mask, attn_weights, mask_value)
310
+
311
+ if attention_mask is not None:
312
+ attn_weights = attn_weights + attention_mask
313
+
314
+ attn_weights = nn.functional.softmax(attn_weights, dim=-1)
315
+
316
+ if attn_weights.dtype != torch.float32:
317
+ raise RuntimeError(
318
+ "Error with upcasting, attn_weights does not have dtype torch.float32"
319
+ )
320
+ attn_weights = attn_weights.type(value.dtype)
321
+ attn_weights = self.attn_dropout(attn_weights)
322
+
323
+ if head_mask is not None:
324
+ attn_weights = attn_weights * head_mask
325
+
326
+ attn_output = torch.matmul(attn_weights, value)
327
+
328
+ return attn_output, attn_weights
329
+
330
+ def _split_heads(self, tensor, num_heads, attn_head_size):
331
+ new_shape = tensor.size()[:-1] + (num_heads, attn_head_size)
332
+ tensor = tensor.view(new_shape)
333
+ return tensor
334
+
335
+ def _merge_heads(self, tensor, num_heads, attn_head_size):
336
+ tensor = tensor.contiguous()
337
+ new_shape = tensor.size()[:-2] + (num_heads * attn_head_size,)
338
+ return tensor.view(new_shape)
339
+
340
+ def forward(
341
+ self,
342
+ hidden_states: Optional[Tuple[torch.FloatTensor]],
343
+ rotary_pos_emb: Optional[List[torch.Tensor]] = None,
344
+ layer_past: Optional[Tuple[torch.Tensor]] = None,
345
+ attention_mask: Optional[torch.FloatTensor] = None,
346
+ head_mask: Optional[torch.FloatTensor] = None,
347
+ encoder_hidden_states: Optional[torch.Tensor] = None,
348
+ encoder_attention_mask: Optional[torch.FloatTensor] = None,
349
+ output_attentions: Optional[bool] = False,
350
+ use_cache: Optional[bool] = False,
351
+ ):
352
+
353
+ mixed_x_layer = self.c_attn(hidden_states)
354
+
355
+ query, key, value = mixed_x_layer.split(self.split_size, dim=2)
356
+
357
+ query = self._split_heads(query, self.num_heads, self.head_dim)
358
+ key = self._split_heads(key, self.num_heads, self.head_dim)
359
+ value = self._split_heads(value, self.num_heads, self.head_dim)
360
+
361
+ if rotary_pos_emb is not None:
362
+ cur_len = query.shape[1]
363
+ rotary_pos_emb = [i[:, -cur_len:, :, :] for i in rotary_pos_emb]
364
+ rotary_pos_emb = (rotary_pos_emb,) * 2
365
+ q_pos_emb, k_pos_emb = rotary_pos_emb
366
+ # Slice the pos emb for current inference
367
+ query = apply_rotary_pos_emb(query, q_pos_emb)
368
+ key = apply_rotary_pos_emb(key, k_pos_emb)
369
+
370
+ if layer_past is not None:
371
+ past_key, past_value = layer_past[0], layer_past[1]
372
+ key = torch.cat((past_key, key), dim=1)
373
+ value = torch.cat((past_value, value), dim=1)
374
+
375
+ if use_cache:
376
+ present = (key, value)
377
+ else:
378
+ present = None
379
+
380
+ if self.use_logn_attn and not self.training:
381
+ if self.logn_tensor.device != query.device or self.logn_tensor.dtype != query.dtype:
382
+ self.logn_tensor = self.logn_tensor.to(query.device).type_as(query)
383
+ seq_start = key.size(1) - query.size(1)
384
+ seq_end = key.size(1)
385
+ logn_tensor = self.logn_tensor[:, seq_start:seq_end, :, :]
386
+ query = query * logn_tensor.expand_as(query)
387
+
388
+ if (
389
+ self.use_flash_attn
390
+ and flash_attn_unpadded_func is not None
391
+ and not self.is_fp32
392
+ and query.is_cuda
393
+ ):
394
+ q, k, v = query, key, value
395
+ context_layer = self.core_attention_flash(q, k, v)
396
+
397
+ # b s h d -> b s (h d)
398
+ context_layer = context_layer.flatten(2,3).contiguous()
399
+
400
+ else:
401
+ query = query.permute(0, 2, 1, 3)
402
+ key = key.permute(0, 2, 1, 3)
403
+ value = value.permute(0, 2, 1, 3)
404
+ attn_output, attn_weight = self._attn(
405
+ query, key, value, attention_mask, head_mask
406
+ )
407
+ context_layer = self._merge_heads(
408
+ attn_output, self.num_heads, self.head_dim
409
+ )
410
+
411
+ attn_output = self.c_proj(context_layer)
412
+
413
+ outputs = (attn_output, present)
414
+ if output_attentions:
415
+ if (
416
+ self.use_flash_attn
417
+ and flash_attn_unpadded_func is not None
418
+ and not self.is_fp32
419
+ ):
420
+ raise ValueError("Cannot output attentions while using flash-attn")
421
+ else:
422
+ outputs += (attn_weight,)
423
+
424
+ return outputs
425
+
426
+
427
+ class QWenMLP(nn.Module):
428
+ def __init__(self, config):
429
+ super().__init__()
430
+ self.w1 = nn.Linear(
431
+ config.hidden_size, config.intermediate_size // 2, bias=not config.no_bias
432
+ )
433
+ self.w2 = nn.Linear(
434
+ config.hidden_size, config.intermediate_size // 2, bias=not config.no_bias
435
+ )
436
+ ff_dim_in = config.intermediate_size // 2
437
+ self.c_proj = nn.Linear(ff_dim_in, config.hidden_size, bias=not config.no_bias)
438
+
439
+ def forward(self, hidden_states):
440
+ a1 = self.w1(hidden_states)
441
+ a2 = self.w2(hidden_states)
442
+ intermediate_parallel = a1 * F.silu(a2)
443
+ output = self.c_proj(intermediate_parallel)
444
+ return output
445
+
446
+ class QWenBlock(nn.Module):
447
+ def __init__(self, config):
448
+ super().__init__()
449
+ hidden_size = config.hidden_size
450
+ self.bf16 = config.bf16
451
+
452
+ self.ln_1 = RMSNorm(
453
+ hidden_size,
454
+ eps=config.layer_norm_epsilon,
455
+ )
456
+ self.attn = QWenAttention(config)
457
+ self.ln_2 = RMSNorm(
458
+ hidden_size,
459
+ eps=config.layer_norm_epsilon,
460
+ )
461
+
462
+ self.mlp = QWenMLP(config)
463
+
464
+ def forward(
465
+ self,
466
+ hidden_states: Optional[Tuple[torch.FloatTensor]],
467
+ rotary_pos_emb: Optional[List[torch.Tensor]] = None,
468
+ layer_past: Optional[Tuple[torch.Tensor]] = None,
469
+ attention_mask: Optional[torch.FloatTensor] = None,
470
+ head_mask: Optional[torch.FloatTensor] = None,
471
+ encoder_hidden_states: Optional[torch.Tensor] = None,
472
+ encoder_attention_mask: Optional[torch.FloatTensor] = None,
473
+ use_cache: Optional[bool] = False,
474
+ output_attentions: Optional[bool] = False,
475
+ ):
476
+ layernorm_output = self.ln_1(hidden_states)
477
+
478
+ attn_outputs = self.attn(
479
+ layernorm_output,
480
+ rotary_pos_emb,
481
+ layer_past=layer_past,
482
+ attention_mask=attention_mask,
483
+ head_mask=head_mask,
484
+ use_cache=use_cache,
485
+ output_attentions=output_attentions,
486
+ )
487
+ attn_output = attn_outputs[0]
488
+
489
+ outputs = attn_outputs[1:]
490
+
491
+ residual = hidden_states
492
+ layernorm_input = attn_output + residual
493
+
494
+ layernorm_output = self.ln_2(layernorm_input)
495
+
496
+ residual = layernorm_input
497
+ mlp_output = self.mlp(layernorm_output)
498
+ hidden_states = residual + mlp_output
499
+
500
+ if use_cache:
501
+ outputs = (hidden_states,) + outputs
502
+ else:
503
+ outputs = (hidden_states,) + outputs[1:]
504
+
505
+ return outputs
506
+
507
+
508
+ class QWenPreTrainedModel(PreTrainedModel):
509
+ config_class = QWenConfig
510
+ base_model_prefix = "transformer"
511
+ is_parallelizable = False
512
+ supports_gradient_checkpointing = True
513
+ _no_split_modules = ["QWenBlock"]
514
+
515
+ def __init__(self, *inputs, **kwargs):
516
+ super().__init__(*inputs, **kwargs)
517
+
518
+ def _init_weights(self, module):
519
+ """Initialize the weights."""
520
+ if isinstance(module, nn.Linear):
521
+ module.weight.data.normal_(mean=0.0, std=self.config.initializer_range)
522
+ if module.bias is not None:
523
+ module.bias.data.zero_()
524
+ elif isinstance(module, nn.Embedding):
525
+ module.weight.data.normal_(mean=0.0, std=self.config.initializer_range)
526
+ if module.padding_idx is not None:
527
+ module.weight.data[module.padding_idx].zero_()
528
+ elif isinstance(module, RMSNorm):
529
+ module.weight.data.fill_(1.0)
530
+
531
+ for name, p in module.named_parameters():
532
+ if name == "c_proj.weight":
533
+ p.data.normal_(
534
+ mean=0.0,
535
+ std=(
536
+ self.config.initializer_range
537
+ / math.sqrt(2 * self.config.num_hidden_layers)
538
+ ),
539
+ )
540
+
541
+ def _set_gradient_checkpointing(self, module, value=False):
542
+ if isinstance(module, QWenModel):
543
+ module.gradient_checkpointing = value
544
+
545
+
546
+ class QWenModel(QWenPreTrainedModel):
547
+ _keys_to_ignore_on_load_missing = ["attn.masked_bias"]
548
+
549
+ def __init__(self, config):
550
+ super().__init__(config)
551
+ self.vocab_size = config.vocab_size
552
+ self.num_hidden_layers = config.num_hidden_layers
553
+ self.embed_dim = config.hidden_size
554
+
555
+ self.gradient_checkpointing = False
556
+ self.use_dynamic_ntk = config.use_dynamic_ntk
557
+ self.seq_length = config.seq_length
558
+
559
+ self.wte = nn.Embedding(self.vocab_size, self.embed_dim)
560
+
561
+ self.drop = nn.Dropout(config.emb_dropout_prob)
562
+
563
+
564
+ if config.rotary_pct == 1.0:
565
+ self.rotary_ndims = None
566
+ else:
567
+ assert config.rotary_pct < 1
568
+ self.rotary_ndims = int(
569
+ config.kv_channels * config.rotary_pct
570
+ )
571
+ dim = (
572
+ self.rotary_ndims
573
+ if self.rotary_ndims is not None
574
+ else config.kv_channels
575
+ )
576
+ self.rotary_emb = RotaryEmbedding(dim, base=config.rotary_emb_base)
577
+
578
+ self.h = nn.ModuleList(
579
+ [
580
+ QWenBlock(
581
+ config,
582
+ )
583
+ for i in range(config.num_hidden_layers)
584
+ ]
585
+ )
586
+ self.ln_f = RMSNorm(
587
+ self.embed_dim,
588
+ eps=config.layer_norm_epsilon,
589
+ )
590
+
591
+ self.post_init()
592
+
593
+ def get_input_embeddings(self):
594
+ return self.wte
595
+
596
+ def set_input_embeddings(self, new_embeddings):
597
+ self.wte = new_embeddings
598
+
599
+ def forward(
600
+ self,
601
+ input_ids: Optional[torch.LongTensor] = None,
602
+ past_key_values: Optional[Tuple[Tuple[torch.Tensor]]] = None,
603
+ attention_mask: Optional[torch.FloatTensor] = None,
604
+ token_type_ids: Optional[torch.LongTensor] = None,
605
+ position_ids: Optional[torch.LongTensor] = None,
606
+ head_mask: Optional[torch.FloatTensor] = None,
607
+ inputs_embeds: Optional[torch.FloatTensor] = None,
608
+ encoder_hidden_states: Optional[torch.Tensor] = None,
609
+ encoder_attention_mask: Optional[torch.FloatTensor] = None,
610
+ use_cache: Optional[bool] = None,
611
+ output_attentions: Optional[bool] = None,
612
+ output_hidden_states: Optional[bool] = None,
613
+ return_dict: Optional[bool] = None,
614
+ ):
615
+ output_attentions = (
616
+ output_attentions
617
+ if output_attentions is not None
618
+ else self.config.output_attentions
619
+ )
620
+ output_hidden_states = (
621
+ output_hidden_states
622
+ if output_hidden_states is not None
623
+ else self.config.output_hidden_states
624
+ )
625
+ use_cache = use_cache if use_cache is not None else self.config.use_cache
626
+ return_dict = (
627
+ return_dict if return_dict is not None else self.config.use_return_dict
628
+ )
629
+
630
+ if input_ids is not None and inputs_embeds is not None:
631
+ raise ValueError(
632
+ "You cannot specify both input_ids and inputs_embeds at the same time"
633
+ )
634
+ elif input_ids is not None:
635
+ input_shape = input_ids.size()
636
+ input_ids = input_ids.view(-1, input_shape[-1])
637
+ batch_size = input_ids.shape[0]
638
+ elif inputs_embeds is not None:
639
+ input_shape = inputs_embeds.size()[:-1]
640
+ batch_size = inputs_embeds.shape[0]
641
+ else:
642
+ raise ValueError("You have to specify either input_ids or inputs_embeds")
643
+
644
+ device = input_ids.device if input_ids is not None else inputs_embeds.device
645
+
646
+ if token_type_ids is not None:
647
+ token_type_ids = token_type_ids.view(-1, input_shape[-1])
648
+ if position_ids is not None:
649
+ position_ids = position_ids.view(-1, input_shape[-1])
650
+
651
+ if past_key_values is None:
652
+ past_length = 0
653
+ past_key_values = tuple([None] * len(self.h))
654
+ else:
655
+ past_length = past_key_values[0][0].size(-2)
656
+
657
+ if position_ids is None:
658
+ position_ids = torch.arange(
659
+ past_length,
660
+ input_shape[-1] + past_length,
661
+ dtype=torch.long,
662
+ device=device,
663
+ )
664
+ position_ids = position_ids.unsqueeze(0).view(-1, input_shape[-1])
665
+
666
+ if attention_mask is not None:
667
+ if batch_size <= 0:
668
+ raise ValueError("batch_size has to be defined and > 0")
669
+ attention_mask = attention_mask.view(batch_size, -1)
670
+ attention_mask = attention_mask[:, None, None, :]
671
+ attention_mask = attention_mask.to(dtype=self.dtype)
672
+ attention_mask = (1.0 - attention_mask) * torch.finfo(self.dtype).min
673
+
674
+ encoder_attention_mask = None
675
+ head_mask = self.get_head_mask(head_mask, self.config.num_hidden_layers)
676
+
677
+ if inputs_embeds is None:
678
+ inputs_embeds = self.wte(input_ids)
679
+ hidden_states = inputs_embeds
680
+
681
+ kv_seq_len = hidden_states.size()[1]
682
+ if past_key_values[0] is not None:
683
+ # past key values[0][0] shape: bs * seq_len * head_num * dim
684
+ kv_seq_len += past_key_values[0][0].shape[1]
685
+ if (
686
+ self.use_dynamic_ntk
687
+ and kv_seq_len == hidden_states.size()[1]
688
+ and not self.training
689
+ ):
690
+ context_value = math.log(kv_seq_len / self.seq_length, 2) + 1
691
+ ntk_alpha = 2 ** math.ceil(context_value) - 1
692
+ ntk_alpha = max(ntk_alpha, 1)
693
+ else:
694
+ ntk_alpha = self.rotary_emb._ntk_alpha_cached
695
+
696
+ rotary_pos_emb = self.rotary_emb(kv_seq_len, ntk_alpha=ntk_alpha)
697
+ for idx in range(len(rotary_pos_emb)):
698
+ rotary_pos_emb[idx] = rotary_pos_emb[idx].to(hidden_states.device)
699
+
700
+ hidden_states = self.drop(hidden_states)
701
+ output_shape = input_shape + (hidden_states.size(-1),)
702
+
703
+ if self.gradient_checkpointing and self.training:
704
+ if use_cache:
705
+ logger.warning_once(
706
+ "`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`..."
707
+ )
708
+ use_cache = False
709
+
710
+ presents = () if use_cache else None
711
+ all_self_attentions = () if output_attentions else None
712
+ all_hidden_states = () if output_hidden_states else None
713
+ for i, (block, layer_past) in enumerate(zip(self.h, past_key_values)):
714
+
715
+ if output_hidden_states:
716
+ all_hidden_states = all_hidden_states + (hidden_states,)
717
+
718
+ if self.gradient_checkpointing and self.training:
719
+
720
+ def create_custom_forward(module):
721
+ def custom_forward(*inputs):
722
+ # None for past_key_value
723
+ return module(*inputs, use_cache, output_attentions)
724
+
725
+ return custom_forward
726
+
727
+ outputs = torch.utils.checkpoint.checkpoint(
728
+ create_custom_forward(block),
729
+ hidden_states,
730
+ rotary_pos_emb,
731
+ None,
732
+ attention_mask,
733
+ head_mask[i],
734
+ encoder_hidden_states,
735
+ encoder_attention_mask,
736
+ )
737
+ else:
738
+ outputs = block(
739
+ hidden_states,
740
+ layer_past=layer_past,
741
+ rotary_pos_emb=rotary_pos_emb,
742
+ attention_mask=attention_mask,
743
+ head_mask=head_mask[i],
744
+ encoder_hidden_states=encoder_hidden_states,
745
+ encoder_attention_mask=encoder_attention_mask,
746
+ use_cache=use_cache,
747
+ output_attentions=output_attentions,
748
+ )
749
+
750
+ hidden_states = outputs[0]
751
+ if use_cache is True:
752
+ presents = presents + (outputs[1],)
753
+
754
+ if output_attentions:
755
+ all_self_attentions = all_self_attentions + (outputs[2 if use_cache else 1],)
756
+
757
+ hidden_states = self.ln_f(hidden_states)
758
+ hidden_states = hidden_states.view(output_shape)
759
+ # Add last hidden state
760
+ if output_hidden_states:
761
+ all_hidden_states = all_hidden_states + (hidden_states,)
762
+
763
+ if not return_dict:
764
+ return tuple(
765
+ v for v in [hidden_states, presents, all_hidden_states] if v is not None
766
+ )
767
+
768
+ return BaseModelOutputWithPast(
769
+ last_hidden_state=hidden_states,
770
+ past_key_values=presents,
771
+ hidden_states=all_hidden_states,
772
+ attentions=all_self_attentions,
773
+ )
774
+
775
+
776
+ class QWenLMHeadModel(QWenPreTrainedModel):
777
+ _keys_to_ignore_on_load_missing = [r"h\.\d+\.attn\.rotary_emb\.inv_freq"]
778
+ _keys_to_ignore_on_load_unexpected = [r"h\.\d+\.attn\.masked_bias"]
779
+
780
+ def __init__(self, config):
781
+ super().__init__(config)
782
+ assert (
783
+ config.bf16 + config.fp16 + config.fp32 <= 1
784
+ ), "Only one of \"bf16\", \"fp16\", \"fp32\" can be true"
785
+
786
+ autoset_precision = config.bf16 + config.fp16 + config.fp32 == 0
787
+
788
+ if autoset_precision:
789
+ if SUPPORT_BF16:
790
+ logger.warn(
791
+ "The model is automatically converting to bf16 for faster inference. "
792
+ "If you want to disable the automatic precision, please manually add bf16/fp16/fp32=True to \"AutoModelForCausalLM.from_pretrained\"."
793
+ )
794
+ config.bf16 = True
795
+ elif SUPPORT_FP16:
796
+ logger.warn(
797
+ "The model is automatically converting to fp16 for faster inference. "
798
+ "If you want to disable the automatic precision, please manually add bf16/fp16/fp32=True to \"AutoModelForCausalLM.from_pretrained\"."
799
+ )
800
+ config.fp16 = True
801
+ else:
802
+ config.fp32 = True
803
+
804
+ if config.bf16 and SUPPORT_CUDA and not SUPPORT_BF16:
805
+ logger.warn("Your device does NOT seem to support bf16, you can switch to fp16 or fp32 by by passing fp16/fp32=True in \"AutoModelForCausalLM.from_pretrained\".")
806
+ if config.fp16 and SUPPORT_CUDA and not SUPPORT_FP16:
807
+ logger.warn("Your device does NOT support faster inference with fp16, please switch to fp32 which is likely to be faster")
808
+ if config.fp32:
809
+ if SUPPORT_BF16:
810
+ logger.warn("Your device support faster inference by passing bf16=True in \"AutoModelForCausalLM.from_pretrained\".")
811
+ elif SUPPORT_FP16:
812
+ logger.warn("Your device support faster inference by passing fp16=True in \"AutoModelForCausalLM.from_pretrained\".")
813
+
814
+ if config.use_flash_attn == "auto":
815
+ if config.bf16 or config.fp16:
816
+ logger.warn("Try importing flash-attention for faster inference...")
817
+ config.use_flash_attn = True
818
+ else:
819
+ config.use_flash_attn = False
820
+ if config.use_flash_attn and config.fp32:
821
+ logger.warn("Flash attention will be disabled because it does NOT support fp32.")
822
+
823
+ if config.use_flash_attn:
824
+ _import_flash_attn()
825
+
826
+ self.transformer = QWenModel(config)
827
+ self.lm_head = nn.Linear(config.hidden_size, config.vocab_size, bias=False)
828
+
829
+ if config.bf16:
830
+ self.transformer.bfloat16()
831
+ self.lm_head.bfloat16()
832
+ if config.fp16:
833
+ self.transformer.half()
834
+ self.lm_head.half()
835
+ self.post_init()
836
+
837
+ def get_output_embeddings(self):
838
+ return self.lm_head
839
+
840
+ def set_output_embeddings(self, new_embeddings):
841
+ self.lm_head = new_embeddings
842
+
843
+ def prepare_inputs_for_generation(
844
+ self, input_ids, past_key_values=None, inputs_embeds=None, **kwargs
845
+ ):
846
+ token_type_ids = kwargs.get("token_type_ids", None)
847
+ if past_key_values:
848
+ input_ids = input_ids[:, -1].unsqueeze(-1)
849
+ if token_type_ids is not None:
850
+ token_type_ids = token_type_ids[:, -1].unsqueeze(-1)
851
+
852
+ attention_mask = kwargs.get("attention_mask", None)
853
+ position_ids = kwargs.get("position_ids", None)
854
+
855
+ if attention_mask is not None and position_ids is None:
856
+ position_ids = attention_mask.long().cumsum(-1) - 1
857
+ position_ids.masked_fill_(attention_mask == 0, 1)
858
+ if past_key_values:
859
+ position_ids = position_ids[:, -1].unsqueeze(-1)
860
+ else:
861
+ position_ids = None
862
+
863
+ if inputs_embeds is not None and past_key_values is None:
864
+ model_inputs = {"inputs_embeds": inputs_embeds}
865
+ else:
866
+ model_inputs = {"input_ids": input_ids}
867
+
868
+ model_inputs.update(
869
+ {
870
+ "past_key_values": past_key_values,
871
+ "use_cache": kwargs.get("use_cache"),
872
+ "position_ids": position_ids,
873
+ "attention_mask": attention_mask,
874
+ "token_type_ids": token_type_ids,
875
+ }
876
+ )
877
+ return model_inputs
878
+
879
+ def forward(
880
+ self,
881
+ input_ids: Optional[torch.LongTensor] = None,
882
+ past_key_values: Optional[Tuple[Tuple[torch.Tensor]]] = None,
883
+ attention_mask: Optional[torch.FloatTensor] = None,
884
+ token_type_ids: Optional[torch.LongTensor] = None,
885
+ position_ids: Optional[torch.LongTensor] = None,
886
+ head_mask: Optional[torch.FloatTensor] = None,
887
+ inputs_embeds: Optional[torch.FloatTensor] = None,
888
+ encoder_hidden_states: Optional[torch.Tensor] = None,
889
+ encoder_attention_mask: Optional[torch.FloatTensor] = None,
890
+ labels: Optional[torch.LongTensor] = None,
891
+ use_cache: Optional[bool] = None,
892
+ output_attentions: Optional[bool] = None,
893
+ output_hidden_states: Optional[bool] = None,
894
+ return_dict: Optional[bool] = None,
895
+ ) -> Union[Tuple, CausalLMOutputWithPast]:
896
+
897
+ return_dict = (
898
+ return_dict if return_dict is not None else self.config.use_return_dict
899
+ )
900
+
901
+ transformer_outputs = self.transformer(
902
+ input_ids,
903
+ past_key_values=past_key_values,
904
+ attention_mask=attention_mask,
905
+ token_type_ids=token_type_ids,
906
+ position_ids=position_ids,
907
+ head_mask=head_mask,
908
+ inputs_embeds=inputs_embeds,
909
+ encoder_hidden_states=encoder_hidden_states,
910
+ encoder_attention_mask=encoder_attention_mask,
911
+ use_cache=use_cache,
912
+ output_attentions=output_attentions,
913
+ output_hidden_states=output_hidden_states,
914
+ return_dict=return_dict,
915
+ )
916
+ hidden_states = transformer_outputs[0]
917
+
918
+ lm_logits = self.lm_head(hidden_states)
919
+
920
+ loss = None
921
+ if labels is not None:
922
+ labels = labels.to(lm_logits.device)
923
+ shift_logits = lm_logits[..., :-1, :].contiguous()
924
+ shift_labels = labels[..., 1:].contiguous()
925
+ loss_fct = CrossEntropyLoss()
926
+ loss = loss_fct(
927
+ shift_logits.view(-1, shift_logits.size(-1)), shift_labels.view(-1)
928
+ )
929
+
930
+ if not return_dict:
931
+ output = (lm_logits,) + transformer_outputs[1:]
932
+ return ((loss,) + output) if loss is not None else output
933
+
934
+ return CausalLMOutputWithPast(
935
+ loss=loss,
936
+ logits=lm_logits,
937
+ past_key_values=transformer_outputs.past_key_values,
938
+ hidden_states=transformer_outputs.hidden_states,
939
+ attentions=transformer_outputs.attentions,
940
+ )
941
+
942
+ @staticmethod
943
+ def _reorder_cache(
944
+ past_key_values: Tuple[Tuple[torch.Tensor]], beam_idx: torch.Tensor
945
+ ) -> Tuple[Tuple[torch.Tensor]]:
946
+
947
+ return tuple(
948
+ tuple(
949
+ past_state.index_select(0, beam_idx.to(past_state.device))
950
+ for past_state in layer_past
951
+ )
952
+ for layer_past in past_key_values
953
+ )
954
+
955
+ def chat(
956
+ self,
957
+ tokenizer: PreTrainedTokenizer,
958
+ query: str,
959
+ history: Optional[HistoryType],
960
+ system: str = "You are a helpful assistant.",
961
+ append_history: bool = True,
962
+ stream: Optional[bool] = _SENTINEL,
963
+ stop_words_ids: Optional[List[List[int]]] = None,
964
+ generation_config: Optional[GenerationConfig] = None,
965
+ **kwargs,
966
+ ) -> Tuple[str, HistoryType]:
967
+ generation_config = generation_config if generation_config is not None else self.generation_config
968
+
969
+ assert stream is _SENTINEL, _ERROR_STREAM_IN_CHAT
970
+ assert generation_config.chat_format == 'chatml', _ERROR_BAD_CHAT_FORMAT
971
+ if history is None:
972
+ history = []
973
+ if stop_words_ids is None:
974
+ stop_words_ids = []
975
+
976
+ max_window_size = kwargs.get('max_window_size', None)
977
+ if max_window_size is None:
978
+ max_window_size = generation_config.max_window_size
979
+ raw_text, context_tokens = make_context(
980
+ tokenizer,
981
+ query,
982
+ history=history,
983
+ system=system,
984
+ max_window_size=max_window_size,
985
+ chat_format=generation_config.chat_format,
986
+ )
987
+
988
+ stop_words_ids.extend(get_stop_words_ids(
989
+ generation_config.chat_format, tokenizer
990
+ ))
991
+ input_ids = torch.tensor([context_tokens]).to(self.device)
992
+ outputs = self.generate(
993
+ input_ids,
994
+ stop_words_ids=stop_words_ids,
995
+ return_dict_in_generate=False,
996
+ generation_config=generation_config,
997
+ **kwargs,
998
+ )
999
+
1000
+ response = decode_tokens(
1001
+ outputs[0],
1002
+ tokenizer,
1003
+ raw_text_len=len(raw_text),
1004
+ context_length=len(context_tokens),
1005
+ chat_format=generation_config.chat_format,
1006
+ verbose=False,
1007
+ errors='replace'
1008
+ )
1009
+
1010
+ if append_history:
1011
+ history.append((query, response))
1012
+
1013
+ return response, history
1014
+
1015
+ def chat_stream(
1016
+ self,
1017
+ tokenizer: PreTrainedTokenizer,
1018
+ query: str,
1019
+ history: Optional[HistoryType],
1020
+ system: str = "You are a helpful assistant.",
1021
+ stop_words_ids: Optional[List[List[int]]] = None,
1022
+ logits_processor: Optional[LogitsProcessorList] = None,
1023
+ generation_config: Optional[GenerationConfig] = None,
1024
+ **kwargs,
1025
+ ) -> Generator[str, Any, None]:
1026
+ generation_config = generation_config if generation_config is not None else self.generation_config
1027
+ assert generation_config.chat_format == 'chatml', _ERROR_BAD_CHAT_FORMAT
1028
+ if history is None:
1029
+ history = []
1030
+ if stop_words_ids is None:
1031
+ stop_words_ids = []
1032
+
1033
+ max_window_size = kwargs.get('max_window_size', None)
1034
+ if max_window_size is None:
1035
+ max_window_size = generation_config.max_window_size
1036
+ raw_text, context_tokens = make_context(
1037
+ tokenizer,
1038
+ query,
1039
+ history=history,
1040
+ system=system,
1041
+ max_window_size=max_window_size,
1042
+ chat_format=generation_config.chat_format,
1043
+ )
1044
+
1045
+ stop_words_ids.extend(get_stop_words_ids(
1046
+ generation_config.chat_format, tokenizer
1047
+ ))
1048
+ if stop_words_ids is not None:
1049
+ stop_words_logits_processor = StopWordsLogitsProcessor(
1050
+ stop_words_ids=stop_words_ids,
1051
+ eos_token_id=generation_config.eos_token_id,
1052
+ )
1053
+ if logits_processor is None:
1054
+ logits_processor = LogitsProcessorList([stop_words_logits_processor])
1055
+ else:
1056
+ logits_processor.append(stop_words_logits_processor)
1057
+ input_ids = torch.tensor([context_tokens]).to(self.device)
1058
+
1059
+ from transformers_stream_generator.main import NewGenerationMixin, StreamGenerationConfig
1060
+ self.__class__.generate_stream = NewGenerationMixin.generate
1061
+ self.__class__.sample_stream = NewGenerationMixin.sample_stream
1062
+ stream_config = StreamGenerationConfig(**generation_config.to_dict(), do_stream=True)
1063
+
1064
+ def stream_generator():
1065
+ outputs = []
1066
+ for token in self.generate_stream(
1067
+ input_ids,
1068
+ return_dict_in_generate=False,
1069
+ generation_config=stream_config,
1070
+ logits_processor=logits_processor,
1071
+ seed=-1,
1072
+ **kwargs):
1073
+ outputs.append(token.item())
1074
+ yield tokenizer.decode(outputs, skip_special_tokens=True, errors='ignore')
1075
+
1076
+ return stream_generator()
1077
+
1078
+ def generate(
1079
+ self,
1080
+ inputs: Optional[torch.Tensor] = None,
1081
+ generation_config: Optional[GenerationConfig] = None,
1082
+ logits_processor: Optional[LogitsProcessorList] = None,
1083
+ stopping_criteria: Optional[StoppingCriteriaList] = None,
1084
+ prefix_allowed_tokens_fn: Optional[
1085
+ Callable[[int, torch.Tensor], List[int]]
1086
+ ] = None,
1087
+ synced_gpus: Optional[bool] = None,
1088
+ assistant_model: Optional["PreTrainedModel"] = None,
1089
+ streamer: Optional["BaseStreamer"] = None,
1090
+ **kwargs,
1091
+ ) -> Union[GenerateOutput, torch.LongTensor]:
1092
+ generation_config = generation_config if generation_config is not None else self.generation_config
1093
+
1094
+ # Process stop_words_ids.
1095
+ stop_words_ids = kwargs.pop("stop_words_ids", None)
1096
+ if stop_words_ids is None and generation_config is not None:
1097
+ stop_words_ids = getattr(generation_config, "stop_words_ids", None)
1098
+ if stop_words_ids is None:
1099
+ stop_words_ids = getattr(generation_config, "stop_words_ids", None)
1100
+
1101
+ if stop_words_ids is not None:
1102
+ stop_words_logits_processor = StopWordsLogitsProcessor(
1103
+ stop_words_ids=stop_words_ids,
1104
+ eos_token_id=generation_config.eos_token_id,
1105
+ )
1106
+ if logits_processor is None:
1107
+ logits_processor = LogitsProcessorList([stop_words_logits_processor])
1108
+ else:
1109
+ logits_processor.append(stop_words_logits_processor)
1110
+
1111
+ return super().generate(
1112
+ inputs,
1113
+ generation_config=generation_config,
1114
+ logits_processor=logits_processor,
1115
+ stopping_criteria=stopping_criteria,
1116
+ prefix_allowed_tokens_fn=prefix_allowed_tokens_fn,
1117
+ synced_gpus=synced_gpus,
1118
+ assistant_model=assistant_model,
1119
+ streamer=streamer,
1120
+ **kwargs,
1121
+ )
1122
+
1123
+
1124
+ class RotaryEmbedding(torch.nn.Module):
1125
+ def __init__(self, dim, base=10000):
1126
+ super().__init__()
1127
+ self.dim = dim
1128
+ self.base = base
1129
+ self.inv_freq = 1.0 / (base ** (torch.arange(0, dim, 2).float() / dim))
1130
+ if importlib.util.find_spec("einops") is None:
1131
+ raise RuntimeError("einops is required for Rotary Embedding")
1132
+
1133
+ self._rotary_pos_emb_cache = None
1134
+ self._seq_len_cached = 0
1135
+ self._ntk_alpha_cached = 1.0
1136
+
1137
+ def update_rotary_pos_emb_cache(self, max_seq_len, offset=0, ntk_alpha=1.0):
1138
+ seqlen = max_seq_len + offset
1139
+ if seqlen > self._seq_len_cached or ntk_alpha != self._ntk_alpha_cached:
1140
+ base = self.base * ntk_alpha ** (self.dim / (self.dim - 2))
1141
+ self.inv_freq = 1.0 / (
1142
+ base
1143
+ ** (
1144
+ torch.arange(0, self.dim, 2, device=self.inv_freq.device).float()
1145
+ / self.dim
1146
+ )
1147
+ )
1148
+ self._seq_len_cached = max(2 * seqlen, 16)
1149
+ self._ntk_alpha_cached = ntk_alpha
1150
+ seq = torch.arange(self._seq_len_cached, device=self.inv_freq.device)
1151
+ freqs = torch.outer(seq.type_as(self.inv_freq), self.inv_freq)
1152
+
1153
+ emb = torch.cat((freqs, freqs), dim=-1)
1154
+ from einops import rearrange
1155
+
1156
+ emb = rearrange(emb, "n d -> 1 n 1 d")
1157
+
1158
+ cos, sin = emb.cos(), emb.sin()
1159
+ self._rotary_pos_emb_cache = [cos, sin]
1160
+
1161
+ def forward(self, max_seq_len, offset=0, ntk_alpha=1.0):
1162
+ self.update_rotary_pos_emb_cache(max_seq_len, offset, ntk_alpha)
1163
+ cos, sin = self._rotary_pos_emb_cache
1164
+ return [cos[:, offset : offset + max_seq_len], sin[:, offset : offset + max_seq_len]]
1165
+
1166
+
1167
+ def _rotate_half(x):
1168
+ from einops import rearrange
1169
+
1170
+ x = rearrange(x, "... (j d) -> ... j d", j=2)
1171
+ x1, x2 = x.unbind(dim=-2)
1172
+ return torch.cat((-x2, x1), dim=-1)
1173
+
1174
+
1175
+ def apply_rotary_pos_emb(t, freqs):
1176
+ cos, sin = freqs
1177
+ if apply_rotary_emb_func is not None and t.is_cuda:
1178
+ t_ = t.float()
1179
+ cos = cos.squeeze(0).squeeze(1)[:, : cos.shape[-1] // 2]
1180
+ sin = sin.squeeze(0).squeeze(1)[:, : sin.shape[-1] // 2]
1181
+ output = apply_rotary_emb_func(t_, cos, sin).type_as(t)
1182
+ return output
1183
+ else:
1184
+ rot_dim = freqs[0].shape[-1]
1185
+ cos, sin = freqs
1186
+ t_, t_pass_ = t[..., :rot_dim], t[..., rot_dim:]
1187
+ t_ = t_.float()
1188
+ t_pass_ = t_pass_.float()
1189
+ t_ = (t_ * cos) + (_rotate_half(t_) * sin)
1190
+ return torch.cat((t_, t_pass_), dim=-1).type_as(t)
1191
+
1192
+
1193
+ class RMSNorm(torch.nn.Module):
1194
+ def __init__(self, dim: int, eps: float = 1e-6):
1195
+ super().__init__()
1196
+ self.eps = eps
1197
+ self.weight = nn.Parameter(torch.ones(dim))
1198
+
1199
+ def _norm(self, x):
1200
+ return x * torch.rsqrt(x.pow(2).mean(-1, keepdim=True) + self.eps)
1201
+
1202
+ def forward(self, x):
1203
+ if rms_norm is not None and x.is_cuda:
1204
+ return rms_norm(x, self.weight, self.eps)
1205
+ else:
1206
+ output = self._norm(x.float()).type_as(x)
1207
+ return output * self.weight
qwen.tiktoken ADDED
The diff for this file is too large to render. See raw diff