CultriX commited on
Commit
a6399c4
·
verified ·
1 Parent(s): 0938b64

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,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - CultriX/SeQwence-14B-EvolMerge
4
+ - hotmailuser/QwenSlerp2-14B
5
+ - qingy2024/Fusion4-14B-Instruct
6
+ - djuna/Q2.5-Veltha-14B-0.5
7
+ - CultriX/Qwen2.5-14B-Emerged
8
+ - allknowingroger/QwenSlerp6-14B
9
+ - CultriX/Qwen2.5-14B-Wernickev3
10
+ - sometimesanotion/Lamarck-14B-v0.6
11
+ library_name: transformers
12
+ tags:
13
+ - mergekit
14
+ - merge
15
+
16
+ ---
17
+ # merge
18
+
19
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
20
+
21
+ ## Merge Details
22
+ ### Merge Method
23
+
24
+ This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [CultriX/Qwen2.5-14B-Wernickev3](https://huggingface.co/CultriX/Qwen2.5-14B-Wernickev3) as a base.
25
+
26
+ ### Models Merged
27
+
28
+ The following models were included in the merge:
29
+ * [CultriX/SeQwence-14B-EvolMerge](https://huggingface.co/CultriX/SeQwence-14B-EvolMerge)
30
+ * [hotmailuser/QwenSlerp2-14B](https://huggingface.co/hotmailuser/QwenSlerp2-14B)
31
+ * [qingy2024/Fusion4-14B-Instruct](https://huggingface.co/qingy2024/Fusion4-14B-Instruct)
32
+ * [djuna/Q2.5-Veltha-14B-0.5](https://huggingface.co/djuna/Q2.5-Veltha-14B-0.5)
33
+ * [CultriX/Qwen2.5-14B-Emerged](https://huggingface.co/CultriX/Qwen2.5-14B-Emerged)
34
+ * [allknowingroger/QwenSlerp6-14B](https://huggingface.co/allknowingroger/QwenSlerp6-14B)
35
+ * [sometimesanotion/Lamarck-14B-v0.6](https://huggingface.co/sometimesanotion/Lamarck-14B-v0.6)
36
+
37
+ ### Configuration
38
+
39
+ The following YAML configuration was used to produce this model:
40
+
41
+ ```yaml
42
+ merge_method: dare_ties # Specifies the merge method as dare_ties, known for its high-performance potential.
43
+ base_model: CultriX/Qwen2.5-14B-Wernickev3 # Sets the base model, a strong multitask performer, for parameter alignment.
44
+ dtype: bfloat16 # Defines the data type for model weights as bfloat16, for efficient memory and computation.
45
+ out_dtype: bfloat16 # Sets the output data type to bfloat16 for consistency with the input.
46
+
47
+ parameters:
48
+ epsilon: 0.008 # Fine-tunes parameter scaling, improving the quality of the merge and stability.
49
+ lambda: 1.8 # Prioritizes high-impact parameters, useful for reasoning and multitask performance.
50
+ normalize: true # Ensures parameter normalization, preventing any instability during the merge.
51
+ rescale: true # Adjusts parameter scales across different models, improving compatibility.
52
+ int8_mask: false # Disables int8 masking, preserving full precision for better parameter alignment.
53
+
54
+ adaptive_merge_parameters:
55
+ task_weights: # Defines task weights, to emphasize different areas of model performance
56
+ tinyArc: 1.6 # Sets a moderate priority for logical reasoning tasks.
57
+ tinyHellaswag: 1.5 # Sets a medium priority for contextual understanding tasks.
58
+ tinyMMLU: 1.8 # Gives a higher priority to multi-domain knowledge benchmarks.
59
+ tinyTruthfulQA: 1.9 # Gives a higher priority to factual accuracy and QA tasks.
60
+ tinyTruthfulQA_mc1: 1.75 # Slightly reduced priority, but still important, for multiple-choice reasoning.
61
+ tinyWinogrande: 1.75 # Sets a medium priority for more complex contextual reasoning tasks.
62
+ IFEval: 2.30 # Sets a high priority for instruction-following evaluation, as it is often a weak point for models.
63
+ BBH: 2.05 # Gives a high priority to the big bench hard task, critical for complex reasoning.
64
+ MATH: 2.70 # Sets the highest priority for mathematical reasoning tasks.
65
+ GPQA: 2.20 # Gives a balanced priority to graduate-level question-answering tasks.
66
+ MUSR: 2.15 # Gives a slightly lower, but still high, priority to multi-step reasoning tasks.
67
+ MMLU-PRO: 2.00 # Gives a high priority to domain-specific multitask benchmark performance.
68
+ smoothing_factor: 0.03 # Sets the smoothing factor, for a better blending of different task performance.
69
+
70
+ gradient_clipping: # Defines gradient clipping values for each model, for training stability.
71
+ CultriX/Qwen2.5-14B-Wernickev3: 0.89 # Sets the clipping value for the base model, a core component of the merge, and gives it a higher stability.
72
+ djuna/Q2.5-Veltha-14B-0.5: 0.92 # Sets the clipping value for the djuna model, a strong performer in reasoning tasks.
73
+ CultriX/SeQwence-14B-EvolMerge: 0.87 # Sets the clipping value for this model, which is a balanced multi-task performer.
74
+ qingy2024/Fusion4-14B-Instruct: 0.93 # Sets the clipping value for this model, emphasizing stability for mathematical reasoning.
75
+ CultriX/Qwen2.5-14B-Emerged: 0.88 # Sets the clipping value for this model, which provides multi-task support.
76
+ sometimesanotion/Lamarck-14B-v0.6: 0.89 # Sets the clipping value for this model, to enhance the multi-step reasoning capabilities.
77
+ allknowingroger/QwenSlerp6-14B: 0.90 # Sets the clipping value for this model, which supports nuanced reasoning tasks.
78
+ hotmailuser/QwenSlerp2-14B: 0.91 # Sets the clipping value for this model, with slightly increased stability for logical reasoning tasks.
79
+
80
+ models: # Defines all the models that are going to be included in the merge.
81
+ - model: CultriX/Qwen2.5-14B-Wernickev3 # Defines the base model, the main backbone of the merge, that offers good multi-task capabilities.
82
+ parameters: # Defines the weight and density that will be used for the model.
83
+ weight: 0.32 # Sets the weight of the model to 0.32, which is the dominant contribution to the final model.
84
+ density: 0.78 # Sets a high density of 0.78, to preserve its parameters, as this is a key component of the merge.
85
+
86
+ - model: djuna/Q2.5-Veltha-14B-0.5 # Defines the djuna model, a strong performer in factual and reasoning tasks.
87
+ parameters: # Defines the weight and density that will be used for the model.
88
+ weight: 0.28 # Sets the weight of the model to 0.28, to prioritize reasoning performance.
89
+ density: 0.77 # Sets a balanced density of 0.77, to enhance its reasoning abilities.
90
+
91
+ - model: allknowingroger/QwenSlerp6-14B # Defines the allknowingroger model, which has good performance and reasoning capabilities.
92
+ parameters: # Defines the weight and density that will be used for the model.
93
+ weight: 0.15 # Sets the weight of the model to 0.15, which has a moderate contribution to the final model.
94
+ density: 0.72 # Sets a density of 0.72, for an effective parameter integration into the final model.
95
+
96
+ - model: CultriX/SeQwence-14B-EvolMerge # Defines the CultriX/SeQwence model, which is a good multi-task contributor.
97
+ parameters: # Defines the weight and density that will be used for the model.
98
+ weight: 0.12 # Sets the weight of the model to 0.12, a lower weight for its contribution.
99
+ density: 0.62 # Sets a density of 0.62, for balanced performance.
100
+
101
+ - model: qingy2024/Fusion4-14B-Instruct # Defines the qingy model, which excels at mathematical reasoning.
102
+ parameters: # Defines the weight and density that will be used for the model.
103
+ weight: 0.09 # Sets the weight of the model to 0.09, for a specific focus on mathematical reasoning tasks.
104
+ density: 0.75 # Sets a density of 0.75, for preserving its strengths in mathematical tasks.
105
+
106
+ - model: CultriX/Qwen2.5-14B-Emerged # Defines the CultriX/Qwen2.5-14B-Emerged model, a good multi-task performer.
107
+ parameters: # Defines the weight and density that will be used for the model.
108
+ weight: 0.08 # Sets the weight of the model to 0.08, for a smaller, but still useful, contribution.
109
+ density: 0.69 # Sets a density of 0.69, to balance its contributions.
110
+
111
+ - model: sometimesanotion/Lamarck-14B-v0.6 # Defines the sometimesanotion/Lamarck model, which is useful for multi-step reasoning.
112
+ parameters: # Defines the weight and density that will be used for the model.
113
+ weight: 0.06 # Sets the weight of the model to 0.06, for a lower performing task model.
114
+ density: 0.62 # Sets the density to 0.62 for multi-step reasoning tasks.
115
+
116
+ - model: hotmailuser/QwenSlerp2-14B # Defines the hotmailuser model, with strong performance in reasoning and multi-task performance.
117
+ parameters: # Defines the weight and density that will be used for the model.
118
+ weight: 0.12 # Sets the weight of the model to 0.12, for its balanced contributions.
119
+ density: 0.66 # Sets the density of the model to 0.66, for better parameter integration.
120
+ ```
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "CultriX/Qwen2.5-14B-Wernickev3",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 13824,
13
+ "max_position_embeddings": 131072,
14
+ "max_window_layers": 48,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 40,
17
+ "num_hidden_layers": 48,
18
+ "num_key_value_heads": 8,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.46.2",
26
+ "use_cache": true,
27
+ "use_sliding_window": false,
28
+ "vocab_size": 151665
29
+ }
mergekit_config.yml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ merge_method: dare_ties # Specifies the merge method as dare_ties, known for its high-performance potential.
2
+ base_model: CultriX/Qwen2.5-14B-Wernickev3 # Sets the base model, a strong multitask performer, for parameter alignment.
3
+ dtype: bfloat16 # Defines the data type for model weights as bfloat16, for efficient memory and computation.
4
+ out_dtype: bfloat16 # Sets the output data type to bfloat16 for consistency with the input.
5
+
6
+ parameters:
7
+ epsilon: 0.008 # Fine-tunes parameter scaling, improving the quality of the merge and stability.
8
+ lambda: 1.8 # Prioritizes high-impact parameters, useful for reasoning and multitask performance.
9
+ normalize: true # Ensures parameter normalization, preventing any instability during the merge.
10
+ rescale: true # Adjusts parameter scales across different models, improving compatibility.
11
+ int8_mask: false # Disables int8 masking, preserving full precision for better parameter alignment.
12
+
13
+ adaptive_merge_parameters:
14
+ task_weights: # Defines task weights, to emphasize different areas of model performance
15
+ tinyArc: 1.6 # Sets a moderate priority for logical reasoning tasks.
16
+ tinyHellaswag: 1.5 # Sets a medium priority for contextual understanding tasks.
17
+ tinyMMLU: 1.8 # Gives a higher priority to multi-domain knowledge benchmarks.
18
+ tinyTruthfulQA: 1.9 # Gives a higher priority to factual accuracy and QA tasks.
19
+ tinyTruthfulQA_mc1: 1.75 # Slightly reduced priority, but still important, for multiple-choice reasoning.
20
+ tinyWinogrande: 1.75 # Sets a medium priority for more complex contextual reasoning tasks.
21
+ IFEval: 2.30 # Sets a high priority for instruction-following evaluation, as it is often a weak point for models.
22
+ BBH: 2.05 # Gives a high priority to the big bench hard task, critical for complex reasoning.
23
+ MATH: 2.70 # Sets the highest priority for mathematical reasoning tasks.
24
+ GPQA: 2.20 # Gives a balanced priority to graduate-level question-answering tasks.
25
+ MUSR: 2.15 # Gives a slightly lower, but still high, priority to multi-step reasoning tasks.
26
+ MMLU-PRO: 2.00 # Gives a high priority to domain-specific multitask benchmark performance.
27
+ smoothing_factor: 0.03 # Sets the smoothing factor, for a better blending of different task performance.
28
+
29
+ gradient_clipping: # Defines gradient clipping values for each model, for training stability.
30
+ CultriX/Qwen2.5-14B-Wernickev3: 0.89 # Sets the clipping value for the base model, a core component of the merge, and gives it a higher stability.
31
+ djuna/Q2.5-Veltha-14B-0.5: 0.92 # Sets the clipping value for the djuna model, a strong performer in reasoning tasks.
32
+ CultriX/SeQwence-14B-EvolMerge: 0.87 # Sets the clipping value for this model, which is a balanced multi-task performer.
33
+ qingy2024/Fusion4-14B-Instruct: 0.93 # Sets the clipping value for this model, emphasizing stability for mathematical reasoning.
34
+ CultriX/Qwen2.5-14B-Emerged: 0.88 # Sets the clipping value for this model, which provides multi-task support.
35
+ sometimesanotion/Lamarck-14B-v0.6: 0.89 # Sets the clipping value for this model, to enhance the multi-step reasoning capabilities.
36
+ allknowingroger/QwenSlerp6-14B: 0.90 # Sets the clipping value for this model, which supports nuanced reasoning tasks.
37
+ hotmailuser/QwenSlerp2-14B: 0.91 # Sets the clipping value for this model, with slightly increased stability for logical reasoning tasks.
38
+
39
+ models: # Defines all the models that are going to be included in the merge.
40
+ - model: CultriX/Qwen2.5-14B-Wernickev3 # Defines the base model, the main backbone of the merge, that offers good multi-task capabilities.
41
+ parameters: # Defines the weight and density that will be used for the model.
42
+ weight: 0.32 # Sets the weight of the model to 0.32, which is the dominant contribution to the final model.
43
+ density: 0.78 # Sets a high density of 0.78, to preserve its parameters, as this is a key component of the merge.
44
+
45
+ - model: djuna/Q2.5-Veltha-14B-0.5 # Defines the djuna model, a strong performer in factual and reasoning tasks.
46
+ parameters: # Defines the weight and density that will be used for the model.
47
+ weight: 0.28 # Sets the weight of the model to 0.28, to prioritize reasoning performance.
48
+ density: 0.77 # Sets a balanced density of 0.77, to enhance its reasoning abilities.
49
+
50
+ - model: allknowingroger/QwenSlerp6-14B # Defines the allknowingroger model, which has good performance and reasoning capabilities.
51
+ parameters: # Defines the weight and density that will be used for the model.
52
+ weight: 0.15 # Sets the weight of the model to 0.15, which has a moderate contribution to the final model.
53
+ density: 0.72 # Sets a density of 0.72, for an effective parameter integration into the final model.
54
+
55
+ - model: CultriX/SeQwence-14B-EvolMerge # Defines the CultriX/SeQwence model, which is a good multi-task contributor.
56
+ parameters: # Defines the weight and density that will be used for the model.
57
+ weight: 0.12 # Sets the weight of the model to 0.12, a lower weight for its contribution.
58
+ density: 0.62 # Sets a density of 0.62, for balanced performance.
59
+
60
+ - model: qingy2024/Fusion4-14B-Instruct # Defines the qingy model, which excels at mathematical reasoning.
61
+ parameters: # Defines the weight and density that will be used for the model.
62
+ weight: 0.09 # Sets the weight of the model to 0.09, for a specific focus on mathematical reasoning tasks.
63
+ density: 0.75 # Sets a density of 0.75, for preserving its strengths in mathematical tasks.
64
+
65
+ - model: CultriX/Qwen2.5-14B-Emerged # Defines the CultriX/Qwen2.5-14B-Emerged model, a good multi-task performer.
66
+ parameters: # Defines the weight and density that will be used for the model.
67
+ weight: 0.08 # Sets the weight of the model to 0.08, for a smaller, but still useful, contribution.
68
+ density: 0.69 # Sets a density of 0.69, to balance its contributions.
69
+
70
+ - model: sometimesanotion/Lamarck-14B-v0.6 # Defines the sometimesanotion/Lamarck model, which is useful for multi-step reasoning.
71
+ parameters: # Defines the weight and density that will be used for the model.
72
+ weight: 0.06 # Sets the weight of the model to 0.06, for a lower performing task model.
73
+ density: 0.62 # Sets the density to 0.62 for multi-step reasoning tasks.
74
+
75
+ - model: hotmailuser/QwenSlerp2-14B # Defines the hotmailuser model, with strong performance in reasoning and multi-task performance.
76
+ parameters: # Defines the weight and density that will be used for the model.
77
+ weight: 0.12 # Sets the weight of the model to 0.12, for its balanced contributions.
78
+ density: 0.66 # Sets the density of the model to 0.66, for better parameter integration.
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93e6f6646514027b93bb7d46e275c9b0271eaf75430e03765459498e3c839497
3
+ size 4899283440
model-00002-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:740dfccdf8140e88a97837dc959d6bf3e81a167f860c26658b113af6bc6fca31
3
+ size 4954847384
model-00003-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b7dfdc0997ef8f4228fbc336ca87bf19d543456fbf5cc19369ee5ee556a6ca
3
+ size 4954847376
model-00004-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f29933731f7901ddc298a3996e9a9ea6081261783dcde488bf55a358387fb6
3
+ size 4954847376
model-00005-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345c09dacaa3364b8bbf9be8de0480bd3deadf16ae63edcd7773d9bf89c43fba
3
+ size 4954847376
model-00006-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797a677331f5c8d972d1368937ea8763a63861f8513f782f6dcd11071dd4e0d0
3
+ size 4813289432
model.safetensors.index.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"metadata": {"mergekit_version": "0.0.5.1", "total_size": 29531895808}, "weight_map": {"lm_head.weight": "model-00001-of-00006.safetensors", "model.embed_tokens.weight": "model-00001-of-00006.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00006.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00006.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.input_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.mlp.up_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.k_proj.bias": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.q_proj.bias": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.v_proj.bias": "model-00001-of-00006.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00006.safetensors", "model.layers.11.input_layernorm.weight": "model-00001-of-00006.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00001-of-00006.safetensors", "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.14.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.15.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.16.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.17.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.18.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.19.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.mlp.up_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.k_proj.bias": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.q_proj.bias": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.v_proj.bias": "model-00002-of-00006.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00006.safetensors", "model.layers.2.input_layernorm.weight": "model-00002-of-00006.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00002-of-00006.safetensors", "model.layers.2.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.20.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.21.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.22.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.23.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.24.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.25.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.26.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.27.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.mlp.up_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.k_proj.bias": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.q_proj.bias": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.v_proj.bias": "model-00003-of-00006.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00006.safetensors", "model.layers.28.input_layernorm.weight": "model-00003-of-00006.safetensors", "model.layers.28.mlp.down_proj.weight": "model-00003-of-00006.safetensors", "model.layers.28.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.29.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.30.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.31.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.32.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.32.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.33.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.33.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.34.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.34.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.35.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.mlp.gate_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.mlp.up_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.post_attention_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.k_proj.bias": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.k_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.o_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.q_proj.bias": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.q_proj.weight": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.v_proj.bias": "model-00004-of-00006.safetensors", "model.layers.35.self_attn.v_proj.weight": "model-00004-of-00006.safetensors", "model.layers.36.input_layernorm.weight": "model-00004-of-00006.safetensors", "model.layers.36.mlp.down_proj.weight": "model-00004-of-00006.safetensors", "model.layers.36.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.36.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.37.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.37.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.38.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.38.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.39.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.39.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.40.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.40.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.41.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.41.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.42.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.42.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.43.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.mlp.gate_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.mlp.up_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.post_attention_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.k_proj.bias": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.k_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.o_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.q_proj.bias": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.q_proj.weight": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.v_proj.bias": "model-00005-of-00006.safetensors", "model.layers.43.self_attn.v_proj.weight": "model-00005-of-00006.safetensors", "model.layers.44.input_layernorm.weight": "model-00005-of-00006.safetensors", "model.layers.44.mlp.down_proj.weight": "model-00005-of-00006.safetensors", "model.layers.44.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.44.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.45.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.45.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.46.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.46.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.47.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.47.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.input_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.mlp.gate_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.mlp.up_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.k_proj.bias": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.q_proj.bias": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.v_proj.bias": "model-00006-of-00006.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00006-of-00006.safetensors", "model.norm.weight": "model-00006-of-00006.safetensors"}}
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff