Dracones commited on
Commit
4f765ce
1 Parent(s): 7f3a4ba

Upload folder using huggingface_hub

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,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ - fr
6
+ - de
7
+ - es
8
+ - it
9
+ - pt
10
+ - ja
11
+ - ko
12
+ - zh
13
+ - ar
14
+ license: cc-by-nc-4.0
15
+ tags:
16
+ - exl2
17
+ ---
18
+
19
+ # c4ai-command-r-plus - EXL2 2.75bpw
20
+
21
+ This is a 2.75bpw EXL2 quant of [CohereForAI/c4ai-command-r-plus](https://huggingface.co/CohereForAI/c4ai-command-r-plus)
22
+
23
+ Details about the model can be found at the above model page.
24
+
25
+ ## Turbodep EXL2 Quants
26
+
27
+ This repo only has specific quants not already done at [turboderp/command-r-plus-103B-exl2](https://huggingface.co/turboderp/command-r-plus-103B-exl2)
28
+
29
+ Quants marked as turboderp can be downloaded from that repo.
30
+
31
+ ## EXL2 Version
32
+
33
+ These quants were made with exllamav2 version 0.0.18. Quants made on this version of EXL2 may not work on older versions of the exllamav2 library.
34
+
35
+ If you have problems loading these models, please update Text Generation WebUI to the latest version.
36
+
37
+ ## Perplexity Scoring
38
+
39
+ Below are the perplexity scores for the EXL2 models. A lower score is better.
40
+
41
+ | Quant Level | Perplexity Score | Repo |
42
+ |-------------|------------------|------|
43
+ | 6.0 | 4.7068 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
44
+ | 5.0 | 4.7309 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
45
+ | 4.5 | 4.8111 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
46
+ | 4.25 | 4.8292 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
47
+ | 4.0 | 4.8603 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
48
+ | 3.75 | 4.9112 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
49
+ | 3.5 | 4.9592 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
50
+ | 3.25 | 5.0631 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
51
+ | 3.0 | 5.2050 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
52
+ | 2.5 | 5.6681 | [turboderp](https://huggingface.co/turboderp/command-r-plus-103B-exl2) |
53
+
54
+
55
+ ## EQ Bench
56
+
57
+ Here are the EQ Bench scores for the EXL2 quants using Alpaca, ChatML, Command-R and Command-R-Plus prompt templates. A higher score is better.
58
+
59
+ _TODO_
60
+
61
+ ### Command-R-Plus Template
62
+
63
+ This is the Command-R-Plus template yaml that was used in EQ bench(which uses Text Generation Web UI yaml templates). It adds BOS_TOKEN into the starter prompt.
64
+
65
+ _text-generation-webui/instruction-templates/Command-R-Plus.yaml_:
66
+ ```yaml
67
+ instruction_template: |-
68
+ {%- if messages[0]['role'] == 'system' -%}
69
+ {%- set loop_messages = messages[1:] -%}
70
+ {%- set system_message = messages[0]['content'] -%}
71
+ {%- elif false == true -%}
72
+ {%- set loop_messages = messages -%}
73
+ {%- set system_message = 'You are Command-R, a brilliant, sophisticated, AI-assistant trained to assist human users by providing thorough responses. You are trained by Cohere.' -%}
74
+ {%- else -%}
75
+ {%- set loop_messages = messages -%}
76
+ {%- set system_message = false -%}
77
+ {%- endif -%}
78
+ {%- if system_message != false -%}
79
+ {{ '<BOS_TOKEN><|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>' + system_message + '<|END_OF_TURN_TOKEN|>' }}
80
+ {%- endif -%}
81
+ {%- for message in loop_messages -%}
82
+ {%- set content = message['content'] -%}
83
+ {%- if message['role'] == 'user' -%}
84
+ {{ '<|START_OF_TURN_TOKEN|><|USER_TOKEN|>' + content.strip() + '<|END_OF_TURN_TOKEN|>' }}
85
+ {%- elif message['role'] == 'assistant' -%}
86
+ {{ '<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>' + content.strip() + '<|END_OF_TURN_TOKEN|>' }}
87
+ {%- endif -%}
88
+ {%- endfor -%}
89
+ {%- if add_generation_prompt -%}
90
+ {{ '<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>' }}
91
+ {%- endif -%}
92
+
93
+ ```
94
+
95
+ ### Perplexity Script
96
+
97
+ This was the script used for perplexity testing.
98
+
99
+ ```bash
100
+ #!/bin/bash
101
+
102
+ # Activate the conda environment
103
+ source ~/miniconda3/etc/profile.d/conda.sh
104
+ conda activate exllamav2
105
+
106
+ # Set the model name and bit size
107
+ MODEL_NAME="c4ai-command-r-plus"
108
+ BIT_PRECISIONS=(8.0 7.5 7.0 6.5 5.5 2.75 2.25)
109
+
110
+ # MODEL_NAME="turboderp_command-r-plus-103B"
111
+ # BIT_PRECISIONS=(6.0 5.0 4.5 4.25 4.0 3.75 3.5 3.25 3.0 2.5)
112
+
113
+ # Print the markdown table header
114
+ echo "| Quant Level | Perplexity Score |"
115
+ echo "|-------------|------------------|"
116
+
117
+ for BIT_PRECISION in "${BIT_PRECISIONS[@]}"
118
+ do
119
+ MODEL_DIR="models/${MODEL_NAME}_exl2_${BIT_PRECISION}bpw"
120
+ # MODEL_DIR="models/${MODEL_NAME}-exl2_${BIT_PRECISION}bpw"
121
+ if [ -d "$MODEL_DIR" ]; then
122
+ output=$(python test_inference.py -m "$MODEL_DIR" -gs 22,24 -ed data/wikitext/wikitext-2-v1.parquet)
123
+ score=$(echo "$output" | grep -oP 'Evaluation perplexity: \K[\d.]+')
124
+ echo "| $BIT_PRECISION | $score |"
125
+ fi
126
+ done
127
+ ```
128
+
129
+
130
+ ## Quant Details
131
+
132
+ This is the script used for quantization.
133
+
134
+ ```bash
135
+ #!/bin/bash
136
+
137
+ # Activate the conda environment
138
+ source ~/miniconda3/etc/profile.d/conda.sh
139
+ conda activate exllamav2
140
+
141
+ # Set the model name and bit size
142
+ MODEL_NAME="c4ai-command-r-plus"
143
+
144
+ # Define variables
145
+ MODEL_DIR="models/$MODEL_NAME"
146
+ OUTPUT_DIR="exl2_$MODEL_NAME"
147
+ MEASUREMENT_FILE="measurements/$MODEL_NAME.json"
148
+
149
+ # Create the measurement file if needed
150
+ if [ ! -f "$MEASUREMENT_FILE" ]; then
151
+ echo "Creating $MEASUREMENT_FILE"
152
+ # Create directories
153
+ if [ -d "$OUTPUT_DIR" ]; then
154
+ rm -r "$OUTPUT_DIR"
155
+ fi
156
+ mkdir "$OUTPUT_DIR"
157
+
158
+ python convert.py -i $MODEL_DIR -o $OUTPUT_DIR -nr -om $MEASUREMENT_FILE
159
+ fi
160
+
161
+ # Choose one of the below. Either create a single quant for testing or a batch of them.
162
+ # BIT_PRECISIONS=(5.0)
163
+ BIT_PRECISIONS=(8.0 7.5 6.5 5.5 2.75 2.25)
164
+
165
+ for BIT_PRECISION in "${BIT_PRECISIONS[@]}"
166
+ do
167
+ CONVERTED_FOLDER="models/${MODEL_NAME}_exl2_${BIT_PRECISION}bpw"
168
+
169
+ # If it doesn't already exist, make the quant
170
+ if [ ! -d "$CONVERTED_FOLDER" ]; then
171
+
172
+ echo "Creating $CONVERTED_FOLDER"
173
+
174
+ # Create directories
175
+ if [ -d "$OUTPUT_DIR" ]; then
176
+ rm -r "$OUTPUT_DIR"
177
+ fi
178
+ mkdir "$OUTPUT_DIR"
179
+ mkdir "$CONVERTED_FOLDER"
180
+
181
+ # Run conversion commands
182
+ python convert.py -i $MODEL_DIR -o $OUTPUT_DIR -nr -m $MEASUREMENT_FILE -b $BIT_PRECISION -cf $CONVERTED_FOLDER
183
+
184
+ fi
185
+ done
186
+ ```
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CohereForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 5,
8
+ "eos_token_id": 255001,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 12288,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 33792,
13
+ "layer_norm_eps": 1e-05,
14
+ "logit_scale": 0.8333333333333334,
15
+ "max_position_embeddings": 8192,
16
+ "model_max_length": 131072,
17
+ "model_type": "cohere",
18
+ "num_attention_heads": 96,
19
+ "num_hidden_layers": 64,
20
+ "num_key_value_heads": 8,
21
+ "pad_token_id": 0,
22
+ "rope_theta": 75000000.0,
23
+ "torch_dtype": "float16",
24
+ "transformers_version": "4.40.0.dev0",
25
+ "use_cache": true,
26
+ "use_qk_norm": true,
27
+ "vocab_size": 256000,
28
+ "quantization_config": {
29
+ "quant_method": "exl2",
30
+ "version": "0.0.18",
31
+ "bits": 2.75,
32
+ "head_bits": 6,
33
+ "calibration": {
34
+ "rows": 100,
35
+ "length": 2048,
36
+ "dataset": "(default)"
37
+ }
38
+ }
39
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 5,
4
+ "eos_token_id": 255001,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.40.0.dev0"
7
+ }
model.safetensors.index.json ADDED
@@ -0,0 +1,649 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 207621349376
4
+ },
5
+ "weight_map": {
6
+ "model.embed_tokens.weight": "model-00001-of-00044.safetensors",
7
+ "model.layers.0.input_layernorm.weight": "model-00002-of-00044.safetensors",
8
+ "model.layers.0.mlp.down_proj.weight": "model-00002-of-00044.safetensors",
9
+ "model.layers.0.mlp.gate_proj.weight": "model-00002-of-00044.safetensors",
10
+ "model.layers.0.mlp.up_proj.weight": "model-00002-of-00044.safetensors",
11
+ "model.layers.0.self_attn.k_norm.weight": "model-00002-of-00044.safetensors",
12
+ "model.layers.0.self_attn.k_proj.weight": "model-00002-of-00044.safetensors",
13
+ "model.layers.0.self_attn.o_proj.weight": "model-00002-of-00044.safetensors",
14
+ "model.layers.0.self_attn.q_norm.weight": "model-00002-of-00044.safetensors",
15
+ "model.layers.0.self_attn.q_proj.weight": "model-00002-of-00044.safetensors",
16
+ "model.layers.0.self_attn.v_proj.weight": "model-00002-of-00044.safetensors",
17
+ "model.layers.1.input_layernorm.weight": "model-00003-of-00044.safetensors",
18
+ "model.layers.1.mlp.down_proj.weight": "model-00003-of-00044.safetensors",
19
+ "model.layers.1.mlp.gate_proj.weight": "model-00002-of-00044.safetensors",
20
+ "model.layers.1.mlp.up_proj.weight": "model-00003-of-00044.safetensors",
21
+ "model.layers.1.self_attn.k_norm.weight": "model-00002-of-00044.safetensors",
22
+ "model.layers.1.self_attn.k_proj.weight": "model-00002-of-00044.safetensors",
23
+ "model.layers.1.self_attn.o_proj.weight": "model-00002-of-00044.safetensors",
24
+ "model.layers.1.self_attn.q_norm.weight": "model-00002-of-00044.safetensors",
25
+ "model.layers.1.self_attn.q_proj.weight": "model-00002-of-00044.safetensors",
26
+ "model.layers.1.self_attn.v_proj.weight": "model-00002-of-00044.safetensors",
27
+ "model.layers.10.input_layernorm.weight": "model-00009-of-00044.safetensors",
28
+ "model.layers.10.mlp.down_proj.weight": "model-00009-of-00044.safetensors",
29
+ "model.layers.10.mlp.gate_proj.weight": "model-00008-of-00044.safetensors",
30
+ "model.layers.10.mlp.up_proj.weight": "model-00009-of-00044.safetensors",
31
+ "model.layers.10.self_attn.k_norm.weight": "model-00008-of-00044.safetensors",
32
+ "model.layers.10.self_attn.k_proj.weight": "model-00008-of-00044.safetensors",
33
+ "model.layers.10.self_attn.o_proj.weight": "model-00008-of-00044.safetensors",
34
+ "model.layers.10.self_attn.q_norm.weight": "model-00008-of-00044.safetensors",
35
+ "model.layers.10.self_attn.q_proj.weight": "model-00008-of-00044.safetensors",
36
+ "model.layers.10.self_attn.v_proj.weight": "model-00008-of-00044.safetensors",
37
+ "model.layers.11.input_layernorm.weight": "model-00009-of-00044.safetensors",
38
+ "model.layers.11.mlp.down_proj.weight": "model-00009-of-00044.safetensors",
39
+ "model.layers.11.mlp.gate_proj.weight": "model-00009-of-00044.safetensors",
40
+ "model.layers.11.mlp.up_proj.weight": "model-00009-of-00044.safetensors",
41
+ "model.layers.11.self_attn.k_norm.weight": "model-00009-of-00044.safetensors",
42
+ "model.layers.11.self_attn.k_proj.weight": "model-00009-of-00044.safetensors",
43
+ "model.layers.11.self_attn.o_proj.weight": "model-00009-of-00044.safetensors",
44
+ "model.layers.11.self_attn.q_norm.weight": "model-00009-of-00044.safetensors",
45
+ "model.layers.11.self_attn.q_proj.weight": "model-00009-of-00044.safetensors",
46
+ "model.layers.11.self_attn.v_proj.weight": "model-00009-of-00044.safetensors",
47
+ "model.layers.12.input_layernorm.weight": "model-00010-of-00044.safetensors",
48
+ "model.layers.12.mlp.down_proj.weight": "model-00010-of-00044.safetensors",
49
+ "model.layers.12.mlp.gate_proj.weight": "model-00010-of-00044.safetensors",
50
+ "model.layers.12.mlp.up_proj.weight": "model-00010-of-00044.safetensors",
51
+ "model.layers.12.self_attn.k_norm.weight": "model-00009-of-00044.safetensors",
52
+ "model.layers.12.self_attn.k_proj.weight": "model-00010-of-00044.safetensors",
53
+ "model.layers.12.self_attn.o_proj.weight": "model-00010-of-00044.safetensors",
54
+ "model.layers.12.self_attn.q_norm.weight": "model-00009-of-00044.safetensors",
55
+ "model.layers.12.self_attn.q_proj.weight": "model-00010-of-00044.safetensors",
56
+ "model.layers.12.self_attn.v_proj.weight": "model-00010-of-00044.safetensors",
57
+ "model.layers.13.input_layernorm.weight": "model-00011-of-00044.safetensors",
58
+ "model.layers.13.mlp.down_proj.weight": "model-00011-of-00044.safetensors",
59
+ "model.layers.13.mlp.gate_proj.weight": "model-00010-of-00044.safetensors",
60
+ "model.layers.13.mlp.up_proj.weight": "model-00011-of-00044.safetensors",
61
+ "model.layers.13.self_attn.k_norm.weight": "model-00010-of-00044.safetensors",
62
+ "model.layers.13.self_attn.k_proj.weight": "model-00010-of-00044.safetensors",
63
+ "model.layers.13.self_attn.o_proj.weight": "model-00010-of-00044.safetensors",
64
+ "model.layers.13.self_attn.q_norm.weight": "model-00010-of-00044.safetensors",
65
+ "model.layers.13.self_attn.q_proj.weight": "model-00010-of-00044.safetensors",
66
+ "model.layers.13.self_attn.v_proj.weight": "model-00010-of-00044.safetensors",
67
+ "model.layers.14.input_layernorm.weight": "model-00011-of-00044.safetensors",
68
+ "model.layers.14.mlp.down_proj.weight": "model-00011-of-00044.safetensors",
69
+ "model.layers.14.mlp.gate_proj.weight": "model-00011-of-00044.safetensors",
70
+ "model.layers.14.mlp.up_proj.weight": "model-00011-of-00044.safetensors",
71
+ "model.layers.14.self_attn.k_norm.weight": "model-00011-of-00044.safetensors",
72
+ "model.layers.14.self_attn.k_proj.weight": "model-00011-of-00044.safetensors",
73
+ "model.layers.14.self_attn.o_proj.weight": "model-00011-of-00044.safetensors",
74
+ "model.layers.14.self_attn.q_norm.weight": "model-00011-of-00044.safetensors",
75
+ "model.layers.14.self_attn.q_proj.weight": "model-00011-of-00044.safetensors",
76
+ "model.layers.14.self_attn.v_proj.weight": "model-00011-of-00044.safetensors",
77
+ "model.layers.15.input_layernorm.weight": "model-00012-of-00044.safetensors",
78
+ "model.layers.15.mlp.down_proj.weight": "model-00012-of-00044.safetensors",
79
+ "model.layers.15.mlp.gate_proj.weight": "model-00012-of-00044.safetensors",
80
+ "model.layers.15.mlp.up_proj.weight": "model-00012-of-00044.safetensors",
81
+ "model.layers.15.self_attn.k_norm.weight": "model-00011-of-00044.safetensors",
82
+ "model.layers.15.self_attn.k_proj.weight": "model-00012-of-00044.safetensors",
83
+ "model.layers.15.self_attn.o_proj.weight": "model-00012-of-00044.safetensors",
84
+ "model.layers.15.self_attn.q_norm.weight": "model-00011-of-00044.safetensors",
85
+ "model.layers.15.self_attn.q_proj.weight": "model-00012-of-00044.safetensors",
86
+ "model.layers.15.self_attn.v_proj.weight": "model-00012-of-00044.safetensors",
87
+ "model.layers.16.input_layernorm.weight": "model-00013-of-00044.safetensors",
88
+ "model.layers.16.mlp.down_proj.weight": "model-00013-of-00044.safetensors",
89
+ "model.layers.16.mlp.gate_proj.weight": "model-00012-of-00044.safetensors",
90
+ "model.layers.16.mlp.up_proj.weight": "model-00013-of-00044.safetensors",
91
+ "model.layers.16.self_attn.k_norm.weight": "model-00012-of-00044.safetensors",
92
+ "model.layers.16.self_attn.k_proj.weight": "model-00012-of-00044.safetensors",
93
+ "model.layers.16.self_attn.o_proj.weight": "model-00012-of-00044.safetensors",
94
+ "model.layers.16.self_attn.q_norm.weight": "model-00012-of-00044.safetensors",
95
+ "model.layers.16.self_attn.q_proj.weight": "model-00012-of-00044.safetensors",
96
+ "model.layers.16.self_attn.v_proj.weight": "model-00012-of-00044.safetensors",
97
+ "model.layers.17.input_layernorm.weight": "model-00013-of-00044.safetensors",
98
+ "model.layers.17.mlp.down_proj.weight": "model-00013-of-00044.safetensors",
99
+ "model.layers.17.mlp.gate_proj.weight": "model-00013-of-00044.safetensors",
100
+ "model.layers.17.mlp.up_proj.weight": "model-00013-of-00044.safetensors",
101
+ "model.layers.17.self_attn.k_norm.weight": "model-00013-of-00044.safetensors",
102
+ "model.layers.17.self_attn.k_proj.weight": "model-00013-of-00044.safetensors",
103
+ "model.layers.17.self_attn.o_proj.weight": "model-00013-of-00044.safetensors",
104
+ "model.layers.17.self_attn.q_norm.weight": "model-00013-of-00044.safetensors",
105
+ "model.layers.17.self_attn.q_proj.weight": "model-00013-of-00044.safetensors",
106
+ "model.layers.17.self_attn.v_proj.weight": "model-00013-of-00044.safetensors",
107
+ "model.layers.18.input_layernorm.weight": "model-00014-of-00044.safetensors",
108
+ "model.layers.18.mlp.down_proj.weight": "model-00014-of-00044.safetensors",
109
+ "model.layers.18.mlp.gate_proj.weight": "model-00014-of-00044.safetensors",
110
+ "model.layers.18.mlp.up_proj.weight": "model-00014-of-00044.safetensors",
111
+ "model.layers.18.self_attn.k_norm.weight": "model-00013-of-00044.safetensors",
112
+ "model.layers.18.self_attn.k_proj.weight": "model-00014-of-00044.safetensors",
113
+ "model.layers.18.self_attn.o_proj.weight": "model-00014-of-00044.safetensors",
114
+ "model.layers.18.self_attn.q_norm.weight": "model-00013-of-00044.safetensors",
115
+ "model.layers.18.self_attn.q_proj.weight": "model-00014-of-00044.safetensors",
116
+ "model.layers.18.self_attn.v_proj.weight": "model-00014-of-00044.safetensors",
117
+ "model.layers.19.input_layernorm.weight": "model-00015-of-00044.safetensors",
118
+ "model.layers.19.mlp.down_proj.weight": "model-00015-of-00044.safetensors",
119
+ "model.layers.19.mlp.gate_proj.weight": "model-00014-of-00044.safetensors",
120
+ "model.layers.19.mlp.up_proj.weight": "model-00015-of-00044.safetensors",
121
+ "model.layers.19.self_attn.k_norm.weight": "model-00014-of-00044.safetensors",
122
+ "model.layers.19.self_attn.k_proj.weight": "model-00014-of-00044.safetensors",
123
+ "model.layers.19.self_attn.o_proj.weight": "model-00014-of-00044.safetensors",
124
+ "model.layers.19.self_attn.q_norm.weight": "model-00014-of-00044.safetensors",
125
+ "model.layers.19.self_attn.q_proj.weight": "model-00014-of-00044.safetensors",
126
+ "model.layers.19.self_attn.v_proj.weight": "model-00014-of-00044.safetensors",
127
+ "model.layers.2.input_layernorm.weight": "model-00003-of-00044.safetensors",
128
+ "model.layers.2.mlp.down_proj.weight": "model-00003-of-00044.safetensors",
129
+ "model.layers.2.mlp.gate_proj.weight": "model-00003-of-00044.safetensors",
130
+ "model.layers.2.mlp.up_proj.weight": "model-00003-of-00044.safetensors",
131
+ "model.layers.2.self_attn.k_norm.weight": "model-00003-of-00044.safetensors",
132
+ "model.layers.2.self_attn.k_proj.weight": "model-00003-of-00044.safetensors",
133
+ "model.layers.2.self_attn.o_proj.weight": "model-00003-of-00044.safetensors",
134
+ "model.layers.2.self_attn.q_norm.weight": "model-00003-of-00044.safetensors",
135
+ "model.layers.2.self_attn.q_proj.weight": "model-00003-of-00044.safetensors",
136
+ "model.layers.2.self_attn.v_proj.weight": "model-00003-of-00044.safetensors",
137
+ "model.layers.20.input_layernorm.weight": "model-00015-of-00044.safetensors",
138
+ "model.layers.20.mlp.down_proj.weight": "model-00015-of-00044.safetensors",
139
+ "model.layers.20.mlp.gate_proj.weight": "model-00015-of-00044.safetensors",
140
+ "model.layers.20.mlp.up_proj.weight": "model-00015-of-00044.safetensors",
141
+ "model.layers.20.self_attn.k_norm.weight": "model-00015-of-00044.safetensors",
142
+ "model.layers.20.self_attn.k_proj.weight": "model-00015-of-00044.safetensors",
143
+ "model.layers.20.self_attn.o_proj.weight": "model-00015-of-00044.safetensors",
144
+ "model.layers.20.self_attn.q_norm.weight": "model-00015-of-00044.safetensors",
145
+ "model.layers.20.self_attn.q_proj.weight": "model-00015-of-00044.safetensors",
146
+ "model.layers.20.self_attn.v_proj.weight": "model-00015-of-00044.safetensors",
147
+ "model.layers.21.input_layernorm.weight": "model-00016-of-00044.safetensors",
148
+ "model.layers.21.mlp.down_proj.weight": "model-00016-of-00044.safetensors",
149
+ "model.layers.21.mlp.gate_proj.weight": "model-00016-of-00044.safetensors",
150
+ "model.layers.21.mlp.up_proj.weight": "model-00016-of-00044.safetensors",
151
+ "model.layers.21.self_attn.k_norm.weight": "model-00015-of-00044.safetensors",
152
+ "model.layers.21.self_attn.k_proj.weight": "model-00016-of-00044.safetensors",
153
+ "model.layers.21.self_attn.o_proj.weight": "model-00016-of-00044.safetensors",
154
+ "model.layers.21.self_attn.q_norm.weight": "model-00015-of-00044.safetensors",
155
+ "model.layers.21.self_attn.q_proj.weight": "model-00016-of-00044.safetensors",
156
+ "model.layers.21.self_attn.v_proj.weight": "model-00016-of-00044.safetensors",
157
+ "model.layers.22.input_layernorm.weight": "model-00017-of-00044.safetensors",
158
+ "model.layers.22.mlp.down_proj.weight": "model-00017-of-00044.safetensors",
159
+ "model.layers.22.mlp.gate_proj.weight": "model-00016-of-00044.safetensors",
160
+ "model.layers.22.mlp.up_proj.weight": "model-00017-of-00044.safetensors",
161
+ "model.layers.22.self_attn.k_norm.weight": "model-00016-of-00044.safetensors",
162
+ "model.layers.22.self_attn.k_proj.weight": "model-00016-of-00044.safetensors",
163
+ "model.layers.22.self_attn.o_proj.weight": "model-00016-of-00044.safetensors",
164
+ "model.layers.22.self_attn.q_norm.weight": "model-00016-of-00044.safetensors",
165
+ "model.layers.22.self_attn.q_proj.weight": "model-00016-of-00044.safetensors",
166
+ "model.layers.22.self_attn.v_proj.weight": "model-00016-of-00044.safetensors",
167
+ "model.layers.23.input_layernorm.weight": "model-00017-of-00044.safetensors",
168
+ "model.layers.23.mlp.down_proj.weight": "model-00017-of-00044.safetensors",
169
+ "model.layers.23.mlp.gate_proj.weight": "model-00017-of-00044.safetensors",
170
+ "model.layers.23.mlp.up_proj.weight": "model-00017-of-00044.safetensors",
171
+ "model.layers.23.self_attn.k_norm.weight": "model-00017-of-00044.safetensors",
172
+ "model.layers.23.self_attn.k_proj.weight": "model-00017-of-00044.safetensors",
173
+ "model.layers.23.self_attn.o_proj.weight": "model-00017-of-00044.safetensors",
174
+ "model.layers.23.self_attn.q_norm.weight": "model-00017-of-00044.safetensors",
175
+ "model.layers.23.self_attn.q_proj.weight": "model-00017-of-00044.safetensors",
176
+ "model.layers.23.self_attn.v_proj.weight": "model-00017-of-00044.safetensors",
177
+ "model.layers.24.input_layernorm.weight": "model-00018-of-00044.safetensors",
178
+ "model.layers.24.mlp.down_proj.weight": "model-00018-of-00044.safetensors",
179
+ "model.layers.24.mlp.gate_proj.weight": "model-00018-of-00044.safetensors",
180
+ "model.layers.24.mlp.up_proj.weight": "model-00018-of-00044.safetensors",
181
+ "model.layers.24.self_attn.k_norm.weight": "model-00017-of-00044.safetensors",
182
+ "model.layers.24.self_attn.k_proj.weight": "model-00018-of-00044.safetensors",
183
+ "model.layers.24.self_attn.o_proj.weight": "model-00018-of-00044.safetensors",
184
+ "model.layers.24.self_attn.q_norm.weight": "model-00017-of-00044.safetensors",
185
+ "model.layers.24.self_attn.q_proj.weight": "model-00018-of-00044.safetensors",
186
+ "model.layers.24.self_attn.v_proj.weight": "model-00018-of-00044.safetensors",
187
+ "model.layers.25.input_layernorm.weight": "model-00019-of-00044.safetensors",
188
+ "model.layers.25.mlp.down_proj.weight": "model-00019-of-00044.safetensors",
189
+ "model.layers.25.mlp.gate_proj.weight": "model-00018-of-00044.safetensors",
190
+ "model.layers.25.mlp.up_proj.weight": "model-00019-of-00044.safetensors",
191
+ "model.layers.25.self_attn.k_norm.weight": "model-00018-of-00044.safetensors",
192
+ "model.layers.25.self_attn.k_proj.weight": "model-00018-of-00044.safetensors",
193
+ "model.layers.25.self_attn.o_proj.weight": "model-00018-of-00044.safetensors",
194
+ "model.layers.25.self_attn.q_norm.weight": "model-00018-of-00044.safetensors",
195
+ "model.layers.25.self_attn.q_proj.weight": "model-00018-of-00044.safetensors",
196
+ "model.layers.25.self_attn.v_proj.weight": "model-00018-of-00044.safetensors",
197
+ "model.layers.26.input_layernorm.weight": "model-00019-of-00044.safetensors",
198
+ "model.layers.26.mlp.down_proj.weight": "model-00019-of-00044.safetensors",
199
+ "model.layers.26.mlp.gate_proj.weight": "model-00019-of-00044.safetensors",
200
+ "model.layers.26.mlp.up_proj.weight": "model-00019-of-00044.safetensors",
201
+ "model.layers.26.self_attn.k_norm.weight": "model-00019-of-00044.safetensors",
202
+ "model.layers.26.self_attn.k_proj.weight": "model-00019-of-00044.safetensors",
203
+ "model.layers.26.self_attn.o_proj.weight": "model-00019-of-00044.safetensors",
204
+ "model.layers.26.self_attn.q_norm.weight": "model-00019-of-00044.safetensors",
205
+ "model.layers.26.self_attn.q_proj.weight": "model-00019-of-00044.safetensors",
206
+ "model.layers.26.self_attn.v_proj.weight": "model-00019-of-00044.safetensors",
207
+ "model.layers.27.input_layernorm.weight": "model-00020-of-00044.safetensors",
208
+ "model.layers.27.mlp.down_proj.weight": "model-00020-of-00044.safetensors",
209
+ "model.layers.27.mlp.gate_proj.weight": "model-00020-of-00044.safetensors",
210
+ "model.layers.27.mlp.up_proj.weight": "model-00020-of-00044.safetensors",
211
+ "model.layers.27.self_attn.k_norm.weight": "model-00019-of-00044.safetensors",
212
+ "model.layers.27.self_attn.k_proj.weight": "model-00020-of-00044.safetensors",
213
+ "model.layers.27.self_attn.o_proj.weight": "model-00020-of-00044.safetensors",
214
+ "model.layers.27.self_attn.q_norm.weight": "model-00019-of-00044.safetensors",
215
+ "model.layers.27.self_attn.q_proj.weight": "model-00020-of-00044.safetensors",
216
+ "model.layers.27.self_attn.v_proj.weight": "model-00020-of-00044.safetensors",
217
+ "model.layers.28.input_layernorm.weight": "model-00021-of-00044.safetensors",
218
+ "model.layers.28.mlp.down_proj.weight": "model-00021-of-00044.safetensors",
219
+ "model.layers.28.mlp.gate_proj.weight": "model-00020-of-00044.safetensors",
220
+ "model.layers.28.mlp.up_proj.weight": "model-00021-of-00044.safetensors",
221
+ "model.layers.28.self_attn.k_norm.weight": "model-00020-of-00044.safetensors",
222
+ "model.layers.28.self_attn.k_proj.weight": "model-00020-of-00044.safetensors",
223
+ "model.layers.28.self_attn.o_proj.weight": "model-00020-of-00044.safetensors",
224
+ "model.layers.28.self_attn.q_norm.weight": "model-00020-of-00044.safetensors",
225
+ "model.layers.28.self_attn.q_proj.weight": "model-00020-of-00044.safetensors",
226
+ "model.layers.28.self_attn.v_proj.weight": "model-00020-of-00044.safetensors",
227
+ "model.layers.29.input_layernorm.weight": "model-00021-of-00044.safetensors",
228
+ "model.layers.29.mlp.down_proj.weight": "model-00021-of-00044.safetensors",
229
+ "model.layers.29.mlp.gate_proj.weight": "model-00021-of-00044.safetensors",
230
+ "model.layers.29.mlp.up_proj.weight": "model-00021-of-00044.safetensors",
231
+ "model.layers.29.self_attn.k_norm.weight": "model-00021-of-00044.safetensors",
232
+ "model.layers.29.self_attn.k_proj.weight": "model-00021-of-00044.safetensors",
233
+ "model.layers.29.self_attn.o_proj.weight": "model-00021-of-00044.safetensors",
234
+ "model.layers.29.self_attn.q_norm.weight": "model-00021-of-00044.safetensors",
235
+ "model.layers.29.self_attn.q_proj.weight": "model-00021-of-00044.safetensors",
236
+ "model.layers.29.self_attn.v_proj.weight": "model-00021-of-00044.safetensors",
237
+ "model.layers.3.input_layernorm.weight": "model-00004-of-00044.safetensors",
238
+ "model.layers.3.mlp.down_proj.weight": "model-00004-of-00044.safetensors",
239
+ "model.layers.3.mlp.gate_proj.weight": "model-00004-of-00044.safetensors",
240
+ "model.layers.3.mlp.up_proj.weight": "model-00004-of-00044.safetensors",
241
+ "model.layers.3.self_attn.k_norm.weight": "model-00003-of-00044.safetensors",
242
+ "model.layers.3.self_attn.k_proj.weight": "model-00004-of-00044.safetensors",
243
+ "model.layers.3.self_attn.o_proj.weight": "model-00004-of-00044.safetensors",
244
+ "model.layers.3.self_attn.q_norm.weight": "model-00003-of-00044.safetensors",
245
+ "model.layers.3.self_attn.q_proj.weight": "model-00004-of-00044.safetensors",
246
+ "model.layers.3.self_attn.v_proj.weight": "model-00004-of-00044.safetensors",
247
+ "model.layers.30.input_layernorm.weight": "model-00022-of-00044.safetensors",
248
+ "model.layers.30.mlp.down_proj.weight": "model-00022-of-00044.safetensors",
249
+ "model.layers.30.mlp.gate_proj.weight": "model-00022-of-00044.safetensors",
250
+ "model.layers.30.mlp.up_proj.weight": "model-00022-of-00044.safetensors",
251
+ "model.layers.30.self_attn.k_norm.weight": "model-00021-of-00044.safetensors",
252
+ "model.layers.30.self_attn.k_proj.weight": "model-00022-of-00044.safetensors",
253
+ "model.layers.30.self_attn.o_proj.weight": "model-00022-of-00044.safetensors",
254
+ "model.layers.30.self_attn.q_norm.weight": "model-00021-of-00044.safetensors",
255
+ "model.layers.30.self_attn.q_proj.weight": "model-00022-of-00044.safetensors",
256
+ "model.layers.30.self_attn.v_proj.weight": "model-00022-of-00044.safetensors",
257
+ "model.layers.31.input_layernorm.weight": "model-00023-of-00044.safetensors",
258
+ "model.layers.31.mlp.down_proj.weight": "model-00023-of-00044.safetensors",
259
+ "model.layers.31.mlp.gate_proj.weight": "model-00022-of-00044.safetensors",
260
+ "model.layers.31.mlp.up_proj.weight": "model-00023-of-00044.safetensors",
261
+ "model.layers.31.self_attn.k_norm.weight": "model-00022-of-00044.safetensors",
262
+ "model.layers.31.self_attn.k_proj.weight": "model-00022-of-00044.safetensors",
263
+ "model.layers.31.self_attn.o_proj.weight": "model-00022-of-00044.safetensors",
264
+ "model.layers.31.self_attn.q_norm.weight": "model-00022-of-00044.safetensors",
265
+ "model.layers.31.self_attn.q_proj.weight": "model-00022-of-00044.safetensors",
266
+ "model.layers.31.self_attn.v_proj.weight": "model-00022-of-00044.safetensors",
267
+ "model.layers.32.input_layernorm.weight": "model-00023-of-00044.safetensors",
268
+ "model.layers.32.mlp.down_proj.weight": "model-00023-of-00044.safetensors",
269
+ "model.layers.32.mlp.gate_proj.weight": "model-00023-of-00044.safetensors",
270
+ "model.layers.32.mlp.up_proj.weight": "model-00023-of-00044.safetensors",
271
+ "model.layers.32.self_attn.k_norm.weight": "model-00023-of-00044.safetensors",
272
+ "model.layers.32.self_attn.k_proj.weight": "model-00023-of-00044.safetensors",
273
+ "model.layers.32.self_attn.o_proj.weight": "model-00023-of-00044.safetensors",
274
+ "model.layers.32.self_attn.q_norm.weight": "model-00023-of-00044.safetensors",
275
+ "model.layers.32.self_attn.q_proj.weight": "model-00023-of-00044.safetensors",
276
+ "model.layers.32.self_attn.v_proj.weight": "model-00023-of-00044.safetensors",
277
+ "model.layers.33.input_layernorm.weight": "model-00024-of-00044.safetensors",
278
+ "model.layers.33.mlp.down_proj.weight": "model-00024-of-00044.safetensors",
279
+ "model.layers.33.mlp.gate_proj.weight": "model-00024-of-00044.safetensors",
280
+ "model.layers.33.mlp.up_proj.weight": "model-00024-of-00044.safetensors",
281
+ "model.layers.33.self_attn.k_norm.weight": "model-00023-of-00044.safetensors",
282
+ "model.layers.33.self_attn.k_proj.weight": "model-00024-of-00044.safetensors",
283
+ "model.layers.33.self_attn.o_proj.weight": "model-00024-of-00044.safetensors",
284
+ "model.layers.33.self_attn.q_norm.weight": "model-00023-of-00044.safetensors",
285
+ "model.layers.33.self_attn.q_proj.weight": "model-00024-of-00044.safetensors",
286
+ "model.layers.33.self_attn.v_proj.weight": "model-00024-of-00044.safetensors",
287
+ "model.layers.34.input_layernorm.weight": "model-00025-of-00044.safetensors",
288
+ "model.layers.34.mlp.down_proj.weight": "model-00025-of-00044.safetensors",
289
+ "model.layers.34.mlp.gate_proj.weight": "model-00024-of-00044.safetensors",
290
+ "model.layers.34.mlp.up_proj.weight": "model-00025-of-00044.safetensors",
291
+ "model.layers.34.self_attn.k_norm.weight": "model-00024-of-00044.safetensors",
292
+ "model.layers.34.self_attn.k_proj.weight": "model-00024-of-00044.safetensors",
293
+ "model.layers.34.self_attn.o_proj.weight": "model-00024-of-00044.safetensors",
294
+ "model.layers.34.self_attn.q_norm.weight": "model-00024-of-00044.safetensors",
295
+ "model.layers.34.self_attn.q_proj.weight": "model-00024-of-00044.safetensors",
296
+ "model.layers.34.self_attn.v_proj.weight": "model-00024-of-00044.safetensors",
297
+ "model.layers.35.input_layernorm.weight": "model-00025-of-00044.safetensors",
298
+ "model.layers.35.mlp.down_proj.weight": "model-00025-of-00044.safetensors",
299
+ "model.layers.35.mlp.gate_proj.weight": "model-00025-of-00044.safetensors",
300
+ "model.layers.35.mlp.up_proj.weight": "model-00025-of-00044.safetensors",
301
+ "model.layers.35.self_attn.k_norm.weight": "model-00025-of-00044.safetensors",
302
+ "model.layers.35.self_attn.k_proj.weight": "model-00025-of-00044.safetensors",
303
+ "model.layers.35.self_attn.o_proj.weight": "model-00025-of-00044.safetensors",
304
+ "model.layers.35.self_attn.q_norm.weight": "model-00025-of-00044.safetensors",
305
+ "model.layers.35.self_attn.q_proj.weight": "model-00025-of-00044.safetensors",
306
+ "model.layers.35.self_attn.v_proj.weight": "model-00025-of-00044.safetensors",
307
+ "model.layers.36.input_layernorm.weight": "model-00026-of-00044.safetensors",
308
+ "model.layers.36.mlp.down_proj.weight": "model-00026-of-00044.safetensors",
309
+ "model.layers.36.mlp.gate_proj.weight": "model-00026-of-00044.safetensors",
310
+ "model.layers.36.mlp.up_proj.weight": "model-00026-of-00044.safetensors",
311
+ "model.layers.36.self_attn.k_norm.weight": "model-00025-of-00044.safetensors",
312
+ "model.layers.36.self_attn.k_proj.weight": "model-00026-of-00044.safetensors",
313
+ "model.layers.36.self_attn.o_proj.weight": "model-00026-of-00044.safetensors",
314
+ "model.layers.36.self_attn.q_norm.weight": "model-00025-of-00044.safetensors",
315
+ "model.layers.36.self_attn.q_proj.weight": "model-00026-of-00044.safetensors",
316
+ "model.layers.36.self_attn.v_proj.weight": "model-00026-of-00044.safetensors",
317
+ "model.layers.37.input_layernorm.weight": "model-00027-of-00044.safetensors",
318
+ "model.layers.37.mlp.down_proj.weight": "model-00027-of-00044.safetensors",
319
+ "model.layers.37.mlp.gate_proj.weight": "model-00026-of-00044.safetensors",
320
+ "model.layers.37.mlp.up_proj.weight": "model-00027-of-00044.safetensors",
321
+ "model.layers.37.self_attn.k_norm.weight": "model-00026-of-00044.safetensors",
322
+ "model.layers.37.self_attn.k_proj.weight": "model-00026-of-00044.safetensors",
323
+ "model.layers.37.self_attn.o_proj.weight": "model-00026-of-00044.safetensors",
324
+ "model.layers.37.self_attn.q_norm.weight": "model-00026-of-00044.safetensors",
325
+ "model.layers.37.self_attn.q_proj.weight": "model-00026-of-00044.safetensors",
326
+ "model.layers.37.self_attn.v_proj.weight": "model-00026-of-00044.safetensors",
327
+ "model.layers.38.input_layernorm.weight": "model-00027-of-00044.safetensors",
328
+ "model.layers.38.mlp.down_proj.weight": "model-00027-of-00044.safetensors",
329
+ "model.layers.38.mlp.gate_proj.weight": "model-00027-of-00044.safetensors",
330
+ "model.layers.38.mlp.up_proj.weight": "model-00027-of-00044.safetensors",
331
+ "model.layers.38.self_attn.k_norm.weight": "model-00027-of-00044.safetensors",
332
+ "model.layers.38.self_attn.k_proj.weight": "model-00027-of-00044.safetensors",
333
+ "model.layers.38.self_attn.o_proj.weight": "model-00027-of-00044.safetensors",
334
+ "model.layers.38.self_attn.q_norm.weight": "model-00027-of-00044.safetensors",
335
+ "model.layers.38.self_attn.q_proj.weight": "model-00027-of-00044.safetensors",
336
+ "model.layers.38.self_attn.v_proj.weight": "model-00027-of-00044.safetensors",
337
+ "model.layers.39.input_layernorm.weight": "model-00028-of-00044.safetensors",
338
+ "model.layers.39.mlp.down_proj.weight": "model-00028-of-00044.safetensors",
339
+ "model.layers.39.mlp.gate_proj.weight": "model-00028-of-00044.safetensors",
340
+ "model.layers.39.mlp.up_proj.weight": "model-00028-of-00044.safetensors",
341
+ "model.layers.39.self_attn.k_norm.weight": "model-00027-of-00044.safetensors",
342
+ "model.layers.39.self_attn.k_proj.weight": "model-00028-of-00044.safetensors",
343
+ "model.layers.39.self_attn.o_proj.weight": "model-00028-of-00044.safetensors",
344
+ "model.layers.39.self_attn.q_norm.weight": "model-00027-of-00044.safetensors",
345
+ "model.layers.39.self_attn.q_proj.weight": "model-00028-of-00044.safetensors",
346
+ "model.layers.39.self_attn.v_proj.weight": "model-00028-of-00044.safetensors",
347
+ "model.layers.4.input_layernorm.weight": "model-00005-of-00044.safetensors",
348
+ "model.layers.4.mlp.down_proj.weight": "model-00005-of-00044.safetensors",
349
+ "model.layers.4.mlp.gate_proj.weight": "model-00004-of-00044.safetensors",
350
+ "model.layers.4.mlp.up_proj.weight": "model-00005-of-00044.safetensors",
351
+ "model.layers.4.self_attn.k_norm.weight": "model-00004-of-00044.safetensors",
352
+ "model.layers.4.self_attn.k_proj.weight": "model-00004-of-00044.safetensors",
353
+ "model.layers.4.self_attn.o_proj.weight": "model-00004-of-00044.safetensors",
354
+ "model.layers.4.self_attn.q_norm.weight": "model-00004-of-00044.safetensors",
355
+ "model.layers.4.self_attn.q_proj.weight": "model-00004-of-00044.safetensors",
356
+ "model.layers.4.self_attn.v_proj.weight": "model-00004-of-00044.safetensors",
357
+ "model.layers.40.input_layernorm.weight": "model-00029-of-00044.safetensors",
358
+ "model.layers.40.mlp.down_proj.weight": "model-00029-of-00044.safetensors",
359
+ "model.layers.40.mlp.gate_proj.weight": "model-00028-of-00044.safetensors",
360
+ "model.layers.40.mlp.up_proj.weight": "model-00029-of-00044.safetensors",
361
+ "model.layers.40.self_attn.k_norm.weight": "model-00028-of-00044.safetensors",
362
+ "model.layers.40.self_attn.k_proj.weight": "model-00028-of-00044.safetensors",
363
+ "model.layers.40.self_attn.o_proj.weight": "model-00028-of-00044.safetensors",
364
+ "model.layers.40.self_attn.q_norm.weight": "model-00028-of-00044.safetensors",
365
+ "model.layers.40.self_attn.q_proj.weight": "model-00028-of-00044.safetensors",
366
+ "model.layers.40.self_attn.v_proj.weight": "model-00028-of-00044.safetensors",
367
+ "model.layers.41.input_layernorm.weight": "model-00029-of-00044.safetensors",
368
+ "model.layers.41.mlp.down_proj.weight": "model-00029-of-00044.safetensors",
369
+ "model.layers.41.mlp.gate_proj.weight": "model-00029-of-00044.safetensors",
370
+ "model.layers.41.mlp.up_proj.weight": "model-00029-of-00044.safetensors",
371
+ "model.layers.41.self_attn.k_norm.weight": "model-00029-of-00044.safetensors",
372
+ "model.layers.41.self_attn.k_proj.weight": "model-00029-of-00044.safetensors",
373
+ "model.layers.41.self_attn.o_proj.weight": "model-00029-of-00044.safetensors",
374
+ "model.layers.41.self_attn.q_norm.weight": "model-00029-of-00044.safetensors",
375
+ "model.layers.41.self_attn.q_proj.weight": "model-00029-of-00044.safetensors",
376
+ "model.layers.41.self_attn.v_proj.weight": "model-00029-of-00044.safetensors",
377
+ "model.layers.42.input_layernorm.weight": "model-00030-of-00044.safetensors",
378
+ "model.layers.42.mlp.down_proj.weight": "model-00030-of-00044.safetensors",
379
+ "model.layers.42.mlp.gate_proj.weight": "model-00030-of-00044.safetensors",
380
+ "model.layers.42.mlp.up_proj.weight": "model-00030-of-00044.safetensors",
381
+ "model.layers.42.self_attn.k_norm.weight": "model-00029-of-00044.safetensors",
382
+ "model.layers.42.self_attn.k_proj.weight": "model-00030-of-00044.safetensors",
383
+ "model.layers.42.self_attn.o_proj.weight": "model-00030-of-00044.safetensors",
384
+ "model.layers.42.self_attn.q_norm.weight": "model-00029-of-00044.safetensors",
385
+ "model.layers.42.self_attn.q_proj.weight": "model-00030-of-00044.safetensors",
386
+ "model.layers.42.self_attn.v_proj.weight": "model-00030-of-00044.safetensors",
387
+ "model.layers.43.input_layernorm.weight": "model-00031-of-00044.safetensors",
388
+ "model.layers.43.mlp.down_proj.weight": "model-00031-of-00044.safetensors",
389
+ "model.layers.43.mlp.gate_proj.weight": "model-00030-of-00044.safetensors",
390
+ "model.layers.43.mlp.up_proj.weight": "model-00031-of-00044.safetensors",
391
+ "model.layers.43.self_attn.k_norm.weight": "model-00030-of-00044.safetensors",
392
+ "model.layers.43.self_attn.k_proj.weight": "model-00030-of-00044.safetensors",
393
+ "model.layers.43.self_attn.o_proj.weight": "model-00030-of-00044.safetensors",
394
+ "model.layers.43.self_attn.q_norm.weight": "model-00030-of-00044.safetensors",
395
+ "model.layers.43.self_attn.q_proj.weight": "model-00030-of-00044.safetensors",
396
+ "model.layers.43.self_attn.v_proj.weight": "model-00030-of-00044.safetensors",
397
+ "model.layers.44.input_layernorm.weight": "model-00031-of-00044.safetensors",
398
+ "model.layers.44.mlp.down_proj.weight": "model-00031-of-00044.safetensors",
399
+ "model.layers.44.mlp.gate_proj.weight": "model-00031-of-00044.safetensors",
400
+ "model.layers.44.mlp.up_proj.weight": "model-00031-of-00044.safetensors",
401
+ "model.layers.44.self_attn.k_norm.weight": "model-00031-of-00044.safetensors",
402
+ "model.layers.44.self_attn.k_proj.weight": "model-00031-of-00044.safetensors",
403
+ "model.layers.44.self_attn.o_proj.weight": "model-00031-of-00044.safetensors",
404
+ "model.layers.44.self_attn.q_norm.weight": "model-00031-of-00044.safetensors",
405
+ "model.layers.44.self_attn.q_proj.weight": "model-00031-of-00044.safetensors",
406
+ "model.layers.44.self_attn.v_proj.weight": "model-00031-of-00044.safetensors",
407
+ "model.layers.45.input_layernorm.weight": "model-00032-of-00044.safetensors",
408
+ "model.layers.45.mlp.down_proj.weight": "model-00032-of-00044.safetensors",
409
+ "model.layers.45.mlp.gate_proj.weight": "model-00032-of-00044.safetensors",
410
+ "model.layers.45.mlp.up_proj.weight": "model-00032-of-00044.safetensors",
411
+ "model.layers.45.self_attn.k_norm.weight": "model-00031-of-00044.safetensors",
412
+ "model.layers.45.self_attn.k_proj.weight": "model-00032-of-00044.safetensors",
413
+ "model.layers.45.self_attn.o_proj.weight": "model-00032-of-00044.safetensors",
414
+ "model.layers.45.self_attn.q_norm.weight": "model-00031-of-00044.safetensors",
415
+ "model.layers.45.self_attn.q_proj.weight": "model-00032-of-00044.safetensors",
416
+ "model.layers.45.self_attn.v_proj.weight": "model-00032-of-00044.safetensors",
417
+ "model.layers.46.input_layernorm.weight": "model-00033-of-00044.safetensors",
418
+ "model.layers.46.mlp.down_proj.weight": "model-00033-of-00044.safetensors",
419
+ "model.layers.46.mlp.gate_proj.weight": "model-00032-of-00044.safetensors",
420
+ "model.layers.46.mlp.up_proj.weight": "model-00033-of-00044.safetensors",
421
+ "model.layers.46.self_attn.k_norm.weight": "model-00032-of-00044.safetensors",
422
+ "model.layers.46.self_attn.k_proj.weight": "model-00032-of-00044.safetensors",
423
+ "model.layers.46.self_attn.o_proj.weight": "model-00032-of-00044.safetensors",
424
+ "model.layers.46.self_attn.q_norm.weight": "model-00032-of-00044.safetensors",
425
+ "model.layers.46.self_attn.q_proj.weight": "model-00032-of-00044.safetensors",
426
+ "model.layers.46.self_attn.v_proj.weight": "model-00032-of-00044.safetensors",
427
+ "model.layers.47.input_layernorm.weight": "model-00033-of-00044.safetensors",
428
+ "model.layers.47.mlp.down_proj.weight": "model-00033-of-00044.safetensors",
429
+ "model.layers.47.mlp.gate_proj.weight": "model-00033-of-00044.safetensors",
430
+ "model.layers.47.mlp.up_proj.weight": "model-00033-of-00044.safetensors",
431
+ "model.layers.47.self_attn.k_norm.weight": "model-00033-of-00044.safetensors",
432
+ "model.layers.47.self_attn.k_proj.weight": "model-00033-of-00044.safetensors",
433
+ "model.layers.47.self_attn.o_proj.weight": "model-00033-of-00044.safetensors",
434
+ "model.layers.47.self_attn.q_norm.weight": "model-00033-of-00044.safetensors",
435
+ "model.layers.47.self_attn.q_proj.weight": "model-00033-of-00044.safetensors",
436
+ "model.layers.47.self_attn.v_proj.weight": "model-00033-of-00044.safetensors",
437
+ "model.layers.48.input_layernorm.weight": "model-00034-of-00044.safetensors",
438
+ "model.layers.48.mlp.down_proj.weight": "model-00034-of-00044.safetensors",
439
+ "model.layers.48.mlp.gate_proj.weight": "model-00034-of-00044.safetensors",
440
+ "model.layers.48.mlp.up_proj.weight": "model-00034-of-00044.safetensors",
441
+ "model.layers.48.self_attn.k_norm.weight": "model-00033-of-00044.safetensors",
442
+ "model.layers.48.self_attn.k_proj.weight": "model-00034-of-00044.safetensors",
443
+ "model.layers.48.self_attn.o_proj.weight": "model-00034-of-00044.safetensors",
444
+ "model.layers.48.self_attn.q_norm.weight": "model-00033-of-00044.safetensors",
445
+ "model.layers.48.self_attn.q_proj.weight": "model-00034-of-00044.safetensors",
446
+ "model.layers.48.self_attn.v_proj.weight": "model-00034-of-00044.safetensors",
447
+ "model.layers.49.input_layernorm.weight": "model-00035-of-00044.safetensors",
448
+ "model.layers.49.mlp.down_proj.weight": "model-00035-of-00044.safetensors",
449
+ "model.layers.49.mlp.gate_proj.weight": "model-00034-of-00044.safetensors",
450
+ "model.layers.49.mlp.up_proj.weight": "model-00035-of-00044.safetensors",
451
+ "model.layers.49.self_attn.k_norm.weight": "model-00034-of-00044.safetensors",
452
+ "model.layers.49.self_attn.k_proj.weight": "model-00034-of-00044.safetensors",
453
+ "model.layers.49.self_attn.o_proj.weight": "model-00034-of-00044.safetensors",
454
+ "model.layers.49.self_attn.q_norm.weight": "model-00034-of-00044.safetensors",
455
+ "model.layers.49.self_attn.q_proj.weight": "model-00034-of-00044.safetensors",
456
+ "model.layers.49.self_attn.v_proj.weight": "model-00034-of-00044.safetensors",
457
+ "model.layers.5.input_layernorm.weight": "model-00005-of-00044.safetensors",
458
+ "model.layers.5.mlp.down_proj.weight": "model-00005-of-00044.safetensors",
459
+ "model.layers.5.mlp.gate_proj.weight": "model-00005-of-00044.safetensors",
460
+ "model.layers.5.mlp.up_proj.weight": "model-00005-of-00044.safetensors",
461
+ "model.layers.5.self_attn.k_norm.weight": "model-00005-of-00044.safetensors",
462
+ "model.layers.5.self_attn.k_proj.weight": "model-00005-of-00044.safetensors",
463
+ "model.layers.5.self_attn.o_proj.weight": "model-00005-of-00044.safetensors",
464
+ "model.layers.5.self_attn.q_norm.weight": "model-00005-of-00044.safetensors",
465
+ "model.layers.5.self_attn.q_proj.weight": "model-00005-of-00044.safetensors",
466
+ "model.layers.5.self_attn.v_proj.weight": "model-00005-of-00044.safetensors",
467
+ "model.layers.50.input_layernorm.weight": "model-00035-of-00044.safetensors",
468
+ "model.layers.50.mlp.down_proj.weight": "model-00035-of-00044.safetensors",
469
+ "model.layers.50.mlp.gate_proj.weight": "model-00035-of-00044.safetensors",
470
+ "model.layers.50.mlp.up_proj.weight": "model-00035-of-00044.safetensors",
471
+ "model.layers.50.self_attn.k_norm.weight": "model-00035-of-00044.safetensors",
472
+ "model.layers.50.self_attn.k_proj.weight": "model-00035-of-00044.safetensors",
473
+ "model.layers.50.self_attn.o_proj.weight": "model-00035-of-00044.safetensors",
474
+ "model.layers.50.self_attn.q_norm.weight": "model-00035-of-00044.safetensors",
475
+ "model.layers.50.self_attn.q_proj.weight": "model-00035-of-00044.safetensors",
476
+ "model.layers.50.self_attn.v_proj.weight": "model-00035-of-00044.safetensors",
477
+ "model.layers.51.input_layernorm.weight": "model-00036-of-00044.safetensors",
478
+ "model.layers.51.mlp.down_proj.weight": "model-00036-of-00044.safetensors",
479
+ "model.layers.51.mlp.gate_proj.weight": "model-00036-of-00044.safetensors",
480
+ "model.layers.51.mlp.up_proj.weight": "model-00036-of-00044.safetensors",
481
+ "model.layers.51.self_attn.k_norm.weight": "model-00035-of-00044.safetensors",
482
+ "model.layers.51.self_attn.k_proj.weight": "model-00036-of-00044.safetensors",
483
+ "model.layers.51.self_attn.o_proj.weight": "model-00036-of-00044.safetensors",
484
+ "model.layers.51.self_attn.q_norm.weight": "model-00035-of-00044.safetensors",
485
+ "model.layers.51.self_attn.q_proj.weight": "model-00036-of-00044.safetensors",
486
+ "model.layers.51.self_attn.v_proj.weight": "model-00036-of-00044.safetensors",
487
+ "model.layers.52.input_layernorm.weight": "model-00037-of-00044.safetensors",
488
+ "model.layers.52.mlp.down_proj.weight": "model-00037-of-00044.safetensors",
489
+ "model.layers.52.mlp.gate_proj.weight": "model-00036-of-00044.safetensors",
490
+ "model.layers.52.mlp.up_proj.weight": "model-00037-of-00044.safetensors",
491
+ "model.layers.52.self_attn.k_norm.weight": "model-00036-of-00044.safetensors",
492
+ "model.layers.52.self_attn.k_proj.weight": "model-00036-of-00044.safetensors",
493
+ "model.layers.52.self_attn.o_proj.weight": "model-00036-of-00044.safetensors",
494
+ "model.layers.52.self_attn.q_norm.weight": "model-00036-of-00044.safetensors",
495
+ "model.layers.52.self_attn.q_proj.weight": "model-00036-of-00044.safetensors",
496
+ "model.layers.52.self_attn.v_proj.weight": "model-00036-of-00044.safetensors",
497
+ "model.layers.53.input_layernorm.weight": "model-00037-of-00044.safetensors",
498
+ "model.layers.53.mlp.down_proj.weight": "model-00037-of-00044.safetensors",
499
+ "model.layers.53.mlp.gate_proj.weight": "model-00037-of-00044.safetensors",
500
+ "model.layers.53.mlp.up_proj.weight": "model-00037-of-00044.safetensors",
501
+ "model.layers.53.self_attn.k_norm.weight": "model-00037-of-00044.safetensors",
502
+ "model.layers.53.self_attn.k_proj.weight": "model-00037-of-00044.safetensors",
503
+ "model.layers.53.self_attn.o_proj.weight": "model-00037-of-00044.safetensors",
504
+ "model.layers.53.self_attn.q_norm.weight": "model-00037-of-00044.safetensors",
505
+ "model.layers.53.self_attn.q_proj.weight": "model-00037-of-00044.safetensors",
506
+ "model.layers.53.self_attn.v_proj.weight": "model-00037-of-00044.safetensors",
507
+ "model.layers.54.input_layernorm.weight": "model-00038-of-00044.safetensors",
508
+ "model.layers.54.mlp.down_proj.weight": "model-00038-of-00044.safetensors",
509
+ "model.layers.54.mlp.gate_proj.weight": "model-00038-of-00044.safetensors",
510
+ "model.layers.54.mlp.up_proj.weight": "model-00038-of-00044.safetensors",
511
+ "model.layers.54.self_attn.k_norm.weight": "model-00037-of-00044.safetensors",
512
+ "model.layers.54.self_attn.k_proj.weight": "model-00038-of-00044.safetensors",
513
+ "model.layers.54.self_attn.o_proj.weight": "model-00038-of-00044.safetensors",
514
+ "model.layers.54.self_attn.q_norm.weight": "model-00037-of-00044.safetensors",
515
+ "model.layers.54.self_attn.q_proj.weight": "model-00038-of-00044.safetensors",
516
+ "model.layers.54.self_attn.v_proj.weight": "model-00038-of-00044.safetensors",
517
+ "model.layers.55.input_layernorm.weight": "model-00039-of-00044.safetensors",
518
+ "model.layers.55.mlp.down_proj.weight": "model-00039-of-00044.safetensors",
519
+ "model.layers.55.mlp.gate_proj.weight": "model-00038-of-00044.safetensors",
520
+ "model.layers.55.mlp.up_proj.weight": "model-00039-of-00044.safetensors",
521
+ "model.layers.55.self_attn.k_norm.weight": "model-00038-of-00044.safetensors",
522
+ "model.layers.55.self_attn.k_proj.weight": "model-00038-of-00044.safetensors",
523
+ "model.layers.55.self_attn.o_proj.weight": "model-00038-of-00044.safetensors",
524
+ "model.layers.55.self_attn.q_norm.weight": "model-00038-of-00044.safetensors",
525
+ "model.layers.55.self_attn.q_proj.weight": "model-00038-of-00044.safetensors",
526
+ "model.layers.55.self_attn.v_proj.weight": "model-00038-of-00044.safetensors",
527
+ "model.layers.56.input_layernorm.weight": "model-00039-of-00044.safetensors",
528
+ "model.layers.56.mlp.down_proj.weight": "model-00039-of-00044.safetensors",
529
+ "model.layers.56.mlp.gate_proj.weight": "model-00039-of-00044.safetensors",
530
+ "model.layers.56.mlp.up_proj.weight": "model-00039-of-00044.safetensors",
531
+ "model.layers.56.self_attn.k_norm.weight": "model-00039-of-00044.safetensors",
532
+ "model.layers.56.self_attn.k_proj.weight": "model-00039-of-00044.safetensors",
533
+ "model.layers.56.self_attn.o_proj.weight": "model-00039-of-00044.safetensors",
534
+ "model.layers.56.self_attn.q_norm.weight": "model-00039-of-00044.safetensors",
535
+ "model.layers.56.self_attn.q_proj.weight": "model-00039-of-00044.safetensors",
536
+ "model.layers.56.self_attn.v_proj.weight": "model-00039-of-00044.safetensors",
537
+ "model.layers.57.input_layernorm.weight": "model-00040-of-00044.safetensors",
538
+ "model.layers.57.mlp.down_proj.weight": "model-00040-of-00044.safetensors",
539
+ "model.layers.57.mlp.gate_proj.weight": "model-00040-of-00044.safetensors",
540
+ "model.layers.57.mlp.up_proj.weight": "model-00040-of-00044.safetensors",
541
+ "model.layers.57.self_attn.k_norm.weight": "model-00039-of-00044.safetensors",
542
+ "model.layers.57.self_attn.k_proj.weight": "model-00040-of-00044.safetensors",
543
+ "model.layers.57.self_attn.o_proj.weight": "model-00040-of-00044.safetensors",
544
+ "model.layers.57.self_attn.q_norm.weight": "model-00039-of-00044.safetensors",
545
+ "model.layers.57.self_attn.q_proj.weight": "model-00040-of-00044.safetensors",
546
+ "model.layers.57.self_attn.v_proj.weight": "model-00040-of-00044.safetensors",
547
+ "model.layers.58.input_layernorm.weight": "model-00041-of-00044.safetensors",
548
+ "model.layers.58.mlp.down_proj.weight": "model-00041-of-00044.safetensors",
549
+ "model.layers.58.mlp.gate_proj.weight": "model-00040-of-00044.safetensors",
550
+ "model.layers.58.mlp.up_proj.weight": "model-00041-of-00044.safetensors",
551
+ "model.layers.58.self_attn.k_norm.weight": "model-00040-of-00044.safetensors",
552
+ "model.layers.58.self_attn.k_proj.weight": "model-00040-of-00044.safetensors",
553
+ "model.layers.58.self_attn.o_proj.weight": "model-00040-of-00044.safetensors",
554
+ "model.layers.58.self_attn.q_norm.weight": "model-00040-of-00044.safetensors",
555
+ "model.layers.58.self_attn.q_proj.weight": "model-00040-of-00044.safetensors",
556
+ "model.layers.58.self_attn.v_proj.weight": "model-00040-of-00044.safetensors",
557
+ "model.layers.59.input_layernorm.weight": "model-00041-of-00044.safetensors",
558
+ "model.layers.59.mlp.down_proj.weight": "model-00041-of-00044.safetensors",
559
+ "model.layers.59.mlp.gate_proj.weight": "model-00041-of-00044.safetensors",
560
+ "model.layers.59.mlp.up_proj.weight": "model-00041-of-00044.safetensors",
561
+ "model.layers.59.self_attn.k_norm.weight": "model-00041-of-00044.safetensors",
562
+ "model.layers.59.self_attn.k_proj.weight": "model-00041-of-00044.safetensors",
563
+ "model.layers.59.self_attn.o_proj.weight": "model-00041-of-00044.safetensors",
564
+ "model.layers.59.self_attn.q_norm.weight": "model-00041-of-00044.safetensors",
565
+ "model.layers.59.self_attn.q_proj.weight": "model-00041-of-00044.safetensors",
566
+ "model.layers.59.self_attn.v_proj.weight": "model-00041-of-00044.safetensors",
567
+ "model.layers.6.input_layernorm.weight": "model-00006-of-00044.safetensors",
568
+ "model.layers.6.mlp.down_proj.weight": "model-00006-of-00044.safetensors",
569
+ "model.layers.6.mlp.gate_proj.weight": "model-00006-of-00044.safetensors",
570
+ "model.layers.6.mlp.up_proj.weight": "model-00006-of-00044.safetensors",
571
+ "model.layers.6.self_attn.k_norm.weight": "model-00005-of-00044.safetensors",
572
+ "model.layers.6.self_attn.k_proj.weight": "model-00006-of-00044.safetensors",
573
+ "model.layers.6.self_attn.o_proj.weight": "model-00006-of-00044.safetensors",
574
+ "model.layers.6.self_attn.q_norm.weight": "model-00005-of-00044.safetensors",
575
+ "model.layers.6.self_attn.q_proj.weight": "model-00006-of-00044.safetensors",
576
+ "model.layers.6.self_attn.v_proj.weight": "model-00006-of-00044.safetensors",
577
+ "model.layers.60.input_layernorm.weight": "model-00042-of-00044.safetensors",
578
+ "model.layers.60.mlp.down_proj.weight": "model-00042-of-00044.safetensors",
579
+ "model.layers.60.mlp.gate_proj.weight": "model-00042-of-00044.safetensors",
580
+ "model.layers.60.mlp.up_proj.weight": "model-00042-of-00044.safetensors",
581
+ "model.layers.60.self_attn.k_norm.weight": "model-00041-of-00044.safetensors",
582
+ "model.layers.60.self_attn.k_proj.weight": "model-00042-of-00044.safetensors",
583
+ "model.layers.60.self_attn.o_proj.weight": "model-00042-of-00044.safetensors",
584
+ "model.layers.60.self_attn.q_norm.weight": "model-00041-of-00044.safetensors",
585
+ "model.layers.60.self_attn.q_proj.weight": "model-00042-of-00044.safetensors",
586
+ "model.layers.60.self_attn.v_proj.weight": "model-00042-of-00044.safetensors",
587
+ "model.layers.61.input_layernorm.weight": "model-00043-of-00044.safetensors",
588
+ "model.layers.61.mlp.down_proj.weight": "model-00043-of-00044.safetensors",
589
+ "model.layers.61.mlp.gate_proj.weight": "model-00042-of-00044.safetensors",
590
+ "model.layers.61.mlp.up_proj.weight": "model-00043-of-00044.safetensors",
591
+ "model.layers.61.self_attn.k_norm.weight": "model-00042-of-00044.safetensors",
592
+ "model.layers.61.self_attn.k_proj.weight": "model-00042-of-00044.safetensors",
593
+ "model.layers.61.self_attn.o_proj.weight": "model-00042-of-00044.safetensors",
594
+ "model.layers.61.self_attn.q_norm.weight": "model-00042-of-00044.safetensors",
595
+ "model.layers.61.self_attn.q_proj.weight": "model-00042-of-00044.safetensors",
596
+ "model.layers.61.self_attn.v_proj.weight": "model-00042-of-00044.safetensors",
597
+ "model.layers.62.input_layernorm.weight": "model-00043-of-00044.safetensors",
598
+ "model.layers.62.mlp.down_proj.weight": "model-00043-of-00044.safetensors",
599
+ "model.layers.62.mlp.gate_proj.weight": "model-00043-of-00044.safetensors",
600
+ "model.layers.62.mlp.up_proj.weight": "model-00043-of-00044.safetensors",
601
+ "model.layers.62.self_attn.k_norm.weight": "model-00043-of-00044.safetensors",
602
+ "model.layers.62.self_attn.k_proj.weight": "model-00043-of-00044.safetensors",
603
+ "model.layers.62.self_attn.o_proj.weight": "model-00043-of-00044.safetensors",
604
+ "model.layers.62.self_attn.q_norm.weight": "model-00043-of-00044.safetensors",
605
+ "model.layers.62.self_attn.q_proj.weight": "model-00043-of-00044.safetensors",
606
+ "model.layers.62.self_attn.v_proj.weight": "model-00043-of-00044.safetensors",
607
+ "model.layers.63.input_layernorm.weight": "model-00044-of-00044.safetensors",
608
+ "model.layers.63.mlp.down_proj.weight": "model-00044-of-00044.safetensors",
609
+ "model.layers.63.mlp.gate_proj.weight": "model-00044-of-00044.safetensors",
610
+ "model.layers.63.mlp.up_proj.weight": "model-00044-of-00044.safetensors",
611
+ "model.layers.63.self_attn.k_norm.weight": "model-00043-of-00044.safetensors",
612
+ "model.layers.63.self_attn.k_proj.weight": "model-00044-of-00044.safetensors",
613
+ "model.layers.63.self_attn.o_proj.weight": "model-00044-of-00044.safetensors",
614
+ "model.layers.63.self_attn.q_norm.weight": "model-00043-of-00044.safetensors",
615
+ "model.layers.63.self_attn.q_proj.weight": "model-00044-of-00044.safetensors",
616
+ "model.layers.63.self_attn.v_proj.weight": "model-00044-of-00044.safetensors",
617
+ "model.layers.7.input_layernorm.weight": "model-00007-of-00044.safetensors",
618
+ "model.layers.7.mlp.down_proj.weight": "model-00007-of-00044.safetensors",
619
+ "model.layers.7.mlp.gate_proj.weight": "model-00006-of-00044.safetensors",
620
+ "model.layers.7.mlp.up_proj.weight": "model-00007-of-00044.safetensors",
621
+ "model.layers.7.self_attn.k_norm.weight": "model-00006-of-00044.safetensors",
622
+ "model.layers.7.self_attn.k_proj.weight": "model-00006-of-00044.safetensors",
623
+ "model.layers.7.self_attn.o_proj.weight": "model-00006-of-00044.safetensors",
624
+ "model.layers.7.self_attn.q_norm.weight": "model-00006-of-00044.safetensors",
625
+ "model.layers.7.self_attn.q_proj.weight": "model-00006-of-00044.safetensors",
626
+ "model.layers.7.self_attn.v_proj.weight": "model-00006-of-00044.safetensors",
627
+ "model.layers.8.input_layernorm.weight": "model-00007-of-00044.safetensors",
628
+ "model.layers.8.mlp.down_proj.weight": "model-00007-of-00044.safetensors",
629
+ "model.layers.8.mlp.gate_proj.weight": "model-00007-of-00044.safetensors",
630
+ "model.layers.8.mlp.up_proj.weight": "model-00007-of-00044.safetensors",
631
+ "model.layers.8.self_attn.k_norm.weight": "model-00007-of-00044.safetensors",
632
+ "model.layers.8.self_attn.k_proj.weight": "model-00007-of-00044.safetensors",
633
+ "model.layers.8.self_attn.o_proj.weight": "model-00007-of-00044.safetensors",
634
+ "model.layers.8.self_attn.q_norm.weight": "model-00007-of-00044.safetensors",
635
+ "model.layers.8.self_attn.q_proj.weight": "model-00007-of-00044.safetensors",
636
+ "model.layers.8.self_attn.v_proj.weight": "model-00007-of-00044.safetensors",
637
+ "model.layers.9.input_layernorm.weight": "model-00008-of-00044.safetensors",
638
+ "model.layers.9.mlp.down_proj.weight": "model-00008-of-00044.safetensors",
639
+ "model.layers.9.mlp.gate_proj.weight": "model-00008-of-00044.safetensors",
640
+ "model.layers.9.mlp.up_proj.weight": "model-00008-of-00044.safetensors",
641
+ "model.layers.9.self_attn.k_norm.weight": "model-00007-of-00044.safetensors",
642
+ "model.layers.9.self_attn.k_proj.weight": "model-00008-of-00044.safetensors",
643
+ "model.layers.9.self_attn.o_proj.weight": "model-00008-of-00044.safetensors",
644
+ "model.layers.9.self_attn.q_norm.weight": "model-00007-of-00044.safetensors",
645
+ "model.layers.9.self_attn.q_proj.weight": "model-00008-of-00044.safetensors",
646
+ "model.layers.9.self_attn.v_proj.weight": "model-00008-of-00044.safetensors",
647
+ "model.norm.weight": "model-00044-of-00044.safetensors"
648
+ }
649
+ }
output-00001-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda88a45955217719e7addf939c30342807ff9430b82cd4c25e4b6af8c466596
3
+ size 8566201176
output-00002-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f82dadbd9e0a8cc9587d0f4f1e5406edf77891dbb99900651a881ef85783dde
3
+ size 8571660754
output-00003-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455bbdbf78dbb1542afb820a1767cb6927f69d04629a6396732cb0b480be0258
3
+ size 8544545724
output-00004-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbc715f5ea9c23f24dad23627f2d1591d2da5593e2d9e5ce1c38737bb70aed66
3
+ size 8558815360
output-00005-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:347e3f6a292473e756712e33f2ab3dbef69d4effe8cbb18631c6bd0660dc0605
3
+ size 7746300694
output-00006-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f4be94717f907ce7a21f273424577613eabe7262152fc1339c11e5d6766c819
3
+ size 2482176096
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9619890aebac311d644236f49462d7f8618ebef7c7020c52645ccb597434a3c9
3
+ size 16543645
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"add_bos_token": true, "add_eos_token": false, "bos_token": "<BOS_TOKEN>", "clean_up_tokenization_spaces": false, "eos_token": "<|END_OF_TURN_TOKEN|>", "legacy": true, "model_max_length": 1000000000000000019884624838656, "pad_token": "<PAD>", "sp_model_kwargs": {}, "spaces_between_special_tokens": false, "tokenizer_class": "CohereTokenizerFast", "unk_token": null, "use_default_system_prompt": false}