FinMindAI commited on
Commit
cf7115c
1 Parent(s): b68551c

Upload 15 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-7B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
adapter_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-7B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_dora": false,
27
+ "use_rslora": false
28
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7617ef35d8a897d3fd073d4e736a459c0ec8b8730dc83f75f509bcfcb02f7930
3
+ size 51387776
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen2-7B-Instruct",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 3584,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 18944,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 28,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 28,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 4,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.46.0",
26
+ "use_cache": true,
27
+ "use_sliding_window": false,
28
+ "vocab_size": 152064
29
+ }
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.46.0"
14
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9138838966b503b75d107fecc51bf1e638b233f4cffb8602029c8df6a0cc8346
3
+ size 4990848128
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:229d26f6f6cd36d453f75305d3f6aed2714f1a076a382df3bdae49f969ef54ed
3
+ size 3092461568
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
quanto_qmap.json ADDED
@@ -0,0 +1,786 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model.layers.0.self_attn.q_proj.base_layer": {
3
+ "weights": "qint4",
4
+ "activations": "none"
5
+ },
6
+ "model.layers.0.self_attn.k_proj": {
7
+ "weights": "qint4",
8
+ "activations": "none"
9
+ },
10
+ "model.layers.0.self_attn.v_proj": {
11
+ "weights": "qint4",
12
+ "activations": "none"
13
+ },
14
+ "model.layers.0.self_attn.o_proj": {
15
+ "weights": "qint4",
16
+ "activations": "none"
17
+ },
18
+ "model.layers.0.mlp.gate_proj": {
19
+ "weights": "qint4",
20
+ "activations": "none"
21
+ },
22
+ "model.layers.0.mlp.up_proj": {
23
+ "weights": "qint4",
24
+ "activations": "none"
25
+ },
26
+ "model.layers.0.mlp.down_proj": {
27
+ "weights": "qint4",
28
+ "activations": "none"
29
+ },
30
+ "model.layers.1.self_attn.q_proj.base_layer": {
31
+ "weights": "qint4",
32
+ "activations": "none"
33
+ },
34
+ "model.layers.1.self_attn.k_proj": {
35
+ "weights": "qint4",
36
+ "activations": "none"
37
+ },
38
+ "model.layers.1.self_attn.v_proj": {
39
+ "weights": "qint4",
40
+ "activations": "none"
41
+ },
42
+ "model.layers.1.self_attn.o_proj": {
43
+ "weights": "qint4",
44
+ "activations": "none"
45
+ },
46
+ "model.layers.1.mlp.gate_proj": {
47
+ "weights": "qint4",
48
+ "activations": "none"
49
+ },
50
+ "model.layers.1.mlp.up_proj": {
51
+ "weights": "qint4",
52
+ "activations": "none"
53
+ },
54
+ "model.layers.1.mlp.down_proj": {
55
+ "weights": "qint4",
56
+ "activations": "none"
57
+ },
58
+ "model.layers.2.self_attn.q_proj.base_layer": {
59
+ "weights": "qint4",
60
+ "activations": "none"
61
+ },
62
+ "model.layers.2.self_attn.k_proj": {
63
+ "weights": "qint4",
64
+ "activations": "none"
65
+ },
66
+ "model.layers.2.self_attn.v_proj": {
67
+ "weights": "qint4",
68
+ "activations": "none"
69
+ },
70
+ "model.layers.2.self_attn.o_proj": {
71
+ "weights": "qint4",
72
+ "activations": "none"
73
+ },
74
+ "model.layers.2.mlp.gate_proj": {
75
+ "weights": "qint4",
76
+ "activations": "none"
77
+ },
78
+ "model.layers.2.mlp.up_proj": {
79
+ "weights": "qint4",
80
+ "activations": "none"
81
+ },
82
+ "model.layers.2.mlp.down_proj": {
83
+ "weights": "qint4",
84
+ "activations": "none"
85
+ },
86
+ "model.layers.3.self_attn.q_proj.base_layer": {
87
+ "weights": "qint4",
88
+ "activations": "none"
89
+ },
90
+ "model.layers.3.self_attn.k_proj": {
91
+ "weights": "qint4",
92
+ "activations": "none"
93
+ },
94
+ "model.layers.3.self_attn.v_proj": {
95
+ "weights": "qint4",
96
+ "activations": "none"
97
+ },
98
+ "model.layers.3.self_attn.o_proj": {
99
+ "weights": "qint4",
100
+ "activations": "none"
101
+ },
102
+ "model.layers.3.mlp.gate_proj": {
103
+ "weights": "qint4",
104
+ "activations": "none"
105
+ },
106
+ "model.layers.3.mlp.up_proj": {
107
+ "weights": "qint4",
108
+ "activations": "none"
109
+ },
110
+ "model.layers.3.mlp.down_proj": {
111
+ "weights": "qint4",
112
+ "activations": "none"
113
+ },
114
+ "model.layers.4.self_attn.q_proj.base_layer": {
115
+ "weights": "qint4",
116
+ "activations": "none"
117
+ },
118
+ "model.layers.4.self_attn.k_proj": {
119
+ "weights": "qint4",
120
+ "activations": "none"
121
+ },
122
+ "model.layers.4.self_attn.v_proj": {
123
+ "weights": "qint4",
124
+ "activations": "none"
125
+ },
126
+ "model.layers.4.self_attn.o_proj": {
127
+ "weights": "qint4",
128
+ "activations": "none"
129
+ },
130
+ "model.layers.4.mlp.gate_proj": {
131
+ "weights": "qint4",
132
+ "activations": "none"
133
+ },
134
+ "model.layers.4.mlp.up_proj": {
135
+ "weights": "qint4",
136
+ "activations": "none"
137
+ },
138
+ "model.layers.4.mlp.down_proj": {
139
+ "weights": "qint4",
140
+ "activations": "none"
141
+ },
142
+ "model.layers.5.self_attn.q_proj.base_layer": {
143
+ "weights": "qint4",
144
+ "activations": "none"
145
+ },
146
+ "model.layers.5.self_attn.k_proj": {
147
+ "weights": "qint4",
148
+ "activations": "none"
149
+ },
150
+ "model.layers.5.self_attn.v_proj": {
151
+ "weights": "qint4",
152
+ "activations": "none"
153
+ },
154
+ "model.layers.5.self_attn.o_proj": {
155
+ "weights": "qint4",
156
+ "activations": "none"
157
+ },
158
+ "model.layers.5.mlp.gate_proj": {
159
+ "weights": "qint4",
160
+ "activations": "none"
161
+ },
162
+ "model.layers.5.mlp.up_proj": {
163
+ "weights": "qint4",
164
+ "activations": "none"
165
+ },
166
+ "model.layers.5.mlp.down_proj": {
167
+ "weights": "qint4",
168
+ "activations": "none"
169
+ },
170
+ "model.layers.6.self_attn.q_proj.base_layer": {
171
+ "weights": "qint4",
172
+ "activations": "none"
173
+ },
174
+ "model.layers.6.self_attn.k_proj": {
175
+ "weights": "qint4",
176
+ "activations": "none"
177
+ },
178
+ "model.layers.6.self_attn.v_proj": {
179
+ "weights": "qint4",
180
+ "activations": "none"
181
+ },
182
+ "model.layers.6.self_attn.o_proj": {
183
+ "weights": "qint4",
184
+ "activations": "none"
185
+ },
186
+ "model.layers.6.mlp.gate_proj": {
187
+ "weights": "qint4",
188
+ "activations": "none"
189
+ },
190
+ "model.layers.6.mlp.up_proj": {
191
+ "weights": "qint4",
192
+ "activations": "none"
193
+ },
194
+ "model.layers.6.mlp.down_proj": {
195
+ "weights": "qint4",
196
+ "activations": "none"
197
+ },
198
+ "model.layers.7.self_attn.q_proj.base_layer": {
199
+ "weights": "qint4",
200
+ "activations": "none"
201
+ },
202
+ "model.layers.7.self_attn.k_proj": {
203
+ "weights": "qint4",
204
+ "activations": "none"
205
+ },
206
+ "model.layers.7.self_attn.v_proj": {
207
+ "weights": "qint4",
208
+ "activations": "none"
209
+ },
210
+ "model.layers.7.self_attn.o_proj": {
211
+ "weights": "qint4",
212
+ "activations": "none"
213
+ },
214
+ "model.layers.7.mlp.gate_proj": {
215
+ "weights": "qint4",
216
+ "activations": "none"
217
+ },
218
+ "model.layers.7.mlp.up_proj": {
219
+ "weights": "qint4",
220
+ "activations": "none"
221
+ },
222
+ "model.layers.7.mlp.down_proj": {
223
+ "weights": "qint4",
224
+ "activations": "none"
225
+ },
226
+ "model.layers.8.self_attn.q_proj.base_layer": {
227
+ "weights": "qint4",
228
+ "activations": "none"
229
+ },
230
+ "model.layers.8.self_attn.k_proj": {
231
+ "weights": "qint4",
232
+ "activations": "none"
233
+ },
234
+ "model.layers.8.self_attn.v_proj": {
235
+ "weights": "qint4",
236
+ "activations": "none"
237
+ },
238
+ "model.layers.8.self_attn.o_proj": {
239
+ "weights": "qint4",
240
+ "activations": "none"
241
+ },
242
+ "model.layers.8.mlp.gate_proj": {
243
+ "weights": "qint4",
244
+ "activations": "none"
245
+ },
246
+ "model.layers.8.mlp.up_proj": {
247
+ "weights": "qint4",
248
+ "activations": "none"
249
+ },
250
+ "model.layers.8.mlp.down_proj": {
251
+ "weights": "qint4",
252
+ "activations": "none"
253
+ },
254
+ "model.layers.9.self_attn.q_proj.base_layer": {
255
+ "weights": "qint4",
256
+ "activations": "none"
257
+ },
258
+ "model.layers.9.self_attn.k_proj": {
259
+ "weights": "qint4",
260
+ "activations": "none"
261
+ },
262
+ "model.layers.9.self_attn.v_proj": {
263
+ "weights": "qint4",
264
+ "activations": "none"
265
+ },
266
+ "model.layers.9.self_attn.o_proj": {
267
+ "weights": "qint4",
268
+ "activations": "none"
269
+ },
270
+ "model.layers.9.mlp.gate_proj": {
271
+ "weights": "qint4",
272
+ "activations": "none"
273
+ },
274
+ "model.layers.9.mlp.up_proj": {
275
+ "weights": "qint4",
276
+ "activations": "none"
277
+ },
278
+ "model.layers.9.mlp.down_proj": {
279
+ "weights": "qint4",
280
+ "activations": "none"
281
+ },
282
+ "model.layers.10.self_attn.q_proj.base_layer": {
283
+ "weights": "qint4",
284
+ "activations": "none"
285
+ },
286
+ "model.layers.10.self_attn.k_proj": {
287
+ "weights": "qint4",
288
+ "activations": "none"
289
+ },
290
+ "model.layers.10.self_attn.v_proj": {
291
+ "weights": "qint4",
292
+ "activations": "none"
293
+ },
294
+ "model.layers.10.self_attn.o_proj": {
295
+ "weights": "qint4",
296
+ "activations": "none"
297
+ },
298
+ "model.layers.10.mlp.gate_proj": {
299
+ "weights": "qint4",
300
+ "activations": "none"
301
+ },
302
+ "model.layers.10.mlp.up_proj": {
303
+ "weights": "qint4",
304
+ "activations": "none"
305
+ },
306
+ "model.layers.10.mlp.down_proj": {
307
+ "weights": "qint4",
308
+ "activations": "none"
309
+ },
310
+ "model.layers.11.self_attn.q_proj.base_layer": {
311
+ "weights": "qint4",
312
+ "activations": "none"
313
+ },
314
+ "model.layers.11.self_attn.k_proj": {
315
+ "weights": "qint4",
316
+ "activations": "none"
317
+ },
318
+ "model.layers.11.self_attn.v_proj": {
319
+ "weights": "qint4",
320
+ "activations": "none"
321
+ },
322
+ "model.layers.11.self_attn.o_proj": {
323
+ "weights": "qint4",
324
+ "activations": "none"
325
+ },
326
+ "model.layers.11.mlp.gate_proj": {
327
+ "weights": "qint4",
328
+ "activations": "none"
329
+ },
330
+ "model.layers.11.mlp.up_proj": {
331
+ "weights": "qint4",
332
+ "activations": "none"
333
+ },
334
+ "model.layers.11.mlp.down_proj": {
335
+ "weights": "qint4",
336
+ "activations": "none"
337
+ },
338
+ "model.layers.12.self_attn.q_proj.base_layer": {
339
+ "weights": "qint4",
340
+ "activations": "none"
341
+ },
342
+ "model.layers.12.self_attn.k_proj": {
343
+ "weights": "qint4",
344
+ "activations": "none"
345
+ },
346
+ "model.layers.12.self_attn.v_proj": {
347
+ "weights": "qint4",
348
+ "activations": "none"
349
+ },
350
+ "model.layers.12.self_attn.o_proj": {
351
+ "weights": "qint4",
352
+ "activations": "none"
353
+ },
354
+ "model.layers.12.mlp.gate_proj": {
355
+ "weights": "qint4",
356
+ "activations": "none"
357
+ },
358
+ "model.layers.12.mlp.up_proj": {
359
+ "weights": "qint4",
360
+ "activations": "none"
361
+ },
362
+ "model.layers.12.mlp.down_proj": {
363
+ "weights": "qint4",
364
+ "activations": "none"
365
+ },
366
+ "model.layers.13.self_attn.q_proj.base_layer": {
367
+ "weights": "qint4",
368
+ "activations": "none"
369
+ },
370
+ "model.layers.13.self_attn.k_proj": {
371
+ "weights": "qint4",
372
+ "activations": "none"
373
+ },
374
+ "model.layers.13.self_attn.v_proj": {
375
+ "weights": "qint4",
376
+ "activations": "none"
377
+ },
378
+ "model.layers.13.self_attn.o_proj": {
379
+ "weights": "qint4",
380
+ "activations": "none"
381
+ },
382
+ "model.layers.13.mlp.gate_proj": {
383
+ "weights": "qint4",
384
+ "activations": "none"
385
+ },
386
+ "model.layers.13.mlp.up_proj": {
387
+ "weights": "qint4",
388
+ "activations": "none"
389
+ },
390
+ "model.layers.13.mlp.down_proj": {
391
+ "weights": "qint4",
392
+ "activations": "none"
393
+ },
394
+ "model.layers.14.self_attn.q_proj.base_layer": {
395
+ "weights": "qint4",
396
+ "activations": "none"
397
+ },
398
+ "model.layers.14.self_attn.k_proj": {
399
+ "weights": "qint4",
400
+ "activations": "none"
401
+ },
402
+ "model.layers.14.self_attn.v_proj": {
403
+ "weights": "qint4",
404
+ "activations": "none"
405
+ },
406
+ "model.layers.14.self_attn.o_proj": {
407
+ "weights": "qint4",
408
+ "activations": "none"
409
+ },
410
+ "model.layers.14.mlp.gate_proj": {
411
+ "weights": "qint4",
412
+ "activations": "none"
413
+ },
414
+ "model.layers.14.mlp.up_proj": {
415
+ "weights": "qint4",
416
+ "activations": "none"
417
+ },
418
+ "model.layers.14.mlp.down_proj": {
419
+ "weights": "qint4",
420
+ "activations": "none"
421
+ },
422
+ "model.layers.15.self_attn.q_proj.base_layer": {
423
+ "weights": "qint4",
424
+ "activations": "none"
425
+ },
426
+ "model.layers.15.self_attn.k_proj": {
427
+ "weights": "qint4",
428
+ "activations": "none"
429
+ },
430
+ "model.layers.15.self_attn.v_proj": {
431
+ "weights": "qint4",
432
+ "activations": "none"
433
+ },
434
+ "model.layers.15.self_attn.o_proj": {
435
+ "weights": "qint4",
436
+ "activations": "none"
437
+ },
438
+ "model.layers.15.mlp.gate_proj": {
439
+ "weights": "qint4",
440
+ "activations": "none"
441
+ },
442
+ "model.layers.15.mlp.up_proj": {
443
+ "weights": "qint4",
444
+ "activations": "none"
445
+ },
446
+ "model.layers.15.mlp.down_proj": {
447
+ "weights": "qint4",
448
+ "activations": "none"
449
+ },
450
+ "model.layers.16.self_attn.q_proj.base_layer": {
451
+ "weights": "qint4",
452
+ "activations": "none"
453
+ },
454
+ "model.layers.16.self_attn.k_proj": {
455
+ "weights": "qint4",
456
+ "activations": "none"
457
+ },
458
+ "model.layers.16.self_attn.v_proj": {
459
+ "weights": "qint4",
460
+ "activations": "none"
461
+ },
462
+ "model.layers.16.self_attn.o_proj": {
463
+ "weights": "qint4",
464
+ "activations": "none"
465
+ },
466
+ "model.layers.16.mlp.gate_proj": {
467
+ "weights": "qint4",
468
+ "activations": "none"
469
+ },
470
+ "model.layers.16.mlp.up_proj": {
471
+ "weights": "qint4",
472
+ "activations": "none"
473
+ },
474
+ "model.layers.16.mlp.down_proj": {
475
+ "weights": "qint4",
476
+ "activations": "none"
477
+ },
478
+ "model.layers.17.self_attn.q_proj.base_layer": {
479
+ "weights": "qint4",
480
+ "activations": "none"
481
+ },
482
+ "model.layers.17.self_attn.k_proj": {
483
+ "weights": "qint4",
484
+ "activations": "none"
485
+ },
486
+ "model.layers.17.self_attn.v_proj": {
487
+ "weights": "qint4",
488
+ "activations": "none"
489
+ },
490
+ "model.layers.17.self_attn.o_proj": {
491
+ "weights": "qint4",
492
+ "activations": "none"
493
+ },
494
+ "model.layers.17.mlp.gate_proj": {
495
+ "weights": "qint4",
496
+ "activations": "none"
497
+ },
498
+ "model.layers.17.mlp.up_proj": {
499
+ "weights": "qint4",
500
+ "activations": "none"
501
+ },
502
+ "model.layers.17.mlp.down_proj": {
503
+ "weights": "qint4",
504
+ "activations": "none"
505
+ },
506
+ "model.layers.18.self_attn.q_proj.base_layer": {
507
+ "weights": "qint4",
508
+ "activations": "none"
509
+ },
510
+ "model.layers.18.self_attn.k_proj": {
511
+ "weights": "qint4",
512
+ "activations": "none"
513
+ },
514
+ "model.layers.18.self_attn.v_proj": {
515
+ "weights": "qint4",
516
+ "activations": "none"
517
+ },
518
+ "model.layers.18.self_attn.o_proj": {
519
+ "weights": "qint4",
520
+ "activations": "none"
521
+ },
522
+ "model.layers.18.mlp.gate_proj": {
523
+ "weights": "qint4",
524
+ "activations": "none"
525
+ },
526
+ "model.layers.18.mlp.up_proj": {
527
+ "weights": "qint4",
528
+ "activations": "none"
529
+ },
530
+ "model.layers.18.mlp.down_proj": {
531
+ "weights": "qint4",
532
+ "activations": "none"
533
+ },
534
+ "model.layers.19.self_attn.q_proj.base_layer": {
535
+ "weights": "qint4",
536
+ "activations": "none"
537
+ },
538
+ "model.layers.19.self_attn.k_proj": {
539
+ "weights": "qint4",
540
+ "activations": "none"
541
+ },
542
+ "model.layers.19.self_attn.v_proj": {
543
+ "weights": "qint4",
544
+ "activations": "none"
545
+ },
546
+ "model.layers.19.self_attn.o_proj": {
547
+ "weights": "qint4",
548
+ "activations": "none"
549
+ },
550
+ "model.layers.19.mlp.gate_proj": {
551
+ "weights": "qint4",
552
+ "activations": "none"
553
+ },
554
+ "model.layers.19.mlp.up_proj": {
555
+ "weights": "qint4",
556
+ "activations": "none"
557
+ },
558
+ "model.layers.19.mlp.down_proj": {
559
+ "weights": "qint4",
560
+ "activations": "none"
561
+ },
562
+ "model.layers.20.self_attn.q_proj.base_layer": {
563
+ "weights": "qint4",
564
+ "activations": "none"
565
+ },
566
+ "model.layers.20.self_attn.k_proj": {
567
+ "weights": "qint4",
568
+ "activations": "none"
569
+ },
570
+ "model.layers.20.self_attn.v_proj": {
571
+ "weights": "qint4",
572
+ "activations": "none"
573
+ },
574
+ "model.layers.20.self_attn.o_proj": {
575
+ "weights": "qint4",
576
+ "activations": "none"
577
+ },
578
+ "model.layers.20.mlp.gate_proj": {
579
+ "weights": "qint4",
580
+ "activations": "none"
581
+ },
582
+ "model.layers.20.mlp.up_proj": {
583
+ "weights": "qint4",
584
+ "activations": "none"
585
+ },
586
+ "model.layers.20.mlp.down_proj": {
587
+ "weights": "qint4",
588
+ "activations": "none"
589
+ },
590
+ "model.layers.21.self_attn.q_proj.base_layer": {
591
+ "weights": "qint4",
592
+ "activations": "none"
593
+ },
594
+ "model.layers.21.self_attn.k_proj": {
595
+ "weights": "qint4",
596
+ "activations": "none"
597
+ },
598
+ "model.layers.21.self_attn.v_proj": {
599
+ "weights": "qint4",
600
+ "activations": "none"
601
+ },
602
+ "model.layers.21.self_attn.o_proj": {
603
+ "weights": "qint4",
604
+ "activations": "none"
605
+ },
606
+ "model.layers.21.mlp.gate_proj": {
607
+ "weights": "qint4",
608
+ "activations": "none"
609
+ },
610
+ "model.layers.21.mlp.up_proj": {
611
+ "weights": "qint4",
612
+ "activations": "none"
613
+ },
614
+ "model.layers.21.mlp.down_proj": {
615
+ "weights": "qint4",
616
+ "activations": "none"
617
+ },
618
+ "model.layers.22.self_attn.q_proj.base_layer": {
619
+ "weights": "qint4",
620
+ "activations": "none"
621
+ },
622
+ "model.layers.22.self_attn.k_proj": {
623
+ "weights": "qint4",
624
+ "activations": "none"
625
+ },
626
+ "model.layers.22.self_attn.v_proj": {
627
+ "weights": "qint4",
628
+ "activations": "none"
629
+ },
630
+ "model.layers.22.self_attn.o_proj": {
631
+ "weights": "qint4",
632
+ "activations": "none"
633
+ },
634
+ "model.layers.22.mlp.gate_proj": {
635
+ "weights": "qint4",
636
+ "activations": "none"
637
+ },
638
+ "model.layers.22.mlp.up_proj": {
639
+ "weights": "qint4",
640
+ "activations": "none"
641
+ },
642
+ "model.layers.22.mlp.down_proj": {
643
+ "weights": "qint4",
644
+ "activations": "none"
645
+ },
646
+ "model.layers.23.self_attn.q_proj.base_layer": {
647
+ "weights": "qint4",
648
+ "activations": "none"
649
+ },
650
+ "model.layers.23.self_attn.k_proj": {
651
+ "weights": "qint4",
652
+ "activations": "none"
653
+ },
654
+ "model.layers.23.self_attn.v_proj": {
655
+ "weights": "qint4",
656
+ "activations": "none"
657
+ },
658
+ "model.layers.23.self_attn.o_proj": {
659
+ "weights": "qint4",
660
+ "activations": "none"
661
+ },
662
+ "model.layers.23.mlp.gate_proj": {
663
+ "weights": "qint4",
664
+ "activations": "none"
665
+ },
666
+ "model.layers.23.mlp.up_proj": {
667
+ "weights": "qint4",
668
+ "activations": "none"
669
+ },
670
+ "model.layers.23.mlp.down_proj": {
671
+ "weights": "qint4",
672
+ "activations": "none"
673
+ },
674
+ "model.layers.24.self_attn.q_proj.base_layer": {
675
+ "weights": "qint4",
676
+ "activations": "none"
677
+ },
678
+ "model.layers.24.self_attn.k_proj": {
679
+ "weights": "qint4",
680
+ "activations": "none"
681
+ },
682
+ "model.layers.24.self_attn.v_proj": {
683
+ "weights": "qint4",
684
+ "activations": "none"
685
+ },
686
+ "model.layers.24.self_attn.o_proj": {
687
+ "weights": "qint4",
688
+ "activations": "none"
689
+ },
690
+ "model.layers.24.mlp.gate_proj": {
691
+ "weights": "qint4",
692
+ "activations": "none"
693
+ },
694
+ "model.layers.24.mlp.up_proj": {
695
+ "weights": "qint4",
696
+ "activations": "none"
697
+ },
698
+ "model.layers.24.mlp.down_proj": {
699
+ "weights": "qint4",
700
+ "activations": "none"
701
+ },
702
+ "model.layers.25.self_attn.q_proj.base_layer": {
703
+ "weights": "qint4",
704
+ "activations": "none"
705
+ },
706
+ "model.layers.25.self_attn.k_proj": {
707
+ "weights": "qint4",
708
+ "activations": "none"
709
+ },
710
+ "model.layers.25.self_attn.v_proj": {
711
+ "weights": "qint4",
712
+ "activations": "none"
713
+ },
714
+ "model.layers.25.self_attn.o_proj": {
715
+ "weights": "qint4",
716
+ "activations": "none"
717
+ },
718
+ "model.layers.25.mlp.gate_proj": {
719
+ "weights": "qint4",
720
+ "activations": "none"
721
+ },
722
+ "model.layers.25.mlp.up_proj": {
723
+ "weights": "qint4",
724
+ "activations": "none"
725
+ },
726
+ "model.layers.25.mlp.down_proj": {
727
+ "weights": "qint4",
728
+ "activations": "none"
729
+ },
730
+ "model.layers.26.self_attn.q_proj.base_layer": {
731
+ "weights": "qint4",
732
+ "activations": "none"
733
+ },
734
+ "model.layers.26.self_attn.k_proj": {
735
+ "weights": "qint4",
736
+ "activations": "none"
737
+ },
738
+ "model.layers.26.self_attn.v_proj": {
739
+ "weights": "qint4",
740
+ "activations": "none"
741
+ },
742
+ "model.layers.26.self_attn.o_proj": {
743
+ "weights": "qint4",
744
+ "activations": "none"
745
+ },
746
+ "model.layers.26.mlp.gate_proj": {
747
+ "weights": "qint4",
748
+ "activations": "none"
749
+ },
750
+ "model.layers.26.mlp.up_proj": {
751
+ "weights": "qint4",
752
+ "activations": "none"
753
+ },
754
+ "model.layers.26.mlp.down_proj": {
755
+ "weights": "qint4",
756
+ "activations": "none"
757
+ },
758
+ "model.layers.27.self_attn.q_proj.base_layer": {
759
+ "weights": "qint4",
760
+ "activations": "none"
761
+ },
762
+ "model.layers.27.self_attn.k_proj": {
763
+ "weights": "qint4",
764
+ "activations": "none"
765
+ },
766
+ "model.layers.27.self_attn.v_proj": {
767
+ "weights": "qint4",
768
+ "activations": "none"
769
+ },
770
+ "model.layers.27.self_attn.o_proj": {
771
+ "weights": "qint4",
772
+ "activations": "none"
773
+ },
774
+ "model.layers.27.mlp.gate_proj": {
775
+ "weights": "qint4",
776
+ "activations": "none"
777
+ },
778
+ "model.layers.27.mlp.up_proj": {
779
+ "weights": "qint4",
780
+ "activations": "none"
781
+ },
782
+ "model.layers.27.mlp.down_proj": {
783
+ "weights": "qint4",
784
+ "activations": "none"
785
+ }
786
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 131072,
39
+ "pad_token": "<|endoftext|>",
40
+ "split_special_tokens": false,
41
+ "tokenizer_class": "Qwen2Tokenizer",
42
+ "unk_token": null
43
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff