Upload folder using huggingface_hub
Browse files- added_tokens.json +10 -0
- chat_template.jinja +4 -0
- config.json +182 -0
- configuration_minicpm.py +203 -0
- generation_config.json +12 -0
- model.safetensors +3 -0
- model.safetensors.index.json +751 -0
- modeling_minicpm.py +0 -0
- special_tokens_map.json +33 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +117 -0
added_tokens.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|execute_end|>": 73444,
|
3 |
+
"<|execute_start|>": 73443,
|
4 |
+
"<|fim_middle|>": 73446,
|
5 |
+
"<|fim_prefix|>": 73445,
|
6 |
+
"<|fim_suffix|>": 73447,
|
7 |
+
"<|im_end|>": 73440,
|
8 |
+
"<|im_start|>": 73441,
|
9 |
+
"<|tool_call|>": 73442
|
10 |
+
}
|
chat_template.jinja
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
|
2 |
+
' + message['content'] + '<|im_end|>' + '
|
3 |
+
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
|
4 |
+
' }}{% endif %}
|
config.json
ADDED
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MiniCPMForCausalLM"
|
4 |
+
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_minicpm.MiniCPMConfig",
|
7 |
+
"AutoModel": "modeling_minicpm.MiniCPMModel",
|
8 |
+
"AutoModelForCausalLM": "modeling_minicpm.MiniCPMForCausalLM",
|
9 |
+
"AutoModelForSeq2SeqLM": "modeling_minicpm.MiniCPMForCausalLM",
|
10 |
+
"AutoModelForSequenceClassification": "modeling_minicpm.MiniCPMForSequenceClassification"
|
11 |
+
},
|
12 |
+
"bos_token_id": 1,
|
13 |
+
"dim_model_base": 256,
|
14 |
+
"eos_token_id": [
|
15 |
+
2,
|
16 |
+
73440
|
17 |
+
],
|
18 |
+
"hidden_act": "silu",
|
19 |
+
"hidden_size": 4096,
|
20 |
+
"initializer_range": 0.1,
|
21 |
+
"intermediate_size": 16384,
|
22 |
+
"max_position_embeddings": 32768,
|
23 |
+
"model_type": "minicpm4",
|
24 |
+
"mup_denominator": 32,
|
25 |
+
"num_attention_heads": 32,
|
26 |
+
"num_hidden_layers": 32,
|
27 |
+
"num_key_value_heads": 2,
|
28 |
+
"pad_token_id": 2,
|
29 |
+
"quantization": {
|
30 |
+
"group_size": 64,
|
31 |
+
"bits": 4
|
32 |
+
},
|
33 |
+
"quantization_config": {
|
34 |
+
"group_size": 64,
|
35 |
+
"bits": 4
|
36 |
+
},
|
37 |
+
"rms_norm_eps": 1e-06,
|
38 |
+
"rope_scaling": {
|
39 |
+
"rope_type": "longrope",
|
40 |
+
"long_factor": [
|
41 |
+
0.9977997200264581,
|
42 |
+
1.014658295992452,
|
43 |
+
1.0349680404997148,
|
44 |
+
1.059429246056193,
|
45 |
+
1.0888815016813513,
|
46 |
+
1.1243301355211495,
|
47 |
+
1.166977103606075,
|
48 |
+
1.2182568066927284,
|
49 |
+
1.2798772354275727,
|
50 |
+
1.3538666751582975,
|
51 |
+
1.4426259039919596,
|
52 |
+
1.5489853358570191,
|
53 |
+
1.6762658237220625,
|
54 |
+
1.8283407612492941,
|
55 |
+
2.0096956085876183,
|
56 |
+
2.225478927469756,
|
57 |
+
2.481536379650452,
|
58 |
+
2.784415934557119,
|
59 |
+
3.1413289096347365,
|
60 |
+
3.560047844772632,
|
61 |
+
4.048719380066383,
|
62 |
+
4.615569542115128,
|
63 |
+
5.2684819496549835,
|
64 |
+
6.014438591970396,
|
65 |
+
6.858830049237097,
|
66 |
+
7.804668263503327,
|
67 |
+
8.851768731513417,
|
68 |
+
9.99600492938444,
|
69 |
+
11.228766118181639,
|
70 |
+
12.536757560834843,
|
71 |
+
13.902257701387796,
|
72 |
+
15.303885189125953,
|
73 |
+
16.717837610115794,
|
74 |
+
18.119465097853947,
|
75 |
+
19.484965238406907,
|
76 |
+
20.792956681060105,
|
77 |
+
22.02571786985731,
|
78 |
+
23.16995406772833,
|
79 |
+
24.217054535738416,
|
80 |
+
25.16289275000465,
|
81 |
+
26.007284207271347,
|
82 |
+
26.753240849586767,
|
83 |
+
27.40615325712662,
|
84 |
+
27.973003419175363,
|
85 |
+
28.461674954469114,
|
86 |
+
28.880393889607006,
|
87 |
+
29.237306864684626,
|
88 |
+
29.540186419591297,
|
89 |
+
29.79624387177199,
|
90 |
+
30.01202719065413,
|
91 |
+
30.193382037992453,
|
92 |
+
30.34545697551969,
|
93 |
+
30.47273746338473,
|
94 |
+
30.579096895249787,
|
95 |
+
30.66785612408345,
|
96 |
+
30.741845563814174,
|
97 |
+
30.80346599254902,
|
98 |
+
30.85474569563567,
|
99 |
+
30.897392663720595,
|
100 |
+
30.932841297560394,
|
101 |
+
30.962293553185553,
|
102 |
+
30.986754758742034,
|
103 |
+
31.007064503249293,
|
104 |
+
31.02392307921529
|
105 |
+
],
|
106 |
+
"short_factor": [
|
107 |
+
0.9977997200264581,
|
108 |
+
1.014658295992452,
|
109 |
+
1.0349680404997148,
|
110 |
+
1.059429246056193,
|
111 |
+
1.0888815016813513,
|
112 |
+
1.1243301355211495,
|
113 |
+
1.166977103606075,
|
114 |
+
1.2182568066927284,
|
115 |
+
1.2798772354275727,
|
116 |
+
1.3538666751582975,
|
117 |
+
1.4426259039919596,
|
118 |
+
1.5489853358570191,
|
119 |
+
1.6762658237220625,
|
120 |
+
1.8283407612492941,
|
121 |
+
2.0096956085876183,
|
122 |
+
2.225478927469756,
|
123 |
+
2.481536379650452,
|
124 |
+
2.784415934557119,
|
125 |
+
3.1413289096347365,
|
126 |
+
3.560047844772632,
|
127 |
+
4.048719380066383,
|
128 |
+
4.615569542115128,
|
129 |
+
5.2684819496549835,
|
130 |
+
6.014438591970396,
|
131 |
+
6.858830049237097,
|
132 |
+
7.804668263503327,
|
133 |
+
8.851768731513417,
|
134 |
+
9.99600492938444,
|
135 |
+
11.228766118181639,
|
136 |
+
12.536757560834843,
|
137 |
+
13.902257701387796,
|
138 |
+
15.303885189125953,
|
139 |
+
16.717837610115794,
|
140 |
+
18.119465097853947,
|
141 |
+
19.484965238406907,
|
142 |
+
20.792956681060105,
|
143 |
+
22.02571786985731,
|
144 |
+
23.16995406772833,
|
145 |
+
24.217054535738416,
|
146 |
+
25.16289275000465,
|
147 |
+
26.007284207271347,
|
148 |
+
26.753240849586767,
|
149 |
+
27.40615325712662,
|
150 |
+
27.973003419175363,
|
151 |
+
28.461674954469114,
|
152 |
+
28.880393889607006,
|
153 |
+
29.237306864684626,
|
154 |
+
29.540186419591297,
|
155 |
+
29.79624387177199,
|
156 |
+
30.01202719065413,
|
157 |
+
30.193382037992453,
|
158 |
+
30.34545697551969,
|
159 |
+
30.47273746338473,
|
160 |
+
30.579096895249787,
|
161 |
+
30.66785612408345,
|
162 |
+
30.741845563814174,
|
163 |
+
30.80346599254902,
|
164 |
+
30.85474569563567,
|
165 |
+
30.897392663720595,
|
166 |
+
30.932841297560394,
|
167 |
+
30.962293553185553,
|
168 |
+
30.986754758742034,
|
169 |
+
31.007064503249293,
|
170 |
+
31.02392307921529
|
171 |
+
],
|
172 |
+
"original_max_position_embeddings": 32768
|
173 |
+
},
|
174 |
+
"rope_theta": 10000.0,
|
175 |
+
"scale_depth": 1.4,
|
176 |
+
"scale_emb": 12,
|
177 |
+
"tie_word_embeddings": false,
|
178 |
+
"torch_dtype": "bfloat16",
|
179 |
+
"transformers_version": "4.46.3",
|
180 |
+
"use_cache": true,
|
181 |
+
"vocab_size": 73448
|
182 |
+
}
|
configuration_minicpm.py
ADDED
@@ -0,0 +1,203 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2025 The OpenBMB Team. All rights reserved.
|
3 |
+
#
|
4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
+
# you may not use this file except in compliance with the License.
|
6 |
+
# You may obtain a copy of the License at
|
7 |
+
#
|
8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
+
#
|
10 |
+
# Unless required by applicable law or agreed to in writing, software
|
11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
+
# See the License for the specific language governing permissions and
|
14 |
+
# limitations under the License.
|
15 |
+
""" MiniCPM model configuration"""
|
16 |
+
|
17 |
+
from transformers.configuration_utils import PretrainedConfig
|
18 |
+
from transformers.utils import logging
|
19 |
+
|
20 |
+
logger = logging.get_logger(__name__)
|
21 |
+
|
22 |
+
MINICPM_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
|
23 |
+
|
24 |
+
|
25 |
+
class MiniCPMConfig(PretrainedConfig):
|
26 |
+
r"""
|
27 |
+
This is the configuration class to store the configuration of a [`MiniCPMModel`]. It is used to instantiate an MiniCPM
|
28 |
+
model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
|
29 |
+
defaults will yield a similar configuration to that of the MiniCPM-7B.
|
30 |
+
|
31 |
+
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
|
32 |
+
documentation from [`PretrainedConfig`] for more information.
|
33 |
+
|
34 |
+
|
35 |
+
Args:
|
36 |
+
vocab_size (`int`, *optional*, defaults to 32000):
|
37 |
+
Vocabulary size of the MiniCPM model. Defines the number of different tokens that can be represented by the
|
38 |
+
`inputs_ids` passed when calling [`MiniCPMModel`]
|
39 |
+
hidden_size (`int`, *optional*, defaults to 4096):
|
40 |
+
Dimension of the hidden representations.
|
41 |
+
intermediate_size (`int`, *optional*, defaults to 11008):
|
42 |
+
Dimension of the MLP representations.
|
43 |
+
num_hidden_layers (`int`, *optional*, defaults to 32):
|
44 |
+
Number of hidden layers in the Transformer decoder.
|
45 |
+
num_attention_heads (`int`, *optional*, defaults to 32):
|
46 |
+
Number of attention heads for each attention layer in the Transformer decoder.
|
47 |
+
num_key_value_heads (`int`, *optional*):
|
48 |
+
This is the number of key_value heads that should be used to implement Grouped Query Attention. If
|
49 |
+
`num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
|
50 |
+
`num_key_value_heads=1 the model will use Multi Query Attention (MQA) otherwise GQA is used. When
|
51 |
+
converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
|
52 |
+
by meanpooling all the original heads within that group. For more details checkout [this
|
53 |
+
paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to
|
54 |
+
`num_attention_heads`.
|
55 |
+
hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
|
56 |
+
The non-linear activation function (function or string) in the decoder.
|
57 |
+
max_position_embeddings (`int`, *optional*, defaults to 2048):
|
58 |
+
The maximum sequence length that this model might ever be used with. MiniCPM 1 supports up to 2048 tokens,
|
59 |
+
MiniCPM 2 up to 4096, CodeMiniCPM up to 16384.
|
60 |
+
initializer_range (`float`, *optional*, defaults to 0.02):
|
61 |
+
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
|
62 |
+
rms_norm_eps (`float`, *optional*, defaults to 1e-06):
|
63 |
+
The epsilon used by the rms normalization layers.
|
64 |
+
use_cache (`bool`, *optional*, defaults to `True`):
|
65 |
+
Whether or not the model should return the last key/values attentions (not used by all models). Only
|
66 |
+
relevant if `config.is_decoder=True`.
|
67 |
+
pad_token_id (`int`, *optional*):
|
68 |
+
Padding token id.
|
69 |
+
bos_token_id (`int`, *optional*, defaults to 1):
|
70 |
+
Beginning of stream token id.
|
71 |
+
eos_token_id (`int`, *optional*, defaults to 2):
|
72 |
+
End of stream token id.
|
73 |
+
pretraining_tp (`int`, *optional*, defaults to 1):
|
74 |
+
Experimental feature. Tensor parallelism rank used during pretraining. Please refer to [this
|
75 |
+
document](https://huggingface.co/docs/transformers/parallelism) to understand more about it. This value is
|
76 |
+
necessary to ensure exact reproducibility of the pretraining results. Please refer to [this
|
77 |
+
issue](https://github.com/pytorch/pytorch/issues/76232).
|
78 |
+
tie_word_embeddings (`bool`, *optional*, defaults to `False`):
|
79 |
+
Whether to tie weight embeddings
|
80 |
+
rope_theta (`float`, *optional*, defaults to 10000.0):
|
81 |
+
The base period of the RoPE embeddings.
|
82 |
+
rope_scaling (`Dict`, *optional*):
|
83 |
+
Dictionary containing the scaling configuration for the RoPE embeddings. Currently supports two scaling
|
84 |
+
strategies: linear and dynamic. Their scaling factor must be a float greater than 1. The expected format is
|
85 |
+
`{"type": strategy name, "factor": scaling factor}`. When using this flag, don't update
|
86 |
+
`max_position_embeddings` to the expected new maximum. See the following thread for more information on how
|
87 |
+
these scaling strategies behave:
|
88 |
+
https://www.reddit.com/r/LocalMiniCPM/comments/14mrgpr/dynamically_scaled_rope_further_increases/. This is an
|
89 |
+
experimental feature, subject to breaking API changes in future versions.
|
90 |
+
attention_bias (`bool`, defaults to `False`, *optional*, defaults to `False`):
|
91 |
+
Whether to use a bias in the query, key, value and output projection layers during self-attention.
|
92 |
+
attention_dropout (`float`, *optional*, defaults to 0.0):
|
93 |
+
The dropout ratio for the attention probabilities.
|
94 |
+
|
95 |
+
```python
|
96 |
+
>>> from transformers import MiniCPMModel, MiniCPMConfig
|
97 |
+
|
98 |
+
>>> # Initializing a MiniCPM minicpm-7b style configuration
|
99 |
+
>>> configuration = MiniCPMConfig()
|
100 |
+
|
101 |
+
>>> # Initializing a model from the minicpm-7b style configuration
|
102 |
+
>>> model = MiniCPMModel(configuration)
|
103 |
+
|
104 |
+
>>> # Accessing the model configuration
|
105 |
+
>>> configuration = model.config
|
106 |
+
```"""
|
107 |
+
|
108 |
+
model_type = 'minicpm'
|
109 |
+
keys_to_ignore_at_inference = ['past_key_values']
|
110 |
+
|
111 |
+
def __init__(
|
112 |
+
self,
|
113 |
+
vocab_size=32000,
|
114 |
+
hidden_size=4096,
|
115 |
+
intermediate_size=11008,
|
116 |
+
num_hidden_layers=32,
|
117 |
+
num_attention_heads=32,
|
118 |
+
num_key_value_heads=None,
|
119 |
+
hidden_act='silu',
|
120 |
+
max_position_embeddings=2048,
|
121 |
+
initializer_range=0.02,
|
122 |
+
rms_norm_eps=1e-6,
|
123 |
+
use_cache=True,
|
124 |
+
pad_token_id=None,
|
125 |
+
bos_token_id=1,
|
126 |
+
eos_token_id=2,
|
127 |
+
pretraining_tp=1,
|
128 |
+
tie_word_embeddings=True,
|
129 |
+
rope_theta=10000.0,
|
130 |
+
rope_scaling=None,
|
131 |
+
attention_bias=False,
|
132 |
+
attention_dropout=0.0,
|
133 |
+
scale_emb=1,
|
134 |
+
dim_model_base=1,
|
135 |
+
scale_depth=1,
|
136 |
+
mup_denominator=32,
|
137 |
+
sparse_config=None,
|
138 |
+
**kwargs):
|
139 |
+
|
140 |
+
self.vocab_size = vocab_size
|
141 |
+
self.max_position_embeddings = max_position_embeddings
|
142 |
+
self.hidden_size = hidden_size
|
143 |
+
self.intermediate_size = intermediate_size
|
144 |
+
self.num_hidden_layers = num_hidden_layers
|
145 |
+
self.num_attention_heads = num_attention_heads
|
146 |
+
|
147 |
+
# for backward compatibility
|
148 |
+
if num_key_value_heads is None:
|
149 |
+
num_key_value_heads = num_attention_heads
|
150 |
+
|
151 |
+
self.num_key_value_heads = num_key_value_heads
|
152 |
+
self.hidden_act = hidden_act
|
153 |
+
self.initializer_range = initializer_range
|
154 |
+
self.rms_norm_eps = rms_norm_eps
|
155 |
+
self.pretraining_tp = pretraining_tp
|
156 |
+
self.use_cache = use_cache
|
157 |
+
self.rope_theta = rope_theta
|
158 |
+
self.rope_scaling = rope_scaling
|
159 |
+
# self._rope_scaling_validation()
|
160 |
+
self.attention_bias = attention_bias
|
161 |
+
self.attention_dropout = attention_dropout
|
162 |
+
self.scale_emb = scale_emb
|
163 |
+
self.dim_model_base = dim_model_base
|
164 |
+
self.scale_depth = scale_depth
|
165 |
+
# only used for Eagle Head
|
166 |
+
self.mup_denominator = mup_denominator
|
167 |
+
|
168 |
+
# sparse config
|
169 |
+
self.sparse_config = sparse_config
|
170 |
+
|
171 |
+
super().__init__(
|
172 |
+
pad_token_id=pad_token_id,
|
173 |
+
bos_token_id=bos_token_id,
|
174 |
+
eos_token_id=eos_token_id,
|
175 |
+
tie_word_embeddings=tie_word_embeddings,
|
176 |
+
**kwargs,
|
177 |
+
)
|
178 |
+
try:
|
179 |
+
import flash_attn
|
180 |
+
self._attn_implementation = 'flash_attention_2'
|
181 |
+
except:
|
182 |
+
pass
|
183 |
+
|
184 |
+
def _rope_scaling_validation(self):
|
185 |
+
"""
|
186 |
+
Validate the `rope_scaling` configuration.
|
187 |
+
"""
|
188 |
+
if self.rope_scaling is None:
|
189 |
+
return
|
190 |
+
|
191 |
+
if not isinstance(self.rope_scaling, dict) or len(self.rope_scaling) != 2:
|
192 |
+
raise ValueError(
|
193 |
+
'`rope_scaling` must be a dictionary with with two fields, `type` and `factor`, '
|
194 |
+
f'got {self.rope_scaling}'
|
195 |
+
)
|
196 |
+
rope_scaling_type = self.rope_scaling.get('type', None)
|
197 |
+
rope_scaling_factor = self.rope_scaling.get('factor', None)
|
198 |
+
if rope_scaling_type is None or rope_scaling_type not in ['linear', 'dynamic']:
|
199 |
+
raise ValueError(
|
200 |
+
f"`rope_scaling`'s type field must be one of ['linear', 'dynamic'], got {rope_scaling_type}"
|
201 |
+
)
|
202 |
+
if rope_scaling_factor is None or not isinstance(rope_scaling_factor, float) or rope_scaling_factor <= 1.0:
|
203 |
+
raise ValueError(f"`rope_scaling`'s factor field must be a float > 1, got {rope_scaling_factor}")
|
generation_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 1,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
2,
|
6 |
+
73440
|
7 |
+
],
|
8 |
+
"pad_token_id": 2,
|
9 |
+
"temperature": 0.8,
|
10 |
+
"top_p": 0.8,
|
11 |
+
"transformers_version": "4.46.1"
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:129470ad931066b810042113655a3b626cf33e48c70b5893770ece8a7237f391
|
3 |
+
size 4604672688
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,751 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 4604588032,
|
4 |
+
"total_parameters": 8185253888
|
5 |
+
},
|
6 |
+
"weight_map": {
|
7 |
+
"lm_head.biases": "model.safetensors",
|
8 |
+
"lm_head.scales": "model.safetensors",
|
9 |
+
"lm_head.weight": "model.safetensors",
|
10 |
+
"model.embed_tokens.biases": "model.safetensors",
|
11 |
+
"model.embed_tokens.scales": "model.safetensors",
|
12 |
+
"model.embed_tokens.weight": "model.safetensors",
|
13 |
+
"model.layers.0.input_layernorm.weight": "model.safetensors",
|
14 |
+
"model.layers.0.mlp.down_proj.biases": "model.safetensors",
|
15 |
+
"model.layers.0.mlp.down_proj.scales": "model.safetensors",
|
16 |
+
"model.layers.0.mlp.down_proj.weight": "model.safetensors",
|
17 |
+
"model.layers.0.mlp.gate_proj.biases": "model.safetensors",
|
18 |
+
"model.layers.0.mlp.gate_proj.scales": "model.safetensors",
|
19 |
+
"model.layers.0.mlp.gate_proj.weight": "model.safetensors",
|
20 |
+
"model.layers.0.mlp.up_proj.biases": "model.safetensors",
|
21 |
+
"model.layers.0.mlp.up_proj.scales": "model.safetensors",
|
22 |
+
"model.layers.0.mlp.up_proj.weight": "model.safetensors",
|
23 |
+
"model.layers.0.post_attention_layernorm.weight": "model.safetensors",
|
24 |
+
"model.layers.0.self_attn.k_proj.biases": "model.safetensors",
|
25 |
+
"model.layers.0.self_attn.k_proj.scales": "model.safetensors",
|
26 |
+
"model.layers.0.self_attn.k_proj.weight": "model.safetensors",
|
27 |
+
"model.layers.0.self_attn.o_proj.biases": "model.safetensors",
|
28 |
+
"model.layers.0.self_attn.o_proj.scales": "model.safetensors",
|
29 |
+
"model.layers.0.self_attn.o_proj.weight": "model.safetensors",
|
30 |
+
"model.layers.0.self_attn.q_proj.biases": "model.safetensors",
|
31 |
+
"model.layers.0.self_attn.q_proj.scales": "model.safetensors",
|
32 |
+
"model.layers.0.self_attn.q_proj.weight": "model.safetensors",
|
33 |
+
"model.layers.0.self_attn.v_proj.biases": "model.safetensors",
|
34 |
+
"model.layers.0.self_attn.v_proj.scales": "model.safetensors",
|
35 |
+
"model.layers.0.self_attn.v_proj.weight": "model.safetensors",
|
36 |
+
"model.layers.1.input_layernorm.weight": "model.safetensors",
|
37 |
+
"model.layers.1.mlp.down_proj.biases": "model.safetensors",
|
38 |
+
"model.layers.1.mlp.down_proj.scales": "model.safetensors",
|
39 |
+
"model.layers.1.mlp.down_proj.weight": "model.safetensors",
|
40 |
+
"model.layers.1.mlp.gate_proj.biases": "model.safetensors",
|
41 |
+
"model.layers.1.mlp.gate_proj.scales": "model.safetensors",
|
42 |
+
"model.layers.1.mlp.gate_proj.weight": "model.safetensors",
|
43 |
+
"model.layers.1.mlp.up_proj.biases": "model.safetensors",
|
44 |
+
"model.layers.1.mlp.up_proj.scales": "model.safetensors",
|
45 |
+
"model.layers.1.mlp.up_proj.weight": "model.safetensors",
|
46 |
+
"model.layers.1.post_attention_layernorm.weight": "model.safetensors",
|
47 |
+
"model.layers.1.self_attn.k_proj.biases": "model.safetensors",
|
48 |
+
"model.layers.1.self_attn.k_proj.scales": "model.safetensors",
|
49 |
+
"model.layers.1.self_attn.k_proj.weight": "model.safetensors",
|
50 |
+
"model.layers.1.self_attn.o_proj.biases": "model.safetensors",
|
51 |
+
"model.layers.1.self_attn.o_proj.scales": "model.safetensors",
|
52 |
+
"model.layers.1.self_attn.o_proj.weight": "model.safetensors",
|
53 |
+
"model.layers.1.self_attn.q_proj.biases": "model.safetensors",
|
54 |
+
"model.layers.1.self_attn.q_proj.scales": "model.safetensors",
|
55 |
+
"model.layers.1.self_attn.q_proj.weight": "model.safetensors",
|
56 |
+
"model.layers.1.self_attn.v_proj.biases": "model.safetensors",
|
57 |
+
"model.layers.1.self_attn.v_proj.scales": "model.safetensors",
|
58 |
+
"model.layers.1.self_attn.v_proj.weight": "model.safetensors",
|
59 |
+
"model.layers.10.input_layernorm.weight": "model.safetensors",
|
60 |
+
"model.layers.10.mlp.down_proj.biases": "model.safetensors",
|
61 |
+
"model.layers.10.mlp.down_proj.scales": "model.safetensors",
|
62 |
+
"model.layers.10.mlp.down_proj.weight": "model.safetensors",
|
63 |
+
"model.layers.10.mlp.gate_proj.biases": "model.safetensors",
|
64 |
+
"model.layers.10.mlp.gate_proj.scales": "model.safetensors",
|
65 |
+
"model.layers.10.mlp.gate_proj.weight": "model.safetensors",
|
66 |
+
"model.layers.10.mlp.up_proj.biases": "model.safetensors",
|
67 |
+
"model.layers.10.mlp.up_proj.scales": "model.safetensors",
|
68 |
+
"model.layers.10.mlp.up_proj.weight": "model.safetensors",
|
69 |
+
"model.layers.10.post_attention_layernorm.weight": "model.safetensors",
|
70 |
+
"model.layers.10.self_attn.k_proj.biases": "model.safetensors",
|
71 |
+
"model.layers.10.self_attn.k_proj.scales": "model.safetensors",
|
72 |
+
"model.layers.10.self_attn.k_proj.weight": "model.safetensors",
|
73 |
+
"model.layers.10.self_attn.o_proj.biases": "model.safetensors",
|
74 |
+
"model.layers.10.self_attn.o_proj.scales": "model.safetensors",
|
75 |
+
"model.layers.10.self_attn.o_proj.weight": "model.safetensors",
|
76 |
+
"model.layers.10.self_attn.q_proj.biases": "model.safetensors",
|
77 |
+
"model.layers.10.self_attn.q_proj.scales": "model.safetensors",
|
78 |
+
"model.layers.10.self_attn.q_proj.weight": "model.safetensors",
|
79 |
+
"model.layers.10.self_attn.v_proj.biases": "model.safetensors",
|
80 |
+
"model.layers.10.self_attn.v_proj.scales": "model.safetensors",
|
81 |
+
"model.layers.10.self_attn.v_proj.weight": "model.safetensors",
|
82 |
+
"model.layers.11.input_layernorm.weight": "model.safetensors",
|
83 |
+
"model.layers.11.mlp.down_proj.biases": "model.safetensors",
|
84 |
+
"model.layers.11.mlp.down_proj.scales": "model.safetensors",
|
85 |
+
"model.layers.11.mlp.down_proj.weight": "model.safetensors",
|
86 |
+
"model.layers.11.mlp.gate_proj.biases": "model.safetensors",
|
87 |
+
"model.layers.11.mlp.gate_proj.scales": "model.safetensors",
|
88 |
+
"model.layers.11.mlp.gate_proj.weight": "model.safetensors",
|
89 |
+
"model.layers.11.mlp.up_proj.biases": "model.safetensors",
|
90 |
+
"model.layers.11.mlp.up_proj.scales": "model.safetensors",
|
91 |
+
"model.layers.11.mlp.up_proj.weight": "model.safetensors",
|
92 |
+
"model.layers.11.post_attention_layernorm.weight": "model.safetensors",
|
93 |
+
"model.layers.11.self_attn.k_proj.biases": "model.safetensors",
|
94 |
+
"model.layers.11.self_attn.k_proj.scales": "model.safetensors",
|
95 |
+
"model.layers.11.self_attn.k_proj.weight": "model.safetensors",
|
96 |
+
"model.layers.11.self_attn.o_proj.biases": "model.safetensors",
|
97 |
+
"model.layers.11.self_attn.o_proj.scales": "model.safetensors",
|
98 |
+
"model.layers.11.self_attn.o_proj.weight": "model.safetensors",
|
99 |
+
"model.layers.11.self_attn.q_proj.biases": "model.safetensors",
|
100 |
+
"model.layers.11.self_attn.q_proj.scales": "model.safetensors",
|
101 |
+
"model.layers.11.self_attn.q_proj.weight": "model.safetensors",
|
102 |
+
"model.layers.11.self_attn.v_proj.biases": "model.safetensors",
|
103 |
+
"model.layers.11.self_attn.v_proj.scales": "model.safetensors",
|
104 |
+
"model.layers.11.self_attn.v_proj.weight": "model.safetensors",
|
105 |
+
"model.layers.12.input_layernorm.weight": "model.safetensors",
|
106 |
+
"model.layers.12.mlp.down_proj.biases": "model.safetensors",
|
107 |
+
"model.layers.12.mlp.down_proj.scales": "model.safetensors",
|
108 |
+
"model.layers.12.mlp.down_proj.weight": "model.safetensors",
|
109 |
+
"model.layers.12.mlp.gate_proj.biases": "model.safetensors",
|
110 |
+
"model.layers.12.mlp.gate_proj.scales": "model.safetensors",
|
111 |
+
"model.layers.12.mlp.gate_proj.weight": "model.safetensors",
|
112 |
+
"model.layers.12.mlp.up_proj.biases": "model.safetensors",
|
113 |
+
"model.layers.12.mlp.up_proj.scales": "model.safetensors",
|
114 |
+
"model.layers.12.mlp.up_proj.weight": "model.safetensors",
|
115 |
+
"model.layers.12.post_attention_layernorm.weight": "model.safetensors",
|
116 |
+
"model.layers.12.self_attn.k_proj.biases": "model.safetensors",
|
117 |
+
"model.layers.12.self_attn.k_proj.scales": "model.safetensors",
|
118 |
+
"model.layers.12.self_attn.k_proj.weight": "model.safetensors",
|
119 |
+
"model.layers.12.self_attn.o_proj.biases": "model.safetensors",
|
120 |
+
"model.layers.12.self_attn.o_proj.scales": "model.safetensors",
|
121 |
+
"model.layers.12.self_attn.o_proj.weight": "model.safetensors",
|
122 |
+
"model.layers.12.self_attn.q_proj.biases": "model.safetensors",
|
123 |
+
"model.layers.12.self_attn.q_proj.scales": "model.safetensors",
|
124 |
+
"model.layers.12.self_attn.q_proj.weight": "model.safetensors",
|
125 |
+
"model.layers.12.self_attn.v_proj.biases": "model.safetensors",
|
126 |
+
"model.layers.12.self_attn.v_proj.scales": "model.safetensors",
|
127 |
+
"model.layers.12.self_attn.v_proj.weight": "model.safetensors",
|
128 |
+
"model.layers.13.input_layernorm.weight": "model.safetensors",
|
129 |
+
"model.layers.13.mlp.down_proj.biases": "model.safetensors",
|
130 |
+
"model.layers.13.mlp.down_proj.scales": "model.safetensors",
|
131 |
+
"model.layers.13.mlp.down_proj.weight": "model.safetensors",
|
132 |
+
"model.layers.13.mlp.gate_proj.biases": "model.safetensors",
|
133 |
+
"model.layers.13.mlp.gate_proj.scales": "model.safetensors",
|
134 |
+
"model.layers.13.mlp.gate_proj.weight": "model.safetensors",
|
135 |
+
"model.layers.13.mlp.up_proj.biases": "model.safetensors",
|
136 |
+
"model.layers.13.mlp.up_proj.scales": "model.safetensors",
|
137 |
+
"model.layers.13.mlp.up_proj.weight": "model.safetensors",
|
138 |
+
"model.layers.13.post_attention_layernorm.weight": "model.safetensors",
|
139 |
+
"model.layers.13.self_attn.k_proj.biases": "model.safetensors",
|
140 |
+
"model.layers.13.self_attn.k_proj.scales": "model.safetensors",
|
141 |
+
"model.layers.13.self_attn.k_proj.weight": "model.safetensors",
|
142 |
+
"model.layers.13.self_attn.o_proj.biases": "model.safetensors",
|
143 |
+
"model.layers.13.self_attn.o_proj.scales": "model.safetensors",
|
144 |
+
"model.layers.13.self_attn.o_proj.weight": "model.safetensors",
|
145 |
+
"model.layers.13.self_attn.q_proj.biases": "model.safetensors",
|
146 |
+
"model.layers.13.self_attn.q_proj.scales": "model.safetensors",
|
147 |
+
"model.layers.13.self_attn.q_proj.weight": "model.safetensors",
|
148 |
+
"model.layers.13.self_attn.v_proj.biases": "model.safetensors",
|
149 |
+
"model.layers.13.self_attn.v_proj.scales": "model.safetensors",
|
150 |
+
"model.layers.13.self_attn.v_proj.weight": "model.safetensors",
|
151 |
+
"model.layers.14.input_layernorm.weight": "model.safetensors",
|
152 |
+
"model.layers.14.mlp.down_proj.biases": "model.safetensors",
|
153 |
+
"model.layers.14.mlp.down_proj.scales": "model.safetensors",
|
154 |
+
"model.layers.14.mlp.down_proj.weight": "model.safetensors",
|
155 |
+
"model.layers.14.mlp.gate_proj.biases": "model.safetensors",
|
156 |
+
"model.layers.14.mlp.gate_proj.scales": "model.safetensors",
|
157 |
+
"model.layers.14.mlp.gate_proj.weight": "model.safetensors",
|
158 |
+
"model.layers.14.mlp.up_proj.biases": "model.safetensors",
|
159 |
+
"model.layers.14.mlp.up_proj.scales": "model.safetensors",
|
160 |
+
"model.layers.14.mlp.up_proj.weight": "model.safetensors",
|
161 |
+
"model.layers.14.post_attention_layernorm.weight": "model.safetensors",
|
162 |
+
"model.layers.14.self_attn.k_proj.biases": "model.safetensors",
|
163 |
+
"model.layers.14.self_attn.k_proj.scales": "model.safetensors",
|
164 |
+
"model.layers.14.self_attn.k_proj.weight": "model.safetensors",
|
165 |
+
"model.layers.14.self_attn.o_proj.biases": "model.safetensors",
|
166 |
+
"model.layers.14.self_attn.o_proj.scales": "model.safetensors",
|
167 |
+
"model.layers.14.self_attn.o_proj.weight": "model.safetensors",
|
168 |
+
"model.layers.14.self_attn.q_proj.biases": "model.safetensors",
|
169 |
+
"model.layers.14.self_attn.q_proj.scales": "model.safetensors",
|
170 |
+
"model.layers.14.self_attn.q_proj.weight": "model.safetensors",
|
171 |
+
"model.layers.14.self_attn.v_proj.biases": "model.safetensors",
|
172 |
+
"model.layers.14.self_attn.v_proj.scales": "model.safetensors",
|
173 |
+
"model.layers.14.self_attn.v_proj.weight": "model.safetensors",
|
174 |
+
"model.layers.15.input_layernorm.weight": "model.safetensors",
|
175 |
+
"model.layers.15.mlp.down_proj.biases": "model.safetensors",
|
176 |
+
"model.layers.15.mlp.down_proj.scales": "model.safetensors",
|
177 |
+
"model.layers.15.mlp.down_proj.weight": "model.safetensors",
|
178 |
+
"model.layers.15.mlp.gate_proj.biases": "model.safetensors",
|
179 |
+
"model.layers.15.mlp.gate_proj.scales": "model.safetensors",
|
180 |
+
"model.layers.15.mlp.gate_proj.weight": "model.safetensors",
|
181 |
+
"model.layers.15.mlp.up_proj.biases": "model.safetensors",
|
182 |
+
"model.layers.15.mlp.up_proj.scales": "model.safetensors",
|
183 |
+
"model.layers.15.mlp.up_proj.weight": "model.safetensors",
|
184 |
+
"model.layers.15.post_attention_layernorm.weight": "model.safetensors",
|
185 |
+
"model.layers.15.self_attn.k_proj.biases": "model.safetensors",
|
186 |
+
"model.layers.15.self_attn.k_proj.scales": "model.safetensors",
|
187 |
+
"model.layers.15.self_attn.k_proj.weight": "model.safetensors",
|
188 |
+
"model.layers.15.self_attn.o_proj.biases": "model.safetensors",
|
189 |
+
"model.layers.15.self_attn.o_proj.scales": "model.safetensors",
|
190 |
+
"model.layers.15.self_attn.o_proj.weight": "model.safetensors",
|
191 |
+
"model.layers.15.self_attn.q_proj.biases": "model.safetensors",
|
192 |
+
"model.layers.15.self_attn.q_proj.scales": "model.safetensors",
|
193 |
+
"model.layers.15.self_attn.q_proj.weight": "model.safetensors",
|
194 |
+
"model.layers.15.self_attn.v_proj.biases": "model.safetensors",
|
195 |
+
"model.layers.15.self_attn.v_proj.scales": "model.safetensors",
|
196 |
+
"model.layers.15.self_attn.v_proj.weight": "model.safetensors",
|
197 |
+
"model.layers.16.input_layernorm.weight": "model.safetensors",
|
198 |
+
"model.layers.16.mlp.down_proj.biases": "model.safetensors",
|
199 |
+
"model.layers.16.mlp.down_proj.scales": "model.safetensors",
|
200 |
+
"model.layers.16.mlp.down_proj.weight": "model.safetensors",
|
201 |
+
"model.layers.16.mlp.gate_proj.biases": "model.safetensors",
|
202 |
+
"model.layers.16.mlp.gate_proj.scales": "model.safetensors",
|
203 |
+
"model.layers.16.mlp.gate_proj.weight": "model.safetensors",
|
204 |
+
"model.layers.16.mlp.up_proj.biases": "model.safetensors",
|
205 |
+
"model.layers.16.mlp.up_proj.scales": "model.safetensors",
|
206 |
+
"model.layers.16.mlp.up_proj.weight": "model.safetensors",
|
207 |
+
"model.layers.16.post_attention_layernorm.weight": "model.safetensors",
|
208 |
+
"model.layers.16.self_attn.k_proj.biases": "model.safetensors",
|
209 |
+
"model.layers.16.self_attn.k_proj.scales": "model.safetensors",
|
210 |
+
"model.layers.16.self_attn.k_proj.weight": "model.safetensors",
|
211 |
+
"model.layers.16.self_attn.o_proj.biases": "model.safetensors",
|
212 |
+
"model.layers.16.self_attn.o_proj.scales": "model.safetensors",
|
213 |
+
"model.layers.16.self_attn.o_proj.weight": "model.safetensors",
|
214 |
+
"model.layers.16.self_attn.q_proj.biases": "model.safetensors",
|
215 |
+
"model.layers.16.self_attn.q_proj.scales": "model.safetensors",
|
216 |
+
"model.layers.16.self_attn.q_proj.weight": "model.safetensors",
|
217 |
+
"model.layers.16.self_attn.v_proj.biases": "model.safetensors",
|
218 |
+
"model.layers.16.self_attn.v_proj.scales": "model.safetensors",
|
219 |
+
"model.layers.16.self_attn.v_proj.weight": "model.safetensors",
|
220 |
+
"model.layers.17.input_layernorm.weight": "model.safetensors",
|
221 |
+
"model.layers.17.mlp.down_proj.biases": "model.safetensors",
|
222 |
+
"model.layers.17.mlp.down_proj.scales": "model.safetensors",
|
223 |
+
"model.layers.17.mlp.down_proj.weight": "model.safetensors",
|
224 |
+
"model.layers.17.mlp.gate_proj.biases": "model.safetensors",
|
225 |
+
"model.layers.17.mlp.gate_proj.scales": "model.safetensors",
|
226 |
+
"model.layers.17.mlp.gate_proj.weight": "model.safetensors",
|
227 |
+
"model.layers.17.mlp.up_proj.biases": "model.safetensors",
|
228 |
+
"model.layers.17.mlp.up_proj.scales": "model.safetensors",
|
229 |
+
"model.layers.17.mlp.up_proj.weight": "model.safetensors",
|
230 |
+
"model.layers.17.post_attention_layernorm.weight": "model.safetensors",
|
231 |
+
"model.layers.17.self_attn.k_proj.biases": "model.safetensors",
|
232 |
+
"model.layers.17.self_attn.k_proj.scales": "model.safetensors",
|
233 |
+
"model.layers.17.self_attn.k_proj.weight": "model.safetensors",
|
234 |
+
"model.layers.17.self_attn.o_proj.biases": "model.safetensors",
|
235 |
+
"model.layers.17.self_attn.o_proj.scales": "model.safetensors",
|
236 |
+
"model.layers.17.self_attn.o_proj.weight": "model.safetensors",
|
237 |
+
"model.layers.17.self_attn.q_proj.biases": "model.safetensors",
|
238 |
+
"model.layers.17.self_attn.q_proj.scales": "model.safetensors",
|
239 |
+
"model.layers.17.self_attn.q_proj.weight": "model.safetensors",
|
240 |
+
"model.layers.17.self_attn.v_proj.biases": "model.safetensors",
|
241 |
+
"model.layers.17.self_attn.v_proj.scales": "model.safetensors",
|
242 |
+
"model.layers.17.self_attn.v_proj.weight": "model.safetensors",
|
243 |
+
"model.layers.18.input_layernorm.weight": "model.safetensors",
|
244 |
+
"model.layers.18.mlp.down_proj.biases": "model.safetensors",
|
245 |
+
"model.layers.18.mlp.down_proj.scales": "model.safetensors",
|
246 |
+
"model.layers.18.mlp.down_proj.weight": "model.safetensors",
|
247 |
+
"model.layers.18.mlp.gate_proj.biases": "model.safetensors",
|
248 |
+
"model.layers.18.mlp.gate_proj.scales": "model.safetensors",
|
249 |
+
"model.layers.18.mlp.gate_proj.weight": "model.safetensors",
|
250 |
+
"model.layers.18.mlp.up_proj.biases": "model.safetensors",
|
251 |
+
"model.layers.18.mlp.up_proj.scales": "model.safetensors",
|
252 |
+
"model.layers.18.mlp.up_proj.weight": "model.safetensors",
|
253 |
+
"model.layers.18.post_attention_layernorm.weight": "model.safetensors",
|
254 |
+
"model.layers.18.self_attn.k_proj.biases": "model.safetensors",
|
255 |
+
"model.layers.18.self_attn.k_proj.scales": "model.safetensors",
|
256 |
+
"model.layers.18.self_attn.k_proj.weight": "model.safetensors",
|
257 |
+
"model.layers.18.self_attn.o_proj.biases": "model.safetensors",
|
258 |
+
"model.layers.18.self_attn.o_proj.scales": "model.safetensors",
|
259 |
+
"model.layers.18.self_attn.o_proj.weight": "model.safetensors",
|
260 |
+
"model.layers.18.self_attn.q_proj.biases": "model.safetensors",
|
261 |
+
"model.layers.18.self_attn.q_proj.scales": "model.safetensors",
|
262 |
+
"model.layers.18.self_attn.q_proj.weight": "model.safetensors",
|
263 |
+
"model.layers.18.self_attn.v_proj.biases": "model.safetensors",
|
264 |
+
"model.layers.18.self_attn.v_proj.scales": "model.safetensors",
|
265 |
+
"model.layers.18.self_attn.v_proj.weight": "model.safetensors",
|
266 |
+
"model.layers.19.input_layernorm.weight": "model.safetensors",
|
267 |
+
"model.layers.19.mlp.down_proj.biases": "model.safetensors",
|
268 |
+
"model.layers.19.mlp.down_proj.scales": "model.safetensors",
|
269 |
+
"model.layers.19.mlp.down_proj.weight": "model.safetensors",
|
270 |
+
"model.layers.19.mlp.gate_proj.biases": "model.safetensors",
|
271 |
+
"model.layers.19.mlp.gate_proj.scales": "model.safetensors",
|
272 |
+
"model.layers.19.mlp.gate_proj.weight": "model.safetensors",
|
273 |
+
"model.layers.19.mlp.up_proj.biases": "model.safetensors",
|
274 |
+
"model.layers.19.mlp.up_proj.scales": "model.safetensors",
|
275 |
+
"model.layers.19.mlp.up_proj.weight": "model.safetensors",
|
276 |
+
"model.layers.19.post_attention_layernorm.weight": "model.safetensors",
|
277 |
+
"model.layers.19.self_attn.k_proj.biases": "model.safetensors",
|
278 |
+
"model.layers.19.self_attn.k_proj.scales": "model.safetensors",
|
279 |
+
"model.layers.19.self_attn.k_proj.weight": "model.safetensors",
|
280 |
+
"model.layers.19.self_attn.o_proj.biases": "model.safetensors",
|
281 |
+
"model.layers.19.self_attn.o_proj.scales": "model.safetensors",
|
282 |
+
"model.layers.19.self_attn.o_proj.weight": "model.safetensors",
|
283 |
+
"model.layers.19.self_attn.q_proj.biases": "model.safetensors",
|
284 |
+
"model.layers.19.self_attn.q_proj.scales": "model.safetensors",
|
285 |
+
"model.layers.19.self_attn.q_proj.weight": "model.safetensors",
|
286 |
+
"model.layers.19.self_attn.v_proj.biases": "model.safetensors",
|
287 |
+
"model.layers.19.self_attn.v_proj.scales": "model.safetensors",
|
288 |
+
"model.layers.19.self_attn.v_proj.weight": "model.safetensors",
|
289 |
+
"model.layers.2.input_layernorm.weight": "model.safetensors",
|
290 |
+
"model.layers.2.mlp.down_proj.biases": "model.safetensors",
|
291 |
+
"model.layers.2.mlp.down_proj.scales": "model.safetensors",
|
292 |
+
"model.layers.2.mlp.down_proj.weight": "model.safetensors",
|
293 |
+
"model.layers.2.mlp.gate_proj.biases": "model.safetensors",
|
294 |
+
"model.layers.2.mlp.gate_proj.scales": "model.safetensors",
|
295 |
+
"model.layers.2.mlp.gate_proj.weight": "model.safetensors",
|
296 |
+
"model.layers.2.mlp.up_proj.biases": "model.safetensors",
|
297 |
+
"model.layers.2.mlp.up_proj.scales": "model.safetensors",
|
298 |
+
"model.layers.2.mlp.up_proj.weight": "model.safetensors",
|
299 |
+
"model.layers.2.post_attention_layernorm.weight": "model.safetensors",
|
300 |
+
"model.layers.2.self_attn.k_proj.biases": "model.safetensors",
|
301 |
+
"model.layers.2.self_attn.k_proj.scales": "model.safetensors",
|
302 |
+
"model.layers.2.self_attn.k_proj.weight": "model.safetensors",
|
303 |
+
"model.layers.2.self_attn.o_proj.biases": "model.safetensors",
|
304 |
+
"model.layers.2.self_attn.o_proj.scales": "model.safetensors",
|
305 |
+
"model.layers.2.self_attn.o_proj.weight": "model.safetensors",
|
306 |
+
"model.layers.2.self_attn.q_proj.biases": "model.safetensors",
|
307 |
+
"model.layers.2.self_attn.q_proj.scales": "model.safetensors",
|
308 |
+
"model.layers.2.self_attn.q_proj.weight": "model.safetensors",
|
309 |
+
"model.layers.2.self_attn.v_proj.biases": "model.safetensors",
|
310 |
+
"model.layers.2.self_attn.v_proj.scales": "model.safetensors",
|
311 |
+
"model.layers.2.self_attn.v_proj.weight": "model.safetensors",
|
312 |
+
"model.layers.20.input_layernorm.weight": "model.safetensors",
|
313 |
+
"model.layers.20.mlp.down_proj.biases": "model.safetensors",
|
314 |
+
"model.layers.20.mlp.down_proj.scales": "model.safetensors",
|
315 |
+
"model.layers.20.mlp.down_proj.weight": "model.safetensors",
|
316 |
+
"model.layers.20.mlp.gate_proj.biases": "model.safetensors",
|
317 |
+
"model.layers.20.mlp.gate_proj.scales": "model.safetensors",
|
318 |
+
"model.layers.20.mlp.gate_proj.weight": "model.safetensors",
|
319 |
+
"model.layers.20.mlp.up_proj.biases": "model.safetensors",
|
320 |
+
"model.layers.20.mlp.up_proj.scales": "model.safetensors",
|
321 |
+
"model.layers.20.mlp.up_proj.weight": "model.safetensors",
|
322 |
+
"model.layers.20.post_attention_layernorm.weight": "model.safetensors",
|
323 |
+
"model.layers.20.self_attn.k_proj.biases": "model.safetensors",
|
324 |
+
"model.layers.20.self_attn.k_proj.scales": "model.safetensors",
|
325 |
+
"model.layers.20.self_attn.k_proj.weight": "model.safetensors",
|
326 |
+
"model.layers.20.self_attn.o_proj.biases": "model.safetensors",
|
327 |
+
"model.layers.20.self_attn.o_proj.scales": "model.safetensors",
|
328 |
+
"model.layers.20.self_attn.o_proj.weight": "model.safetensors",
|
329 |
+
"model.layers.20.self_attn.q_proj.biases": "model.safetensors",
|
330 |
+
"model.layers.20.self_attn.q_proj.scales": "model.safetensors",
|
331 |
+
"model.layers.20.self_attn.q_proj.weight": "model.safetensors",
|
332 |
+
"model.layers.20.self_attn.v_proj.biases": "model.safetensors",
|
333 |
+
"model.layers.20.self_attn.v_proj.scales": "model.safetensors",
|
334 |
+
"model.layers.20.self_attn.v_proj.weight": "model.safetensors",
|
335 |
+
"model.layers.21.input_layernorm.weight": "model.safetensors",
|
336 |
+
"model.layers.21.mlp.down_proj.biases": "model.safetensors",
|
337 |
+
"model.layers.21.mlp.down_proj.scales": "model.safetensors",
|
338 |
+
"model.layers.21.mlp.down_proj.weight": "model.safetensors",
|
339 |
+
"model.layers.21.mlp.gate_proj.biases": "model.safetensors",
|
340 |
+
"model.layers.21.mlp.gate_proj.scales": "model.safetensors",
|
341 |
+
"model.layers.21.mlp.gate_proj.weight": "model.safetensors",
|
342 |
+
"model.layers.21.mlp.up_proj.biases": "model.safetensors",
|
343 |
+
"model.layers.21.mlp.up_proj.scales": "model.safetensors",
|
344 |
+
"model.layers.21.mlp.up_proj.weight": "model.safetensors",
|
345 |
+
"model.layers.21.post_attention_layernorm.weight": "model.safetensors",
|
346 |
+
"model.layers.21.self_attn.k_proj.biases": "model.safetensors",
|
347 |
+
"model.layers.21.self_attn.k_proj.scales": "model.safetensors",
|
348 |
+
"model.layers.21.self_attn.k_proj.weight": "model.safetensors",
|
349 |
+
"model.layers.21.self_attn.o_proj.biases": "model.safetensors",
|
350 |
+
"model.layers.21.self_attn.o_proj.scales": "model.safetensors",
|
351 |
+
"model.layers.21.self_attn.o_proj.weight": "model.safetensors",
|
352 |
+
"model.layers.21.self_attn.q_proj.biases": "model.safetensors",
|
353 |
+
"model.layers.21.self_attn.q_proj.scales": "model.safetensors",
|
354 |
+
"model.layers.21.self_attn.q_proj.weight": "model.safetensors",
|
355 |
+
"model.layers.21.self_attn.v_proj.biases": "model.safetensors",
|
356 |
+
"model.layers.21.self_attn.v_proj.scales": "model.safetensors",
|
357 |
+
"model.layers.21.self_attn.v_proj.weight": "model.safetensors",
|
358 |
+
"model.layers.22.input_layernorm.weight": "model.safetensors",
|
359 |
+
"model.layers.22.mlp.down_proj.biases": "model.safetensors",
|
360 |
+
"model.layers.22.mlp.down_proj.scales": "model.safetensors",
|
361 |
+
"model.layers.22.mlp.down_proj.weight": "model.safetensors",
|
362 |
+
"model.layers.22.mlp.gate_proj.biases": "model.safetensors",
|
363 |
+
"model.layers.22.mlp.gate_proj.scales": "model.safetensors",
|
364 |
+
"model.layers.22.mlp.gate_proj.weight": "model.safetensors",
|
365 |
+
"model.layers.22.mlp.up_proj.biases": "model.safetensors",
|
366 |
+
"model.layers.22.mlp.up_proj.scales": "model.safetensors",
|
367 |
+
"model.layers.22.mlp.up_proj.weight": "model.safetensors",
|
368 |
+
"model.layers.22.post_attention_layernorm.weight": "model.safetensors",
|
369 |
+
"model.layers.22.self_attn.k_proj.biases": "model.safetensors",
|
370 |
+
"model.layers.22.self_attn.k_proj.scales": "model.safetensors",
|
371 |
+
"model.layers.22.self_attn.k_proj.weight": "model.safetensors",
|
372 |
+
"model.layers.22.self_attn.o_proj.biases": "model.safetensors",
|
373 |
+
"model.layers.22.self_attn.o_proj.scales": "model.safetensors",
|
374 |
+
"model.layers.22.self_attn.o_proj.weight": "model.safetensors",
|
375 |
+
"model.layers.22.self_attn.q_proj.biases": "model.safetensors",
|
376 |
+
"model.layers.22.self_attn.q_proj.scales": "model.safetensors",
|
377 |
+
"model.layers.22.self_attn.q_proj.weight": "model.safetensors",
|
378 |
+
"model.layers.22.self_attn.v_proj.biases": "model.safetensors",
|
379 |
+
"model.layers.22.self_attn.v_proj.scales": "model.safetensors",
|
380 |
+
"model.layers.22.self_attn.v_proj.weight": "model.safetensors",
|
381 |
+
"model.layers.23.input_layernorm.weight": "model.safetensors",
|
382 |
+
"model.layers.23.mlp.down_proj.biases": "model.safetensors",
|
383 |
+
"model.layers.23.mlp.down_proj.scales": "model.safetensors",
|
384 |
+
"model.layers.23.mlp.down_proj.weight": "model.safetensors",
|
385 |
+
"model.layers.23.mlp.gate_proj.biases": "model.safetensors",
|
386 |
+
"model.layers.23.mlp.gate_proj.scales": "model.safetensors",
|
387 |
+
"model.layers.23.mlp.gate_proj.weight": "model.safetensors",
|
388 |
+
"model.layers.23.mlp.up_proj.biases": "model.safetensors",
|
389 |
+
"model.layers.23.mlp.up_proj.scales": "model.safetensors",
|
390 |
+
"model.layers.23.mlp.up_proj.weight": "model.safetensors",
|
391 |
+
"model.layers.23.post_attention_layernorm.weight": "model.safetensors",
|
392 |
+
"model.layers.23.self_attn.k_proj.biases": "model.safetensors",
|
393 |
+
"model.layers.23.self_attn.k_proj.scales": "model.safetensors",
|
394 |
+
"model.layers.23.self_attn.k_proj.weight": "model.safetensors",
|
395 |
+
"model.layers.23.self_attn.o_proj.biases": "model.safetensors",
|
396 |
+
"model.layers.23.self_attn.o_proj.scales": "model.safetensors",
|
397 |
+
"model.layers.23.self_attn.o_proj.weight": "model.safetensors",
|
398 |
+
"model.layers.23.self_attn.q_proj.biases": "model.safetensors",
|
399 |
+
"model.layers.23.self_attn.q_proj.scales": "model.safetensors",
|
400 |
+
"model.layers.23.self_attn.q_proj.weight": "model.safetensors",
|
401 |
+
"model.layers.23.self_attn.v_proj.biases": "model.safetensors",
|
402 |
+
"model.layers.23.self_attn.v_proj.scales": "model.safetensors",
|
403 |
+
"model.layers.23.self_attn.v_proj.weight": "model.safetensors",
|
404 |
+
"model.layers.24.input_layernorm.weight": "model.safetensors",
|
405 |
+
"model.layers.24.mlp.down_proj.biases": "model.safetensors",
|
406 |
+
"model.layers.24.mlp.down_proj.scales": "model.safetensors",
|
407 |
+
"model.layers.24.mlp.down_proj.weight": "model.safetensors",
|
408 |
+
"model.layers.24.mlp.gate_proj.biases": "model.safetensors",
|
409 |
+
"model.layers.24.mlp.gate_proj.scales": "model.safetensors",
|
410 |
+
"model.layers.24.mlp.gate_proj.weight": "model.safetensors",
|
411 |
+
"model.layers.24.mlp.up_proj.biases": "model.safetensors",
|
412 |
+
"model.layers.24.mlp.up_proj.scales": "model.safetensors",
|
413 |
+
"model.layers.24.mlp.up_proj.weight": "model.safetensors",
|
414 |
+
"model.layers.24.post_attention_layernorm.weight": "model.safetensors",
|
415 |
+
"model.layers.24.self_attn.k_proj.biases": "model.safetensors",
|
416 |
+
"model.layers.24.self_attn.k_proj.scales": "model.safetensors",
|
417 |
+
"model.layers.24.self_attn.k_proj.weight": "model.safetensors",
|
418 |
+
"model.layers.24.self_attn.o_proj.biases": "model.safetensors",
|
419 |
+
"model.layers.24.self_attn.o_proj.scales": "model.safetensors",
|
420 |
+
"model.layers.24.self_attn.o_proj.weight": "model.safetensors",
|
421 |
+
"model.layers.24.self_attn.q_proj.biases": "model.safetensors",
|
422 |
+
"model.layers.24.self_attn.q_proj.scales": "model.safetensors",
|
423 |
+
"model.layers.24.self_attn.q_proj.weight": "model.safetensors",
|
424 |
+
"model.layers.24.self_attn.v_proj.biases": "model.safetensors",
|
425 |
+
"model.layers.24.self_attn.v_proj.scales": "model.safetensors",
|
426 |
+
"model.layers.24.self_attn.v_proj.weight": "model.safetensors",
|
427 |
+
"model.layers.25.input_layernorm.weight": "model.safetensors",
|
428 |
+
"model.layers.25.mlp.down_proj.biases": "model.safetensors",
|
429 |
+
"model.layers.25.mlp.down_proj.scales": "model.safetensors",
|
430 |
+
"model.layers.25.mlp.down_proj.weight": "model.safetensors",
|
431 |
+
"model.layers.25.mlp.gate_proj.biases": "model.safetensors",
|
432 |
+
"model.layers.25.mlp.gate_proj.scales": "model.safetensors",
|
433 |
+
"model.layers.25.mlp.gate_proj.weight": "model.safetensors",
|
434 |
+
"model.layers.25.mlp.up_proj.biases": "model.safetensors",
|
435 |
+
"model.layers.25.mlp.up_proj.scales": "model.safetensors",
|
436 |
+
"model.layers.25.mlp.up_proj.weight": "model.safetensors",
|
437 |
+
"model.layers.25.post_attention_layernorm.weight": "model.safetensors",
|
438 |
+
"model.layers.25.self_attn.k_proj.biases": "model.safetensors",
|
439 |
+
"model.layers.25.self_attn.k_proj.scales": "model.safetensors",
|
440 |
+
"model.layers.25.self_attn.k_proj.weight": "model.safetensors",
|
441 |
+
"model.layers.25.self_attn.o_proj.biases": "model.safetensors",
|
442 |
+
"model.layers.25.self_attn.o_proj.scales": "model.safetensors",
|
443 |
+
"model.layers.25.self_attn.o_proj.weight": "model.safetensors",
|
444 |
+
"model.layers.25.self_attn.q_proj.biases": "model.safetensors",
|
445 |
+
"model.layers.25.self_attn.q_proj.scales": "model.safetensors",
|
446 |
+
"model.layers.25.self_attn.q_proj.weight": "model.safetensors",
|
447 |
+
"model.layers.25.self_attn.v_proj.biases": "model.safetensors",
|
448 |
+
"model.layers.25.self_attn.v_proj.scales": "model.safetensors",
|
449 |
+
"model.layers.25.self_attn.v_proj.weight": "model.safetensors",
|
450 |
+
"model.layers.26.input_layernorm.weight": "model.safetensors",
|
451 |
+
"model.layers.26.mlp.down_proj.biases": "model.safetensors",
|
452 |
+
"model.layers.26.mlp.down_proj.scales": "model.safetensors",
|
453 |
+
"model.layers.26.mlp.down_proj.weight": "model.safetensors",
|
454 |
+
"model.layers.26.mlp.gate_proj.biases": "model.safetensors",
|
455 |
+
"model.layers.26.mlp.gate_proj.scales": "model.safetensors",
|
456 |
+
"model.layers.26.mlp.gate_proj.weight": "model.safetensors",
|
457 |
+
"model.layers.26.mlp.up_proj.biases": "model.safetensors",
|
458 |
+
"model.layers.26.mlp.up_proj.scales": "model.safetensors",
|
459 |
+
"model.layers.26.mlp.up_proj.weight": "model.safetensors",
|
460 |
+
"model.layers.26.post_attention_layernorm.weight": "model.safetensors",
|
461 |
+
"model.layers.26.self_attn.k_proj.biases": "model.safetensors",
|
462 |
+
"model.layers.26.self_attn.k_proj.scales": "model.safetensors",
|
463 |
+
"model.layers.26.self_attn.k_proj.weight": "model.safetensors",
|
464 |
+
"model.layers.26.self_attn.o_proj.biases": "model.safetensors",
|
465 |
+
"model.layers.26.self_attn.o_proj.scales": "model.safetensors",
|
466 |
+
"model.layers.26.self_attn.o_proj.weight": "model.safetensors",
|
467 |
+
"model.layers.26.self_attn.q_proj.biases": "model.safetensors",
|
468 |
+
"model.layers.26.self_attn.q_proj.scales": "model.safetensors",
|
469 |
+
"model.layers.26.self_attn.q_proj.weight": "model.safetensors",
|
470 |
+
"model.layers.26.self_attn.v_proj.biases": "model.safetensors",
|
471 |
+
"model.layers.26.self_attn.v_proj.scales": "model.safetensors",
|
472 |
+
"model.layers.26.self_attn.v_proj.weight": "model.safetensors",
|
473 |
+
"model.layers.27.input_layernorm.weight": "model.safetensors",
|
474 |
+
"model.layers.27.mlp.down_proj.biases": "model.safetensors",
|
475 |
+
"model.layers.27.mlp.down_proj.scales": "model.safetensors",
|
476 |
+
"model.layers.27.mlp.down_proj.weight": "model.safetensors",
|
477 |
+
"model.layers.27.mlp.gate_proj.biases": "model.safetensors",
|
478 |
+
"model.layers.27.mlp.gate_proj.scales": "model.safetensors",
|
479 |
+
"model.layers.27.mlp.gate_proj.weight": "model.safetensors",
|
480 |
+
"model.layers.27.mlp.up_proj.biases": "model.safetensors",
|
481 |
+
"model.layers.27.mlp.up_proj.scales": "model.safetensors",
|
482 |
+
"model.layers.27.mlp.up_proj.weight": "model.safetensors",
|
483 |
+
"model.layers.27.post_attention_layernorm.weight": "model.safetensors",
|
484 |
+
"model.layers.27.self_attn.k_proj.biases": "model.safetensors",
|
485 |
+
"model.layers.27.self_attn.k_proj.scales": "model.safetensors",
|
486 |
+
"model.layers.27.self_attn.k_proj.weight": "model.safetensors",
|
487 |
+
"model.layers.27.self_attn.o_proj.biases": "model.safetensors",
|
488 |
+
"model.layers.27.self_attn.o_proj.scales": "model.safetensors",
|
489 |
+
"model.layers.27.self_attn.o_proj.weight": "model.safetensors",
|
490 |
+
"model.layers.27.self_attn.q_proj.biases": "model.safetensors",
|
491 |
+
"model.layers.27.self_attn.q_proj.scales": "model.safetensors",
|
492 |
+
"model.layers.27.self_attn.q_proj.weight": "model.safetensors",
|
493 |
+
"model.layers.27.self_attn.v_proj.biases": "model.safetensors",
|
494 |
+
"model.layers.27.self_attn.v_proj.scales": "model.safetensors",
|
495 |
+
"model.layers.27.self_attn.v_proj.weight": "model.safetensors",
|
496 |
+
"model.layers.28.input_layernorm.weight": "model.safetensors",
|
497 |
+
"model.layers.28.mlp.down_proj.biases": "model.safetensors",
|
498 |
+
"model.layers.28.mlp.down_proj.scales": "model.safetensors",
|
499 |
+
"model.layers.28.mlp.down_proj.weight": "model.safetensors",
|
500 |
+
"model.layers.28.mlp.gate_proj.biases": "model.safetensors",
|
501 |
+
"model.layers.28.mlp.gate_proj.scales": "model.safetensors",
|
502 |
+
"model.layers.28.mlp.gate_proj.weight": "model.safetensors",
|
503 |
+
"model.layers.28.mlp.up_proj.biases": "model.safetensors",
|
504 |
+
"model.layers.28.mlp.up_proj.scales": "model.safetensors",
|
505 |
+
"model.layers.28.mlp.up_proj.weight": "model.safetensors",
|
506 |
+
"model.layers.28.post_attention_layernorm.weight": "model.safetensors",
|
507 |
+
"model.layers.28.self_attn.k_proj.biases": "model.safetensors",
|
508 |
+
"model.layers.28.self_attn.k_proj.scales": "model.safetensors",
|
509 |
+
"model.layers.28.self_attn.k_proj.weight": "model.safetensors",
|
510 |
+
"model.layers.28.self_attn.o_proj.biases": "model.safetensors",
|
511 |
+
"model.layers.28.self_attn.o_proj.scales": "model.safetensors",
|
512 |
+
"model.layers.28.self_attn.o_proj.weight": "model.safetensors",
|
513 |
+
"model.layers.28.self_attn.q_proj.biases": "model.safetensors",
|
514 |
+
"model.layers.28.self_attn.q_proj.scales": "model.safetensors",
|
515 |
+
"model.layers.28.self_attn.q_proj.weight": "model.safetensors",
|
516 |
+
"model.layers.28.self_attn.v_proj.biases": "model.safetensors",
|
517 |
+
"model.layers.28.self_attn.v_proj.scales": "model.safetensors",
|
518 |
+
"model.layers.28.self_attn.v_proj.weight": "model.safetensors",
|
519 |
+
"model.layers.29.input_layernorm.weight": "model.safetensors",
|
520 |
+
"model.layers.29.mlp.down_proj.biases": "model.safetensors",
|
521 |
+
"model.layers.29.mlp.down_proj.scales": "model.safetensors",
|
522 |
+
"model.layers.29.mlp.down_proj.weight": "model.safetensors",
|
523 |
+
"model.layers.29.mlp.gate_proj.biases": "model.safetensors",
|
524 |
+
"model.layers.29.mlp.gate_proj.scales": "model.safetensors",
|
525 |
+
"model.layers.29.mlp.gate_proj.weight": "model.safetensors",
|
526 |
+
"model.layers.29.mlp.up_proj.biases": "model.safetensors",
|
527 |
+
"model.layers.29.mlp.up_proj.scales": "model.safetensors",
|
528 |
+
"model.layers.29.mlp.up_proj.weight": "model.safetensors",
|
529 |
+
"model.layers.29.post_attention_layernorm.weight": "model.safetensors",
|
530 |
+
"model.layers.29.self_attn.k_proj.biases": "model.safetensors",
|
531 |
+
"model.layers.29.self_attn.k_proj.scales": "model.safetensors",
|
532 |
+
"model.layers.29.self_attn.k_proj.weight": "model.safetensors",
|
533 |
+
"model.layers.29.self_attn.o_proj.biases": "model.safetensors",
|
534 |
+
"model.layers.29.self_attn.o_proj.scales": "model.safetensors",
|
535 |
+
"model.layers.29.self_attn.o_proj.weight": "model.safetensors",
|
536 |
+
"model.layers.29.self_attn.q_proj.biases": "model.safetensors",
|
537 |
+
"model.layers.29.self_attn.q_proj.scales": "model.safetensors",
|
538 |
+
"model.layers.29.self_attn.q_proj.weight": "model.safetensors",
|
539 |
+
"model.layers.29.self_attn.v_proj.biases": "model.safetensors",
|
540 |
+
"model.layers.29.self_attn.v_proj.scales": "model.safetensors",
|
541 |
+
"model.layers.29.self_attn.v_proj.weight": "model.safetensors",
|
542 |
+
"model.layers.3.input_layernorm.weight": "model.safetensors",
|
543 |
+
"model.layers.3.mlp.down_proj.biases": "model.safetensors",
|
544 |
+
"model.layers.3.mlp.down_proj.scales": "model.safetensors",
|
545 |
+
"model.layers.3.mlp.down_proj.weight": "model.safetensors",
|
546 |
+
"model.layers.3.mlp.gate_proj.biases": "model.safetensors",
|
547 |
+
"model.layers.3.mlp.gate_proj.scales": "model.safetensors",
|
548 |
+
"model.layers.3.mlp.gate_proj.weight": "model.safetensors",
|
549 |
+
"model.layers.3.mlp.up_proj.biases": "model.safetensors",
|
550 |
+
"model.layers.3.mlp.up_proj.scales": "model.safetensors",
|
551 |
+
"model.layers.3.mlp.up_proj.weight": "model.safetensors",
|
552 |
+
"model.layers.3.post_attention_layernorm.weight": "model.safetensors",
|
553 |
+
"model.layers.3.self_attn.k_proj.biases": "model.safetensors",
|
554 |
+
"model.layers.3.self_attn.k_proj.scales": "model.safetensors",
|
555 |
+
"model.layers.3.self_attn.k_proj.weight": "model.safetensors",
|
556 |
+
"model.layers.3.self_attn.o_proj.biases": "model.safetensors",
|
557 |
+
"model.layers.3.self_attn.o_proj.scales": "model.safetensors",
|
558 |
+
"model.layers.3.self_attn.o_proj.weight": "model.safetensors",
|
559 |
+
"model.layers.3.self_attn.q_proj.biases": "model.safetensors",
|
560 |
+
"model.layers.3.self_attn.q_proj.scales": "model.safetensors",
|
561 |
+
"model.layers.3.self_attn.q_proj.weight": "model.safetensors",
|
562 |
+
"model.layers.3.self_attn.v_proj.biases": "model.safetensors",
|
563 |
+
"model.layers.3.self_attn.v_proj.scales": "model.safetensors",
|
564 |
+
"model.layers.3.self_attn.v_proj.weight": "model.safetensors",
|
565 |
+
"model.layers.30.input_layernorm.weight": "model.safetensors",
|
566 |
+
"model.layers.30.mlp.down_proj.biases": "model.safetensors",
|
567 |
+
"model.layers.30.mlp.down_proj.scales": "model.safetensors",
|
568 |
+
"model.layers.30.mlp.down_proj.weight": "model.safetensors",
|
569 |
+
"model.layers.30.mlp.gate_proj.biases": "model.safetensors",
|
570 |
+
"model.layers.30.mlp.gate_proj.scales": "model.safetensors",
|
571 |
+
"model.layers.30.mlp.gate_proj.weight": "model.safetensors",
|
572 |
+
"model.layers.30.mlp.up_proj.biases": "model.safetensors",
|
573 |
+
"model.layers.30.mlp.up_proj.scales": "model.safetensors",
|
574 |
+
"model.layers.30.mlp.up_proj.weight": "model.safetensors",
|
575 |
+
"model.layers.30.post_attention_layernorm.weight": "model.safetensors",
|
576 |
+
"model.layers.30.self_attn.k_proj.biases": "model.safetensors",
|
577 |
+
"model.layers.30.self_attn.k_proj.scales": "model.safetensors",
|
578 |
+
"model.layers.30.self_attn.k_proj.weight": "model.safetensors",
|
579 |
+
"model.layers.30.self_attn.o_proj.biases": "model.safetensors",
|
580 |
+
"model.layers.30.self_attn.o_proj.scales": "model.safetensors",
|
581 |
+
"model.layers.30.self_attn.o_proj.weight": "model.safetensors",
|
582 |
+
"model.layers.30.self_attn.q_proj.biases": "model.safetensors",
|
583 |
+
"model.layers.30.self_attn.q_proj.scales": "model.safetensors",
|
584 |
+
"model.layers.30.self_attn.q_proj.weight": "model.safetensors",
|
585 |
+
"model.layers.30.self_attn.v_proj.biases": "model.safetensors",
|
586 |
+
"model.layers.30.self_attn.v_proj.scales": "model.safetensors",
|
587 |
+
"model.layers.30.self_attn.v_proj.weight": "model.safetensors",
|
588 |
+
"model.layers.31.input_layernorm.weight": "model.safetensors",
|
589 |
+
"model.layers.31.mlp.down_proj.biases": "model.safetensors",
|
590 |
+
"model.layers.31.mlp.down_proj.scales": "model.safetensors",
|
591 |
+
"model.layers.31.mlp.down_proj.weight": "model.safetensors",
|
592 |
+
"model.layers.31.mlp.gate_proj.biases": "model.safetensors",
|
593 |
+
"model.layers.31.mlp.gate_proj.scales": "model.safetensors",
|
594 |
+
"model.layers.31.mlp.gate_proj.weight": "model.safetensors",
|
595 |
+
"model.layers.31.mlp.up_proj.biases": "model.safetensors",
|
596 |
+
"model.layers.31.mlp.up_proj.scales": "model.safetensors",
|
597 |
+
"model.layers.31.mlp.up_proj.weight": "model.safetensors",
|
598 |
+
"model.layers.31.post_attention_layernorm.weight": "model.safetensors",
|
599 |
+
"model.layers.31.self_attn.k_proj.biases": "model.safetensors",
|
600 |
+
"model.layers.31.self_attn.k_proj.scales": "model.safetensors",
|
601 |
+
"model.layers.31.self_attn.k_proj.weight": "model.safetensors",
|
602 |
+
"model.layers.31.self_attn.o_proj.biases": "model.safetensors",
|
603 |
+
"model.layers.31.self_attn.o_proj.scales": "model.safetensors",
|
604 |
+
"model.layers.31.self_attn.o_proj.weight": "model.safetensors",
|
605 |
+
"model.layers.31.self_attn.q_proj.biases": "model.safetensors",
|
606 |
+
"model.layers.31.self_attn.q_proj.scales": "model.safetensors",
|
607 |
+
"model.layers.31.self_attn.q_proj.weight": "model.safetensors",
|
608 |
+
"model.layers.31.self_attn.v_proj.biases": "model.safetensors",
|
609 |
+
"model.layers.31.self_attn.v_proj.scales": "model.safetensors",
|
610 |
+
"model.layers.31.self_attn.v_proj.weight": "model.safetensors",
|
611 |
+
"model.layers.4.input_layernorm.weight": "model.safetensors",
|
612 |
+
"model.layers.4.mlp.down_proj.biases": "model.safetensors",
|
613 |
+
"model.layers.4.mlp.down_proj.scales": "model.safetensors",
|
614 |
+
"model.layers.4.mlp.down_proj.weight": "model.safetensors",
|
615 |
+
"model.layers.4.mlp.gate_proj.biases": "model.safetensors",
|
616 |
+
"model.layers.4.mlp.gate_proj.scales": "model.safetensors",
|
617 |
+
"model.layers.4.mlp.gate_proj.weight": "model.safetensors",
|
618 |
+
"model.layers.4.mlp.up_proj.biases": "model.safetensors",
|
619 |
+
"model.layers.4.mlp.up_proj.scales": "model.safetensors",
|
620 |
+
"model.layers.4.mlp.up_proj.weight": "model.safetensors",
|
621 |
+
"model.layers.4.post_attention_layernorm.weight": "model.safetensors",
|
622 |
+
"model.layers.4.self_attn.k_proj.biases": "model.safetensors",
|
623 |
+
"model.layers.4.self_attn.k_proj.scales": "model.safetensors",
|
624 |
+
"model.layers.4.self_attn.k_proj.weight": "model.safetensors",
|
625 |
+
"model.layers.4.self_attn.o_proj.biases": "model.safetensors",
|
626 |
+
"model.layers.4.self_attn.o_proj.scales": "model.safetensors",
|
627 |
+
"model.layers.4.self_attn.o_proj.weight": "model.safetensors",
|
628 |
+
"model.layers.4.self_attn.q_proj.biases": "model.safetensors",
|
629 |
+
"model.layers.4.self_attn.q_proj.scales": "model.safetensors",
|
630 |
+
"model.layers.4.self_attn.q_proj.weight": "model.safetensors",
|
631 |
+
"model.layers.4.self_attn.v_proj.biases": "model.safetensors",
|
632 |
+
"model.layers.4.self_attn.v_proj.scales": "model.safetensors",
|
633 |
+
"model.layers.4.self_attn.v_proj.weight": "model.safetensors",
|
634 |
+
"model.layers.5.input_layernorm.weight": "model.safetensors",
|
635 |
+
"model.layers.5.mlp.down_proj.biases": "model.safetensors",
|
636 |
+
"model.layers.5.mlp.down_proj.scales": "model.safetensors",
|
637 |
+
"model.layers.5.mlp.down_proj.weight": "model.safetensors",
|
638 |
+
"model.layers.5.mlp.gate_proj.biases": "model.safetensors",
|
639 |
+
"model.layers.5.mlp.gate_proj.scales": "model.safetensors",
|
640 |
+
"model.layers.5.mlp.gate_proj.weight": "model.safetensors",
|
641 |
+
"model.layers.5.mlp.up_proj.biases": "model.safetensors",
|
642 |
+
"model.layers.5.mlp.up_proj.scales": "model.safetensors",
|
643 |
+
"model.layers.5.mlp.up_proj.weight": "model.safetensors",
|
644 |
+
"model.layers.5.post_attention_layernorm.weight": "model.safetensors",
|
645 |
+
"model.layers.5.self_attn.k_proj.biases": "model.safetensors",
|
646 |
+
"model.layers.5.self_attn.k_proj.scales": "model.safetensors",
|
647 |
+
"model.layers.5.self_attn.k_proj.weight": "model.safetensors",
|
648 |
+
"model.layers.5.self_attn.o_proj.biases": "model.safetensors",
|
649 |
+
"model.layers.5.self_attn.o_proj.scales": "model.safetensors",
|
650 |
+
"model.layers.5.self_attn.o_proj.weight": "model.safetensors",
|
651 |
+
"model.layers.5.self_attn.q_proj.biases": "model.safetensors",
|
652 |
+
"model.layers.5.self_attn.q_proj.scales": "model.safetensors",
|
653 |
+
"model.layers.5.self_attn.q_proj.weight": "model.safetensors",
|
654 |
+
"model.layers.5.self_attn.v_proj.biases": "model.safetensors",
|
655 |
+
"model.layers.5.self_attn.v_proj.scales": "model.safetensors",
|
656 |
+
"model.layers.5.self_attn.v_proj.weight": "model.safetensors",
|
657 |
+
"model.layers.6.input_layernorm.weight": "model.safetensors",
|
658 |
+
"model.layers.6.mlp.down_proj.biases": "model.safetensors",
|
659 |
+
"model.layers.6.mlp.down_proj.scales": "model.safetensors",
|
660 |
+
"model.layers.6.mlp.down_proj.weight": "model.safetensors",
|
661 |
+
"model.layers.6.mlp.gate_proj.biases": "model.safetensors",
|
662 |
+
"model.layers.6.mlp.gate_proj.scales": "model.safetensors",
|
663 |
+
"model.layers.6.mlp.gate_proj.weight": "model.safetensors",
|
664 |
+
"model.layers.6.mlp.up_proj.biases": "model.safetensors",
|
665 |
+
"model.layers.6.mlp.up_proj.scales": "model.safetensors",
|
666 |
+
"model.layers.6.mlp.up_proj.weight": "model.safetensors",
|
667 |
+
"model.layers.6.post_attention_layernorm.weight": "model.safetensors",
|
668 |
+
"model.layers.6.self_attn.k_proj.biases": "model.safetensors",
|
669 |
+
"model.layers.6.self_attn.k_proj.scales": "model.safetensors",
|
670 |
+
"model.layers.6.self_attn.k_proj.weight": "model.safetensors",
|
671 |
+
"model.layers.6.self_attn.o_proj.biases": "model.safetensors",
|
672 |
+
"model.layers.6.self_attn.o_proj.scales": "model.safetensors",
|
673 |
+
"model.layers.6.self_attn.o_proj.weight": "model.safetensors",
|
674 |
+
"model.layers.6.self_attn.q_proj.biases": "model.safetensors",
|
675 |
+
"model.layers.6.self_attn.q_proj.scales": "model.safetensors",
|
676 |
+
"model.layers.6.self_attn.q_proj.weight": "model.safetensors",
|
677 |
+
"model.layers.6.self_attn.v_proj.biases": "model.safetensors",
|
678 |
+
"model.layers.6.self_attn.v_proj.scales": "model.safetensors",
|
679 |
+
"model.layers.6.self_attn.v_proj.weight": "model.safetensors",
|
680 |
+
"model.layers.7.input_layernorm.weight": "model.safetensors",
|
681 |
+
"model.layers.7.mlp.down_proj.biases": "model.safetensors",
|
682 |
+
"model.layers.7.mlp.down_proj.scales": "model.safetensors",
|
683 |
+
"model.layers.7.mlp.down_proj.weight": "model.safetensors",
|
684 |
+
"model.layers.7.mlp.gate_proj.biases": "model.safetensors",
|
685 |
+
"model.layers.7.mlp.gate_proj.scales": "model.safetensors",
|
686 |
+
"model.layers.7.mlp.gate_proj.weight": "model.safetensors",
|
687 |
+
"model.layers.7.mlp.up_proj.biases": "model.safetensors",
|
688 |
+
"model.layers.7.mlp.up_proj.scales": "model.safetensors",
|
689 |
+
"model.layers.7.mlp.up_proj.weight": "model.safetensors",
|
690 |
+
"model.layers.7.post_attention_layernorm.weight": "model.safetensors",
|
691 |
+
"model.layers.7.self_attn.k_proj.biases": "model.safetensors",
|
692 |
+
"model.layers.7.self_attn.k_proj.scales": "model.safetensors",
|
693 |
+
"model.layers.7.self_attn.k_proj.weight": "model.safetensors",
|
694 |
+
"model.layers.7.self_attn.o_proj.biases": "model.safetensors",
|
695 |
+
"model.layers.7.self_attn.o_proj.scales": "model.safetensors",
|
696 |
+
"model.layers.7.self_attn.o_proj.weight": "model.safetensors",
|
697 |
+
"model.layers.7.self_attn.q_proj.biases": "model.safetensors",
|
698 |
+
"model.layers.7.self_attn.q_proj.scales": "model.safetensors",
|
699 |
+
"model.layers.7.self_attn.q_proj.weight": "model.safetensors",
|
700 |
+
"model.layers.7.self_attn.v_proj.biases": "model.safetensors",
|
701 |
+
"model.layers.7.self_attn.v_proj.scales": "model.safetensors",
|
702 |
+
"model.layers.7.self_attn.v_proj.weight": "model.safetensors",
|
703 |
+
"model.layers.8.input_layernorm.weight": "model.safetensors",
|
704 |
+
"model.layers.8.mlp.down_proj.biases": "model.safetensors",
|
705 |
+
"model.layers.8.mlp.down_proj.scales": "model.safetensors",
|
706 |
+
"model.layers.8.mlp.down_proj.weight": "model.safetensors",
|
707 |
+
"model.layers.8.mlp.gate_proj.biases": "model.safetensors",
|
708 |
+
"model.layers.8.mlp.gate_proj.scales": "model.safetensors",
|
709 |
+
"model.layers.8.mlp.gate_proj.weight": "model.safetensors",
|
710 |
+
"model.layers.8.mlp.up_proj.biases": "model.safetensors",
|
711 |
+
"model.layers.8.mlp.up_proj.scales": "model.safetensors",
|
712 |
+
"model.layers.8.mlp.up_proj.weight": "model.safetensors",
|
713 |
+
"model.layers.8.post_attention_layernorm.weight": "model.safetensors",
|
714 |
+
"model.layers.8.self_attn.k_proj.biases": "model.safetensors",
|
715 |
+
"model.layers.8.self_attn.k_proj.scales": "model.safetensors",
|
716 |
+
"model.layers.8.self_attn.k_proj.weight": "model.safetensors",
|
717 |
+
"model.layers.8.self_attn.o_proj.biases": "model.safetensors",
|
718 |
+
"model.layers.8.self_attn.o_proj.scales": "model.safetensors",
|
719 |
+
"model.layers.8.self_attn.o_proj.weight": "model.safetensors",
|
720 |
+
"model.layers.8.self_attn.q_proj.biases": "model.safetensors",
|
721 |
+
"model.layers.8.self_attn.q_proj.scales": "model.safetensors",
|
722 |
+
"model.layers.8.self_attn.q_proj.weight": "model.safetensors",
|
723 |
+
"model.layers.8.self_attn.v_proj.biases": "model.safetensors",
|
724 |
+
"model.layers.8.self_attn.v_proj.scales": "model.safetensors",
|
725 |
+
"model.layers.8.self_attn.v_proj.weight": "model.safetensors",
|
726 |
+
"model.layers.9.input_layernorm.weight": "model.safetensors",
|
727 |
+
"model.layers.9.mlp.down_proj.biases": "model.safetensors",
|
728 |
+
"model.layers.9.mlp.down_proj.scales": "model.safetensors",
|
729 |
+
"model.layers.9.mlp.down_proj.weight": "model.safetensors",
|
730 |
+
"model.layers.9.mlp.gate_proj.biases": "model.safetensors",
|
731 |
+
"model.layers.9.mlp.gate_proj.scales": "model.safetensors",
|
732 |
+
"model.layers.9.mlp.gate_proj.weight": "model.safetensors",
|
733 |
+
"model.layers.9.mlp.up_proj.biases": "model.safetensors",
|
734 |
+
"model.layers.9.mlp.up_proj.scales": "model.safetensors",
|
735 |
+
"model.layers.9.mlp.up_proj.weight": "model.safetensors",
|
736 |
+
"model.layers.9.post_attention_layernorm.weight": "model.safetensors",
|
737 |
+
"model.layers.9.self_attn.k_proj.biases": "model.safetensors",
|
738 |
+
"model.layers.9.self_attn.k_proj.scales": "model.safetensors",
|
739 |
+
"model.layers.9.self_attn.k_proj.weight": "model.safetensors",
|
740 |
+
"model.layers.9.self_attn.o_proj.biases": "model.safetensors",
|
741 |
+
"model.layers.9.self_attn.o_proj.scales": "model.safetensors",
|
742 |
+
"model.layers.9.self_attn.o_proj.weight": "model.safetensors",
|
743 |
+
"model.layers.9.self_attn.q_proj.biases": "model.safetensors",
|
744 |
+
"model.layers.9.self_attn.q_proj.scales": "model.safetensors",
|
745 |
+
"model.layers.9.self_attn.q_proj.weight": "model.safetensors",
|
746 |
+
"model.layers.9.self_attn.v_proj.biases": "model.safetensors",
|
747 |
+
"model.layers.9.self_attn.v_proj.scales": "model.safetensors",
|
748 |
+
"model.layers.9.self_attn.v_proj.weight": "model.safetensors",
|
749 |
+
"model.norm.weight": "model.safetensors"
|
750 |
+
}
|
751 |
+
}
|
modeling_minicpm.py
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_end|>",
|
4 |
+
"<|im_start|>",
|
5 |
+
"<|tool_call|>",
|
6 |
+
"<|execute_start|>",
|
7 |
+
"<|execute_end|>",
|
8 |
+
"<|fim_prefix|>",
|
9 |
+
"<|fim_middle|>",
|
10 |
+
"<|fim_suffix|>"
|
11 |
+
],
|
12 |
+
"bos_token": {
|
13 |
+
"content": "<s>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"eos_token": {
|
20 |
+
"content": "<|im_end|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false
|
25 |
+
},
|
26 |
+
"unk_token": {
|
27 |
+
"content": "<unk>",
|
28 |
+
"lstrip": false,
|
29 |
+
"normalized": false,
|
30 |
+
"rstrip": false,
|
31 |
+
"single_word": false
|
32 |
+
}
|
33 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb74d51116831c3bf65db812c553f94ab0c88dcf97a5bbb37e3504f6d359c530
|
3 |
+
size 1181204
|
tokenizer_config.json
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
},
|
30 |
+
"73440": {
|
31 |
+
"content": "<|im_end|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": true
|
37 |
+
},
|
38 |
+
"73441": {
|
39 |
+
"content": "<|im_start|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": false,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": true
|
45 |
+
},
|
46 |
+
"73442": {
|
47 |
+
"content": "<|tool_call|>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": false,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": true
|
53 |
+
},
|
54 |
+
"73443": {
|
55 |
+
"content": "<|execute_start|>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": true
|
61 |
+
},
|
62 |
+
"73444": {
|
63 |
+
"content": "<|execute_end|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": false,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": true
|
69 |
+
},
|
70 |
+
"73445": {
|
71 |
+
"content": "<|fim_prefix|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": false,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"73446": {
|
79 |
+
"content": "<|fim_middle|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": false,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": true
|
85 |
+
},
|
86 |
+
"73447": {
|
87 |
+
"content": "<|fim_suffix|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": false,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": true
|
93 |
+
}
|
94 |
+
},
|
95 |
+
"additional_special_tokens": [
|
96 |
+
"<|im_end|>",
|
97 |
+
"<|im_start|>",
|
98 |
+
"<|tool_call|>",
|
99 |
+
"<|execute_start|>",
|
100 |
+
"<|execute_end|>",
|
101 |
+
"<|fim_prefix|>",
|
102 |
+
"<|fim_middle|>",
|
103 |
+
"<|fim_suffix|>"
|
104 |
+
],
|
105 |
+
"bos_token": "<s>",
|
106 |
+
"clean_up_tokenization_spaces": false,
|
107 |
+
"eos_token": "<|im_end|>",
|
108 |
+
"extra_special_tokens": {},
|
109 |
+
"legacy": true,
|
110 |
+
"model_max_length": 1000000000000000019884624838656,
|
111 |
+
"pad_token": null,
|
112 |
+
"sp_model_kwargs": {},
|
113 |
+
"spaces_between_special_tokens": false,
|
114 |
+
"tokenizer_class": "LlamaTokenizer",
|
115 |
+
"unk_token": "<unk>",
|
116 |
+
"use_default_system_prompt": false
|
117 |
+
}
|