Phase-3 coding-agentic QLoRA checkpoint (merged) + adapter + eval artifacts
Browse files- .gitattributes +1 -0
- README.md +86 -0
- adapter/adapter_config.json +48 -0
- adapter/adapter_model.safetensors +3 -0
- chat_template.jinja +112 -0
- config.json +31 -0
- eval/fixed_probe_outputs.md +58 -0
- eval/mmlu_0shot_summary.json +65 -0
- generation_config.json +8 -0
- model-00001-of-00010.safetensors +3 -0
- model-00002-of-00010.safetensors +3 -0
- model-00003-of-00010.safetensors +3 -0
- model-00004-of-00010.safetensors +3 -0
- model-00005-of-00010.safetensors +3 -0
- model-00006-of-00010.safetensors +3 -0
- model-00007-of-00010.safetensors +3 -0
- model-00008-of-00010.safetensors +3 -0
- model-00009-of-00010.safetensors +3 -0
- model-00010-of-00010.safetensors +3 -0
- model.safetensors.index.json +371 -0
- tokenizer.json +3 -0
- tokenizer_config.json +18 -0
.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,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: WarlordHermes/Magidonia-24B-v4.3-creative-ORPO
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- qlora
|
| 6 |
+
- axolotl
|
| 7 |
+
- mistral
|
| 8 |
+
- coding
|
| 9 |
+
- agentic
|
| 10 |
+
- phase3
|
| 11 |
+
- reasoning
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Magidonia-24B Coding-Agentic (phase 3 checkpoint)
|
| 17 |
+
|
| 18 |
+
**This is the phase-3 checkpoint of a multi-phase coding-agentic reasoning fine-tune. It is
|
| 19 |
+
*not* the final release.** A further phase-4 continuation (real agentic tool-use traces) is
|
| 20 |
+
planned/pending as of this upload — check the
|
| 21 |
+
[repo commit history / discussions](https://huggingface.co/groxaxo/Magidonia-24B-coding-agentic-v1)
|
| 22 |
+
for whether a phase-4 revision has since been added under a separate tag.
|
| 23 |
+
|
| 24 |
+
A QLoRA reasoning adapter trained on
|
| 25 |
+
[`WarlordHermes/Magidonia-24B-v4.3-creative-ORPO`](https://huggingface.co/WarlordHermes/Magidonia-24B-v4.3-creative-ORPO)
|
| 26 |
+
(itself a fine-tune of `TheDrummer/Magidonia-24B-v4.3`, Mistral-Small-24B lineage), merged into
|
| 27 |
+
the base weights. Trained via a chained 2k→4k→8k sequence-length curriculum with a
|
| 28 |
+
coding-agentic-focused dataset mix.
|
| 29 |
+
|
| 30 |
+
## Training recipe
|
| 31 |
+
|
| 32 |
+
- Base: `WarlordHermes/Magidonia-24B-v4.3-creative-ORPO` (Mistral-Small-24B, 32q/8kv heads, 40
|
| 33 |
+
layers, ByteLevel "Tekken" tokenizer)
|
| 34 |
+
- Method: QLoRA (4-bit NF4 double-quant), r=64, alpha=128, rslora, target modules
|
| 35 |
+
`[q_proj,k_proj,v_proj,o_proj,gate_proj,up_proj,down_proj]`
|
| 36 |
+
- FSDP2, 3× RTX 3090, `axolotl`
|
| 37 |
+
- 3-phase chained length curriculum: seq_len 2048 → 4096 → 8192 (each phase resumes the
|
| 38 |
+
previous phase's adapter), 1 epoch, lr 8e-5 cosine, `sample_packing: true`
|
| 39 |
+
- **Dataset mix** (~13.7k rows): `angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k` (~33%),
|
| 40 |
+
`Roman1111111/claude-sonnet-4.6-120000x` grade≥9.0 filtered (~33%, includes hard
|
| 41 |
+
systems-programming), `Roman1111111/claude-opus-4.6-10000x` simple-math (~18%),
|
| 42 |
+
`nohurry/Opus-4.6-Reasoning-3000x-filtered` (~17%),
|
| 43 |
+
`AlicanKiraz0/Agentic-Chain-of-Thought-Coding-SFT-Dataset-v1.1` (~3%, meta-leaked rows filtered)
|
| 44 |
+
- Reasoning format: literal `<thinking>...</thinking>` tags wrapping the model's reasoning
|
| 45 |
+
before its final answer, response-only (assistant-only) loss masking
|
| 46 |
+
|
| 47 |
+
## ⚠️ Important: reasoning-tag convention
|
| 48 |
+
|
| 49 |
+
This model was trained to emit **literal `<thinking>...</thinking>` tags** as plain text in its
|
| 50 |
+
output. The base Mistral/Magidonia chat template has its own *separate* native convention: it
|
| 51 |
+
injects a `[THINK]...[/THINK]` instruction when the system prompt contains the literal string
|
| 52 |
+
`/think`. **Do not put `/think` in the system prompt when using this model** — doing so mixes
|
| 53 |
+
the template's native instruction with this model's learned literal-tag behavior and will
|
| 54 |
+
produce inconsistent/duplicated reasoning framing. Use plain system prompts.
|
| 55 |
+
|
| 56 |
+
## Evaluation
|
| 57 |
+
|
| 58 |
+
**MMLU: 69.9%** (unweighted mean across all 57 standard MMLU subjects, 0-shot, `lm-evaluation-harness`).
|
| 59 |
+
|
| 60 |
+
Methodology note: multiple-choice loglikelihood tasks like MMLU move very little for a
|
| 61 |
+
reasoning/creative-focused LoRA and are a rough sanity check, not a precise measurement of what
|
| 62 |
+
the fine-tune changed. This number should not be directly compared to Mistral's official
|
| 63 |
+
5-shot benchmark for the base model — different shot count, different quantization (this eval
|
| 64 |
+
ran in 4-bit on a single GPU; naive multi-GPU pipeline-sharded inference was found to corrupt
|
| 65 |
+
results for this model and was avoided), and this is a derivative, not the base.
|
| 66 |
+
|
| 67 |
+
Qualitative check: clean-process reload + generation on fixed probes shows coherent step-by-step
|
| 68 |
+
`<thinking>` reasoning, correct tokenization/spacing, and no prompt echo.
|
| 69 |
+
|
| 70 |
+
## License and provenance
|
| 71 |
+
|
| 72 |
+
- Base model license: **Apache-2.0** (per `WarlordHermes/Magidonia-24B-v4.3-creative-ORPO`'s
|
| 73 |
+
card metadata).
|
| 74 |
+
- This derivative is released under **Apache-2.0** to match the base model's license metadata
|
| 75 |
+
where permitted.
|
| 76 |
+
- Training data was drawn from public Hugging Face datasets (listed above). **This is not legal
|
| 77 |
+
advice** — the upstream terms of each training dataset (several are synthetic/distilled from
|
| 78 |
+
other models) have not been independently audited by the uploader. Users are responsible for
|
| 79 |
+
checking dataset/source terms for their own use case before relying on this model commercially.
|
| 80 |
+
|
| 81 |
+
## Known limitations
|
| 82 |
+
|
| 83 |
+
- Phase-3 checkpoint only — has not yet seen the planned agentic tool-use continuation data.
|
| 84 |
+
- QLoRA merge; quality profile reflects a 4-bit-trained adapter merged into bf16 weights.
|
| 85 |
+
- MMLU (a general-knowledge benchmark) is not a strong signal for this model's actual target
|
| 86 |
+
behavior (reasoning-formatted, increasingly coding/agentic-focused generation).
|
adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "WarlordHermes/Magidonia-24B-v4.3-creative-ORPO",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": null,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 128,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.0,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"peft_type": "LORA",
|
| 27 |
+
"peft_version": "0.19.1",
|
| 28 |
+
"qalora_group_size": 16,
|
| 29 |
+
"r": 64,
|
| 30 |
+
"rank_pattern": {},
|
| 31 |
+
"revision": null,
|
| 32 |
+
"target_modules": [
|
| 33 |
+
"o_proj",
|
| 34 |
+
"gate_proj",
|
| 35 |
+
"up_proj",
|
| 36 |
+
"q_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"down_proj",
|
| 39 |
+
"v_proj"
|
| 40 |
+
],
|
| 41 |
+
"target_parameters": [],
|
| 42 |
+
"task_type": "CAUSAL_LM",
|
| 43 |
+
"trainable_token_indices": null,
|
| 44 |
+
"use_bdlora": null,
|
| 45 |
+
"use_dora": false,
|
| 46 |
+
"use_qalora": false,
|
| 47 |
+
"use_rslora": true
|
| 48 |
+
}
|
adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa1480596d0ec5637d9017c73772afddb9fdb11e38754cb86e552f79b5810fa1
|
| 3 |
+
size 1478568312
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set default_system_message = 'First draft your thinking process (inner monologue) until you arrive at a response. Format your response using Markdown, and use LaTeX for any mathematical equations. Write both your thoughts and the response in the same language as the input.\n\nYour thinking process must follow the template below:[THINK]Your thoughts or/and draft, like working through an exercise on scratch paper. Be as casual and as long as you want until you are confident to generate the response. Use the same language as the input.[/THINK]Here, provide a self-contained response.' %}
|
| 2 |
+
|
| 3 |
+
{{- bos_token }}
|
| 4 |
+
|
| 5 |
+
{#- Extract system message if present -#}
|
| 6 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 7 |
+
{%- if messages[0]['content'] is string %}
|
| 8 |
+
{%- set raw_system_message = messages[0]['content'] %}
|
| 9 |
+
{%- else %}
|
| 10 |
+
{%- set raw_system_message = messages[0]['content'][0]['text'] %}
|
| 11 |
+
{%- endif %}
|
| 12 |
+
{%- set loop_messages = messages[1:] %}
|
| 13 |
+
{%- else %}
|
| 14 |
+
{%- set raw_system_message = "" %}
|
| 15 |
+
{%- set loop_messages = messages %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
|
| 18 |
+
{#- Detect THINK flag by searching for exact phrase "/think" -#}
|
| 19 |
+
{%- if "/think" in raw_system_message %}
|
| 20 |
+
{%- set THINK = True %}
|
| 21 |
+
{%- else %}
|
| 22 |
+
{%- set THINK = False %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
|
| 25 |
+
{#- Apply logic depending on THINK flag -#}
|
| 26 |
+
{%- if THINK %}
|
| 27 |
+
{%- if raw_system_message|length > 0 %}
|
| 28 |
+
{%- set system_message = default_system_message + "\n\n" + raw_system_message %}
|
| 29 |
+
{%- else %}
|
| 30 |
+
{%- set system_message = default_system_message %}
|
| 31 |
+
{%- endif %}
|
| 32 |
+
{{- '[SYSTEM_PROMPT]' + system_message + '[/SYSTEM_PROMPT]' }}
|
| 33 |
+
{%- else %}
|
| 34 |
+
{%- if raw_system_message|length > 0 %}
|
| 35 |
+
{{- '[SYSTEM_PROMPT]' + raw_system_message + '[/SYSTEM_PROMPT]' }}
|
| 36 |
+
{%- endif %}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
{#- Tool description appended ONLY to last user message. Edits made by Unsloth #}
|
| 41 |
+
{%- set tools_description = "" %}
|
| 42 |
+
{%- set has_tools = false %}
|
| 43 |
+
|
| 44 |
+
{%- if tools is defined and tools is not none and tools|length > 0 %}
|
| 45 |
+
{%- set has_tools = true %}
|
| 46 |
+
{%- set tools_description = "[AVAILABLE_TOOLS]" + (tools | tojson) + "[/AVAILABLE_TOOLS]" %}
|
| 47 |
+
{{- tools_description }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
|
| 50 |
+
{%- for message in loop_messages %}
|
| 51 |
+
{%- if message['role'] == 'user' %}
|
| 52 |
+
|
| 53 |
+
{%- if message['content'] is string %}
|
| 54 |
+
{{- '[INST]' + message['content'] + '[/INST]' }}
|
| 55 |
+
{%- else %}
|
| 56 |
+
{{- '[INST]' }}
|
| 57 |
+
{%- for block in message['content'] %}
|
| 58 |
+
{%- if block['type'] == 'text' %}
|
| 59 |
+
{%- if block['text'] is defined %}
|
| 60 |
+
{{- block['text'] }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{{- block['content'] }}
|
| 63 |
+
{%- endif %}
|
| 64 |
+
{%- elif block['type'] in ['image', 'image_url'] %}
|
| 65 |
+
{{- '[IMG]' }}
|
| 66 |
+
{%- else %}
|
| 67 |
+
{{- raise_exception('Only text and image blocks are supported in message content!') }}
|
| 68 |
+
{%- endif %}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{{- '[/INST]' }}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
|
| 73 |
+
{%- elif message['role'] == 'system' %}
|
| 74 |
+
{%- if message['content'] is string %}
|
| 75 |
+
{{- '[SYSTEM_PROMPT]' + message['content'] + '[/SYSTEM_PROMPT]' }}
|
| 76 |
+
{%- else %}
|
| 77 |
+
{{- '[SYSTEM_PROMPT]' + message['content'][0]['text'] + '[/SYSTEM_PROMPT]' }}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
|
| 80 |
+
{%- elif message['role'] == 'assistant' %}
|
| 81 |
+
{%- if message['content'] is string %}
|
| 82 |
+
{{- message['content'] }}
|
| 83 |
+
{%- elif message['content'] is iterable %}
|
| 84 |
+
{{- message['content'][0]['text'] }}
|
| 85 |
+
{%- endif %}
|
| 86 |
+
|
| 87 |
+
{%- if message['tool_calls'] is defined and message['tool_calls'] is not none %}
|
| 88 |
+
{%- for tool in message['tool_calls'] %}
|
| 89 |
+
{%- set arguments = tool['function']['arguments'] %}
|
| 90 |
+
{%- if arguments is not string %}
|
| 91 |
+
{%- set arguments = arguments|tojson %}
|
| 92 |
+
{%- endif %}
|
| 93 |
+
{{- "[TOOL_CALLS]" + tool['function']['name'] + "[ARGS]" + arguments }}
|
| 94 |
+
{%- endfor %}
|
| 95 |
+
{%- endif %}
|
| 96 |
+
|
| 97 |
+
{{- eos_token }}
|
| 98 |
+
|
| 99 |
+
{%- elif message["role"] == "tool_results" or message["role"] == "tool" %}
|
| 100 |
+
{%- if message.content is defined and message.content.content is defined %}
|
| 101 |
+
{%- set content = message.content.content %}
|
| 102 |
+
{%- else %}
|
| 103 |
+
{%- set content = message.content %}
|
| 104 |
+
{%- endif %}
|
| 105 |
+
{{- "[TOOL_RESULTS]" + content|string + "[/TOOL_RESULTS]" }}
|
| 106 |
+
|
| 107 |
+
{%- else %}
|
| 108 |
+
{{- raise_exception('Only user, system, assistant and tool roles are supported!') }}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- endfor %}
|
| 111 |
+
|
| 112 |
+
{#- Licensed under the Apache License, Version 2.0 (the "License") #}
|
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MistralForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"bos_token_id": 1,
|
| 7 |
+
"dtype": "bfloat16",
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 5120,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 32768,
|
| 14 |
+
"max_position_embeddings": 131072,
|
| 15 |
+
"model_type": "mistral",
|
| 16 |
+
"num_attention_heads": 32,
|
| 17 |
+
"num_hidden_layers": 40,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"pad_token_id": 11,
|
| 20 |
+
"rms_norm_eps": 1e-05,
|
| 21 |
+
"rope_parameters": {
|
| 22 |
+
"rope_theta": 1000000000.0,
|
| 23 |
+
"rope_type": "default"
|
| 24 |
+
},
|
| 25 |
+
"sliding_window": null,
|
| 26 |
+
"tie_word_embeddings": false,
|
| 27 |
+
"transformers_version": "5.10.2",
|
| 28 |
+
"unsloth_version": "2025.12.5",
|
| 29 |
+
"use_cache": false,
|
| 30 |
+
"vocab_size": 131072
|
| 31 |
+
}
|
eval/fixed_probe_outputs.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Fixed generation probes (merged model, clean process, single-GPU 4-bit)
|
| 2 |
+
|
| 3 |
+
Tokenizer spacing check (plain `AutoTokenizer.from_pretrained(model_dir)`, no special-casing):
|
| 4 |
+
- `'The quick brown fox'` -> `'The quick brown fox'` OK
|
| 5 |
+
- `'a b c'` -> `'a b c'` OK
|
| 6 |
+
- `'17 * 23 = 391, correct?'` -> `'17 * 23 = 391, correct?'` OK
|
| 7 |
+
|
| 8 |
+
## Prompt: What is 17 * 23? Show your reasoning.
|
| 9 |
+
```
|
| 10 |
+
<thinking>
|
| 11 |
+
This is a simple multiplication problem. Let me work through it step by step.
|
| 12 |
+
|
| 13 |
+
17 × 23
|
| 14 |
+
|
| 15 |
+
I can think of this as:
|
| 16 |
+
- 17 × 20 = 340
|
| 17 |
+
- 17 × 3 = 51
|
| 18 |
+
- 340 + 51 = 391
|
| 19 |
+
|
| 20 |
+
Alternatively, I can use the distributive property:
|
| 21 |
+
- 17 × 23 = 17 × (20 + 3) = 17×20 + 17×3 = 340 + 51 = 391
|
| 22 |
+
|
| 23 |
+
Let me verify: 391 ÷ 17 = 23 ✓
|
| 24 |
+
...
|
| 25 |
+
</thinking>
|
| 26 |
+
# 17 × 23 = 391
|
| 27 |
+
```
|
| 28 |
+
`<thinking></thinking>` present: yes. Prompt echo: no.
|
| 29 |
+
|
| 30 |
+
## Prompt: If a train travels 60 km in 45 minutes, what is its average speed in km/h?
|
| 31 |
+
```
|
| 32 |
+
<thinking>
|
| 33 |
+
Okay, so I'm tackling a basic speed problem: a train travels 60 km in 45 minutes, and I need to
|
| 34 |
+
find the average speed in km/h. ... speed equals distance divided by time ... need to convert
|
| 35 |
+
the time to hours (h) before doing the division ...
|
| 36 |
+
```
|
| 37 |
+
Cut off at max_new_tokens (this is a generation-length artifact, not a formatting bug). Prompt echo: no.
|
| 38 |
+
|
| 39 |
+
## Prompt: Write a vivid two-sentence story about an old lighthouse keeper.
|
| 40 |
+
```
|
| 41 |
+
<thinking>
|
| 42 |
+
The user wants a vivid two-sentence story about an old lighthouse keeper. The key is to make it
|
| 43 |
+
feel like a complete story with a beginning, middle, and end compressed into two sentences ...
|
| 44 |
+
```
|
| 45 |
+
Cut off at max_new_tokens. Prompt echo: no.
|
| 46 |
+
|
| 47 |
+
## Prompt: Explain, briefly, why the sky is blue.
|
| 48 |
+
```
|
| 49 |
+
<thinking>
|
| 50 |
+
The user wants a brief explanation of why the sky is blue ... Rayleigh scattering is proportional
|
| 51 |
+
to 1/lambda^4 (blue light is scattered more than red) ...
|
| 52 |
+
</thinking>
|
| 53 |
+
|
| 54 |
+
Sunlight is white lig[ht...]
|
| 55 |
+
```
|
| 56 |
+
`<thinking></thinking>` present: yes. Prompt echo: no.
|
| 57 |
+
|
| 58 |
+
All 4 probes: correctly spaced, coherent, no prompt echo, on-topic reasoning.
|
eval/mmlu_0shot_summary.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"overall_mmlu_unweighted_mean": 0.6989,
|
| 3 |
+
"n_subjects": 57,
|
| 4 |
+
"shots": 0,
|
| 5 |
+
"methodology": "single-GPU 4-bit inference per subject-group (data-parallel across 3 GPUs); naive multi-GPU pipeline sharding (parallelize=True) was found to corrupt inference for this model and was avoided",
|
| 6 |
+
"per_subject_acc": {
|
| 7 |
+
"mmlu_moral_scenarios": 0.34301675977653634,
|
| 8 |
+
"mmlu_abstract_algebra": 0.35,
|
| 9 |
+
"mmlu_college_mathematics": 0.39,
|
| 10 |
+
"mmlu_formal_logic": 0.40476190476190477,
|
| 11 |
+
"mmlu_high_school_mathematics": 0.4444444444444444,
|
| 12 |
+
"mmlu_machine_learning": 0.48214285714285715,
|
| 13 |
+
"mmlu_virology": 0.4939759036144578,
|
| 14 |
+
"mmlu_professional_law": 0.49608865710560623,
|
| 15 |
+
"mmlu_econometrics": 0.5087719298245614,
|
| 16 |
+
"mmlu_high_school_physics": 0.5099337748344371,
|
| 17 |
+
"mmlu_global_facts": 0.51,
|
| 18 |
+
"mmlu_college_chemistry": 0.52,
|
| 19 |
+
"mmlu_college_physics": 0.5294117647058824,
|
| 20 |
+
"mmlu_professional_accounting": 0.5531914893617021,
|
| 21 |
+
"mmlu_elementary_mathematics": 0.5873015873015873,
|
| 22 |
+
"mmlu_college_computer_science": 0.6,
|
| 23 |
+
"mmlu_high_school_statistics": 0.6157407407407407,
|
| 24 |
+
"mmlu_high_school_chemistry": 0.6551724137931034,
|
| 25 |
+
"mmlu_conceptual_physics": 0.6723404255319149,
|
| 26 |
+
"mmlu_business_ethics": 0.68,
|
| 27 |
+
"mmlu_college_medicine": 0.6820809248554913,
|
| 28 |
+
"mmlu_electrical_engineering": 0.696551724137931,
|
| 29 |
+
"mmlu_human_aging": 0.7040358744394619,
|
| 30 |
+
"mmlu_computer_security": 0.71,
|
| 31 |
+
"mmlu_high_school_computer_science": 0.71,
|
| 32 |
+
"mmlu_professional_psychology": 0.7107843137254902,
|
| 33 |
+
"mmlu_high_school_macroeconomics": 0.7128205128205128,
|
| 34 |
+
"mmlu_philosophy": 0.7266881028938906,
|
| 35 |
+
"mmlu_anatomy": 0.7333333333333333,
|
| 36 |
+
"mmlu_professional_medicine": 0.7463235294117647,
|
| 37 |
+
"mmlu_public_relations": 0.7545454545454545,
|
| 38 |
+
"mmlu_high_school_microeconomics": 0.7605042016806722,
|
| 39 |
+
"mmlu_clinical_knowledge": 0.769811320754717,
|
| 40 |
+
"mmlu_security_studies": 0.7714285714285715,
|
| 41 |
+
"mmlu_moral_disputes": 0.7745664739884393,
|
| 42 |
+
"mmlu_human_sexuality": 0.7862595419847328,
|
| 43 |
+
"mmlu_medical_genetics": 0.79,
|
| 44 |
+
"mmlu_prehistory": 0.7962962962962963,
|
| 45 |
+
"mmlu_jurisprudence": 0.8148148148148148,
|
| 46 |
+
"mmlu_logical_fallacies": 0.8159509202453987,
|
| 47 |
+
"mmlu_high_school_european_history": 0.8181818181818182,
|
| 48 |
+
"mmlu_nutrition": 0.8300653594771242,
|
| 49 |
+
"mmlu_international_law": 0.8347107438016529,
|
| 50 |
+
"mmlu_world_religions": 0.8362573099415205,
|
| 51 |
+
"mmlu_miscellaneous": 0.8365261813537676,
|
| 52 |
+
"mmlu_high_school_us_history": 0.8382352941176471,
|
| 53 |
+
"mmlu_high_school_geography": 0.8383838383838383,
|
| 54 |
+
"mmlu_college_biology": 0.8402777777777778,
|
| 55 |
+
"mmlu_astronomy": 0.8421052631578947,
|
| 56 |
+
"mmlu_high_school_world_history": 0.8481012658227848,
|
| 57 |
+
"mmlu_high_school_biology": 0.8548387096774194,
|
| 58 |
+
"mmlu_high_school_psychology": 0.8623853211009175,
|
| 59 |
+
"mmlu_sociology": 0.8706467661691543,
|
| 60 |
+
"mmlu_high_school_government_and_politics": 0.8808290155440415,
|
| 61 |
+
"mmlu_management": 0.883495145631068,
|
| 62 |
+
"mmlu_marketing": 0.8888888888888888,
|
| 63 |
+
"mmlu_us_foreign_policy": 0.92
|
| 64 |
+
}
|
| 65 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"pad_token_id": 11,
|
| 6 |
+
"transformers_version": "5.10.2",
|
| 7 |
+
"use_cache": false
|
| 8 |
+
}
|
model-00001-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c26214518357eebfbf9745eff4cf006f29c56f0b236541b15e26c8e0d9b72e1
|
| 3 |
+
size 4907389312
|
model-00002-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:177b3a979f250fe2876506afebc1d4eeed4cbbd1de033cd56ed0f257a21718b4
|
| 3 |
+
size 4781592792
|
model-00003-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db9a420483fabbf69a51b590c5cd7c2f5524ed8d5ccc4f3748b8a3a83a30c1f
|
| 3 |
+
size 4781592784
|
model-00004-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bc56046a013e536bfd679ff8bf20a1779f62585a2e6997de12b1f3d7a31df7d
|
| 3 |
+
size 4886471600
|
model-00005-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3bf0d7ad1d094ccc4f34aeae52a54e17c5c3517a7369e8e42c5d8b59f28f4b2
|
| 3 |
+
size 4781592832
|
model-00006-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:297e858406441357926847a8038317478e59f36efb95c0dd0fafd96d041fbcf1
|
| 3 |
+
size 4781592816
|
model-00007-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfb4cd31032dca7d85817c131bb8b67b19df917a4960fe05e823d6db690ec5f9
|
| 3 |
+
size 4886471600
|
model-00008-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79f1f3c05e40d9a62cf8705634a3d3f98c53d5c7f193a2f26d887f220bb7709d
|
| 3 |
+
size 4781592832
|
model-00009-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25c36f2e0088597754ffa7415bc4f981655b0f5b737aa057ce3d203cb80eac2b
|
| 3 |
+
size 4781592816
|
model-00010-of-00010.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a78d2f0d4873229444b962d6ef2f332a83b0aed8af8bf8f1974fef7e86e496f3
|
| 3 |
+
size 3774959488
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,371 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 23572403200,
|
| 4 |
+
"total_size": 47144806400
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00001-of-00010.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00010.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00010.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00010.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00010.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00010.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00010.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00010.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00010.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00010.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00010.safetensors",
|
| 18 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00010.safetensors",
|
| 19 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00010.safetensors",
|
| 20 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00010.safetensors",
|
| 21 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00010.safetensors",
|
| 22 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00010.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00010.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00010.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00010.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00010.safetensors",
|
| 27 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00010.safetensors",
|
| 28 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
|
| 29 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00010.safetensors",
|
| 30 |
+
"model.layers.10.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
|
| 31 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
|
| 35 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
|
| 36 |
+
"model.layers.11.input_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 37 |
+
"model.layers.11.mlp.down_proj.weight": "model-00004-of-00010.safetensors",
|
| 38 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00004-of-00010.safetensors",
|
| 39 |
+
"model.layers.11.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
|
| 40 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
|
| 44 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
|
| 45 |
+
"model.layers.12.input_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 46 |
+
"model.layers.12.mlp.down_proj.weight": "model-00004-of-00010.safetensors",
|
| 47 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00004-of-00010.safetensors",
|
| 48 |
+
"model.layers.12.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
|
| 49 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
|
| 53 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
|
| 54 |
+
"model.layers.13.input_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 55 |
+
"model.layers.13.mlp.down_proj.weight": "model-00004-of-00010.safetensors",
|
| 56 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00004-of-00010.safetensors",
|
| 57 |
+
"model.layers.13.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
|
| 58 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
|
| 62 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
|
| 63 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 64 |
+
"model.layers.14.mlp.down_proj.weight": "model-00004-of-00010.safetensors",
|
| 65 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00004-of-00010.safetensors",
|
| 66 |
+
"model.layers.14.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
|
| 67 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
|
| 71 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
|
| 72 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00010.safetensors",
|
| 73 |
+
"model.layers.15.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
|
| 74 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00005-of-00010.safetensors",
|
| 75 |
+
"model.layers.15.mlp.up_proj.weight": "model-00005-of-00010.safetensors",
|
| 76 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
|
| 80 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
|
| 81 |
+
"model.layers.16.input_layernorm.weight": "model-00005-of-00010.safetensors",
|
| 82 |
+
"model.layers.16.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
|
| 83 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00005-of-00010.safetensors",
|
| 84 |
+
"model.layers.16.mlp.up_proj.weight": "model-00005-of-00010.safetensors",
|
| 85 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
|
| 89 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
|
| 90 |
+
"model.layers.17.input_layernorm.weight": "model-00005-of-00010.safetensors",
|
| 91 |
+
"model.layers.17.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
|
| 92 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00005-of-00010.safetensors",
|
| 93 |
+
"model.layers.17.mlp.up_proj.weight": "model-00005-of-00010.safetensors",
|
| 94 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
|
| 98 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
|
| 99 |
+
"model.layers.18.input_layernorm.weight": "model-00005-of-00010.safetensors",
|
| 100 |
+
"model.layers.18.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
|
| 101 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00005-of-00010.safetensors",
|
| 102 |
+
"model.layers.18.mlp.up_proj.weight": "model-00005-of-00010.safetensors",
|
| 103 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
|
| 107 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
|
| 108 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00010.safetensors",
|
| 109 |
+
"model.layers.19.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
|
| 110 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00006-of-00010.safetensors",
|
| 111 |
+
"model.layers.19.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
|
| 112 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00006-of-00010.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00006-of-00010.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00006-of-00010.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00006-of-00010.safetensors",
|
| 116 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00006-of-00010.safetensors",
|
| 117 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00010.safetensors",
|
| 118 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
|
| 119 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00002-of-00010.safetensors",
|
| 120 |
+
"model.layers.2.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
|
| 121 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00010.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00010.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00010.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00010.safetensors",
|
| 125 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00010.safetensors",
|
| 126 |
+
"model.layers.20.input_layernorm.weight": "model-00006-of-00010.safetensors",
|
| 127 |
+
"model.layers.20.mlp.down_proj.weight": "model-00006-of-00010.safetensors",
|
| 128 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00006-of-00010.safetensors",
|
| 129 |
+
"model.layers.20.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
|
| 130 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00006-of-00010.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00006-of-00010.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00006-of-00010.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00006-of-00010.safetensors",
|
| 134 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00006-of-00010.safetensors",
|
| 135 |
+
"model.layers.21.input_layernorm.weight": "model-00006-of-00010.safetensors",
|
| 136 |
+
"model.layers.21.mlp.down_proj.weight": "model-00006-of-00010.safetensors",
|
| 137 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00006-of-00010.safetensors",
|
| 138 |
+
"model.layers.21.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
|
| 139 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00006-of-00010.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00006-of-00010.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00006-of-00010.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00006-of-00010.safetensors",
|
| 143 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00006-of-00010.safetensors",
|
| 144 |
+
"model.layers.22.input_layernorm.weight": "model-00006-of-00010.safetensors",
|
| 145 |
+
"model.layers.22.mlp.down_proj.weight": "model-00006-of-00010.safetensors",
|
| 146 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00006-of-00010.safetensors",
|
| 147 |
+
"model.layers.22.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
|
| 148 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00006-of-00010.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00006-of-00010.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00006-of-00010.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00006-of-00010.safetensors",
|
| 152 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00006-of-00010.safetensors",
|
| 153 |
+
"model.layers.23.input_layernorm.weight": "model-00006-of-00010.safetensors",
|
| 154 |
+
"model.layers.23.mlp.down_proj.weight": "model-00006-of-00010.safetensors",
|
| 155 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00006-of-00010.safetensors",
|
| 156 |
+
"model.layers.23.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
|
| 157 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
|
| 161 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
|
| 162 |
+
"model.layers.24.input_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 163 |
+
"model.layers.24.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
|
| 164 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00007-of-00010.safetensors",
|
| 165 |
+
"model.layers.24.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
|
| 166 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
|
| 170 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
|
| 171 |
+
"model.layers.25.input_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 172 |
+
"model.layers.25.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
|
| 173 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00007-of-00010.safetensors",
|
| 174 |
+
"model.layers.25.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
|
| 175 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
|
| 179 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
|
| 180 |
+
"model.layers.26.input_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 181 |
+
"model.layers.26.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
|
| 182 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00007-of-00010.safetensors",
|
| 183 |
+
"model.layers.26.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
|
| 184 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
|
| 188 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
|
| 189 |
+
"model.layers.27.input_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 190 |
+
"model.layers.27.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
|
| 191 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00007-of-00010.safetensors",
|
| 192 |
+
"model.layers.27.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
|
| 193 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
|
| 197 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
|
| 198 |
+
"model.layers.28.input_layernorm.weight": "model-00007-of-00010.safetensors",
|
| 199 |
+
"model.layers.28.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
|
| 200 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00008-of-00010.safetensors",
|
| 201 |
+
"model.layers.28.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
|
| 202 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00008-of-00010.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00008-of-00010.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00008-of-00010.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00008-of-00010.safetensors",
|
| 206 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00008-of-00010.safetensors",
|
| 207 |
+
"model.layers.29.input_layernorm.weight": "model-00008-of-00010.safetensors",
|
| 208 |
+
"model.layers.29.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
|
| 209 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00008-of-00010.safetensors",
|
| 210 |
+
"model.layers.29.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
|
| 211 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00008-of-00010.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00008-of-00010.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00008-of-00010.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00008-of-00010.safetensors",
|
| 215 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00008-of-00010.safetensors",
|
| 216 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00010.safetensors",
|
| 217 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
|
| 218 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00010.safetensors",
|
| 219 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
|
| 220 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00010.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00010.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00010.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00010.safetensors",
|
| 224 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00010.safetensors",
|
| 225 |
+
"model.layers.30.input_layernorm.weight": "model-00008-of-00010.safetensors",
|
| 226 |
+
"model.layers.30.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
|
| 227 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00008-of-00010.safetensors",
|
| 228 |
+
"model.layers.30.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
|
| 229 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00008-of-00010.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00008-of-00010.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00008-of-00010.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00008-of-00010.safetensors",
|
| 233 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00008-of-00010.safetensors",
|
| 234 |
+
"model.layers.31.input_layernorm.weight": "model-00008-of-00010.safetensors",
|
| 235 |
+
"model.layers.31.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
|
| 236 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00008-of-00010.safetensors",
|
| 237 |
+
"model.layers.31.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
|
| 238 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00008-of-00010.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00008-of-00010.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00008-of-00010.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00008-of-00010.safetensors",
|
| 242 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00008-of-00010.safetensors",
|
| 243 |
+
"model.layers.32.input_layernorm.weight": "model-00008-of-00010.safetensors",
|
| 244 |
+
"model.layers.32.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
|
| 245 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00009-of-00010.safetensors",
|
| 246 |
+
"model.layers.32.mlp.up_proj.weight": "model-00009-of-00010.safetensors",
|
| 247 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
|
| 248 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
|
| 249 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
|
| 250 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
|
| 251 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
|
| 252 |
+
"model.layers.33.input_layernorm.weight": "model-00009-of-00010.safetensors",
|
| 253 |
+
"model.layers.33.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
|
| 254 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00009-of-00010.safetensors",
|
| 255 |
+
"model.layers.33.mlp.up_proj.weight": "model-00009-of-00010.safetensors",
|
| 256 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
|
| 257 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
|
| 258 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
|
| 259 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
|
| 260 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
|
| 261 |
+
"model.layers.34.input_layernorm.weight": "model-00009-of-00010.safetensors",
|
| 262 |
+
"model.layers.34.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
|
| 263 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00009-of-00010.safetensors",
|
| 264 |
+
"model.layers.34.mlp.up_proj.weight": "model-00009-of-00010.safetensors",
|
| 265 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
|
| 266 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
|
| 267 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
|
| 268 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
|
| 269 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
|
| 270 |
+
"model.layers.35.input_layernorm.weight": "model-00009-of-00010.safetensors",
|
| 271 |
+
"model.layers.35.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
|
| 272 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00009-of-00010.safetensors",
|
| 273 |
+
"model.layers.35.mlp.up_proj.weight": "model-00009-of-00010.safetensors",
|
| 274 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
|
| 275 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
|
| 276 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
|
| 277 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
|
| 278 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
|
| 279 |
+
"model.layers.36.input_layernorm.weight": "model-00009-of-00010.safetensors",
|
| 280 |
+
"model.layers.36.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
|
| 281 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00009-of-00010.safetensors",
|
| 282 |
+
"model.layers.36.mlp.up_proj.weight": "model-00010-of-00010.safetensors",
|
| 283 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00010-of-00010.safetensors",
|
| 284 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00010-of-00010.safetensors",
|
| 285 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00010-of-00010.safetensors",
|
| 286 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00010-of-00010.safetensors",
|
| 287 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00010-of-00010.safetensors",
|
| 288 |
+
"model.layers.37.input_layernorm.weight": "model-00010-of-00010.safetensors",
|
| 289 |
+
"model.layers.37.mlp.down_proj.weight": "model-00010-of-00010.safetensors",
|
| 290 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00010-of-00010.safetensors",
|
| 291 |
+
"model.layers.37.mlp.up_proj.weight": "model-00010-of-00010.safetensors",
|
| 292 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00010-of-00010.safetensors",
|
| 293 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00010-of-00010.safetensors",
|
| 294 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00010-of-00010.safetensors",
|
| 295 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00010-of-00010.safetensors",
|
| 296 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00010-of-00010.safetensors",
|
| 297 |
+
"model.layers.38.input_layernorm.weight": "model-00010-of-00010.safetensors",
|
| 298 |
+
"model.layers.38.mlp.down_proj.weight": "model-00010-of-00010.safetensors",
|
| 299 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00010-of-00010.safetensors",
|
| 300 |
+
"model.layers.38.mlp.up_proj.weight": "model-00010-of-00010.safetensors",
|
| 301 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00010-of-00010.safetensors",
|
| 302 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00010-of-00010.safetensors",
|
| 303 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00010-of-00010.safetensors",
|
| 304 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00010-of-00010.safetensors",
|
| 305 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00010-of-00010.safetensors",
|
| 306 |
+
"model.layers.39.input_layernorm.weight": "model-00010-of-00010.safetensors",
|
| 307 |
+
"model.layers.39.mlp.down_proj.weight": "model-00010-of-00010.safetensors",
|
| 308 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00010-of-00010.safetensors",
|
| 309 |
+
"model.layers.39.mlp.up_proj.weight": "model-00010-of-00010.safetensors",
|
| 310 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00010-of-00010.safetensors",
|
| 311 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00010-of-00010.safetensors",
|
| 312 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00010-of-00010.safetensors",
|
| 313 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00010-of-00010.safetensors",
|
| 314 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00010-of-00010.safetensors",
|
| 315 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00010.safetensors",
|
| 316 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
|
| 317 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00002-of-00010.safetensors",
|
| 318 |
+
"model.layers.4.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
|
| 319 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00010.safetensors",
|
| 320 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00010.safetensors",
|
| 321 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00010.safetensors",
|
| 322 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00010.safetensors",
|
| 323 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00010.safetensors",
|
| 324 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00010.safetensors",
|
| 325 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
|
| 326 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00010.safetensors",
|
| 327 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
|
| 328 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00010.safetensors",
|
| 329 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00010.safetensors",
|
| 330 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00010.safetensors",
|
| 331 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00010.safetensors",
|
| 332 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00010.safetensors",
|
| 333 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00010.safetensors",
|
| 334 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
|
| 335 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00003-of-00010.safetensors",
|
| 336 |
+
"model.layers.6.mlp.up_proj.weight": "model-00003-of-00010.safetensors",
|
| 337 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
|
| 338 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
|
| 339 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
|
| 340 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
|
| 341 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
|
| 342 |
+
"model.layers.7.input_layernorm.weight": "model-00003-of-00010.safetensors",
|
| 343 |
+
"model.layers.7.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
|
| 344 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00003-of-00010.safetensors",
|
| 345 |
+
"model.layers.7.mlp.up_proj.weight": "model-00003-of-00010.safetensors",
|
| 346 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
|
| 347 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
|
| 348 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
|
| 349 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
|
| 350 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
|
| 351 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00010.safetensors",
|
| 352 |
+
"model.layers.8.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
|
| 353 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00003-of-00010.safetensors",
|
| 354 |
+
"model.layers.8.mlp.up_proj.weight": "model-00003-of-00010.safetensors",
|
| 355 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
|
| 356 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
|
| 357 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
|
| 358 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
|
| 359 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
|
| 360 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00010.safetensors",
|
| 361 |
+
"model.layers.9.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
|
| 362 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00003-of-00010.safetensors",
|
| 363 |
+
"model.layers.9.mlp.up_proj.weight": "model-00003-of-00010.safetensors",
|
| 364 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
|
| 365 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
|
| 366 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
|
| 367 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
|
| 368 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
|
| 369 |
+
"model.norm.weight": "model-00010-of-00010.safetensors"
|
| 370 |
+
}
|
| 371 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:158915c7c928301e0d32f1da363e45c294d907bd4c64a8e855f0bd1a47b9e870
|
| 3 |
+
size 17078001
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": null,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": "<s>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "</s>",
|
| 7 |
+
"is_local": true,
|
| 8 |
+
"legacy": true,
|
| 9 |
+
"local_files_only": false,
|
| 10 |
+
"model_max_length": 131072,
|
| 11 |
+
"pad_token": "<pad>",
|
| 12 |
+
"padding_side": "left",
|
| 13 |
+
"processor_class": "PixtralProcessor",
|
| 14 |
+
"tokenizer_class": "TokenizersBackend",
|
| 15 |
+
"unk_token": "<unk>",
|
| 16 |
+
"use_default_system_prompt": false,
|
| 17 |
+
"use_fast": true
|
| 18 |
+
}
|