From d0dfd3d9ea731c70e1657f75f576d57e934e99c7 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Apr 2026 11:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: tensorhydra/gpt-oss-20b-numinamath Source: Original Platform --- .gitattributes | 37 +++ README.md | 272 ++++++++++++++++++++ chat_template.jinja | 315 +++++++++++++++++++++++ config.json | 69 +++++ loss_plot.png | Bin 0 -> 82091 bytes model-00001-of-00009.safetensors | 3 + model-00002-of-00009.safetensors | 3 + model-00003-of-00009.safetensors | 3 + model-00004-of-00009.safetensors | 3 + model-00005-of-00009.safetensors | 3 + model-00006-of-00009.safetensors | 3 + model-00007-of-00009.safetensors | 3 + model-00008-of-00009.safetensors | 3 + model-00009-of-00009.safetensors | 3 + model.safetensors.index.json | 418 +++++++++++++++++++++++++++++++ special_tokens_map.json | 23 ++ tokenizer.json | 3 + tokenizer_config.json | 189 ++++++++++++++ weight_map_third1.json | 142 +++++++++++ weight_map_third2.json | 142 +++++++++++ 20 files changed, 1637 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 chat_template.jinja create mode 100644 config.json create mode 100644 loss_plot.png create mode 100644 model-00001-of-00009.safetensors create mode 100644 model-00002-of-00009.safetensors create mode 100644 model-00003-of-00009.safetensors create mode 100644 model-00004-of-00009.safetensors create mode 100644 model-00005-of-00009.safetensors create mode 100644 model-00006-of-00009.safetensors create mode 100644 model-00007-of-00009.safetensors create mode 100644 model-00008-of-00009.safetensors create mode 100644 model-00009-of-00009.safetensors create mode 100644 model.safetensors.index.json create mode 100644 special_tokens_map.json create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json create mode 100644 weight_map_third1.json create mode 100644 weight_map_third2.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9f96fa4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,37 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +GPT-OSS-120B[[:space:]]Numinamath[[:space:]]SFT[[:space:]]Model/tokenizer.json filter=lfs diff=lfs merge=lfs -text +tokenizer.json filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..369a1b3 --- /dev/null +++ b/README.md @@ -0,0 +1,272 @@ +--- +license: mit +base_model: gpt-oss-20b +tags: +- math +- reasoning +- lora +- mixture-of-experts +- transformers +- peft +datasets: +- AI-MO/NuminaMath-TIR +--- + +# GPT-OSS-20B NuminaMath + +## Overview + +This repository provides GPT-OSS-20B model fine-tuned on the NuminaMath-TIR dataset which consists of 70k data points to improve mathematical olympiad reasoning and structured problem solving. + +The adapters are designed to be used with the base model gpt-oss-20b, a Mixture-of-Experts (MoE) transformer architecture. Fine-tuning focuses on improving the model’s ability to generate step-by-step reasoning, symbolic manipulation, and detailed mathematical explanations when solving math problems. + +Instead of updating the full model weights, parameter-efficient fine-tuning (PEFT) was used to modify only a small number of parameters in the attention layers. This allows the adapters to significantly improve reasoning ability while keeping training compute requirements relatively low. + +The resulting LoRA adapters can be loaded on top of the base model to enhance its performance on mathematical olympiad reasoning tasks such as algebra, arithmetic, and problem-solving explanations. + +--- + +# Model Details + +| Field | Value | +| ------------------ | ------------------------------ | +| Base Model | gpt-oss-20b | +| Architecture | Mixture-of-Experts Transformer | +| Fine-Tuning Method | LoRA (PEFT) | +| Precision | BF16 | +| Context Length | 8192 tokens | +| Training Hardware | NVIDIA H100 | +| Framework | PyTorch + Transformers + PEFT | + +--- + +# Training Data + +## Dataset + +The model was fine-tuned using the **NuminaMath-TIR dataset**, which contains mathematical problems paired with structured reasoning traces and final answers. + +Dataset link: +https://huggingface.co/datasets/AI-MO/NuminaMath-TIR + +The dataset includes problems across several mathematical domains including: + +* arithmetic +* algebra +* number theory +* geometry +* calculus +* reasoning-based problem solving + +The dataset emphasizes **step-by-step explanations**, allowing the model to learn how to produce reasoning chains rather than only final answers. + +--- + +## Dataset Processing + +The dataset was originally provided as a **CSV file** and processed prior to training. + +Processing pipeline: + +1. Loaded using **pandas** +2. Columns normalized to: + * `prompt` + * `response` +3. Empty rows removed +4. Converted to **Hugging Face Dataset format** +5. Randomized train/validation split + +Dataset split: + +| Split | Percentage | +| ---------- | ---------- | +| Train | 95% | +| Validation | 5% | + +--- + +# Instruction Format + +Training samples were converted into the following **chat-style instruction format** compatible with the GPT-OSS tokenizer. + +``` +<|im_start|>user +{prompt} +<|im_end|> +<|im_start|>assistant +{response} +<|im_end|> +``` + +This format enables the model to learn **structured conversational reasoning** and aligns with the instruction format used in many modern LLMs. + +--- + +# Training Procedure + +The model was fine-tuned using **LoRA adapters applied only to attention layers**. + +Because **gpt-oss-20b is a Mixture-of-Experts (MoE) architecture**, LoRA was intentionally **not applied to expert layers** in order to preserve the routing structure and maintain training stability. + +--- + +## LoRA Target Modules + +Adapters were applied to the following projection layers: + +``` +q_proj +k_proj +v_proj +o_proj +``` + +These correspond to the **query, key, value, and output projections** within the attention mechanism. + +--- + +## LoRA Configuration + +| Parameter | Value | +| --------- | ----- | +| Rank (r) | 64 | +| Alpha | 128 | +| Dropout | 0.05 | +| Bias | none | + +Only attention projections were modified, ensuring minimal disruption to the base model while still enabling meaningful behavioral improvements. + +--- + +# Training Hyperparameters + +| Parameter | Value | +| ----------------- | ------------- | +| Epochs | 2 | +| Learning Rate | 2e-4 | +| Optimizer | AdamW (fused) | +| Adam β1 | 0.9 | +| Adam β2 | 0.95 | +| Weight Decay | 0.01 | +| Warmup Ratio | 0.03 | +| Max Gradient Norm | 1.0 | + +Batch configuration: + +| Parameter | Value | +| --------------------- | ----- | +| Per Device Batch Size | 4 | +| Gradient Accumulation | 4 | +| Effective Batch Size | 16 | + +Maximum sequence length: + +``` +8192 tokens +``` + +--- + +# Training Infrastructure + +Training was performed on the following hardware: + +``` +1× NVIDIA H100 GPU +``` + +Training optimizations included: + +* Flash Attention 2 +* BF16 mixed precision +* TF32 enabled +* Gradient checkpointing +* memory-optimized LoRA configuration + +MoE compatibility adjustments included: + +* LoRA applied **only to attention layers** +* CPU offloading disabled +* gradient checkpointing configured with `use_reentrant=False` + +Training frameworks used: + +* PyTorch +* Hugging Face Transformers +* PEFT +* Hugging Face Datasets + +--- + +# Evaluation + +Validation was performed periodically during training using **validation loss**. + +Metrics monitored: + +* training loss +* validation loss + +The model was trained for exactly 2 epochs on the entire dataset without automated checkpoint selection. The final validation loss is 0.4039 for 2 full epochs. + +![Training Loss](loss_plot.png) + +--- + +# Intended Use + +This model is intended for: + +* mathematical reasoning research +* educational demonstrations +* experimentation with reasoning-focused fine-tuning +* evaluation of math-capable language models + +It is **not intended for high-stakes mathematical or scientific applications**. + +--- + +# Limitations + +Despite improvements from fine-tuning, the model still has several limitations: + +* The model may generate **incorrect reasoning steps**. +* Mathematical derivations may lack **formal rigor**. +* Some areas of mathematics may be **underrepresented in the dataset**. +* Performance depends strongly on the **capabilities of the base model**. + +Users should treat model outputs as **assistive suggestions rather than authoritative answers**. + +--- + +# Ethical Considerations + +Language models trained for reasoning may produce **confident but incorrect explanations**. + +For educational or academic use: + +* outputs should be verified independently +* the model should not be treated as an authoritative mathematical source + +--- + +# Acknowledgements + +This work builds upon the open-source ecosystem including: + +* Hugging Face Transformers +* the PEFT library for parameter-efficient fine-tuning +* the NuminaMath dataset +* research on Mixture-of-Experts transformer architectures + +--- + +# Citation + +Dataset: + +https://huggingface.co/datasets/AI-MO/NuminaMath-TIR + +Training Notebook: + +https://www.kaggle.com/code/tensorhydra/gpt-oss-20b-finetune-numinamath diff --git a/chat_template.jinja b/chat_template.jinja new file mode 100644 index 0000000..a3650f8 --- /dev/null +++ b/chat_template.jinja @@ -0,0 +1,315 @@ +{# Copyright 2025-present Unsloth. Apache 2.0 License. Unsloth chat template fixes. Edited from ggml-org & OpenAI #} +{#- + In addition to the normal inputs of `messages` and `tools`, this template also accepts the + following kwargs: + - "builtin_tools": A list, can contain "browser" and/or "python". + - "model_identity": A string that optionally describes the model identity. + - "reasoning_effort": A string that describes the reasoning effort, defaults to "medium". + #} + +{#- Tool Definition Rendering ============================================== #} +{%- macro render_typescript_type(param_spec, required_params, is_nullable=false) -%} + {%- if param_spec.type == "array" -%} + {%- if param_spec['items'] -%} + {%- if param_spec['items']['type'] == "string" -%} + {{- "string[]" }} + {%- elif param_spec['items']['type'] == "number" -%} + {{- "number[]" }} + {%- elif param_spec['items']['type'] == "integer" -%} + {{- "number[]" }} + {%- elif param_spec['items']['type'] == "boolean" -%} + {{- "boolean[]" }} + {%- else -%} + {%- set inner_type = render_typescript_type(param_spec['items'], required_params) -%} + {%- if inner_type == "object | object" or inner_type|length > 50 -%} + {{- "any[]" }} + {%- else -%} + {{- inner_type + "[]" }} + {%- endif -%} + {%- endif -%} + {%- if param_spec.nullable -%} + {{- " | null" }} + {%- endif -%} + {%- else -%} + {{- "any[]" }} + {%- if param_spec.nullable -%} + {{- " | null" }} + {%- endif -%} + {%- endif -%} + {%- elif param_spec.type is defined and param_spec.type is iterable and param_spec.type is not string and param_spec.type is not mapping and param_spec.type[0] is defined -%} + {#- Handle array of types like ["object", "object"] from Union[dict, list] #} + {%- if param_spec.type | length > 1 -%} + {{- param_spec.type | join(" | ") }} + {%- else -%} + {{- param_spec.type[0] }} + {%- endif -%} + {%- elif param_spec.oneOf -%} + {#- Handle oneOf schemas - check for complex unions and fallback to any #} + {%- set has_object_variants = false -%} + {%- for variant in param_spec.oneOf -%} + {%- if variant.type == "object" -%} + {%- set has_object_variants = true -%} + {%- endif -%} + {%- endfor -%} + {%- if has_object_variants and param_spec.oneOf|length > 1 -%} + {{- "any" }} + {%- else -%} + {%- for variant in param_spec.oneOf -%} + {{- render_typescript_type(variant, required_params) -}} + {%- if variant.description %} + {{- "// " + variant.description }} + {%- endif -%} + {%- if variant.default is defined %} + {{ "// default: " + variant.default|tojson }} + {%- endif -%} + {%- if not loop.last %} + {{- " | " }} + {% endif -%} + {%- endfor -%} + {%- endif -%} + {%- elif param_spec.type == "string" -%} + {%- if param_spec.enum -%} + {{- '"' + param_spec.enum|join('" | "') + '"' -}} + {%- else -%} + {{- "string" }} + {%- if param_spec.nullable %} + {{- " | null" }} + {%- endif -%} + {%- endif -%} + {%- elif param_spec.type == "number" -%} + {{- "number" }} + {%- elif param_spec.type == "integer" -%} + {{- "number" }} + {%- elif param_spec.type == "boolean" -%} + {{- "boolean" }} + + {%- elif param_spec.type == "object" -%} + {%- if param_spec.properties -%} + {{- "{\n" }} + {%- for prop_name, prop_spec in param_spec.properties.items() -%} + {{- prop_name -}} + {%- if prop_name not in (param_spec.required or []) -%} + {{- "?" }} + {%- endif -%} + {{- ": " }} + {{ render_typescript_type(prop_spec, param_spec.required or []) }} + {%- if not loop.last -%} + {{-", " }} + {%- endif -%} + {%- endfor -%} + {{- "}" }} + {%- else -%} + {{- "object" }} + {%- endif -%} + {%- else -%} + {{- "any" }} + {%- endif -%} +{%- endmacro -%} + +{%- macro render_tool_namespace(namespace_name, tools) -%} + {{- "## " + namespace_name + "\n\n" }} + {{- "namespace " + namespace_name + " {\n\n" }} + {%- for tool in tools %} + {%- set tool = tool.function %} + {{- "// " + tool.description + "\n" }} + {{- "type "+ tool.name + " = " }} + {%- if tool.parameters and tool.parameters.properties -%} + {{- "(_: " }} + {{- "{\n" }} + {%- for param_name, param_spec in tool.parameters.properties.items() %} + {{- "// " + param_spec.description + "\n" }} + {{- param_name }} + {%- if param_name not in (tool.parameters.required or []) -%} + {{- "?" }} + {%- endif -%} + {{- ": " }} + {{- render_typescript_type(param_spec, tool.parameters.required or []) }} + {%- if param_spec.default is defined -%} + {%- if param_spec.enum %} + {{- ", // default: " + param_spec.default }} + {%- elif param_spec.oneOf %} + {{- "// default: " + param_spec.default }} + {%- else %} + {{- ", // default: " + param_spec.default|tojson }} + {%- endif -%} + {%- endif -%} + {%- if not loop.last %} + {{- ",\n" }} + {%- else %} + {{- "\n" }} + {%- endif -%} + {%- endfor %} + {{- "}) => any;\n\n" }} + {%- else -%} + {{- "() => any;\n\n" }} + {%- endif -%} + {%- endfor %} + {{- "} // namespace " + namespace_name }} +{%- endmacro -%} + +{%- macro render_builtin_tools(browser_tool, python_tool) -%} + {%- if browser_tool %} + {{- "## browser\n\n" }} + {{- "// Tool for browsing.\n" }} + {{- "// The `cursor` appears in brackets before each browsing display: `[{cursor}]`.\n" }} + {{- "// Cite information from the tool using the following format:\n" }} + {{- "// `【{cursor}†L{line_start}(-L{line_end})?】`, for example: `【6†L9-L11】` or `【8†L3】`.\n" }} + {{- "// Do not quote more than 10 words directly from the tool output.\n" }} + {{- "// sources=web (default: web)\n" }} + {{- "namespace browser {\n\n" }} + {{- "// Searches for information related to `query` and displays `topn` results.\n" }} + {{- "type search = (_: {\n" }} + {{- "query: string,\n" }} + {{- "topn?: number, // default: 10\n" }} + {{- "source?: string,\n" }} + {{- "}) => any;\n\n" }} + {{- "// Opens the link `id` from the page indicated by `cursor` starting at line number `loc`, showing `num_lines` lines.\n" }} + {{- "// Valid link ids are displayed with the formatting: `【{id}†.*】`.\n" }} + {{- "// If `cursor` is not provided, the most recent page is implied.\n" }} + {{- "// If `id` is a string, it is treated as a fully qualified URL associated with `source`.\n" }} + {{- "// If `loc` is not provided, the viewport will be positioned at the beginning of the document or centered on the most relevant passage, if available.\n" }} + {{- "// Use this function without `id` to scroll to a new location of an opened page.\n" }} + {{- "type open = (_: {\n" }} + {{- "id?: number | string, // default: -1\n" }} + {{- "cursor?: number, // default: -1\n" }} + {{- "loc?: number, // default: -1\n" }} + {{- "num_lines?: number, // default: -1\n" }} + {{- "view_source?: boolean, // default: false\n" }} + {{- "source?: string,\n" }} + {{- "}) => any;\n\n" }} + {{- "// Finds exact matches of `pattern` in the current page, or the page given by `cursor`.\n" }} + {{- "type find = (_: {\n" }} + {{- "pattern: string,\n" }} + {{- "cursor?: number, // default: -1\n" }} + {{- "}) => any;\n\n" }} + {{- "} // namespace browser\n\n" }} + {%- endif -%} + + {%- if python_tool %} + {{- "## python\n\n" }} + {{- "Use this tool to execute Python code in your chain of thought. The code will not be shown to the user. This tool should be used for internal reasoning, but not for code that is intended to be visible to the user (e.g. when creating plots, tables, or files).\n\n" }} + {{- "When you send a message containing Python code to python, it will be executed in a stateful Jupyter notebook environment. python will respond with the output of the execution or time out after 120.0 seconds. The drive at '/mnt/data' can be used to save and persist user files. Internet access for this session is UNKNOWN. Depends on the cluster.\n\n" }} + {%- endif -%} +{%- endmacro -%} + +{#- System Message Construction ============================================ #} +{%- macro build_system_message() -%} + {%- if model_identity is not defined %} + {{- "You are ChatGPT, a large language model trained by OpenAI.\n" -}} + {%- else %} + {{- model_identity }} + {%- endif %} + {{- "Knowledge cutoff: 2024-06\n" }} + {{- "Current date: " + strftime_now("%Y-%m-%d") + "\n\n" }} + {%- if reasoning_effort is not defined %} + {%- set reasoning_effort = "medium" %} + {%- endif %} + {{- "Reasoning: " + reasoning_effort + "\n\n" }} + {%- if builtin_tools is defined %} + {{- "# Tools\n\n" }} + {%- set available_builtin_tools = namespace(browser=false, python=false) %} + {%- for tool in builtin_tools %} + {%- if tool == "browser" %} + {%- set available_builtin_tools.browser = true %} + {%- elif tool == "python" %} + {%- set available_builtin_tools.python = true %} + {%- endif %} + {%- endfor %} + {{- render_builtin_tools(available_builtin_tools.browser, available_builtin_tools.python) }} + {%- endif -%} + {{- "# Valid channels: analysis, commentary, final. Channel must be included for every message." }} + {%- if tools is defined -%} + {{- "\nCalls to these tools must go to the commentary channel: 'functions'." }} + {%- endif -%} +{%- endmacro -%} + +{#- Main Template Logic ================================================= #} +{#- Set defaults #} + +{#- Render system message #} +{{- "<|start|>system<|message|>" }} +{{- build_system_message() }} +{{- "<|end|>" }} + +{#- Extract developer message #} +{%- if messages[0].role == "developer" or messages[0].role == "system" %} + {%- set developer_message = messages[0].content %} + {%- set loop_messages = messages[1:] %} +{%- else %} + {%- set developer_message = "" %} + {%- set loop_messages = messages %} +{%- endif %} + +{#- Render developer message #} +{%- if developer_message or tools %} + {{- "<|start|>developer<|message|>" }} + {%- if developer_message %} + {{- "# Instructions\n\n" }} + {{- developer_message }} + {%- endif %} + {%- if tools -%} + {{- "\n\n" }} + {{- "# Tools\n\n" }} + {{- render_tool_namespace("functions", tools) }} + {%- endif -%} + {{- "<|end|>" }} +{%- endif %} + +{#- Render messages #} +{%- set last_tool_call = namespace(name=none) %} +{%- for message in loop_messages -%} + {#- At this point only assistant/user/tool messages should remain #} + {%- if message.role == 'assistant' -%} + {%- if "tool_calls" in message %} + {#- We assume max 1 tool call per message, and so we infer the tool call name #} + {#- in "tool" messages from the most recent assistant tool call name #} + {%- set tool_call = message.tool_calls[0] %} + {%- if tool_call.function %} + {%- set tool_call = tool_call.function %} + {%- endif %} + {%- if message.content %} + {{- "<|start|>assistant<|channel|>analysis<|message|>" + message.content + "<|end|>" }} + {%- endif %} + {{- "<|start|>assistant to=" }} + {{- "functions." + tool_call.name + "<|channel|>commentary json<|message|>" }} + {{- tool_call.arguments|tojson }} + {{- "<|call|>" }} + {%- set last_tool_call.name = tool_call.name %} + {%- elif "thinking" in message and loop.last and not add_generation_prompt %} + {#- Only render the CoT if the final turn is an assistant turn and add_generation_prompt is false #} + {#- This is a situation that should only occur in training, never in inference. #} + {{- "<|start|>assistant<|channel|>analysis<|message|>" + message.thinking + "<|end|>" }} + {#- <|return|> indicates the end of generation, but <|end|> does not #} + {#- <|return|> should never be an input to the model, but we include it as the final token #} + {#- when training, so the model learns to emit it. #} + {{- "<|start|>assistant<|channel|>final<|message|>" + message.content + "<|return|>" }} + {%- set last_tool_call.name = none %} + {%- elif "thinking" in message %} + {#- CoT is dropped during all previous turns, so we never render it for inference #} + {{- "<|start|>assistant<|channel|>final<|message|>" + message.content + "<|end|>" }} + {%- set last_tool_call.name = none %} + {%- elif loop.last and not add_generation_prompt %} + {#- <|return|> indicates the end of generation, but <|end|> does not #} + {#- <|return|> should never be an input to the model, but we include it as the final token #} + {#- when training, so the model learns to emit it. #} + {{- "<|start|>assistant<|message|>" + message.content + "<|return|>" }} + {%- else %} + {{- "<|start|>assistant<|message|>" + message.content + "<|end|>" }} + {%- set last_tool_call.name = none %} + {%- endif %} + {%- elif message.role == 'tool' -%} + {%- if last_tool_call.name is none %} + {{- raise_exception("Message has tool role, but there was no previous assistant message with a tool call!") }} + {%- endif %} + {{- "<|start|>functions." + last_tool_call.name }} + {{- " to=assistant<|channel|>commentary<|message|>" + message.content|tojson + "<|end|>" }} + {%- else -%} + {{- "<|start|>user<|message|>" + message.content + "<|end|>" }} + {%- endif -%} +{%- endfor -%} + +{#- Generation prompt #} +{%- if add_generation_prompt -%} +<|start|>assistant +{%- endif -%} +{# Copyright 2025-present Unsloth. Apache 2.0 License. Unsloth chat template fixes. Edited from ggml-org & OpenAI #} \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..a34f4d0 --- /dev/null +++ b/config.json @@ -0,0 +1,69 @@ +{ + "architectures": [ + "GptOssForCausalLM" + ], + "attention_bias": true, + "attention_dropout": 0.0, + "dtype": "bfloat16", + "eos_token_id": 200002, + "experts_per_token": 4, + "head_dim": 64, + "hidden_act": "silu", + "hidden_size": 2880, + "initial_context_length": 4096, + "initializer_range": 0.02, + "intermediate_size": 2880, + "layer_types": [ + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention", + "sliding_attention", + "full_attention" + ], + "max_position_embeddings": 131072, + "model_type": "gpt_oss", + "num_attention_heads": 64, + "num_experts_per_tok": 4, + "num_hidden_layers": 24, + "num_key_value_heads": 8, + "num_local_experts": 32, + "output_router_logits": false, + "pad_token_id": 200017, + "rms_norm_eps": 1e-05, + "rope_scaling": { + "beta_fast": 32.0, + "beta_slow": 1.0, + "factor": 32.0, + "original_max_position_embeddings": 4096, + "rope_type": "yarn", + "truncate": false + }, + "rope_theta": 150000, + "router_aux_loss_coef": 0.9, + "sliding_window": 128, + "swiglu_limit": 7.0, + "tie_word_embeddings": false, + "transformers_version": "4.57.1", + "unsloth_fixed": true, + "use_cache": true, + "vocab_size": 201088 +} diff --git a/loss_plot.png b/loss_plot.png new file mode 100644 index 0000000000000000000000000000000000000000..05cedd6bf3fde0ed0896a0bb4789cca412bd7ad0 GIT binary patch literal 82091 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

`@OHiVe!mqyr1P|;)D5W=C-@RQw$8~GC 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 literal 0 HcmV?d00001 diff --git a/model-00001-of-00009.safetensors b/model-00001-of-00009.safetensors new file mode 100644 index 0000000..0943518 --- /dev/null +++ b/model-00001-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c129cf2844079f71b6a027713e8df04001c11e0a0f6392f7335d49f6f66f835 +size 4504304632 diff --git a/model-00002-of-00009.safetensors b/model-00002-of-00009.safetensors new file mode 100644 index 0000000..3a8e113 --- /dev/null +++ b/model-00002-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cfa578b4f516550b64868f24251e0f21af6acf94696690c3837f29b88ea0308 +size 4939127624 diff --git a/model-00003-of-00009.safetensors b/model-00003-of-00009.safetensors new file mode 100644 index 0000000..3610ee5 --- /dev/null +++ b/model-00003-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482785a83504f3f64879260cc08caa3d33b48bd29e61b0bea2b4b937a8a279f0 +size 4885841736 diff --git a/model-00004-of-00009.safetensors b/model-00004-of-00009.safetensors new file mode 100644 index 0000000..b2d55c9 --- /dev/null +++ b/model-00004-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59c9dc22f14bc95c7600621c7b0c63e88ad4b979136161e6695915d3333187e +size 4992413536 diff --git a/model-00005-of-00009.safetensors b/model-00005-of-00009.safetensors new file mode 100644 index 0000000..8c28868 --- /dev/null +++ b/model-00005-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ff68dbcf4679f0c443d4368cae6432e684d77e25e2a20c2b4bf989e2712d2c +size 4939127672 diff --git a/model-00006-of-00009.safetensors b/model-00006-of-00009.safetensors new file mode 100644 index 0000000..4b637ce --- /dev/null +++ b/model-00006-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b54f7b958f9826ece95f7573f4ec60c63af931093650bd9b661c6c827313ba7 +size 3239466112 diff --git a/model-00007-of-00009.safetensors b/model-00007-of-00009.safetensors new file mode 100644 index 0000000..c446940 --- /dev/null +++ b/model-00007-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024abd5875d73599ca798ec52161d639c83a8dec7fe0fe38de736b6cbee2a42a +size 4992413344 diff --git a/model-00008-of-00009.safetensors b/model-00008-of-00009.safetensors new file mode 100644 index 0000000..2d7719c --- /dev/null +++ b/model-00008-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456be84cbb76bbabc50983cf4c84b99e3828926d315320953a7a1e18499d78e6 +size 4939127672 diff --git a/model-00009-of-00009.safetensors b/model-00009-of-00009.safetensors new file mode 100644 index 0000000..08e90a8 --- /dev/null +++ b/model-00009-of-00009.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70775b8fcd3f7a742bf08438d2f9697738e6fd4dd45dbdd908aae70640aeb014 +size 4397738720 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000..e46dc5f --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,418 @@ +{ + "metadata": { + "total_size": 41829514368 + }, + "weight_map": { + "model.embed_tokens.weight": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.sinks": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.0.self_attn.o_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.0.mlp.router.weight": "model-00001-of-00009.safetensors", + "model.layers.0.mlp.router.bias": "model-00001-of-00009.safetensors", + "model.layers.0.mlp.experts.gate_up_proj": "model-00001-of-00009.safetensors", + "model.layers.0.mlp.experts.gate_up_proj_bias": "model-00001-of-00009.safetensors", + "model.layers.0.mlp.experts.down_proj": "model-00001-of-00009.safetensors", + "model.layers.0.mlp.experts.down_proj_bias": "model-00001-of-00009.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00009.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.sinks": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.1.self_attn.o_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.1.mlp.router.weight": "model-00001-of-00009.safetensors", + "model.layers.1.mlp.router.bias": "model-00001-of-00009.safetensors", + "model.layers.1.mlp.experts.gate_up_proj": "model-00001-of-00009.safetensors", + "model.layers.1.mlp.experts.gate_up_proj_bias": "model-00001-of-00009.safetensors", + "model.layers.1.mlp.experts.down_proj": "model-00001-of-00009.safetensors", + "model.layers.1.mlp.experts.down_proj_bias": "model-00001-of-00009.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00009.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.sinks": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00009.safetensors", + "model.layers.2.self_attn.o_proj.bias": "model-00001-of-00009.safetensors", + "model.layers.2.mlp.router.weight": "model-00001-of-00009.safetensors", + "model.layers.2.mlp.router.bias": "model-00001-of-00009.safetensors", + "model.layers.2.mlp.experts.gate_up_proj": "model-00002-of-00009.safetensors", + "model.layers.2.mlp.experts.gate_up_proj_bias": "model-00002-of-00009.safetensors", + "model.layers.2.mlp.experts.down_proj": "model-00002-of-00009.safetensors", + "model.layers.2.mlp.experts.down_proj_bias": "model-00002-of-00009.safetensors", + "model.layers.2.input_layernorm.weight": "model-00002-of-00009.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.sinks": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.q_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.k_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.v_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.3.self_attn.o_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.3.mlp.router.weight": "model-00002-of-00009.safetensors", + "model.layers.3.mlp.router.bias": "model-00002-of-00009.safetensors", + "model.layers.3.mlp.experts.gate_up_proj": "model-00002-of-00009.safetensors", + "model.layers.3.mlp.experts.gate_up_proj_bias": "model-00002-of-00009.safetensors", + "model.layers.3.mlp.experts.down_proj": "model-00002-of-00009.safetensors", + "model.layers.3.mlp.experts.down_proj_bias": "model-00002-of-00009.safetensors", + "model.layers.3.input_layernorm.weight": "model-00002-of-00009.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.sinks": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.q_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.k_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.v_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.4.self_attn.o_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.4.mlp.router.weight": "model-00002-of-00009.safetensors", + "model.layers.4.mlp.router.bias": "model-00002-of-00009.safetensors", + "model.layers.4.mlp.experts.gate_up_proj": "model-00002-of-00009.safetensors", + "model.layers.4.mlp.experts.gate_up_proj_bias": "model-00002-of-00009.safetensors", + "model.layers.4.mlp.experts.down_proj": "model-00002-of-00009.safetensors", + "model.layers.4.mlp.experts.down_proj_bias": "model-00002-of-00009.safetensors", + "model.layers.4.input_layernorm.weight": "model-00002-of-00009.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.sinks": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.q_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.k_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.v_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00009.safetensors", + "model.layers.5.self_attn.o_proj.bias": "model-00002-of-00009.safetensors", + "model.layers.5.mlp.router.weight": "model-00002-of-00009.safetensors", + "model.layers.5.mlp.router.bias": "model-00002-of-00009.safetensors", + "model.layers.5.mlp.experts.gate_up_proj": "model-00003-of-00009.safetensors", + "model.layers.5.mlp.experts.gate_up_proj_bias": "model-00003-of-00009.safetensors", + "model.layers.5.mlp.experts.down_proj": "model-00003-of-00009.safetensors", + "model.layers.5.mlp.experts.down_proj_bias": "model-00003-of-00009.safetensors", + "model.layers.5.input_layernorm.weight": "model-00003-of-00009.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.sinks": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.q_proj.bias": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.k_proj.bias": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.v_proj.bias": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00003-of-00009.safetensors", + "model.layers.6.self_attn.o_proj.bias": "model-00003-of-00009.safetensors", + "model.layers.6.mlp.router.weight": "model-00003-of-00009.safetensors", + "model.layers.6.mlp.router.bias": "model-00003-of-00009.safetensors", + "model.layers.6.mlp.experts.gate_up_proj": "model-00003-of-00009.safetensors", + "model.layers.6.mlp.experts.gate_up_proj_bias": "model-00003-of-00009.safetensors", + "model.layers.6.mlp.experts.down_proj": "model-00003-of-00009.safetensors", + "model.layers.6.mlp.experts.down_proj_bias": "model-00003-of-00009.safetensors", + "model.layers.6.input_layernorm.weight": "model-00003-of-00009.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.sinks": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.q_proj.bias": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.k_proj.bias": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.v_proj.bias": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00003-of-00009.safetensors", + "model.layers.7.self_attn.o_proj.bias": "model-00003-of-00009.safetensors", + "model.layers.7.mlp.router.weight": "model-00003-of-00009.safetensors", + "model.layers.7.mlp.router.bias": "model-00003-of-00009.safetensors", + "model.layers.7.mlp.experts.gate_up_proj": "model-00003-of-00009.safetensors", + "model.layers.7.mlp.experts.gate_up_proj_bias": "model-00003-of-00009.safetensors", + "model.layers.7.mlp.experts.down_proj": "model-00003-of-00009.safetensors", + "model.layers.7.mlp.experts.down_proj_bias": "model-00003-of-00009.safetensors", + "model.layers.7.input_layernorm.weight": "model-00003-of-00009.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00003-of-00009.safetensors", + "model.layers.8.self_attn.sinks": "model-00004-of-00009.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.8.self_attn.q_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.8.self_attn.k_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.8.self_attn.v_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.8.self_attn.o_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.8.mlp.router.weight": "model-00004-of-00009.safetensors", + "model.layers.8.mlp.router.bias": "model-00004-of-00009.safetensors", + "model.layers.8.mlp.experts.gate_up_proj": "model-00004-of-00009.safetensors", + "model.layers.8.mlp.experts.gate_up_proj_bias": "model-00004-of-00009.safetensors", + "model.layers.8.mlp.experts.down_proj": "model-00004-of-00009.safetensors", + "model.layers.8.mlp.experts.down_proj_bias": "model-00004-of-00009.safetensors", + "model.layers.8.input_layernorm.weight": "model-00004-of-00009.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.sinks": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.q_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.k_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.v_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.9.self_attn.o_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.9.mlp.router.weight": "model-00004-of-00009.safetensors", + "model.layers.9.mlp.router.bias": "model-00004-of-00009.safetensors", + "model.layers.9.mlp.experts.gate_up_proj": "model-00004-of-00009.safetensors", + "model.layers.9.mlp.experts.gate_up_proj_bias": "model-00004-of-00009.safetensors", + "model.layers.9.mlp.experts.down_proj": "model-00004-of-00009.safetensors", + "model.layers.9.mlp.experts.down_proj_bias": "model-00004-of-00009.safetensors", + "model.layers.9.input_layernorm.weight": "model-00004-of-00009.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.sinks": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.q_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.k_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.v_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.10.self_attn.o_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.10.mlp.router.weight": "model-00004-of-00009.safetensors", + "model.layers.10.mlp.router.bias": "model-00004-of-00009.safetensors", + "model.layers.10.mlp.experts.gate_up_proj": "model-00004-of-00009.safetensors", + "model.layers.10.mlp.experts.gate_up_proj_bias": "model-00004-of-00009.safetensors", + "model.layers.10.mlp.experts.down_proj": "model-00004-of-00009.safetensors", + "model.layers.10.mlp.experts.down_proj_bias": "model-00004-of-00009.safetensors", + "model.layers.10.input_layernorm.weight": "model-00004-of-00009.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.sinks": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.q_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.k_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.v_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00004-of-00009.safetensors", + "model.layers.11.self_attn.o_proj.bias": "model-00004-of-00009.safetensors", + "model.layers.11.mlp.router.weight": "model-00004-of-00009.safetensors", + "model.layers.11.mlp.router.bias": "model-00004-of-00009.safetensors", + "model.layers.11.mlp.experts.gate_up_proj": "model-00005-of-00009.safetensors", + "model.layers.11.mlp.experts.gate_up_proj_bias": "model-00005-of-00009.safetensors", + "model.layers.11.mlp.experts.down_proj": "model-00005-of-00009.safetensors", + "model.layers.11.mlp.experts.down_proj_bias": "model-00005-of-00009.safetensors", + "model.layers.11.input_layernorm.weight": "model-00005-of-00009.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.sinks": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.q_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.k_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.v_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.12.self_attn.o_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.12.mlp.router.weight": "model-00005-of-00009.safetensors", + "model.layers.12.mlp.router.bias": "model-00005-of-00009.safetensors", + "model.layers.12.mlp.experts.gate_up_proj": "model-00005-of-00009.safetensors", + "model.layers.12.mlp.experts.gate_up_proj_bias": "model-00005-of-00009.safetensors", + "model.layers.12.mlp.experts.down_proj": "model-00005-of-00009.safetensors", + "model.layers.12.mlp.experts.down_proj_bias": "model-00005-of-00009.safetensors", + "model.layers.12.input_layernorm.weight": "model-00005-of-00009.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.sinks": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.q_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.k_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.v_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.13.self_attn.o_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.13.mlp.router.weight": "model-00005-of-00009.safetensors", + "model.layers.13.mlp.router.bias": "model-00005-of-00009.safetensors", + "model.layers.13.mlp.experts.gate_up_proj": "model-00005-of-00009.safetensors", + "model.layers.13.mlp.experts.gate_up_proj_bias": "model-00005-of-00009.safetensors", + "model.layers.13.mlp.experts.down_proj": "model-00005-of-00009.safetensors", + "model.layers.13.mlp.experts.down_proj_bias": "model-00005-of-00009.safetensors", + "model.layers.13.input_layernorm.weight": "model-00005-of-00009.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.sinks": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.q_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.k_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.v_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00005-of-00009.safetensors", + "model.layers.14.self_attn.o_proj.bias": "model-00005-of-00009.safetensors", + "model.layers.14.mlp.router.weight": "model-00005-of-00009.safetensors", + "model.layers.14.mlp.router.bias": "model-00005-of-00009.safetensors", + "model.layers.14.mlp.experts.gate_up_proj": "model-00006-of-00009.safetensors", + "model.layers.14.mlp.experts.gate_up_proj_bias": "model-00006-of-00009.safetensors", + "model.layers.14.mlp.experts.down_proj": "model-00006-of-00009.safetensors", + "model.layers.14.mlp.experts.down_proj_bias": "model-00006-of-00009.safetensors", + "model.layers.14.input_layernorm.weight": "model-00006-of-00009.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.sinks": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.q_proj.bias": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.k_proj.bias": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.v_proj.bias": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00006-of-00009.safetensors", + "model.layers.15.self_attn.o_proj.bias": "model-00006-of-00009.safetensors", + "model.layers.15.mlp.router.weight": "model-00006-of-00009.safetensors", + "model.layers.15.mlp.router.bias": "model-00006-of-00009.safetensors", + "model.layers.15.mlp.experts.gate_up_proj": "model-00006-of-00009.safetensors", + "model.layers.15.mlp.experts.gate_up_proj_bias": "model-00006-of-00009.safetensors", + "model.layers.15.mlp.experts.down_proj": "model-00006-of-00009.safetensors", + "model.layers.15.mlp.experts.down_proj_bias": "model-00006-of-00009.safetensors", + "model.layers.15.input_layernorm.weight": "model-00006-of-00009.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00006-of-00009.safetensors", + "model.layers.16.self_attn.sinks": "model-00006-of-00009.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.16.self_attn.q_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.16.self_attn.k_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.16.self_attn.v_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.16.self_attn.o_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.16.mlp.router.weight": "model-00007-of-00009.safetensors", + "model.layers.16.mlp.router.bias": "model-00007-of-00009.safetensors", + "model.layers.16.mlp.experts.gate_up_proj": "model-00007-of-00009.safetensors", + "model.layers.16.mlp.experts.gate_up_proj_bias": "model-00007-of-00009.safetensors", + "model.layers.16.mlp.experts.down_proj": "model-00007-of-00009.safetensors", + "model.layers.16.mlp.experts.down_proj_bias": "model-00007-of-00009.safetensors", + "model.layers.16.input_layernorm.weight": "model-00007-of-00009.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.sinks": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.q_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.k_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.v_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.17.self_attn.o_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.17.mlp.router.weight": "model-00007-of-00009.safetensors", + "model.layers.17.mlp.router.bias": "model-00007-of-00009.safetensors", + "model.layers.17.mlp.experts.gate_up_proj": "model-00007-of-00009.safetensors", + "model.layers.17.mlp.experts.gate_up_proj_bias": "model-00007-of-00009.safetensors", + "model.layers.17.mlp.experts.down_proj": "model-00007-of-00009.safetensors", + "model.layers.17.mlp.experts.down_proj_bias": "model-00007-of-00009.safetensors", + "model.layers.17.input_layernorm.weight": "model-00007-of-00009.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.sinks": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.q_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.k_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.v_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.18.self_attn.o_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.18.mlp.router.weight": "model-00007-of-00009.safetensors", + "model.layers.18.mlp.router.bias": "model-00007-of-00009.safetensors", + "model.layers.18.mlp.experts.gate_up_proj": "model-00007-of-00009.safetensors", + "model.layers.18.mlp.experts.gate_up_proj_bias": "model-00007-of-00009.safetensors", + "model.layers.18.mlp.experts.down_proj": "model-00007-of-00009.safetensors", + "model.layers.18.mlp.experts.down_proj_bias": "model-00007-of-00009.safetensors", + "model.layers.18.input_layernorm.weight": "model-00007-of-00009.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.sinks": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.q_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.k_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.v_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00007-of-00009.safetensors", + "model.layers.19.self_attn.o_proj.bias": "model-00007-of-00009.safetensors", + "model.layers.19.mlp.router.weight": "model-00007-of-00009.safetensors", + "model.layers.19.mlp.router.bias": "model-00007-of-00009.safetensors", + "model.layers.19.mlp.experts.gate_up_proj": "model-00008-of-00009.safetensors", + "model.layers.19.mlp.experts.gate_up_proj_bias": "model-00008-of-00009.safetensors", + "model.layers.19.mlp.experts.down_proj": "model-00008-of-00009.safetensors", + "model.layers.19.mlp.experts.down_proj_bias": "model-00008-of-00009.safetensors", + "model.layers.19.input_layernorm.weight": "model-00008-of-00009.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.sinks": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.q_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.k_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.v_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.20.self_attn.o_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.20.mlp.router.weight": "model-00008-of-00009.safetensors", + "model.layers.20.mlp.router.bias": "model-00008-of-00009.safetensors", + "model.layers.20.mlp.experts.gate_up_proj": "model-00008-of-00009.safetensors", + "model.layers.20.mlp.experts.gate_up_proj_bias": "model-00008-of-00009.safetensors", + "model.layers.20.mlp.experts.down_proj": "model-00008-of-00009.safetensors", + "model.layers.20.mlp.experts.down_proj_bias": "model-00008-of-00009.safetensors", + "model.layers.20.input_layernorm.weight": "model-00008-of-00009.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.sinks": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.q_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.k_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.v_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.21.self_attn.o_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.21.mlp.router.weight": "model-00008-of-00009.safetensors", + "model.layers.21.mlp.router.bias": "model-00008-of-00009.safetensors", + "model.layers.21.mlp.experts.gate_up_proj": "model-00008-of-00009.safetensors", + "model.layers.21.mlp.experts.gate_up_proj_bias": "model-00008-of-00009.safetensors", + "model.layers.21.mlp.experts.down_proj": "model-00008-of-00009.safetensors", + "model.layers.21.mlp.experts.down_proj_bias": "model-00008-of-00009.safetensors", + "model.layers.21.input_layernorm.weight": "model-00008-of-00009.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.sinks": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.q_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.k_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.v_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00008-of-00009.safetensors", + "model.layers.22.self_attn.o_proj.bias": "model-00008-of-00009.safetensors", + "model.layers.22.mlp.router.weight": "model-00008-of-00009.safetensors", + "model.layers.22.mlp.router.bias": "model-00008-of-00009.safetensors", + "model.layers.22.mlp.experts.gate_up_proj": "model-00009-of-00009.safetensors", + "model.layers.22.mlp.experts.gate_up_proj_bias": "model-00009-of-00009.safetensors", + "model.layers.22.mlp.experts.down_proj": "model-00009-of-00009.safetensors", + "model.layers.22.mlp.experts.down_proj_bias": "model-00009-of-00009.safetensors", + "model.layers.22.input_layernorm.weight": "model-00009-of-00009.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.sinks": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.q_proj.bias": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.k_proj.bias": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.v_proj.bias": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00009-of-00009.safetensors", + "model.layers.23.self_attn.o_proj.bias": "model-00009-of-00009.safetensors", + "model.layers.23.mlp.router.weight": "model-00009-of-00009.safetensors", + "model.layers.23.mlp.router.bias": "model-00009-of-00009.safetensors", + "model.layers.23.mlp.experts.gate_up_proj": "model-00009-of-00009.safetensors", + "model.layers.23.mlp.experts.gate_up_proj_bias": "model-00009-of-00009.safetensors", + "model.layers.23.mlp.experts.down_proj": "model-00009-of-00009.safetensors", + "model.layers.23.mlp.experts.down_proj_bias": "model-00009-of-00009.safetensors", + "model.layers.23.input_layernorm.weight": "model-00009-of-00009.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00009-of-00009.safetensors", + "model.norm.weight": "model-00009-of-00009.safetensors", + "lm_head.weight": "model-00009-of-00009.safetensors" + } +} \ No newline at end of file diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..6fba187 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,23 @@ +{ + "bos_token": { + "content": "<|startoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|return|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|reserved_200017|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..8b7a59d --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8dd89d5a1706f861c9e45357d66dbbc80923bfed8bf13cf5ae54fd7e781152 +size 27868273 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..51ae0a9 --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,189 @@ +{ + "added_tokens_decoder": { + "199998": { + "content": "<|startoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "199999": { + "content": "<|endoftext|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200000": { + "content": "<|reserved_200000|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200001": { + "content": "<|reserved_200001|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200002": { + "content": "<|return|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200003": { + "content": "<|constrain|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200004": { + "content": "<|reserved_200004|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200005": { + "content": "<|channel|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200006": { + "content": "<|start|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200007": { + "content": "<|end|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200008": { + "content": "<|message|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200009": { + "content": "<|reserved_200009|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200010": { + "content": "<|reserved_200010|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200011": { + "content": "<|reserved_200011|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200012": { + "content": "<|call|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200013": { + "content": "<|reserved_200013|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200014": { + "content": "<|reserved_200014|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200015": { + "content": "<|reserved_200015|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200016": { + "content": "<|reserved_200016|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200017": { + "content": "<|reserved_200017|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "200018": { + "content": "<|endofprompt|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "<|startoftext|>", + "clean_up_tokenization_spaces": false, + "eos_token": "<|return|>", + "extra_special_tokens": {}, + "max_length": 8192, + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 131072, + "pad_token": "<|reserved_200017|>", + "padding_side": "right", + "stride": 0, + "tokenizer_class": "PreTrainedTokenizerFast", + "truncation_side": "right", + "truncation_strategy": "longest_first", + "unk_token": null +} diff --git a/weight_map_third1.json b/weight_map_third1.json new file mode 100644 index 0000000..19a8da8 --- /dev/null +++ b/weight_map_third1.json @@ -0,0 +1,142 @@ +{ + "weight_map": { + "model.embed_tokens.weight": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.sinks": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.0.self_attn.o_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.0.mlp.router.weight": "model-00001-of-00008.safetensors", + "model.layers.0.mlp.router.bias": "model-00001-of-00008.safetensors", + "model.layers.0.mlp.experts.gate_up_proj": "model-00001-of-00008.safetensors", + "model.layers.0.mlp.experts.gate_up_proj_bias": "model-00001-of-00008.safetensors", + "model.layers.0.mlp.experts.down_proj": "model-00001-of-00008.safetensors", + "model.layers.0.mlp.experts.down_proj_bias": "model-00001-of-00008.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00008.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.sinks": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.1.self_attn.o_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.1.mlp.router.weight": "model-00001-of-00008.safetensors", + "model.layers.1.mlp.router.bias": "model-00001-of-00008.safetensors", + "model.layers.1.mlp.experts.gate_up_proj": "model-00001-of-00008.safetensors", + "model.layers.1.mlp.experts.gate_up_proj_bias": "model-00001-of-00008.safetensors", + "model.layers.1.mlp.experts.down_proj": "model-00001-of-00008.safetensors", + "model.layers.1.mlp.experts.down_proj_bias": "model-00001-of-00008.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00008.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.sinks": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00008.safetensors", + "model.layers.2.self_attn.o_proj.bias": "model-00001-of-00008.safetensors", + "model.layers.2.mlp.router.weight": "model-00001-of-00008.safetensors", + "model.layers.2.mlp.router.bias": "model-00001-of-00008.safetensors", + "model.layers.2.mlp.experts.gate_up_proj": "model-00002-of-00008.safetensors", + "model.layers.2.mlp.experts.gate_up_proj_bias": "model-00002-of-00008.safetensors", + "model.layers.2.mlp.experts.down_proj": "model-00002-of-00008.safetensors", + "model.layers.2.mlp.experts.down_proj_bias": "model-00002-of-00008.safetensors", + "model.layers.2.input_layernorm.weight": "model-00002-of-00008.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.sinks": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.q_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.k_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.v_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.3.self_attn.o_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.3.mlp.router.weight": "model-00002-of-00008.safetensors", + "model.layers.3.mlp.router.bias": "model-00002-of-00008.safetensors", + "model.layers.3.mlp.experts.gate_up_proj": "model-00002-of-00008.safetensors", + "model.layers.3.mlp.experts.gate_up_proj_bias": "model-00002-of-00008.safetensors", + "model.layers.3.mlp.experts.down_proj": "model-00002-of-00008.safetensors", + "model.layers.3.mlp.experts.down_proj_bias": "model-00002-of-00008.safetensors", + "model.layers.3.input_layernorm.weight": "model-00002-of-00008.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.sinks": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.q_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.k_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.v_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.4.self_attn.o_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.4.mlp.router.weight": "model-00002-of-00008.safetensors", + "model.layers.4.mlp.router.bias": "model-00002-of-00008.safetensors", + "model.layers.4.mlp.experts.gate_up_proj": "model-00002-of-00008.safetensors", + "model.layers.4.mlp.experts.gate_up_proj_bias": "model-00002-of-00008.safetensors", + "model.layers.4.mlp.experts.down_proj": "model-00002-of-00008.safetensors", + "model.layers.4.mlp.experts.down_proj_bias": "model-00002-of-00008.safetensors", + "model.layers.4.input_layernorm.weight": "model-00002-of-00008.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.sinks": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.q_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.k_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.v_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", + "model.layers.5.self_attn.o_proj.bias": "model-00002-of-00008.safetensors", + "model.layers.5.mlp.router.weight": "model-00002-of-00008.safetensors", + "model.layers.5.mlp.router.bias": "model-00002-of-00008.safetensors", + "model.layers.5.mlp.experts.gate_up_proj": "model-00003-of-00008.safetensors", + "model.layers.5.mlp.experts.gate_up_proj_bias": "model-00003-of-00008.safetensors", + "model.layers.5.mlp.experts.down_proj": "model-00003-of-00008.safetensors", + "model.layers.5.mlp.experts.down_proj_bias": "model-00003-of-00008.safetensors", + "model.layers.5.input_layernorm.weight": "model-00003-of-00008.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.sinks": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.q_proj.bias": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.k_proj.bias": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.v_proj.bias": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00003-of-00008.safetensors", + "model.layers.6.self_attn.o_proj.bias": "model-00003-of-00008.safetensors", + "model.layers.6.mlp.router.weight": "model-00003-of-00008.safetensors", + "model.layers.6.mlp.router.bias": "model-00003-of-00008.safetensors", + "model.layers.6.mlp.experts.gate_up_proj": "model-00003-of-00008.safetensors", + "model.layers.6.mlp.experts.gate_up_proj_bias": "model-00003-of-00008.safetensors", + "model.layers.6.mlp.experts.down_proj": "model-00003-of-00008.safetensors", + "model.layers.6.mlp.experts.down_proj_bias": "model-00003-of-00008.safetensors", + "model.layers.6.input_layernorm.weight": "model-00003-of-00008.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.sinks": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.q_proj.bias": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.k_proj.bias": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.v_proj.bias": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00003-of-00008.safetensors", + "model.layers.7.self_attn.o_proj.bias": "model-00003-of-00008.safetensors", + "model.layers.7.mlp.router.weight": "model-00003-of-00008.safetensors", + "model.layers.7.mlp.router.bias": "model-00003-of-00008.safetensors", + "model.layers.7.mlp.experts.gate_up_proj": "model-00003-of-00008.safetensors", + "model.layers.7.mlp.experts.gate_up_proj_bias": "model-00003-of-00008.safetensors", + "model.layers.7.mlp.experts.down_proj": "model-00003-of-00008.safetensors", + "model.layers.7.mlp.experts.down_proj_bias": "model-00003-of-00008.safetensors", + "model.layers.7.input_layernorm.weight": "model-00003-of-00008.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00003-of-00008.safetensors" + }, + "shard_count": 3 +} \ No newline at end of file diff --git a/weight_map_third2.json b/weight_map_third2.json new file mode 100644 index 0000000..a794f58 --- /dev/null +++ b/weight_map_third2.json @@ -0,0 +1,142 @@ +{ + "weight_map": { + "model.layers.8.self_attn.sinks": "model-00004-of-00008.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.8.self_attn.q_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.8.self_attn.k_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.8.self_attn.v_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.8.self_attn.o_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.8.mlp.router.weight": "model-00004-of-00008.safetensors", + "model.layers.8.mlp.router.bias": "model-00004-of-00008.safetensors", + "model.layers.8.mlp.experts.gate_up_proj": "model-00004-of-00008.safetensors", + "model.layers.8.mlp.experts.gate_up_proj_bias": "model-00004-of-00008.safetensors", + "model.layers.8.mlp.experts.down_proj": "model-00004-of-00008.safetensors", + "model.layers.8.mlp.experts.down_proj_bias": "model-00004-of-00008.safetensors", + "model.layers.8.input_layernorm.weight": "model-00004-of-00008.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.sinks": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.q_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.k_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.v_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.9.self_attn.o_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.9.mlp.router.weight": "model-00004-of-00008.safetensors", + "model.layers.9.mlp.router.bias": "model-00004-of-00008.safetensors", + "model.layers.9.mlp.experts.gate_up_proj": "model-00004-of-00008.safetensors", + "model.layers.9.mlp.experts.gate_up_proj_bias": "model-00004-of-00008.safetensors", + "model.layers.9.mlp.experts.down_proj": "model-00004-of-00008.safetensors", + "model.layers.9.mlp.experts.down_proj_bias": "model-00004-of-00008.safetensors", + "model.layers.9.input_layernorm.weight": "model-00004-of-00008.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.sinks": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.q_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.k_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.v_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.10.self_attn.o_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.10.mlp.router.weight": "model-00004-of-00008.safetensors", + "model.layers.10.mlp.router.bias": "model-00004-of-00008.safetensors", + "model.layers.10.mlp.experts.gate_up_proj": "model-00004-of-00008.safetensors", + "model.layers.10.mlp.experts.gate_up_proj_bias": "model-00004-of-00008.safetensors", + "model.layers.10.mlp.experts.down_proj": "model-00004-of-00008.safetensors", + "model.layers.10.mlp.experts.down_proj_bias": "model-00004-of-00008.safetensors", + "model.layers.10.input_layernorm.weight": "model-00004-of-00008.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.sinks": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.q_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.k_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.v_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00004-of-00008.safetensors", + "model.layers.11.self_attn.o_proj.bias": "model-00004-of-00008.safetensors", + "model.layers.11.mlp.router.weight": "model-00004-of-00008.safetensors", + "model.layers.11.mlp.router.bias": "model-00004-of-00008.safetensors", + "model.layers.11.mlp.experts.gate_up_proj": "model-00005-of-00008.safetensors", + "model.layers.11.mlp.experts.gate_up_proj_bias": "model-00005-of-00008.safetensors", + "model.layers.11.mlp.experts.down_proj": "model-00005-of-00008.safetensors", + "model.layers.11.mlp.experts.down_proj_bias": "model-00005-of-00008.safetensors", + "model.layers.11.input_layernorm.weight": "model-00005-of-00008.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.sinks": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.q_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.k_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.v_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.12.self_attn.o_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.12.mlp.router.weight": "model-00005-of-00008.safetensors", + "model.layers.12.mlp.router.bias": "model-00005-of-00008.safetensors", + "model.layers.12.mlp.experts.gate_up_proj": "model-00005-of-00008.safetensors", + "model.layers.12.mlp.experts.gate_up_proj_bias": "model-00005-of-00008.safetensors", + "model.layers.12.mlp.experts.down_proj": "model-00005-of-00008.safetensors", + "model.layers.12.mlp.experts.down_proj_bias": "model-00005-of-00008.safetensors", + "model.layers.12.input_layernorm.weight": "model-00005-of-00008.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.sinks": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.q_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.k_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.v_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.13.self_attn.o_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.13.mlp.router.weight": "model-00005-of-00008.safetensors", + "model.layers.13.mlp.router.bias": "model-00005-of-00008.safetensors", + "model.layers.13.mlp.experts.gate_up_proj": "model-00005-of-00008.safetensors", + "model.layers.13.mlp.experts.gate_up_proj_bias": "model-00005-of-00008.safetensors", + "model.layers.13.mlp.experts.down_proj": "model-00005-of-00008.safetensors", + "model.layers.13.mlp.experts.down_proj_bias": "model-00005-of-00008.safetensors", + "model.layers.13.input_layernorm.weight": "model-00005-of-00008.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.sinks": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.q_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.k_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.v_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00005-of-00008.safetensors", + "model.layers.14.self_attn.o_proj.bias": "model-00005-of-00008.safetensors", + "model.layers.14.mlp.router.weight": "model-00005-of-00008.safetensors", + "model.layers.14.mlp.router.bias": "model-00005-of-00008.safetensors", + "model.layers.14.mlp.experts.gate_up_proj": "model-00006-of-00008.safetensors", + "model.layers.14.mlp.experts.gate_up_proj_bias": "model-00006-of-00008.safetensors", + "model.layers.14.mlp.experts.down_proj": "model-00006-of-00008.safetensors", + "model.layers.14.mlp.experts.down_proj_bias": "model-00006-of-00008.safetensors", + "model.layers.14.input_layernorm.weight": "model-00006-of-00008.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.sinks": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.q_proj.bias": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.k_proj.bias": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.v_proj.bias": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00006-of-00008.safetensors", + "model.layers.15.self_attn.o_proj.bias": "model-00006-of-00008.safetensors", + "model.layers.15.mlp.router.weight": "model-00006-of-00008.safetensors", + "model.layers.15.mlp.router.bias": "model-00006-of-00008.safetensors", + "model.layers.15.mlp.experts.gate_up_proj": "model-00006-of-00008.safetensors", + "model.layers.15.mlp.experts.gate_up_proj_bias": "model-00006-of-00008.safetensors", + "model.layers.15.mlp.experts.down_proj": "model-00006-of-00008.safetensors", + "model.layers.15.mlp.experts.down_proj_bias": "model-00006-of-00008.safetensors", + "model.layers.15.input_layernorm.weight": "model-00006-of-00008.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00006-of-00008.safetensors", + "model.layers.16.self_attn.sinks": "model-00006-of-00008.safetensors" + }, + "shard_count": 3 +} \ No newline at end of file