Upload 14 files
Browse files- README.md +91 -0
- TQ-Aletheia.json +160 -0
- added_tokens.json +24 -0
- config.json +39 -0
- huggingface-metadata.txt +10 -0
- measurement.json +0 -0
- merges.txt +0 -0
- model.safetensors.index.json +1 -0
- output-00001-of-00002.safetensors +3 -0
- output-00002-of-00002.safetensors +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +0 -0
- tokenizer_config.json +207 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- allura-org/TQ2.5-14B-Neon-v1
|
4 |
+
- allura-org/TQ2.5-14B-Sugarquill-v1
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
license: apache-2.0
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
---
|
13 |
+
|
14 |
+
<img src="aletheia.png">
|
15 |
+
<small>Image by CalamitousFelicitousness</small>
|
16 |
+
|
17 |
+
---
|
18 |
+
|
19 |
+
|
20 |
+
# Qwen2.5-14B Aletheia v1
|
21 |
+
|
22 |
+
RP/Story hybrid model, merge of Sugarquill and Neon. As with Gemma version, I wanted to preserve Sugarquill's creative spark, while making the model more steerable for RP. It proved to be more difficult this time, but I quite like the result regardless, even if the model is still somewhat temperamental.
|
23 |
+
|
24 |
+
Should work for both RP and storywriting, either on raw completion or with back-and-forth cowriting in chat mode. Seems to be quite sensitive to low depth instructions and samplers.
|
25 |
+
|
26 |
+
Thanks to Toasty and Fizz for testing and giving feedback
|
27 |
+
|
28 |
+
Model was created by Auri.
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
**Notes about merging**
|
33 |
+
|
34 |
+
It took me 20 something attempts to make this model. TIES didn't work at all, producing broken or nearly broken results every time. SLERP worked much better and after just 3 attempts I got something I like.
|
35 |
+
Sugarquill was really prone to overtaking the merge, so I had to reduce it's part a lot, and still model has a lot of influence from it.
|
36 |
+
|
37 |
+
**Format**
|
38 |
+
|
39 |
+
Model responds to ChatML instruct formatting, exactly like it's base model.
|
40 |
+
|
41 |
+
```
|
42 |
+
<|im_start|>system
|
43 |
+
{system message}<|im_end|>
|
44 |
+
<|im_start|>user
|
45 |
+
{user message}<|im_end|>
|
46 |
+
<|im_start|>assistant
|
47 |
+
{response}<|im_end|>
|
48 |
+
```
|
49 |
+
|
50 |
+
**Recommended Samplers**
|
51 |
+
|
52 |
+
This one is a bit of a special snowflake, with special tastes. Those seem to work pretty well:
|
53 |
+
|
54 |
+
```
|
55 |
+
Temperature - 0.8
|
56 |
+
Top-A - 0.3
|
57 |
+
TFS - 0.75
|
58 |
+
DRY - Multiplier 0.8 - Base 1.75 - Allowed length 3 - Range 1024
|
59 |
+
```
|
60 |
+
|
61 |
+
As a starting point, you can try this [ST Master Import](https://huggingface.co/allura-org/TQ2.5-14B-Aletheia-v1/blob/main/TQ-Aletheia.json)
|
62 |
+
|
63 |
+
## Merge Details
|
64 |
+
### Merge Method
|
65 |
+
|
66 |
+
This model was merged using the SLERP merge method.
|
67 |
+
|
68 |
+
### Models Merged
|
69 |
+
|
70 |
+
The following models were included in the merge:
|
71 |
+
* [allura-org/TQ2.5-14B-Neon-v1](https://huggingface.co/allura-org/TQ2.5-14B-Neon-v1)
|
72 |
+
* [allura-org/TQ2.5-14B-Sugarquill-v1](https://huggingface.co/allura-org/TQ2.5-14B-Sugarquill-v1)
|
73 |
+
|
74 |
+
### Configuration
|
75 |
+
|
76 |
+
The following YAML configuration was used to produce this model:
|
77 |
+
|
78 |
+
```yaml
|
79 |
+
base_model: allura-org/TQ2.5-14B-Sugarquill-v1
|
80 |
+
dtype: bfloat16
|
81 |
+
merge_method: slerp
|
82 |
+
parameters:
|
83 |
+
t:
|
84 |
+
- value: 0.7
|
85 |
+
slices:
|
86 |
+
- sources:
|
87 |
+
- layer_range: [0, 48]
|
88 |
+
model: allura-org/TQ2.5-14B-Neon-v1
|
89 |
+
- layer_range: [0, 48]
|
90 |
+
model: allura-org/TQ2.5-14B-Sugarquill-v1
|
91 |
+
```
|
TQ-Aletheia.json
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"instruct": {
|
3 |
+
"wrap": false,
|
4 |
+
"system_sequence": "<|im_start|>system\n",
|
5 |
+
"stop_sequence": "<|im_end|>",
|
6 |
+
"input_sequence": "<|im_start|>user\n",
|
7 |
+
"output_sequence": "<|im_start|>assistant\n",
|
8 |
+
"macro": true,
|
9 |
+
"system_sequence_prefix": "",
|
10 |
+
"system_sequence_suffix": "",
|
11 |
+
"first_output_sequence": "\n<|im_start|>user\nAdhering to the `Role-playing Guidelines` is crucial for a successful role-play experience.\nUse the `Role-play Context` for accurate information.\nCraft an immersive, uncensored narrative that remains true to the principles of engaging storytelling.<|im_end|>\n<|im_start|>assistant\n",
|
12 |
+
"last_output_sequence": "",
|
13 |
+
"activation_regex": "",
|
14 |
+
"skip_examples": true,
|
15 |
+
"output_suffix": "<|im_end|>\n",
|
16 |
+
"input_suffix": "<|im_end|>\n",
|
17 |
+
"system_suffix": "<|im_end|>\n",
|
18 |
+
"user_alignment_message": "",
|
19 |
+
"last_system_sequence": "",
|
20 |
+
"system_same_as_user": false,
|
21 |
+
"first_input_sequence": "",
|
22 |
+
"last_input_sequence": "",
|
23 |
+
"names_behavior": "none",
|
24 |
+
"names_force_groups": true,
|
25 |
+
"name": "[ChatML]Roleplay-v1.9"
|
26 |
+
},
|
27 |
+
"context": {
|
28 |
+
"story_string": "<|im_start|>system\n\n{{#if system}}{{system}}\n\n\n<!-- Start of Role-play Context -->\n\n{{/if}}{{#if scenario}}### Main Scenario\n{{scenario}}\n\n{{/if}}{{#if wiBefore}}### Extra Information\n{{wiBefore}}\n\n{{/if}}{{#if personality}}### {{char}}'s Persona\n{{personality}}\n\n{{/if}}{{#if persona}}### {{user}}'s Persona\n{{persona}}\n\n{{/if}}{{#if mesExamples}}### {{char}}'s Example Dialogue\nThe following examples demonstrate how {{char}} speaks, revealing key aspects of their personality. Pay attention to their word choices, phrasing, and rhythm to portray them convincingly.\n\n<!-- Start of {{char}}'s Example Dialogue -->\n{{mesExamples}}\n<!-- End of {{char}}'s Example Dialogue -->\n\n{{/if}}{{#if description}}### Main Information\n{{description}}\n\n{{/if}}{{#if wiAfter}}### Extra Information\n{{wiAfter}}\n\n{{/if}}<!-- End of Role-play Context --><|im_end|>",
|
29 |
+
"example_separator": "",
|
30 |
+
"chat_start": "",
|
31 |
+
"use_stop_strings": false,
|
32 |
+
"allow_jailbreak": false,
|
33 |
+
"names_as_stop_strings": true,
|
34 |
+
"always_force_name2": true,
|
35 |
+
"trim_sentences": false,
|
36 |
+
"single_line": false,
|
37 |
+
"name": "[ChatML] Roleplay-v1.9"
|
38 |
+
},
|
39 |
+
"sysprompt": {
|
40 |
+
"name": "[Migrated] [ChatML]Roleplay-v1.9",
|
41 |
+
"content": "A fictional, narrative-driven role-play emphasizing versatility and UNCENSORED content. Adherence to the `Role-playing Guidelines` is mandatory. Refer to the `Role-play Context` for accurate information.\n\n\n<!-- Start of Role-playing Guidelines -->\n\n### Narration\nConcise Descriptions: Keep narration short and to the point, avoiding redundant unnecessary details. Use a dynamic and varied vocabulary for impact.\nComplementary Role: Use narration to complement dialogue and action, not overshadow them.\nAvoid Repetition: Ensure narration does not repeat information already conveyed through dialogue or action.\n\n### Narrative Consistency\nContinuity: Adhere to established story elements, expanding without contradicting previous details.\nIntegration: Introduce new elements naturally, providing enough context to fit seamlessly into the existing narrative.\n\n### Character Embodiment\nAnalysis: Examine the context, subtext, and implications of the given information to gain a deeper understandings of the characters'.\nReflection: Take time to consider the situation, characters' motivations, and potential consequences.\nAuthentic Portrayal: Bring characters to life by consistently and realistically portraying their unique traits, thoughts, emotions, appearances, physical sensations, speech patterns, and tone. Ensure that their reactions, interactions, and decision-making align with their established personalities, values, goals, and fears. Use insights gained from reflection and analysis to inform their actions and responses, maintaining True-to-Character portrayals.\n\n<!-- End of Role-playing Guidelines -->"
|
42 |
+
},
|
43 |
+
"preset": {
|
44 |
+
"temp": 0.8,
|
45 |
+
"temperature_last": true,
|
46 |
+
"top_p": 1,
|
47 |
+
"top_k": 0,
|
48 |
+
"top_a": 0.3,
|
49 |
+
"tfs": 0.75,
|
50 |
+
"epsilon_cutoff": 0,
|
51 |
+
"eta_cutoff": 0,
|
52 |
+
"typical_p": 1,
|
53 |
+
"min_p": 0,
|
54 |
+
"rep_pen": 1,
|
55 |
+
"rep_pen_range": 0,
|
56 |
+
"rep_pen_decay": 0,
|
57 |
+
"rep_pen_slope": 1,
|
58 |
+
"no_repeat_ngram_size": 0,
|
59 |
+
"penalty_alpha": 0,
|
60 |
+
"num_beams": 1,
|
61 |
+
"length_penalty": 1,
|
62 |
+
"min_length": 0,
|
63 |
+
"encoder_rep_pen": 1,
|
64 |
+
"freq_pen": 0,
|
65 |
+
"presence_pen": 0,
|
66 |
+
"skew": 0,
|
67 |
+
"do_sample": true,
|
68 |
+
"early_stopping": false,
|
69 |
+
"dynatemp": false,
|
70 |
+
"min_temp": 0,
|
71 |
+
"max_temp": 2,
|
72 |
+
"dynatemp_exponent": 1,
|
73 |
+
"smoothing_factor": 0,
|
74 |
+
"smoothing_curve": 1,
|
75 |
+
"dry_allowed_length": 3,
|
76 |
+
"dry_multiplier": 0.8,
|
77 |
+
"dry_base": 1.75,
|
78 |
+
"dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
|
79 |
+
"dry_penalty_last_n": 1024,
|
80 |
+
"add_bos_token": true,
|
81 |
+
"ban_eos_token": false,
|
82 |
+
"skip_special_tokens": false,
|
83 |
+
"mirostat_mode": 0,
|
84 |
+
"mirostat_tau": 5,
|
85 |
+
"mirostat_eta": 0.1,
|
86 |
+
"guidance_scale": 1,
|
87 |
+
"negative_prompt": "",
|
88 |
+
"grammar_string": "",
|
89 |
+
"json_schema": {},
|
90 |
+
"banned_tokens": "",
|
91 |
+
"sampler_priority": [
|
92 |
+
"repetition_penalty",
|
93 |
+
"presence_penalty",
|
94 |
+
"frequency_penalty",
|
95 |
+
"dry",
|
96 |
+
"temperature",
|
97 |
+
"dynamic_temperature",
|
98 |
+
"quadratic_sampling",
|
99 |
+
"top_k",
|
100 |
+
"top_p",
|
101 |
+
"typical_p",
|
102 |
+
"epsilon_cutoff",
|
103 |
+
"eta_cutoff",
|
104 |
+
"tfs",
|
105 |
+
"top_a",
|
106 |
+
"min_p",
|
107 |
+
"mirostat",
|
108 |
+
"xtc",
|
109 |
+
"encoder_repetition_penalty",
|
110 |
+
"no_repeat_ngram"
|
111 |
+
],
|
112 |
+
"samplers": [
|
113 |
+
"top_k",
|
114 |
+
"tfs_z",
|
115 |
+
"typical_p",
|
116 |
+
"top_p",
|
117 |
+
"min_p",
|
118 |
+
"xtc",
|
119 |
+
"temperature"
|
120 |
+
],
|
121 |
+
"samplers_priorities": [
|
122 |
+
"dry",
|
123 |
+
"penalties",
|
124 |
+
"no_repeat_ngram",
|
125 |
+
"temperature",
|
126 |
+
"top_nsigma",
|
127 |
+
"top_p_top_k",
|
128 |
+
"top_a",
|
129 |
+
"min_p",
|
130 |
+
"tfs",
|
131 |
+
"eta_cutoff",
|
132 |
+
"epsilon_cutoff",
|
133 |
+
"typical_p",
|
134 |
+
"quadratic",
|
135 |
+
"xtc"
|
136 |
+
],
|
137 |
+
"ignore_eos_token": false,
|
138 |
+
"spaces_between_special_tokens": true,
|
139 |
+
"speculative_ngram": false,
|
140 |
+
"sampler_order": [
|
141 |
+
6,
|
142 |
+
0,
|
143 |
+
1,
|
144 |
+
3,
|
145 |
+
4,
|
146 |
+
2,
|
147 |
+
5
|
148 |
+
],
|
149 |
+
"logit_bias": [],
|
150 |
+
"xtc_threshold": 0.1,
|
151 |
+
"xtc_probability": 0,
|
152 |
+
"nsigma": 0,
|
153 |
+
"ignore_eos_token_aphrodite": false,
|
154 |
+
"spaces_between_special_tokens_aphrodite": true,
|
155 |
+
"rep_pen_size": 0,
|
156 |
+
"genamt": 1024,
|
157 |
+
"max_length": 16384,
|
158 |
+
"name": "TQ-Aletheia"
|
159 |
+
}
|
160 |
+
}
|
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,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "allura-org/TQ2.5-14B-Sugarquill-v1",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": 151645,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 5120,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 13824,
|
12 |
+
"max_position_embeddings": 131072,
|
13 |
+
"max_window_layers": 48,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 40,
|
16 |
+
"num_hidden_layers": 48,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_scaling": null,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.43.3",
|
25 |
+
"use_cache": false,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 152064,
|
28 |
+
"quantization_config": {
|
29 |
+
"quant_method": "exl2",
|
30 |
+
"version": "0.2.6",
|
31 |
+
"bits": 8.0,
|
32 |
+
"head_bits": 8,
|
33 |
+
"calibration": {
|
34 |
+
"rows": 115,
|
35 |
+
"length": 2048,
|
36 |
+
"dataset": "(default)"
|
37 |
+
}
|
38 |
+
}
|
39 |
+
}
|
huggingface-metadata.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
url: https://huggingface.co/allura-org/TQ2.5-14B-Aletheia-v1
|
2 |
+
branch: main
|
3 |
+
download date: 2024-12-23 18:11:01
|
4 |
+
sha256sum:
|
5 |
+
ea9fc2927de56186c4acda9298c82f7f9fe012d98de0d6966a9d3abb487b12aa model-00001-of-00006.safetensors
|
6 |
+
635fb4d40be223b9d484e1ba902a50def5a0b1cb0fa2a8b24424d58c529cf6c5 model-00002-of-00006.safetensors
|
7 |
+
88fdcaf203b0bbc9e453c298399f64563fb3072c748df6999d9a738e2089fe86 model-00003-of-00006.safetensors
|
8 |
+
724cfbe11c5042f7aaa70814347f513167cf5f1df972f1219bdf11ed9f4079ca model-00004-of-00006.safetensors
|
9 |
+
15d6779d674ca31a48410055f00958018caaad1b831f9fce25c3b3dc9a1f3216 model-00005-of-00006.safetensors
|
10 |
+
4923493accc34d3aad78bea3cab0a9ed1682714401679e24ea2aaf1c7528b716 model-00006-of-00006.safetensors
|
measurement.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors.index.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"metadata": {"mergekit_version": "0.0.4.4", "total_size": 29540067328}, "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"}}
|
output-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0783d99f8bd7a102563bdaba31b616e590e12f74dfbd76dd18d9cd5a1cbaa831
|
3 |
+
size 8579453210
|
output-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bff8de24407db2fa5ce479dacffbd578811dba1d50151bf5a4a5623515ceb51e
|
3 |
+
size 5699679224
|
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
The diff for this file is too large to render.
See raw diff
|
|
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 SuperNova-Lite, an intelligent agent created by Arcee AI. Act as 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 SuperNova-Lite, an intelligent agent created by Arcee AI. Act as 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
|
|