Upload merged Qwen3-4B-Instruct-2507 model (auto-generated README)
Browse files- .gitattributes +3 -0
- README.md +69 -0
- adapter_config.json +38 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +86 -0
- checkpoint-1200/README.md +202 -0
- checkpoint-1200/adapter_config.json +38 -0
- checkpoint-1200/adapter_model.safetensors +3 -0
- checkpoint-1200/added_tokens.json +28 -0
- checkpoint-1200/chat_template.jinja +86 -0
- checkpoint-1200/merges.txt +0 -0
- checkpoint-1200/optimizer.pt +3 -0
- checkpoint-1200/rng_state.pth +3 -0
- checkpoint-1200/scheduler.pt +3 -0
- checkpoint-1200/special_tokens_map.json +31 -0
- checkpoint-1200/tokenizer.json +3 -0
- checkpoint-1200/tokenizer_config.json +240 -0
- checkpoint-1200/trainer_state.json +1194 -0
- checkpoint-1200/training_args.bin +3 -0
- checkpoint-1200/vocab.json +0 -0
- checkpoint-1234/README.md +202 -0
- checkpoint-1234/adapter_config.json +38 -0
- checkpoint-1234/adapter_model.safetensors +3 -0
- checkpoint-1234/added_tokens.json +28 -0
- checkpoint-1234/chat_template.jinja +86 -0
- checkpoint-1234/merges.txt +0 -0
- checkpoint-1234/optimizer.pt +3 -0
- checkpoint-1234/rng_state.pth +3 -0
- checkpoint-1234/scheduler.pt +3 -0
- checkpoint-1234/special_tokens_map.json +31 -0
- checkpoint-1234/tokenizer.json +3 -0
- checkpoint-1234/tokenizer_config.json +240 -0
- checkpoint-1234/trainer_state.json +1223 -0
- checkpoint-1234/training_args.bin +3 -0
- checkpoint-1234/vocab.json +0 -0
- config.json +70 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +406 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +240 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ 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 |
+
checkpoint-1200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
checkpoint-1234/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 3 |
+
datasets:
|
| 4 |
+
- u-10bei/sft_alfworld_trajectory_dataset_v5
|
| 5 |
+
- u-10bei/dbbench_sft_dataset_react_v4
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
library_name: peft
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
tags:
|
| 12 |
+
- lora
|
| 13 |
+
- agent
|
| 14 |
+
- tool-use
|
| 15 |
+
- alfworld
|
| 16 |
+
- dbbench
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# Qwen3-4B ALFWorld+DBBench Mixed LoRA Adapter (r=64)
|
| 20 |
+
|
| 21 |
+
This repository provides a **LoRA adapter** fine-tuned from
|
| 22 |
+
**Qwen/Qwen3-4B-Instruct-2507** using **LoRA + Unsloth**.
|
| 23 |
+
|
| 24 |
+
This repository contains **LoRA adapter weights only**.
|
| 25 |
+
The base model must be loaded separately.
|
| 26 |
+
|
| 27 |
+
## Training Objective
|
| 28 |
+
|
| 29 |
+
This adapter is trained to improve **multi-turn agent task performance**
|
| 30 |
+
on ALFWorld (household tasks) and DBBench (database operations).
|
| 31 |
+
|
| 32 |
+
Loss is applied to **all assistant turns** in the multi-turn trajectory,
|
| 33 |
+
enabling the model to learn environment observation, action selection,
|
| 34 |
+
tool use, and recovery from errors.
|
| 35 |
+
|
| 36 |
+
## Training Configuration
|
| 37 |
+
|
| 38 |
+
- Base model: Qwen/Qwen3-4B-Instruct-2507
|
| 39 |
+
- Method: LoRA (full precision base)
|
| 40 |
+
- Max sequence length: 4096
|
| 41 |
+
- Epochs: 3
|
| 42 |
+
- Learning rate: 2e-04
|
| 43 |
+
- LoRA: r=64, alpha=128
|
| 44 |
+
|
| 45 |
+
## Usage
|
| 46 |
+
|
| 47 |
+
```python
|
| 48 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 49 |
+
from peft import PeftModel
|
| 50 |
+
import torch
|
| 51 |
+
|
| 52 |
+
base = "Qwen/Qwen3-4B-Instruct-2507"
|
| 53 |
+
adapter = "your_id/your-repo"
|
| 54 |
+
|
| 55 |
+
tokenizer = AutoTokenizer.from_pretrained(base)
|
| 56 |
+
model = AutoModelForCausalLM.from_pretrained(
|
| 57 |
+
base,
|
| 58 |
+
torch_dtype=torch.float16,
|
| 59 |
+
device_map="auto",
|
| 60 |
+
)
|
| 61 |
+
model = PeftModel.from_pretrained(model, adapter)
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
+
## Sources & Terms (IMPORTANT)
|
| 65 |
+
|
| 66 |
+
Training data: u-10bei/sft_alfworld_trajectory_dataset_v5 + u-10bei/dbbench_sft_dataset_react_v4
|
| 67 |
+
|
| 68 |
+
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
|
| 69 |
+
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|
adapter_config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "Qwen3ForCausalLM",
|
| 5 |
+
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 6 |
+
"unsloth_fixed": true
|
| 7 |
+
},
|
| 8 |
+
"base_model_name_or_path": "unsloth/Qwen3-4B-Instruct-2507",
|
| 9 |
+
"bias": "none",
|
| 10 |
+
"fan_in_fan_out": false,
|
| 11 |
+
"inference_mode": true,
|
| 12 |
+
"init_lora_weights": true,
|
| 13 |
+
"layer_replication": null,
|
| 14 |
+
"layers_pattern": null,
|
| 15 |
+
"layers_to_transform": null,
|
| 16 |
+
"loftq_config": {},
|
| 17 |
+
"lora_alpha": 128,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 64,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"down_proj",
|
| 28 |
+
"o_proj",
|
| 29 |
+
"gate_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"q_proj",
|
| 33 |
+
"up_proj"
|
| 34 |
+
],
|
| 35 |
+
"task_type": "CAUSAL_LM",
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_rslora": false
|
| 38 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15a79747a8e339fa6eb80dd15a1b90fb8cd3bebdcbc354434a8efe9ec1445b23
|
| 3 |
+
size 528550256
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- endif %}
|
checkpoint-1200/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen3-4B-Instruct-2507
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.13.2
|
checkpoint-1200/adapter_config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "Qwen3ForCausalLM",
|
| 5 |
+
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 6 |
+
"unsloth_fixed": true
|
| 7 |
+
},
|
| 8 |
+
"base_model_name_or_path": "unsloth/Qwen3-4B-Instruct-2507",
|
| 9 |
+
"bias": "none",
|
| 10 |
+
"fan_in_fan_out": false,
|
| 11 |
+
"inference_mode": true,
|
| 12 |
+
"init_lora_weights": true,
|
| 13 |
+
"layer_replication": null,
|
| 14 |
+
"layers_pattern": null,
|
| 15 |
+
"layers_to_transform": null,
|
| 16 |
+
"loftq_config": {},
|
| 17 |
+
"lora_alpha": 128,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 64,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"down_proj",
|
| 28 |
+
"o_proj",
|
| 29 |
+
"gate_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"q_proj",
|
| 33 |
+
"up_proj"
|
| 34 |
+
],
|
| 35 |
+
"task_type": "CAUSAL_LM",
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_rslora": false
|
| 38 |
+
}
|
checkpoint-1200/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87b39da285000e79d434ed1697958abe3ad0d3fa20e156a29eee397369ca8d3b
|
| 3 |
+
size 528550256
|
checkpoint-1200/added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
checkpoint-1200/chat_template.jinja
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- endif %}
|
checkpoint-1200/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1200/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3ce8edaf0ee628f44e8a81b1455f21e848bc9b43917c1319de5e70b9e19df2f
|
| 3 |
+
size 1057397963
|
checkpoint-1200/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49dc7dc6e62a334c060dba5a2f382dbfe4bcc20fc4c40c4527af5595a496cae9
|
| 3 |
+
size 14645
|
checkpoint-1200/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f6d949af11124459170d8f615d47f6836e3ebe3663df9853e0b395fbb7ece29
|
| 3 |
+
size 1465
|
checkpoint-1200/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|vision_pad|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
checkpoint-1200/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-1200/tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 262144,
|
| 235 |
+
"pad_token": "<|vision_pad|>",
|
| 236 |
+
"padding_side": "right",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
checkpoint-1200/trainer_state.json
ADDED
|
@@ -0,0 +1,1194 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.9458527682011764,
|
| 6 |
+
"eval_steps": 30,
|
| 7 |
+
"global_step": 1200,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.01622388967755019,
|
| 14 |
+
"grad_norm": 8.625337600708008,
|
| 15 |
+
"learning_rate": 1.4516129032258066e-05,
|
| 16 |
+
"loss": 2.6755,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.03244777935510038,
|
| 21 |
+
"grad_norm": 0.859293520450592,
|
| 22 |
+
"learning_rate": 3.0645161290322585e-05,
|
| 23 |
+
"loss": 1.0056,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.04867166903265058,
|
| 28 |
+
"grad_norm": 0.7715856432914734,
|
| 29 |
+
"learning_rate": 4.67741935483871e-05,
|
| 30 |
+
"loss": 0.6365,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.04867166903265058,
|
| 35 |
+
"eval_loss": 0.5236709713935852,
|
| 36 |
+
"eval_runtime": 55.0101,
|
| 37 |
+
"eval_samples_per_second": 4.726,
|
| 38 |
+
"eval_steps_per_second": 4.726,
|
| 39 |
+
"step": 30
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.06489555871020077,
|
| 43 |
+
"grad_norm": 0.5313697457313538,
|
| 44 |
+
"learning_rate": 6.290322580645161e-05,
|
| 45 |
+
"loss": 0.4295,
|
| 46 |
+
"step": 40
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.08111944838775097,
|
| 50 |
+
"grad_norm": 1.1634626388549805,
|
| 51 |
+
"learning_rate": 7.903225806451613e-05,
|
| 52 |
+
"loss": 0.3387,
|
| 53 |
+
"step": 50
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.09734333806530115,
|
| 57 |
+
"grad_norm": 0.7073950171470642,
|
| 58 |
+
"learning_rate": 9.516129032258065e-05,
|
| 59 |
+
"loss": 0.2797,
|
| 60 |
+
"step": 60
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.09734333806530115,
|
| 64 |
+
"eval_loss": 0.2691636085510254,
|
| 65 |
+
"eval_runtime": 54.4477,
|
| 66 |
+
"eval_samples_per_second": 4.775,
|
| 67 |
+
"eval_steps_per_second": 4.775,
|
| 68 |
+
"step": 60
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 0.11356722774285134,
|
| 72 |
+
"grad_norm": 0.5980345606803894,
|
| 73 |
+
"learning_rate": 0.00011129032258064515,
|
| 74 |
+
"loss": 0.2525,
|
| 75 |
+
"step": 70
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.12979111742040153,
|
| 79 |
+
"grad_norm": 0.5646739602088928,
|
| 80 |
+
"learning_rate": 0.0001274193548387097,
|
| 81 |
+
"loss": 0.2208,
|
| 82 |
+
"step": 80
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.14601500709795173,
|
| 86 |
+
"grad_norm": 0.33468499779701233,
|
| 87 |
+
"learning_rate": 0.00014354838709677422,
|
| 88 |
+
"loss": 0.2018,
|
| 89 |
+
"step": 90
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.14601500709795173,
|
| 93 |
+
"eval_loss": 0.1886902004480362,
|
| 94 |
+
"eval_runtime": 54.4734,
|
| 95 |
+
"eval_samples_per_second": 4.773,
|
| 96 |
+
"eval_steps_per_second": 4.773,
|
| 97 |
+
"step": 90
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.16223889677550193,
|
| 101 |
+
"grad_norm": 0.3952212929725647,
|
| 102 |
+
"learning_rate": 0.00015967741935483872,
|
| 103 |
+
"loss": 0.1841,
|
| 104 |
+
"step": 100
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.1784627864530521,
|
| 108 |
+
"grad_norm": 0.34694239497184753,
|
| 109 |
+
"learning_rate": 0.00017580645161290325,
|
| 110 |
+
"loss": 0.1731,
|
| 111 |
+
"step": 110
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.1946866761306023,
|
| 115 |
+
"grad_norm": 0.3307943046092987,
|
| 116 |
+
"learning_rate": 0.00019193548387096775,
|
| 117 |
+
"loss": 0.1736,
|
| 118 |
+
"step": 120
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"epoch": 0.1946866761306023,
|
| 122 |
+
"eval_loss": 0.1661035567522049,
|
| 123 |
+
"eval_runtime": 54.4184,
|
| 124 |
+
"eval_samples_per_second": 4.778,
|
| 125 |
+
"eval_steps_per_second": 4.778,
|
| 126 |
+
"step": 120
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 0.2109105658081525,
|
| 130 |
+
"grad_norm": 0.2933768928050995,
|
| 131 |
+
"learning_rate": 0.0001999899871766749,
|
| 132 |
+
"loss": 0.1616,
|
| 133 |
+
"step": 130
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 0.22713445548570269,
|
| 137 |
+
"grad_norm": 0.3262489438056946,
|
| 138 |
+
"learning_rate": 0.00019990989662046818,
|
| 139 |
+
"loss": 0.1619,
|
| 140 |
+
"step": 140
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"epoch": 0.2433583451632529,
|
| 144 |
+
"grad_norm": 0.18724548816680908,
|
| 145 |
+
"learning_rate": 0.00019974977965945,
|
| 146 |
+
"loss": 0.1482,
|
| 147 |
+
"step": 150
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 0.2433583451632529,
|
| 151 |
+
"eval_loss": 0.14517094194889069,
|
| 152 |
+
"eval_runtime": 54.4554,
|
| 153 |
+
"eval_samples_per_second": 4.775,
|
| 154 |
+
"eval_steps_per_second": 4.775,
|
| 155 |
+
"step": 150
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"epoch": 0.25958223484080306,
|
| 159 |
+
"grad_norm": 0.39443448185920715,
|
| 160 |
+
"learning_rate": 0.0001995097645450266,
|
| 161 |
+
"loss": 0.1571,
|
| 162 |
+
"step": 160
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.2758061245183533,
|
| 166 |
+
"grad_norm": 0.3215681314468384,
|
| 167 |
+
"learning_rate": 0.00019919004352588767,
|
| 168 |
+
"loss": 0.1518,
|
| 169 |
+
"step": 170
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"epoch": 0.29203001419590346,
|
| 173 |
+
"grad_norm": 0.1917540580034256,
|
| 174 |
+
"learning_rate": 0.0001987908726940178,
|
| 175 |
+
"loss": 0.1477,
|
| 176 |
+
"step": 180
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"epoch": 0.29203001419590346,
|
| 180 |
+
"eval_loss": 0.1380539983510971,
|
| 181 |
+
"eval_runtime": 54.5257,
|
| 182 |
+
"eval_samples_per_second": 4.768,
|
| 183 |
+
"eval_steps_per_second": 4.768,
|
| 184 |
+
"step": 180
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.30825390387345364,
|
| 188 |
+
"grad_norm": 0.27752983570098877,
|
| 189 |
+
"learning_rate": 0.00019831257177957044,
|
| 190 |
+
"loss": 0.1352,
|
| 191 |
+
"step": 190
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.32447779355100387,
|
| 195 |
+
"grad_norm": 0.3052772879600525,
|
| 196 |
+
"learning_rate": 0.00019775552389476864,
|
| 197 |
+
"loss": 0.1425,
|
| 198 |
+
"step": 200
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.34070168322855404,
|
| 202 |
+
"grad_norm": 0.17911162972450256,
|
| 203 |
+
"learning_rate": 0.00019712017522703764,
|
| 204 |
+
"loss": 0.1411,
|
| 205 |
+
"step": 210
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.34070168322855404,
|
| 209 |
+
"eval_loss": 0.13320107758045197,
|
| 210 |
+
"eval_runtime": 54.1867,
|
| 211 |
+
"eval_samples_per_second": 4.798,
|
| 212 |
+
"eval_steps_per_second": 4.798,
|
| 213 |
+
"step": 210
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.3569255729061042,
|
| 217 |
+
"grad_norm": 0.15296442806720734,
|
| 218 |
+
"learning_rate": 0.0001964070346816151,
|
| 219 |
+
"loss": 0.1378,
|
| 220 |
+
"step": 220
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.37314946258365445,
|
| 224 |
+
"grad_norm": 0.17346209287643433,
|
| 225 |
+
"learning_rate": 0.00019561667347392508,
|
| 226 |
+
"loss": 0.136,
|
| 227 |
+
"step": 230
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.3893733522612046,
|
| 231 |
+
"grad_norm": 0.16340570151805878,
|
| 232 |
+
"learning_rate": 0.00019474972467204297,
|
| 233 |
+
"loss": 0.1395,
|
| 234 |
+
"step": 240
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.3893733522612046,
|
| 238 |
+
"eval_loss": 0.13255620002746582,
|
| 239 |
+
"eval_runtime": 54.3562,
|
| 240 |
+
"eval_samples_per_second": 4.783,
|
| 241 |
+
"eval_steps_per_second": 4.783,
|
| 242 |
+
"step": 240
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 0.4055972419387548,
|
| 246 |
+
"grad_norm": 0.2969210147857666,
|
| 247 |
+
"learning_rate": 0.0001938068826896166,
|
| 248 |
+
"loss": 0.1368,
|
| 249 |
+
"step": 250
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.421821131616305,
|
| 253 |
+
"grad_norm": 0.20236295461654663,
|
| 254 |
+
"learning_rate": 0.00019278890272965096,
|
| 255 |
+
"loss": 0.1273,
|
| 256 |
+
"step": 260
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"epoch": 0.4380450212938552,
|
| 260 |
+
"grad_norm": 0.2891747057437897,
|
| 261 |
+
"learning_rate": 0.00019169660017960137,
|
| 262 |
+
"loss": 0.129,
|
| 263 |
+
"step": 270
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"epoch": 0.4380450212938552,
|
| 267 |
+
"eval_loss": 0.12807676196098328,
|
| 268 |
+
"eval_runtime": 54.3522,
|
| 269 |
+
"eval_samples_per_second": 4.784,
|
| 270 |
+
"eval_steps_per_second": 4.784,
|
| 271 |
+
"step": 270
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 0.45426891097140537,
|
| 275 |
+
"grad_norm": 0.20254789292812347,
|
| 276 |
+
"learning_rate": 0.0001905308499582597,
|
| 277 |
+
"loss": 0.141,
|
| 278 |
+
"step": 280
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"epoch": 0.4704928006489556,
|
| 282 |
+
"grad_norm": 0.1715897023677826,
|
| 283 |
+
"learning_rate": 0.00018929258581495685,
|
| 284 |
+
"loss": 0.1329,
|
| 285 |
+
"step": 290
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"epoch": 0.4867166903265058,
|
| 289 |
+
"grad_norm": 0.3499029278755188,
|
| 290 |
+
"learning_rate": 0.00018798279958164295,
|
| 291 |
+
"loss": 0.1355,
|
| 292 |
+
"step": 300
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"epoch": 0.4867166903265058,
|
| 296 |
+
"eval_loss": 0.12350723892450333,
|
| 297 |
+
"eval_runtime": 54.5668,
|
| 298 |
+
"eval_samples_per_second": 4.765,
|
| 299 |
+
"eval_steps_per_second": 4.765,
|
| 300 |
+
"step": 300
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"epoch": 0.502940580004056,
|
| 304 |
+
"grad_norm": 0.15775884687900543,
|
| 305 |
+
"learning_rate": 0.00018660254037844388,
|
| 306 |
+
"loss": 0.126,
|
| 307 |
+
"step": 310
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.5191644696816061,
|
| 311 |
+
"grad_norm": 0.19402213394641876,
|
| 312 |
+
"learning_rate": 0.00018515291377333112,
|
| 313 |
+
"loss": 0.1332,
|
| 314 |
+
"step": 320
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"epoch": 0.5353883593591564,
|
| 318 |
+
"grad_norm": 0.13237500190734863,
|
| 319 |
+
"learning_rate": 0.0001836350808965776,
|
| 320 |
+
"loss": 0.1441,
|
| 321 |
+
"step": 330
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"epoch": 0.5353883593591564,
|
| 325 |
+
"eval_loss": 0.12080405652523041,
|
| 326 |
+
"eval_runtime": 54.7379,
|
| 327 |
+
"eval_samples_per_second": 4.75,
|
| 328 |
+
"eval_steps_per_second": 4.75,
|
| 329 |
+
"step": 330
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 0.5516122490367066,
|
| 333 |
+
"grad_norm": 0.29119789600372314,
|
| 334 |
+
"learning_rate": 0.00018205025751070875,
|
| 335 |
+
"loss": 0.1245,
|
| 336 |
+
"step": 340
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"epoch": 0.5678361387142568,
|
| 340 |
+
"grad_norm": 0.15898150205612183,
|
| 341 |
+
"learning_rate": 0.00018039971303669407,
|
| 342 |
+
"loss": 0.121,
|
| 343 |
+
"step": 350
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.5840600283918069,
|
| 347 |
+
"grad_norm": 0.13710354268550873,
|
| 348 |
+
"learning_rate": 0.000178684769537159,
|
| 349 |
+
"loss": 0.1346,
|
| 350 |
+
"step": 360
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"epoch": 0.5840600283918069,
|
| 354 |
+
"eval_loss": 0.12007435411214828,
|
| 355 |
+
"eval_runtime": 54.7789,
|
| 356 |
+
"eval_samples_per_second": 4.746,
|
| 357 |
+
"eval_steps_per_second": 4.746,
|
| 358 |
+
"step": 360
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"epoch": 0.6002839180693571,
|
| 362 |
+
"grad_norm": 0.12323573976755142,
|
| 363 |
+
"learning_rate": 0.0001769068006574317,
|
| 364 |
+
"loss": 0.1311,
|
| 365 |
+
"step": 370
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"epoch": 0.6165078077469073,
|
| 369 |
+
"grad_norm": 0.14197634160518646,
|
| 370 |
+
"learning_rate": 0.00017506723052527242,
|
| 371 |
+
"loss": 0.122,
|
| 372 |
+
"step": 380
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"epoch": 0.6327316974244576,
|
| 376 |
+
"grad_norm": 0.13415870070457458,
|
| 377 |
+
"learning_rate": 0.00017316753261016783,
|
| 378 |
+
"loss": 0.1242,
|
| 379 |
+
"step": 390
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 0.6327316974244576,
|
| 383 |
+
"eval_loss": 0.11815402656793594,
|
| 384 |
+
"eval_runtime": 54.9041,
|
| 385 |
+
"eval_samples_per_second": 4.736,
|
| 386 |
+
"eval_steps_per_second": 4.736,
|
| 387 |
+
"step": 390
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.6489555871020077,
|
| 391 |
+
"grad_norm": 0.14391979575157166,
|
| 392 |
+
"learning_rate": 0.00017120922854310257,
|
| 393 |
+
"loss": 0.1235,
|
| 394 |
+
"step": 400
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.6651794767795579,
|
| 398 |
+
"grad_norm": 0.12567928433418274,
|
| 399 |
+
"learning_rate": 0.00016919388689775464,
|
| 400 |
+
"loss": 0.1292,
|
| 401 |
+
"step": 410
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.6814033664571081,
|
| 405 |
+
"grad_norm": 0.24638038873672485,
|
| 406 |
+
"learning_rate": 0.0001671231219340903,
|
| 407 |
+
"loss": 0.124,
|
| 408 |
+
"step": 420
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.6814033664571081,
|
| 412 |
+
"eval_loss": 0.11765418201684952,
|
| 413 |
+
"eval_runtime": 54.8324,
|
| 414 |
+
"eval_samples_per_second": 4.742,
|
| 415 |
+
"eval_steps_per_second": 4.742,
|
| 416 |
+
"step": 420
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.6976272561346583,
|
| 420 |
+
"grad_norm": 0.11872219294309616,
|
| 421 |
+
"learning_rate": 0.00016499859230536466,
|
| 422 |
+
"loss": 0.1284,
|
| 423 |
+
"step": 430
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.7138511458122084,
|
| 427 |
+
"grad_norm": 0.14060816168785095,
|
| 428 |
+
"learning_rate": 0.00016282199972956425,
|
| 429 |
+
"loss": 0.1228,
|
| 430 |
+
"step": 440
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.7300750354897587,
|
| 434 |
+
"grad_norm": 0.1108463779091835,
|
| 435 |
+
"learning_rate": 0.00016059508762635482,
|
| 436 |
+
"loss": 0.1315,
|
| 437 |
+
"step": 450
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.7300750354897587,
|
| 441 |
+
"eval_loss": 0.11692557483911514,
|
| 442 |
+
"eval_runtime": 55.1996,
|
| 443 |
+
"eval_samples_per_second": 4.71,
|
| 444 |
+
"eval_steps_per_second": 4.71,
|
| 445 |
+
"step": 450
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"epoch": 0.7462989251673089,
|
| 449 |
+
"grad_norm": 0.13592351973056793,
|
| 450 |
+
"learning_rate": 0.00015831963972062733,
|
| 451 |
+
"loss": 0.1235,
|
| 452 |
+
"step": 460
|
| 453 |
+
},
|
| 454 |
+
{
|
| 455 |
+
"epoch": 0.7625228148448591,
|
| 456 |
+
"grad_norm": 0.12181869149208069,
|
| 457 |
+
"learning_rate": 0.00015599747861375955,
|
| 458 |
+
"loss": 0.12,
|
| 459 |
+
"step": 470
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.7787467045224092,
|
| 463 |
+
"grad_norm": 0.37740716338157654,
|
| 464 |
+
"learning_rate": 0.00015363046432373824,
|
| 465 |
+
"loss": 0.119,
|
| 466 |
+
"step": 480
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"epoch": 0.7787467045224092,
|
| 470 |
+
"eval_loss": 0.11858060956001282,
|
| 471 |
+
"eval_runtime": 55.2002,
|
| 472 |
+
"eval_samples_per_second": 4.71,
|
| 473 |
+
"eval_steps_per_second": 4.71,
|
| 474 |
+
"step": 480
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.7949705941999594,
|
| 478 |
+
"grad_norm": 0.3189144432544708,
|
| 479 |
+
"learning_rate": 0.00015122049279531143,
|
| 480 |
+
"loss": 0.1322,
|
| 481 |
+
"step": 490
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"epoch": 0.8111944838775096,
|
| 485 |
+
"grad_norm": 0.15118102729320526,
|
| 486 |
+
"learning_rate": 0.00014876949438136347,
|
| 487 |
+
"loss": 0.1211,
|
| 488 |
+
"step": 500
|
| 489 |
+
},
|
| 490 |
+
{
|
| 491 |
+
"epoch": 0.8274183735550599,
|
| 492 |
+
"grad_norm": 0.09746048599481583,
|
| 493 |
+
"learning_rate": 0.0001462794322967299,
|
| 494 |
+
"loss": 0.124,
|
| 495 |
+
"step": 510
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"epoch": 0.8274183735550599,
|
| 499 |
+
"eval_loss": 0.11739031225442886,
|
| 500 |
+
"eval_runtime": 54.9138,
|
| 501 |
+
"eval_samples_per_second": 4.735,
|
| 502 |
+
"eval_steps_per_second": 4.735,
|
| 503 |
+
"step": 510
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"epoch": 0.84364226323261,
|
| 507 |
+
"grad_norm": 0.11682560294866562,
|
| 508 |
+
"learning_rate": 0.00014375230104569044,
|
| 509 |
+
"loss": 0.1219,
|
| 510 |
+
"step": 520
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"epoch": 0.8598661529101602,
|
| 514 |
+
"grad_norm": 0.10706628113985062,
|
| 515 |
+
"learning_rate": 0.0001411901248243993,
|
| 516 |
+
"loss": 0.1198,
|
| 517 |
+
"step": 530
|
| 518 |
+
},
|
| 519 |
+
{
|
| 520 |
+
"epoch": 0.8760900425877104,
|
| 521 |
+
"grad_norm": 0.26870429515838623,
|
| 522 |
+
"learning_rate": 0.0001385949558995329,
|
| 523 |
+
"loss": 0.1253,
|
| 524 |
+
"step": 540
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"epoch": 0.8760900425877104,
|
| 528 |
+
"eval_loss": 0.11531012505292892,
|
| 529 |
+
"eval_runtime": 54.9326,
|
| 530 |
+
"eval_samples_per_second": 4.733,
|
| 531 |
+
"eval_steps_per_second": 4.733,
|
| 532 |
+
"step": 540
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"epoch": 0.8923139322652606,
|
| 536 |
+
"grad_norm": 0.09110305458307266,
|
| 537 |
+
"learning_rate": 0.0001359688729644536,
|
| 538 |
+
"loss": 0.1129,
|
| 539 |
+
"step": 550
|
| 540 |
+
},
|
| 541 |
+
{
|
| 542 |
+
"epoch": 0.9085378219428107,
|
| 543 |
+
"grad_norm": 0.11204719543457031,
|
| 544 |
+
"learning_rate": 0.00013331397947420576,
|
| 545 |
+
"loss": 0.129,
|
| 546 |
+
"step": 560
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"epoch": 0.924761711620361,
|
| 550 |
+
"grad_norm": 0.15059269964694977,
|
| 551 |
+
"learning_rate": 0.00013063240196067836,
|
| 552 |
+
"loss": 0.1272,
|
| 553 |
+
"step": 570
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"epoch": 0.924761711620361,
|
| 557 |
+
"eval_loss": 0.11525142192840576,
|
| 558 |
+
"eval_runtime": 55.1098,
|
| 559 |
+
"eval_samples_per_second": 4.718,
|
| 560 |
+
"eval_steps_per_second": 4.718,
|
| 561 |
+
"step": 570
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"epoch": 0.9409856012979112,
|
| 565 |
+
"grad_norm": 0.11085380613803864,
|
| 566 |
+
"learning_rate": 0.00012792628832928302,
|
| 567 |
+
"loss": 0.1243,
|
| 568 |
+
"step": 580
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"epoch": 0.9572094909754614,
|
| 572 |
+
"grad_norm": 0.10796050727367401,
|
| 573 |
+
"learning_rate": 0.00012519780613851254,
|
| 574 |
+
"loss": 0.1197,
|
| 575 |
+
"step": 590
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"epoch": 0.9734333806530115,
|
| 579 |
+
"grad_norm": 0.08801472187042236,
|
| 580 |
+
"learning_rate": 0.00012244914086375724,
|
| 581 |
+
"loss": 0.1261,
|
| 582 |
+
"step": 600
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"epoch": 0.9734333806530115,
|
| 586 |
+
"eval_loss": 0.11538033187389374,
|
| 587 |
+
"eval_runtime": 54.7547,
|
| 588 |
+
"eval_samples_per_second": 4.748,
|
| 589 |
+
"eval_steps_per_second": 4.748,
|
| 590 |
+
"step": 600
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.9896572703305617,
|
| 594 |
+
"grad_norm": 0.08395121991634369,
|
| 595 |
+
"learning_rate": 0.00011968249414677055,
|
| 596 |
+
"loss": 0.1215,
|
| 597 |
+
"step": 610
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 1.0048671669032652,
|
| 601 |
+
"grad_norm": 0.10106801986694336,
|
| 602 |
+
"learning_rate": 0.00011690008203218493,
|
| 603 |
+
"loss": 0.1206,
|
| 604 |
+
"step": 620
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 1.0210910565808153,
|
| 608 |
+
"grad_norm": 0.08509080857038498,
|
| 609 |
+
"learning_rate": 0.00011410413319249194,
|
| 610 |
+
"loss": 0.1125,
|
| 611 |
+
"step": 630
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 1.0210910565808153,
|
| 615 |
+
"eval_loss": 0.11403891444206238,
|
| 616 |
+
"eval_runtime": 54.6547,
|
| 617 |
+
"eval_samples_per_second": 4.757,
|
| 618 |
+
"eval_steps_per_second": 4.757,
|
| 619 |
+
"step": 630
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 1.0373149462583655,
|
| 623 |
+
"grad_norm": 0.09074535965919495,
|
| 624 |
+
"learning_rate": 0.00011129688714290729,
|
| 625 |
+
"loss": 0.1167,
|
| 626 |
+
"step": 640
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 1.0535388359359157,
|
| 630 |
+
"grad_norm": 0.10673358291387558,
|
| 631 |
+
"learning_rate": 0.00010848059244755093,
|
| 632 |
+
"loss": 0.1082,
|
| 633 |
+
"step": 650
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 1.0697627256134659,
|
| 637 |
+
"grad_norm": 0.11839364469051361,
|
| 638 |
+
"learning_rate": 0.00010565750491837925,
|
| 639 |
+
"loss": 0.1192,
|
| 640 |
+
"step": 660
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 1.0697627256134659,
|
| 644 |
+
"eval_loss": 0.11325760185718536,
|
| 645 |
+
"eval_runtime": 54.7532,
|
| 646 |
+
"eval_samples_per_second": 4.749,
|
| 647 |
+
"eval_steps_per_second": 4.749,
|
| 648 |
+
"step": 660
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"epoch": 1.085986615291016,
|
| 652 |
+
"grad_norm": 0.08097315579652786,
|
| 653 |
+
"learning_rate": 0.00010282988580831183,
|
| 654 |
+
"loss": 0.1188,
|
| 655 |
+
"step": 670
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"epoch": 1.1022105049685662,
|
| 659 |
+
"grad_norm": 0.10252730548381805,
|
| 660 |
+
"learning_rate": 0.0001,
|
| 661 |
+
"loss": 0.1217,
|
| 662 |
+
"step": 680
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 1.1184343946461164,
|
| 666 |
+
"grad_norm": 0.1087854653596878,
|
| 667 |
+
"learning_rate": 9.71701141916882e-05,
|
| 668 |
+
"loss": 0.1185,
|
| 669 |
+
"step": 690
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 1.1184343946461164,
|
| 673 |
+
"eval_loss": 0.11274029314517975,
|
| 674 |
+
"eval_runtime": 54.6489,
|
| 675 |
+
"eval_samples_per_second": 4.758,
|
| 676 |
+
"eval_steps_per_second": 4.758,
|
| 677 |
+
"step": 690
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"epoch": 1.1346582843236666,
|
| 681 |
+
"grad_norm": 0.09857626259326935,
|
| 682 |
+
"learning_rate": 9.434249508162076e-05,
|
| 683 |
+
"loss": 0.1225,
|
| 684 |
+
"step": 700
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"epoch": 1.1508821740012167,
|
| 688 |
+
"grad_norm": 0.09853193908929825,
|
| 689 |
+
"learning_rate": 9.151940755244912e-05,
|
| 690 |
+
"loss": 0.1185,
|
| 691 |
+
"step": 710
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"epoch": 1.167106063678767,
|
| 695 |
+
"grad_norm": 0.0954899936914444,
|
| 696 |
+
"learning_rate": 8.870311285709274e-05,
|
| 697 |
+
"loss": 0.1336,
|
| 698 |
+
"step": 720
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"epoch": 1.167106063678767,
|
| 702 |
+
"eval_loss": 0.11281841993331909,
|
| 703 |
+
"eval_runtime": 54.5506,
|
| 704 |
+
"eval_samples_per_second": 4.766,
|
| 705 |
+
"eval_steps_per_second": 4.766,
|
| 706 |
+
"step": 720
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"epoch": 1.183329953356317,
|
| 710 |
+
"grad_norm": 0.0967244803905487,
|
| 711 |
+
"learning_rate": 8.58958668075081e-05,
|
| 712 |
+
"loss": 0.118,
|
| 713 |
+
"step": 730
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"epoch": 1.1995538430338675,
|
| 717 |
+
"grad_norm": 0.09406362473964691,
|
| 718 |
+
"learning_rate": 8.309991796781511e-05,
|
| 719 |
+
"loss": 0.1218,
|
| 720 |
+
"step": 740
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"epoch": 1.2157777327114176,
|
| 724 |
+
"grad_norm": 0.0989699587225914,
|
| 725 |
+
"learning_rate": 8.031750585322947e-05,
|
| 726 |
+
"loss": 0.1178,
|
| 727 |
+
"step": 750
|
| 728 |
+
},
|
| 729 |
+
{
|
| 730 |
+
"epoch": 1.2157777327114176,
|
| 731 |
+
"eval_loss": 0.11203999817371368,
|
| 732 |
+
"eval_runtime": 54.636,
|
| 733 |
+
"eval_samples_per_second": 4.759,
|
| 734 |
+
"eval_steps_per_second": 4.759,
|
| 735 |
+
"step": 750
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"epoch": 1.2320016223889678,
|
| 739 |
+
"grad_norm": 0.10200025886297226,
|
| 740 |
+
"learning_rate": 7.755085913624274e-05,
|
| 741 |
+
"loss": 0.1126,
|
| 742 |
+
"step": 760
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"epoch": 1.248225512066518,
|
| 746 |
+
"grad_norm": 0.09863891452550888,
|
| 747 |
+
"learning_rate": 7.48021938614875e-05,
|
| 748 |
+
"loss": 0.1253,
|
| 749 |
+
"step": 770
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"epoch": 1.2644494017440682,
|
| 753 |
+
"grad_norm": 0.07942435145378113,
|
| 754 |
+
"learning_rate": 7.2073711670717e-05,
|
| 755 |
+
"loss": 0.1188,
|
| 756 |
+
"step": 780
|
| 757 |
+
},
|
| 758 |
+
{
|
| 759 |
+
"epoch": 1.2644494017440682,
|
| 760 |
+
"eval_loss": 0.11259657144546509,
|
| 761 |
+
"eval_runtime": 54.5511,
|
| 762 |
+
"eval_samples_per_second": 4.766,
|
| 763 |
+
"eval_steps_per_second": 4.766,
|
| 764 |
+
"step": 780
|
| 765 |
+
},
|
| 766 |
+
{
|
| 767 |
+
"epoch": 1.2806732914216183,
|
| 768 |
+
"grad_norm": 0.13004329800605774,
|
| 769 |
+
"learning_rate": 6.936759803932167e-05,
|
| 770 |
+
"loss": 0.1158,
|
| 771 |
+
"step": 790
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"epoch": 1.2968971810991685,
|
| 775 |
+
"grad_norm": 0.08646363765001297,
|
| 776 |
+
"learning_rate": 6.668602052579424e-05,
|
| 777 |
+
"loss": 0.1173,
|
| 778 |
+
"step": 800
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"epoch": 1.3131210707767187,
|
| 782 |
+
"grad_norm": 0.08868124336004257,
|
| 783 |
+
"learning_rate": 6.403112703554643e-05,
|
| 784 |
+
"loss": 0.1065,
|
| 785 |
+
"step": 810
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"epoch": 1.3131210707767187,
|
| 789 |
+
"eval_loss": 0.1115630567073822,
|
| 790 |
+
"eval_runtime": 55.0171,
|
| 791 |
+
"eval_samples_per_second": 4.726,
|
| 792 |
+
"eval_steps_per_second": 4.726,
|
| 793 |
+
"step": 810
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 1.3293449604542689,
|
| 797 |
+
"grad_norm": 0.08065708726644516,
|
| 798 |
+
"learning_rate": 6.140504410046712e-05,
|
| 799 |
+
"loss": 0.1243,
|
| 800 |
+
"step": 820
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 1.345568850131819,
|
| 804 |
+
"grad_norm": 0.08410122245550156,
|
| 805 |
+
"learning_rate": 5.880987517560075e-05,
|
| 806 |
+
"loss": 0.114,
|
| 807 |
+
"step": 830
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 1.3617927398093692,
|
| 811 |
+
"grad_norm": 0.0926986113190651,
|
| 812 |
+
"learning_rate": 5.624769895430961e-05,
|
| 813 |
+
"loss": 0.1178,
|
| 814 |
+
"step": 840
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 1.3617927398093692,
|
| 818 |
+
"eval_loss": 0.11092434078454971,
|
| 819 |
+
"eval_runtime": 55.2141,
|
| 820 |
+
"eval_samples_per_second": 4.709,
|
| 821 |
+
"eval_steps_per_second": 4.709,
|
| 822 |
+
"step": 840
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 1.3780166294869196,
|
| 826 |
+
"grad_norm": 0.07351404428482056,
|
| 827 |
+
"learning_rate": 5.372056770327013e-05,
|
| 828 |
+
"loss": 0.1108,
|
| 829 |
+
"step": 850
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 1.3942405191644696,
|
| 833 |
+
"grad_norm": 0.08835868537425995,
|
| 834 |
+
"learning_rate": 5.123050561863657e-05,
|
| 835 |
+
"loss": 0.1127,
|
| 836 |
+
"step": 860
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 1.41046440884202,
|
| 840 |
+
"grad_norm": 0.08012858778238297,
|
| 841 |
+
"learning_rate": 4.877950720468859e-05,
|
| 842 |
+
"loss": 0.1118,
|
| 843 |
+
"step": 870
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 1.41046440884202,
|
| 847 |
+
"eval_loss": 0.11060689389705658,
|
| 848 |
+
"eval_runtime": 55.1249,
|
| 849 |
+
"eval_samples_per_second": 4.717,
|
| 850 |
+
"eval_steps_per_second": 4.717,
|
| 851 |
+
"step": 870
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"epoch": 1.4266882985195701,
|
| 855 |
+
"grad_norm": 0.09063031524419785,
|
| 856 |
+
"learning_rate": 4.636953567626177e-05,
|
| 857 |
+
"loss": 0.1195,
|
| 858 |
+
"step": 880
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"epoch": 1.4429121881971203,
|
| 862 |
+
"grad_norm": 0.07680074125528336,
|
| 863 |
+
"learning_rate": 4.4002521386240466e-05,
|
| 864 |
+
"loss": 0.1133,
|
| 865 |
+
"step": 890
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"epoch": 1.4591360778746705,
|
| 869 |
+
"grad_norm": 0.09211437404155731,
|
| 870 |
+
"learning_rate": 4.168036027937267e-05,
|
| 871 |
+
"loss": 0.113,
|
| 872 |
+
"step": 900
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"epoch": 1.4591360778746705,
|
| 876 |
+
"eval_loss": 0.1109917163848877,
|
| 877 |
+
"eval_runtime": 54.6876,
|
| 878 |
+
"eval_samples_per_second": 4.754,
|
| 879 |
+
"eval_steps_per_second": 4.754,
|
| 880 |
+
"step": 900
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"epoch": 1.4753599675522207,
|
| 884 |
+
"grad_norm": 0.08036933839321136,
|
| 885 |
+
"learning_rate": 3.9404912373645185e-05,
|
| 886 |
+
"loss": 0.1183,
|
| 887 |
+
"step": 910
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"epoch": 1.4915838572297708,
|
| 891 |
+
"grad_norm": 0.07682196795940399,
|
| 892 |
+
"learning_rate": 3.717800027043576e-05,
|
| 893 |
+
"loss": 0.1198,
|
| 894 |
+
"step": 920
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"epoch": 1.507807746907321,
|
| 898 |
+
"grad_norm": 0.08601044863462448,
|
| 899 |
+
"learning_rate": 3.500140769463533e-05,
|
| 900 |
+
"loss": 0.1209,
|
| 901 |
+
"step": 930
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"epoch": 1.507807746907321,
|
| 905 |
+
"eval_loss": 0.1104922965168953,
|
| 906 |
+
"eval_runtime": 54.6525,
|
| 907 |
+
"eval_samples_per_second": 4.757,
|
| 908 |
+
"eval_steps_per_second": 4.757,
|
| 909 |
+
"step": 930
|
| 910 |
+
},
|
| 911 |
+
{
|
| 912 |
+
"epoch": 1.5240316365848712,
|
| 913 |
+
"grad_norm": 0.08242760598659515,
|
| 914 |
+
"learning_rate": 3.287687806590971e-05,
|
| 915 |
+
"loss": 0.1127,
|
| 916 |
+
"step": 940
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"epoch": 1.5402555262624213,
|
| 920 |
+
"grad_norm": 0.08664223551750183,
|
| 921 |
+
"learning_rate": 3.080611310224539e-05,
|
| 922 |
+
"loss": 0.1193,
|
| 923 |
+
"step": 950
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"epoch": 1.5564794159399717,
|
| 927 |
+
"grad_norm": 0.08529651165008545,
|
| 928 |
+
"learning_rate": 2.879077145689746e-05,
|
| 929 |
+
"loss": 0.1126,
|
| 930 |
+
"step": 960
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"epoch": 1.5564794159399717,
|
| 934 |
+
"eval_loss": 0.10984186083078384,
|
| 935 |
+
"eval_runtime": 54.6191,
|
| 936 |
+
"eval_samples_per_second": 4.76,
|
| 937 |
+
"eval_steps_per_second": 4.76,
|
| 938 |
+
"step": 960
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"epoch": 1.5727033056175217,
|
| 942 |
+
"grad_norm": 0.07219547033309937,
|
| 943 |
+
"learning_rate": 2.6832467389832173e-05,
|
| 944 |
+
"loss": 0.1182,
|
| 945 |
+
"step": 970
|
| 946 |
+
},
|
| 947 |
+
{
|
| 948 |
+
"epoch": 1.588927195295072,
|
| 949 |
+
"grad_norm": 0.10246000438928604,
|
| 950 |
+
"learning_rate": 2.493276947472756e-05,
|
| 951 |
+
"loss": 0.1109,
|
| 952 |
+
"step": 980
|
| 953 |
+
},
|
| 954 |
+
{
|
| 955 |
+
"epoch": 1.605151084972622,
|
| 956 |
+
"grad_norm": 0.08859504014253616,
|
| 957 |
+
"learning_rate": 2.3093199342568318e-05,
|
| 958 |
+
"loss": 0.1137,
|
| 959 |
+
"step": 990
|
| 960 |
+
},
|
| 961 |
+
{
|
| 962 |
+
"epoch": 1.605151084972622,
|
| 963 |
+
"eval_loss": 0.10924239456653595,
|
| 964 |
+
"eval_runtime": 54.6323,
|
| 965 |
+
"eval_samples_per_second": 4.759,
|
| 966 |
+
"eval_steps_per_second": 4.759,
|
| 967 |
+
"step": 990
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"epoch": 1.6213749746501724,
|
| 971 |
+
"grad_norm": 0.08224408328533173,
|
| 972 |
+
"learning_rate": 2.1315230462840985e-05,
|
| 973 |
+
"loss": 0.1168,
|
| 974 |
+
"step": 1000
|
| 975 |
+
},
|
| 976 |
+
{
|
| 977 |
+
"epoch": 1.6375988643277226,
|
| 978 |
+
"grad_norm": 0.09429515153169632,
|
| 979 |
+
"learning_rate": 1.9600286963305957e-05,
|
| 980 |
+
"loss": 0.114,
|
| 981 |
+
"step": 1010
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"epoch": 1.6538227540052728,
|
| 985 |
+
"grad_norm": 0.08045922219753265,
|
| 986 |
+
"learning_rate": 1.7949742489291255e-05,
|
| 987 |
+
"loss": 0.111,
|
| 988 |
+
"step": 1020
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"epoch": 1.6538227540052728,
|
| 992 |
+
"eval_loss": 0.10893593728542328,
|
| 993 |
+
"eval_runtime": 54.7365,
|
| 994 |
+
"eval_samples_per_second": 4.75,
|
| 995 |
+
"eval_steps_per_second": 4.75,
|
| 996 |
+
"step": 1020
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 1.670046643682823,
|
| 1000 |
+
"grad_norm": 0.0847032219171524,
|
| 1001 |
+
"learning_rate": 1.6364919103422393e-05,
|
| 1002 |
+
"loss": 0.1142,
|
| 1003 |
+
"step": 1030
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 1.6862705333603731,
|
| 1007 |
+
"grad_norm": 0.08252795040607452,
|
| 1008 |
+
"learning_rate": 1.4847086226668872e-05,
|
| 1009 |
+
"loss": 0.1126,
|
| 1010 |
+
"step": 1040
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 1.7024944230379233,
|
| 1014 |
+
"grad_norm": 0.0862165316939354,
|
| 1015 |
+
"learning_rate": 1.339745962155613e-05,
|
| 1016 |
+
"loss": 0.1186,
|
| 1017 |
+
"step": 1050
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 1.7024944230379233,
|
| 1021 |
+
"eval_loss": 0.1090201735496521,
|
| 1022 |
+
"eval_runtime": 54.7713,
|
| 1023 |
+
"eval_samples_per_second": 4.747,
|
| 1024 |
+
"eval_steps_per_second": 4.747,
|
| 1025 |
+
"step": 1050
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 1.7187183127154735,
|
| 1029 |
+
"grad_norm": 0.09021241962909698,
|
| 1030 |
+
"learning_rate": 1.2017200418357078e-05,
|
| 1031 |
+
"loss": 0.1178,
|
| 1032 |
+
"step": 1060
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 1.7349422023930239,
|
| 1036 |
+
"grad_norm": 0.07867942750453949,
|
| 1037 |
+
"learning_rate": 1.0707414185043163e-05,
|
| 1038 |
+
"loss": 0.1041,
|
| 1039 |
+
"step": 1070
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 1.7511660920705738,
|
| 1043 |
+
"grad_norm": 0.10106240212917328,
|
| 1044 |
+
"learning_rate": 9.469150041740338e-06,
|
| 1045 |
+
"loss": 0.1111,
|
| 1046 |
+
"step": 1080
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 1.7511660920705738,
|
| 1050 |
+
"eval_loss": 0.10924577713012695,
|
| 1051 |
+
"eval_runtime": 54.6761,
|
| 1052 |
+
"eval_samples_per_second": 4.755,
|
| 1053 |
+
"eval_steps_per_second": 4.755,
|
| 1054 |
+
"step": 1080
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"epoch": 1.7673899817481242,
|
| 1058 |
+
"grad_norm": 0.1259811371564865,
|
| 1059 |
+
"learning_rate": 8.303399820398672e-06,
|
| 1060 |
+
"loss": 0.1118,
|
| 1061 |
+
"step": 1090
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"epoch": 1.7836138714256742,
|
| 1065 |
+
"grad_norm": 0.07995796203613281,
|
| 1066 |
+
"learning_rate": 7.211097270349066e-06,
|
| 1067 |
+
"loss": 0.1005,
|
| 1068 |
+
"step": 1100
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"epoch": 1.7998377611032246,
|
| 1072 |
+
"grad_norm": 0.0811864510178566,
|
| 1073 |
+
"learning_rate": 6.1931173103834115e-06,
|
| 1074 |
+
"loss": 0.115,
|
| 1075 |
+
"step": 1110
|
| 1076 |
+
},
|
| 1077 |
+
{
|
| 1078 |
+
"epoch": 1.7998377611032246,
|
| 1079 |
+
"eval_loss": 0.10901561379432678,
|
| 1080 |
+
"eval_runtime": 54.5743,
|
| 1081 |
+
"eval_samples_per_second": 4.764,
|
| 1082 |
+
"eval_steps_per_second": 4.764,
|
| 1083 |
+
"step": 1110
|
| 1084 |
+
},
|
| 1085 |
+
{
|
| 1086 |
+
"epoch": 1.8160616507807745,
|
| 1087 |
+
"grad_norm": 0.10539617389440536,
|
| 1088 |
+
"learning_rate": 5.250275327957032e-06,
|
| 1089 |
+
"loss": 0.1129,
|
| 1090 |
+
"step": 1120
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"epoch": 1.832285540458325,
|
| 1094 |
+
"grad_norm": 0.15508656203746796,
|
| 1095 |
+
"learning_rate": 4.383326526074916e-06,
|
| 1096 |
+
"loss": 0.1258,
|
| 1097 |
+
"step": 1130
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"epoch": 1.848509430135875,
|
| 1101 |
+
"grad_norm": 0.08507981151342392,
|
| 1102 |
+
"learning_rate": 3.592965318384944e-06,
|
| 1103 |
+
"loss": 0.1123,
|
| 1104 |
+
"step": 1140
|
| 1105 |
+
},
|
| 1106 |
+
{
|
| 1107 |
+
"epoch": 1.848509430135875,
|
| 1108 |
+
"eval_loss": 0.1087607592344284,
|
| 1109 |
+
"eval_runtime": 54.908,
|
| 1110 |
+
"eval_samples_per_second": 4.735,
|
| 1111 |
+
"eval_steps_per_second": 4.735,
|
| 1112 |
+
"step": 1140
|
| 1113 |
+
},
|
| 1114 |
+
{
|
| 1115 |
+
"epoch": 1.8647333198134253,
|
| 1116 |
+
"grad_norm": 0.08362692594528198,
|
| 1117 |
+
"learning_rate": 2.8798247729623806e-06,
|
| 1118 |
+
"loss": 0.1164,
|
| 1119 |
+
"step": 1150
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"epoch": 1.8809572094909754,
|
| 1123 |
+
"grad_norm": 0.08825893700122833,
|
| 1124 |
+
"learning_rate": 2.2444761052313856e-06,
|
| 1125 |
+
"loss": 0.1223,
|
| 1126 |
+
"step": 1160
|
| 1127 |
+
},
|
| 1128 |
+
{
|
| 1129 |
+
"epoch": 1.8971810991685256,
|
| 1130 |
+
"grad_norm": 0.07475200295448303,
|
| 1131 |
+
"learning_rate": 1.6874282204295766e-06,
|
| 1132 |
+
"loss": 0.1101,
|
| 1133 |
+
"step": 1170
|
| 1134 |
+
},
|
| 1135 |
+
{
|
| 1136 |
+
"epoch": 1.8971810991685256,
|
| 1137 |
+
"eval_loss": 0.108616404235363,
|
| 1138 |
+
"eval_runtime": 55.1832,
|
| 1139 |
+
"eval_samples_per_second": 4.712,
|
| 1140 |
+
"eval_steps_per_second": 4.712,
|
| 1141 |
+
"step": 1170
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"epoch": 1.9134049888460758,
|
| 1145 |
+
"grad_norm": 0.07395757734775543,
|
| 1146 |
+
"learning_rate": 1.209127305982205e-06,
|
| 1147 |
+
"loss": 0.1217,
|
| 1148 |
+
"step": 1180
|
| 1149 |
+
},
|
| 1150 |
+
{
|
| 1151 |
+
"epoch": 1.929628878523626,
|
| 1152 |
+
"grad_norm": 0.1036606878042221,
|
| 1153 |
+
"learning_rate": 8.099564741123166e-07,
|
| 1154 |
+
"loss": 0.1167,
|
| 1155 |
+
"step": 1190
|
| 1156 |
+
},
|
| 1157 |
+
{
|
| 1158 |
+
"epoch": 1.9458527682011764,
|
| 1159 |
+
"grad_norm": 0.07940636575222015,
|
| 1160 |
+
"learning_rate": 4.902354549733978e-07,
|
| 1161 |
+
"loss": 0.1111,
|
| 1162 |
+
"step": 1200
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"epoch": 1.9458527682011764,
|
| 1166 |
+
"eval_loss": 0.10869967937469482,
|
| 1167 |
+
"eval_runtime": 54.8601,
|
| 1168 |
+
"eval_samples_per_second": 4.739,
|
| 1169 |
+
"eval_steps_per_second": 4.739,
|
| 1170 |
+
"step": 1200
|
| 1171 |
+
}
|
| 1172 |
+
],
|
| 1173 |
+
"logging_steps": 10,
|
| 1174 |
+
"max_steps": 1234,
|
| 1175 |
+
"num_input_tokens_seen": 0,
|
| 1176 |
+
"num_train_epochs": 2,
|
| 1177 |
+
"save_steps": 100,
|
| 1178 |
+
"stateful_callbacks": {
|
| 1179 |
+
"TrainerControl": {
|
| 1180 |
+
"args": {
|
| 1181 |
+
"should_epoch_stop": false,
|
| 1182 |
+
"should_evaluate": false,
|
| 1183 |
+
"should_log": false,
|
| 1184 |
+
"should_save": true,
|
| 1185 |
+
"should_training_stop": false
|
| 1186 |
+
},
|
| 1187 |
+
"attributes": {}
|
| 1188 |
+
}
|
| 1189 |
+
},
|
| 1190 |
+
"total_flos": 1.675362213715753e+17,
|
| 1191 |
+
"train_batch_size": 1,
|
| 1192 |
+
"trial_name": null,
|
| 1193 |
+
"trial_params": null
|
| 1194 |
+
}
|
checkpoint-1200/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:655eb02b0fc57181f2ec10794d297d90572f277d219938ab929b99cc63bae9d3
|
| 3 |
+
size 5777
|
checkpoint-1200/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1234/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen3-4B-Instruct-2507
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.13.2
|
checkpoint-1234/adapter_config.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "Qwen3ForCausalLM",
|
| 5 |
+
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 6 |
+
"unsloth_fixed": true
|
| 7 |
+
},
|
| 8 |
+
"base_model_name_or_path": "unsloth/Qwen3-4B-Instruct-2507",
|
| 9 |
+
"bias": "none",
|
| 10 |
+
"fan_in_fan_out": false,
|
| 11 |
+
"inference_mode": true,
|
| 12 |
+
"init_lora_weights": true,
|
| 13 |
+
"layer_replication": null,
|
| 14 |
+
"layers_pattern": null,
|
| 15 |
+
"layers_to_transform": null,
|
| 16 |
+
"loftq_config": {},
|
| 17 |
+
"lora_alpha": 128,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 64,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"down_proj",
|
| 28 |
+
"o_proj",
|
| 29 |
+
"gate_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
+
"q_proj",
|
| 33 |
+
"up_proj"
|
| 34 |
+
],
|
| 35 |
+
"task_type": "CAUSAL_LM",
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_rslora": false
|
| 38 |
+
}
|
checkpoint-1234/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15a79747a8e339fa6eb80dd15a1b90fb8cd3bebdcbc354434a8efe9ec1445b23
|
| 3 |
+
size 528550256
|
checkpoint-1234/added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
checkpoint-1234/chat_template.jinja
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- endif %}
|
checkpoint-1234/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-1234/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c1950696eb03b18de9ca14c900464cc48336a645cef79b9ad1a4514286ae782
|
| 3 |
+
size 1057397963
|
checkpoint-1234/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62c6125e7f8b1d602d445684db96028dd4bebf6136a4ba2ad7a2511744f2e8d2
|
| 3 |
+
size 14645
|
checkpoint-1234/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf0609e30028e090577bdfc35ea416e5919760eaf4c70564e6be8994ee67cff2
|
| 3 |
+
size 1465
|
checkpoint-1234/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|vision_pad|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
checkpoint-1234/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-1234/tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 262144,
|
| 235 |
+
"pad_token": "<|vision_pad|>",
|
| 236 |
+
"padding_side": "right",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
checkpoint-1234/trainer_state.json
ADDED
|
@@ -0,0 +1,1223 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 30,
|
| 7 |
+
"global_step": 1234,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.01622388967755019,
|
| 14 |
+
"grad_norm": 8.625337600708008,
|
| 15 |
+
"learning_rate": 1.4516129032258066e-05,
|
| 16 |
+
"loss": 2.6755,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.03244777935510038,
|
| 21 |
+
"grad_norm": 0.859293520450592,
|
| 22 |
+
"learning_rate": 3.0645161290322585e-05,
|
| 23 |
+
"loss": 1.0056,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.04867166903265058,
|
| 28 |
+
"grad_norm": 0.7715856432914734,
|
| 29 |
+
"learning_rate": 4.67741935483871e-05,
|
| 30 |
+
"loss": 0.6365,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.04867166903265058,
|
| 35 |
+
"eval_loss": 0.5236709713935852,
|
| 36 |
+
"eval_runtime": 55.0101,
|
| 37 |
+
"eval_samples_per_second": 4.726,
|
| 38 |
+
"eval_steps_per_second": 4.726,
|
| 39 |
+
"step": 30
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.06489555871020077,
|
| 43 |
+
"grad_norm": 0.5313697457313538,
|
| 44 |
+
"learning_rate": 6.290322580645161e-05,
|
| 45 |
+
"loss": 0.4295,
|
| 46 |
+
"step": 40
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.08111944838775097,
|
| 50 |
+
"grad_norm": 1.1634626388549805,
|
| 51 |
+
"learning_rate": 7.903225806451613e-05,
|
| 52 |
+
"loss": 0.3387,
|
| 53 |
+
"step": 50
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.09734333806530115,
|
| 57 |
+
"grad_norm": 0.7073950171470642,
|
| 58 |
+
"learning_rate": 9.516129032258065e-05,
|
| 59 |
+
"loss": 0.2797,
|
| 60 |
+
"step": 60
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.09734333806530115,
|
| 64 |
+
"eval_loss": 0.2691636085510254,
|
| 65 |
+
"eval_runtime": 54.4477,
|
| 66 |
+
"eval_samples_per_second": 4.775,
|
| 67 |
+
"eval_steps_per_second": 4.775,
|
| 68 |
+
"step": 60
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 0.11356722774285134,
|
| 72 |
+
"grad_norm": 0.5980345606803894,
|
| 73 |
+
"learning_rate": 0.00011129032258064515,
|
| 74 |
+
"loss": 0.2525,
|
| 75 |
+
"step": 70
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.12979111742040153,
|
| 79 |
+
"grad_norm": 0.5646739602088928,
|
| 80 |
+
"learning_rate": 0.0001274193548387097,
|
| 81 |
+
"loss": 0.2208,
|
| 82 |
+
"step": 80
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.14601500709795173,
|
| 86 |
+
"grad_norm": 0.33468499779701233,
|
| 87 |
+
"learning_rate": 0.00014354838709677422,
|
| 88 |
+
"loss": 0.2018,
|
| 89 |
+
"step": 90
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.14601500709795173,
|
| 93 |
+
"eval_loss": 0.1886902004480362,
|
| 94 |
+
"eval_runtime": 54.4734,
|
| 95 |
+
"eval_samples_per_second": 4.773,
|
| 96 |
+
"eval_steps_per_second": 4.773,
|
| 97 |
+
"step": 90
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.16223889677550193,
|
| 101 |
+
"grad_norm": 0.3952212929725647,
|
| 102 |
+
"learning_rate": 0.00015967741935483872,
|
| 103 |
+
"loss": 0.1841,
|
| 104 |
+
"step": 100
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.1784627864530521,
|
| 108 |
+
"grad_norm": 0.34694239497184753,
|
| 109 |
+
"learning_rate": 0.00017580645161290325,
|
| 110 |
+
"loss": 0.1731,
|
| 111 |
+
"step": 110
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.1946866761306023,
|
| 115 |
+
"grad_norm": 0.3307943046092987,
|
| 116 |
+
"learning_rate": 0.00019193548387096775,
|
| 117 |
+
"loss": 0.1736,
|
| 118 |
+
"step": 120
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"epoch": 0.1946866761306023,
|
| 122 |
+
"eval_loss": 0.1661035567522049,
|
| 123 |
+
"eval_runtime": 54.4184,
|
| 124 |
+
"eval_samples_per_second": 4.778,
|
| 125 |
+
"eval_steps_per_second": 4.778,
|
| 126 |
+
"step": 120
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 0.2109105658081525,
|
| 130 |
+
"grad_norm": 0.2933768928050995,
|
| 131 |
+
"learning_rate": 0.0001999899871766749,
|
| 132 |
+
"loss": 0.1616,
|
| 133 |
+
"step": 130
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 0.22713445548570269,
|
| 137 |
+
"grad_norm": 0.3262489438056946,
|
| 138 |
+
"learning_rate": 0.00019990989662046818,
|
| 139 |
+
"loss": 0.1619,
|
| 140 |
+
"step": 140
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"epoch": 0.2433583451632529,
|
| 144 |
+
"grad_norm": 0.18724548816680908,
|
| 145 |
+
"learning_rate": 0.00019974977965945,
|
| 146 |
+
"loss": 0.1482,
|
| 147 |
+
"step": 150
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 0.2433583451632529,
|
| 151 |
+
"eval_loss": 0.14517094194889069,
|
| 152 |
+
"eval_runtime": 54.4554,
|
| 153 |
+
"eval_samples_per_second": 4.775,
|
| 154 |
+
"eval_steps_per_second": 4.775,
|
| 155 |
+
"step": 150
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"epoch": 0.25958223484080306,
|
| 159 |
+
"grad_norm": 0.39443448185920715,
|
| 160 |
+
"learning_rate": 0.0001995097645450266,
|
| 161 |
+
"loss": 0.1571,
|
| 162 |
+
"step": 160
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.2758061245183533,
|
| 166 |
+
"grad_norm": 0.3215681314468384,
|
| 167 |
+
"learning_rate": 0.00019919004352588767,
|
| 168 |
+
"loss": 0.1518,
|
| 169 |
+
"step": 170
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"epoch": 0.29203001419590346,
|
| 173 |
+
"grad_norm": 0.1917540580034256,
|
| 174 |
+
"learning_rate": 0.0001987908726940178,
|
| 175 |
+
"loss": 0.1477,
|
| 176 |
+
"step": 180
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"epoch": 0.29203001419590346,
|
| 180 |
+
"eval_loss": 0.1380539983510971,
|
| 181 |
+
"eval_runtime": 54.5257,
|
| 182 |
+
"eval_samples_per_second": 4.768,
|
| 183 |
+
"eval_steps_per_second": 4.768,
|
| 184 |
+
"step": 180
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.30825390387345364,
|
| 188 |
+
"grad_norm": 0.27752983570098877,
|
| 189 |
+
"learning_rate": 0.00019831257177957044,
|
| 190 |
+
"loss": 0.1352,
|
| 191 |
+
"step": 190
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.32447779355100387,
|
| 195 |
+
"grad_norm": 0.3052772879600525,
|
| 196 |
+
"learning_rate": 0.00019775552389476864,
|
| 197 |
+
"loss": 0.1425,
|
| 198 |
+
"step": 200
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.34070168322855404,
|
| 202 |
+
"grad_norm": 0.17911162972450256,
|
| 203 |
+
"learning_rate": 0.00019712017522703764,
|
| 204 |
+
"loss": 0.1411,
|
| 205 |
+
"step": 210
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.34070168322855404,
|
| 209 |
+
"eval_loss": 0.13320107758045197,
|
| 210 |
+
"eval_runtime": 54.1867,
|
| 211 |
+
"eval_samples_per_second": 4.798,
|
| 212 |
+
"eval_steps_per_second": 4.798,
|
| 213 |
+
"step": 210
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.3569255729061042,
|
| 217 |
+
"grad_norm": 0.15296442806720734,
|
| 218 |
+
"learning_rate": 0.0001964070346816151,
|
| 219 |
+
"loss": 0.1378,
|
| 220 |
+
"step": 220
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.37314946258365445,
|
| 224 |
+
"grad_norm": 0.17346209287643433,
|
| 225 |
+
"learning_rate": 0.00019561667347392508,
|
| 226 |
+
"loss": 0.136,
|
| 227 |
+
"step": 230
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.3893733522612046,
|
| 231 |
+
"grad_norm": 0.16340570151805878,
|
| 232 |
+
"learning_rate": 0.00019474972467204297,
|
| 233 |
+
"loss": 0.1395,
|
| 234 |
+
"step": 240
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.3893733522612046,
|
| 238 |
+
"eval_loss": 0.13255620002746582,
|
| 239 |
+
"eval_runtime": 54.3562,
|
| 240 |
+
"eval_samples_per_second": 4.783,
|
| 241 |
+
"eval_steps_per_second": 4.783,
|
| 242 |
+
"step": 240
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 0.4055972419387548,
|
| 246 |
+
"grad_norm": 0.2969210147857666,
|
| 247 |
+
"learning_rate": 0.0001938068826896166,
|
| 248 |
+
"loss": 0.1368,
|
| 249 |
+
"step": 250
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.421821131616305,
|
| 253 |
+
"grad_norm": 0.20236295461654663,
|
| 254 |
+
"learning_rate": 0.00019278890272965096,
|
| 255 |
+
"loss": 0.1273,
|
| 256 |
+
"step": 260
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"epoch": 0.4380450212938552,
|
| 260 |
+
"grad_norm": 0.2891747057437897,
|
| 261 |
+
"learning_rate": 0.00019169660017960137,
|
| 262 |
+
"loss": 0.129,
|
| 263 |
+
"step": 270
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"epoch": 0.4380450212938552,
|
| 267 |
+
"eval_loss": 0.12807676196098328,
|
| 268 |
+
"eval_runtime": 54.3522,
|
| 269 |
+
"eval_samples_per_second": 4.784,
|
| 270 |
+
"eval_steps_per_second": 4.784,
|
| 271 |
+
"step": 270
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 0.45426891097140537,
|
| 275 |
+
"grad_norm": 0.20254789292812347,
|
| 276 |
+
"learning_rate": 0.0001905308499582597,
|
| 277 |
+
"loss": 0.141,
|
| 278 |
+
"step": 280
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"epoch": 0.4704928006489556,
|
| 282 |
+
"grad_norm": 0.1715897023677826,
|
| 283 |
+
"learning_rate": 0.00018929258581495685,
|
| 284 |
+
"loss": 0.1329,
|
| 285 |
+
"step": 290
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"epoch": 0.4867166903265058,
|
| 289 |
+
"grad_norm": 0.3499029278755188,
|
| 290 |
+
"learning_rate": 0.00018798279958164295,
|
| 291 |
+
"loss": 0.1355,
|
| 292 |
+
"step": 300
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"epoch": 0.4867166903265058,
|
| 296 |
+
"eval_loss": 0.12350723892450333,
|
| 297 |
+
"eval_runtime": 54.5668,
|
| 298 |
+
"eval_samples_per_second": 4.765,
|
| 299 |
+
"eval_steps_per_second": 4.765,
|
| 300 |
+
"step": 300
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"epoch": 0.502940580004056,
|
| 304 |
+
"grad_norm": 0.15775884687900543,
|
| 305 |
+
"learning_rate": 0.00018660254037844388,
|
| 306 |
+
"loss": 0.126,
|
| 307 |
+
"step": 310
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.5191644696816061,
|
| 311 |
+
"grad_norm": 0.19402213394641876,
|
| 312 |
+
"learning_rate": 0.00018515291377333112,
|
| 313 |
+
"loss": 0.1332,
|
| 314 |
+
"step": 320
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"epoch": 0.5353883593591564,
|
| 318 |
+
"grad_norm": 0.13237500190734863,
|
| 319 |
+
"learning_rate": 0.0001836350808965776,
|
| 320 |
+
"loss": 0.1441,
|
| 321 |
+
"step": 330
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"epoch": 0.5353883593591564,
|
| 325 |
+
"eval_loss": 0.12080405652523041,
|
| 326 |
+
"eval_runtime": 54.7379,
|
| 327 |
+
"eval_samples_per_second": 4.75,
|
| 328 |
+
"eval_steps_per_second": 4.75,
|
| 329 |
+
"step": 330
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 0.5516122490367066,
|
| 333 |
+
"grad_norm": 0.29119789600372314,
|
| 334 |
+
"learning_rate": 0.00018205025751070875,
|
| 335 |
+
"loss": 0.1245,
|
| 336 |
+
"step": 340
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"epoch": 0.5678361387142568,
|
| 340 |
+
"grad_norm": 0.15898150205612183,
|
| 341 |
+
"learning_rate": 0.00018039971303669407,
|
| 342 |
+
"loss": 0.121,
|
| 343 |
+
"step": 350
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.5840600283918069,
|
| 347 |
+
"grad_norm": 0.13710354268550873,
|
| 348 |
+
"learning_rate": 0.000178684769537159,
|
| 349 |
+
"loss": 0.1346,
|
| 350 |
+
"step": 360
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"epoch": 0.5840600283918069,
|
| 354 |
+
"eval_loss": 0.12007435411214828,
|
| 355 |
+
"eval_runtime": 54.7789,
|
| 356 |
+
"eval_samples_per_second": 4.746,
|
| 357 |
+
"eval_steps_per_second": 4.746,
|
| 358 |
+
"step": 360
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"epoch": 0.6002839180693571,
|
| 362 |
+
"grad_norm": 0.12323573976755142,
|
| 363 |
+
"learning_rate": 0.0001769068006574317,
|
| 364 |
+
"loss": 0.1311,
|
| 365 |
+
"step": 370
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"epoch": 0.6165078077469073,
|
| 369 |
+
"grad_norm": 0.14197634160518646,
|
| 370 |
+
"learning_rate": 0.00017506723052527242,
|
| 371 |
+
"loss": 0.122,
|
| 372 |
+
"step": 380
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"epoch": 0.6327316974244576,
|
| 376 |
+
"grad_norm": 0.13415870070457458,
|
| 377 |
+
"learning_rate": 0.00017316753261016783,
|
| 378 |
+
"loss": 0.1242,
|
| 379 |
+
"step": 390
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 0.6327316974244576,
|
| 383 |
+
"eval_loss": 0.11815402656793594,
|
| 384 |
+
"eval_runtime": 54.9041,
|
| 385 |
+
"eval_samples_per_second": 4.736,
|
| 386 |
+
"eval_steps_per_second": 4.736,
|
| 387 |
+
"step": 390
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.6489555871020077,
|
| 391 |
+
"grad_norm": 0.14391979575157166,
|
| 392 |
+
"learning_rate": 0.00017120922854310257,
|
| 393 |
+
"loss": 0.1235,
|
| 394 |
+
"step": 400
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.6651794767795579,
|
| 398 |
+
"grad_norm": 0.12567928433418274,
|
| 399 |
+
"learning_rate": 0.00016919388689775464,
|
| 400 |
+
"loss": 0.1292,
|
| 401 |
+
"step": 410
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.6814033664571081,
|
| 405 |
+
"grad_norm": 0.24638038873672485,
|
| 406 |
+
"learning_rate": 0.0001671231219340903,
|
| 407 |
+
"loss": 0.124,
|
| 408 |
+
"step": 420
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.6814033664571081,
|
| 412 |
+
"eval_loss": 0.11765418201684952,
|
| 413 |
+
"eval_runtime": 54.8324,
|
| 414 |
+
"eval_samples_per_second": 4.742,
|
| 415 |
+
"eval_steps_per_second": 4.742,
|
| 416 |
+
"step": 420
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.6976272561346583,
|
| 420 |
+
"grad_norm": 0.11872219294309616,
|
| 421 |
+
"learning_rate": 0.00016499859230536466,
|
| 422 |
+
"loss": 0.1284,
|
| 423 |
+
"step": 430
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.7138511458122084,
|
| 427 |
+
"grad_norm": 0.14060816168785095,
|
| 428 |
+
"learning_rate": 0.00016282199972956425,
|
| 429 |
+
"loss": 0.1228,
|
| 430 |
+
"step": 440
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.7300750354897587,
|
| 434 |
+
"grad_norm": 0.1108463779091835,
|
| 435 |
+
"learning_rate": 0.00016059508762635482,
|
| 436 |
+
"loss": 0.1315,
|
| 437 |
+
"step": 450
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.7300750354897587,
|
| 441 |
+
"eval_loss": 0.11692557483911514,
|
| 442 |
+
"eval_runtime": 55.1996,
|
| 443 |
+
"eval_samples_per_second": 4.71,
|
| 444 |
+
"eval_steps_per_second": 4.71,
|
| 445 |
+
"step": 450
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"epoch": 0.7462989251673089,
|
| 449 |
+
"grad_norm": 0.13592351973056793,
|
| 450 |
+
"learning_rate": 0.00015831963972062733,
|
| 451 |
+
"loss": 0.1235,
|
| 452 |
+
"step": 460
|
| 453 |
+
},
|
| 454 |
+
{
|
| 455 |
+
"epoch": 0.7625228148448591,
|
| 456 |
+
"grad_norm": 0.12181869149208069,
|
| 457 |
+
"learning_rate": 0.00015599747861375955,
|
| 458 |
+
"loss": 0.12,
|
| 459 |
+
"step": 470
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.7787467045224092,
|
| 463 |
+
"grad_norm": 0.37740716338157654,
|
| 464 |
+
"learning_rate": 0.00015363046432373824,
|
| 465 |
+
"loss": 0.119,
|
| 466 |
+
"step": 480
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"epoch": 0.7787467045224092,
|
| 470 |
+
"eval_loss": 0.11858060956001282,
|
| 471 |
+
"eval_runtime": 55.2002,
|
| 472 |
+
"eval_samples_per_second": 4.71,
|
| 473 |
+
"eval_steps_per_second": 4.71,
|
| 474 |
+
"step": 480
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 0.7949705941999594,
|
| 478 |
+
"grad_norm": 0.3189144432544708,
|
| 479 |
+
"learning_rate": 0.00015122049279531143,
|
| 480 |
+
"loss": 0.1322,
|
| 481 |
+
"step": 490
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"epoch": 0.8111944838775096,
|
| 485 |
+
"grad_norm": 0.15118102729320526,
|
| 486 |
+
"learning_rate": 0.00014876949438136347,
|
| 487 |
+
"loss": 0.1211,
|
| 488 |
+
"step": 500
|
| 489 |
+
},
|
| 490 |
+
{
|
| 491 |
+
"epoch": 0.8274183735550599,
|
| 492 |
+
"grad_norm": 0.09746048599481583,
|
| 493 |
+
"learning_rate": 0.0001462794322967299,
|
| 494 |
+
"loss": 0.124,
|
| 495 |
+
"step": 510
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"epoch": 0.8274183735550599,
|
| 499 |
+
"eval_loss": 0.11739031225442886,
|
| 500 |
+
"eval_runtime": 54.9138,
|
| 501 |
+
"eval_samples_per_second": 4.735,
|
| 502 |
+
"eval_steps_per_second": 4.735,
|
| 503 |
+
"step": 510
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"epoch": 0.84364226323261,
|
| 507 |
+
"grad_norm": 0.11682560294866562,
|
| 508 |
+
"learning_rate": 0.00014375230104569044,
|
| 509 |
+
"loss": 0.1219,
|
| 510 |
+
"step": 520
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"epoch": 0.8598661529101602,
|
| 514 |
+
"grad_norm": 0.10706628113985062,
|
| 515 |
+
"learning_rate": 0.0001411901248243993,
|
| 516 |
+
"loss": 0.1198,
|
| 517 |
+
"step": 530
|
| 518 |
+
},
|
| 519 |
+
{
|
| 520 |
+
"epoch": 0.8760900425877104,
|
| 521 |
+
"grad_norm": 0.26870429515838623,
|
| 522 |
+
"learning_rate": 0.0001385949558995329,
|
| 523 |
+
"loss": 0.1253,
|
| 524 |
+
"step": 540
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"epoch": 0.8760900425877104,
|
| 528 |
+
"eval_loss": 0.11531012505292892,
|
| 529 |
+
"eval_runtime": 54.9326,
|
| 530 |
+
"eval_samples_per_second": 4.733,
|
| 531 |
+
"eval_steps_per_second": 4.733,
|
| 532 |
+
"step": 540
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"epoch": 0.8923139322652606,
|
| 536 |
+
"grad_norm": 0.09110305458307266,
|
| 537 |
+
"learning_rate": 0.0001359688729644536,
|
| 538 |
+
"loss": 0.1129,
|
| 539 |
+
"step": 550
|
| 540 |
+
},
|
| 541 |
+
{
|
| 542 |
+
"epoch": 0.9085378219428107,
|
| 543 |
+
"grad_norm": 0.11204719543457031,
|
| 544 |
+
"learning_rate": 0.00013331397947420576,
|
| 545 |
+
"loss": 0.129,
|
| 546 |
+
"step": 560
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"epoch": 0.924761711620361,
|
| 550 |
+
"grad_norm": 0.15059269964694977,
|
| 551 |
+
"learning_rate": 0.00013063240196067836,
|
| 552 |
+
"loss": 0.1272,
|
| 553 |
+
"step": 570
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"epoch": 0.924761711620361,
|
| 557 |
+
"eval_loss": 0.11525142192840576,
|
| 558 |
+
"eval_runtime": 55.1098,
|
| 559 |
+
"eval_samples_per_second": 4.718,
|
| 560 |
+
"eval_steps_per_second": 4.718,
|
| 561 |
+
"step": 570
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"epoch": 0.9409856012979112,
|
| 565 |
+
"grad_norm": 0.11085380613803864,
|
| 566 |
+
"learning_rate": 0.00012792628832928302,
|
| 567 |
+
"loss": 0.1243,
|
| 568 |
+
"step": 580
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"epoch": 0.9572094909754614,
|
| 572 |
+
"grad_norm": 0.10796050727367401,
|
| 573 |
+
"learning_rate": 0.00012519780613851254,
|
| 574 |
+
"loss": 0.1197,
|
| 575 |
+
"step": 590
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"epoch": 0.9734333806530115,
|
| 579 |
+
"grad_norm": 0.08801472187042236,
|
| 580 |
+
"learning_rate": 0.00012244914086375724,
|
| 581 |
+
"loss": 0.1261,
|
| 582 |
+
"step": 600
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"epoch": 0.9734333806530115,
|
| 586 |
+
"eval_loss": 0.11538033187389374,
|
| 587 |
+
"eval_runtime": 54.7547,
|
| 588 |
+
"eval_samples_per_second": 4.748,
|
| 589 |
+
"eval_steps_per_second": 4.748,
|
| 590 |
+
"step": 600
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.9896572703305617,
|
| 594 |
+
"grad_norm": 0.08395121991634369,
|
| 595 |
+
"learning_rate": 0.00011968249414677055,
|
| 596 |
+
"loss": 0.1215,
|
| 597 |
+
"step": 610
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 1.0048671669032652,
|
| 601 |
+
"grad_norm": 0.10106801986694336,
|
| 602 |
+
"learning_rate": 0.00011690008203218493,
|
| 603 |
+
"loss": 0.1206,
|
| 604 |
+
"step": 620
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 1.0210910565808153,
|
| 608 |
+
"grad_norm": 0.08509080857038498,
|
| 609 |
+
"learning_rate": 0.00011410413319249194,
|
| 610 |
+
"loss": 0.1125,
|
| 611 |
+
"step": 630
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 1.0210910565808153,
|
| 615 |
+
"eval_loss": 0.11403891444206238,
|
| 616 |
+
"eval_runtime": 54.6547,
|
| 617 |
+
"eval_samples_per_second": 4.757,
|
| 618 |
+
"eval_steps_per_second": 4.757,
|
| 619 |
+
"step": 630
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 1.0373149462583655,
|
| 623 |
+
"grad_norm": 0.09074535965919495,
|
| 624 |
+
"learning_rate": 0.00011129688714290729,
|
| 625 |
+
"loss": 0.1167,
|
| 626 |
+
"step": 640
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 1.0535388359359157,
|
| 630 |
+
"grad_norm": 0.10673358291387558,
|
| 631 |
+
"learning_rate": 0.00010848059244755093,
|
| 632 |
+
"loss": 0.1082,
|
| 633 |
+
"step": 650
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 1.0697627256134659,
|
| 637 |
+
"grad_norm": 0.11839364469051361,
|
| 638 |
+
"learning_rate": 0.00010565750491837925,
|
| 639 |
+
"loss": 0.1192,
|
| 640 |
+
"step": 660
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 1.0697627256134659,
|
| 644 |
+
"eval_loss": 0.11325760185718536,
|
| 645 |
+
"eval_runtime": 54.7532,
|
| 646 |
+
"eval_samples_per_second": 4.749,
|
| 647 |
+
"eval_steps_per_second": 4.749,
|
| 648 |
+
"step": 660
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"epoch": 1.085986615291016,
|
| 652 |
+
"grad_norm": 0.08097315579652786,
|
| 653 |
+
"learning_rate": 0.00010282988580831183,
|
| 654 |
+
"loss": 0.1188,
|
| 655 |
+
"step": 670
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"epoch": 1.1022105049685662,
|
| 659 |
+
"grad_norm": 0.10252730548381805,
|
| 660 |
+
"learning_rate": 0.0001,
|
| 661 |
+
"loss": 0.1217,
|
| 662 |
+
"step": 680
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 1.1184343946461164,
|
| 666 |
+
"grad_norm": 0.1087854653596878,
|
| 667 |
+
"learning_rate": 9.71701141916882e-05,
|
| 668 |
+
"loss": 0.1185,
|
| 669 |
+
"step": 690
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 1.1184343946461164,
|
| 673 |
+
"eval_loss": 0.11274029314517975,
|
| 674 |
+
"eval_runtime": 54.6489,
|
| 675 |
+
"eval_samples_per_second": 4.758,
|
| 676 |
+
"eval_steps_per_second": 4.758,
|
| 677 |
+
"step": 690
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"epoch": 1.1346582843236666,
|
| 681 |
+
"grad_norm": 0.09857626259326935,
|
| 682 |
+
"learning_rate": 9.434249508162076e-05,
|
| 683 |
+
"loss": 0.1225,
|
| 684 |
+
"step": 700
|
| 685 |
+
},
|
| 686 |
+
{
|
| 687 |
+
"epoch": 1.1508821740012167,
|
| 688 |
+
"grad_norm": 0.09853193908929825,
|
| 689 |
+
"learning_rate": 9.151940755244912e-05,
|
| 690 |
+
"loss": 0.1185,
|
| 691 |
+
"step": 710
|
| 692 |
+
},
|
| 693 |
+
{
|
| 694 |
+
"epoch": 1.167106063678767,
|
| 695 |
+
"grad_norm": 0.0954899936914444,
|
| 696 |
+
"learning_rate": 8.870311285709274e-05,
|
| 697 |
+
"loss": 0.1336,
|
| 698 |
+
"step": 720
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"epoch": 1.167106063678767,
|
| 702 |
+
"eval_loss": 0.11281841993331909,
|
| 703 |
+
"eval_runtime": 54.5506,
|
| 704 |
+
"eval_samples_per_second": 4.766,
|
| 705 |
+
"eval_steps_per_second": 4.766,
|
| 706 |
+
"step": 720
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"epoch": 1.183329953356317,
|
| 710 |
+
"grad_norm": 0.0967244803905487,
|
| 711 |
+
"learning_rate": 8.58958668075081e-05,
|
| 712 |
+
"loss": 0.118,
|
| 713 |
+
"step": 730
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"epoch": 1.1995538430338675,
|
| 717 |
+
"grad_norm": 0.09406362473964691,
|
| 718 |
+
"learning_rate": 8.309991796781511e-05,
|
| 719 |
+
"loss": 0.1218,
|
| 720 |
+
"step": 740
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"epoch": 1.2157777327114176,
|
| 724 |
+
"grad_norm": 0.0989699587225914,
|
| 725 |
+
"learning_rate": 8.031750585322947e-05,
|
| 726 |
+
"loss": 0.1178,
|
| 727 |
+
"step": 750
|
| 728 |
+
},
|
| 729 |
+
{
|
| 730 |
+
"epoch": 1.2157777327114176,
|
| 731 |
+
"eval_loss": 0.11203999817371368,
|
| 732 |
+
"eval_runtime": 54.636,
|
| 733 |
+
"eval_samples_per_second": 4.759,
|
| 734 |
+
"eval_steps_per_second": 4.759,
|
| 735 |
+
"step": 750
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"epoch": 1.2320016223889678,
|
| 739 |
+
"grad_norm": 0.10200025886297226,
|
| 740 |
+
"learning_rate": 7.755085913624274e-05,
|
| 741 |
+
"loss": 0.1126,
|
| 742 |
+
"step": 760
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"epoch": 1.248225512066518,
|
| 746 |
+
"grad_norm": 0.09863891452550888,
|
| 747 |
+
"learning_rate": 7.48021938614875e-05,
|
| 748 |
+
"loss": 0.1253,
|
| 749 |
+
"step": 770
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"epoch": 1.2644494017440682,
|
| 753 |
+
"grad_norm": 0.07942435145378113,
|
| 754 |
+
"learning_rate": 7.2073711670717e-05,
|
| 755 |
+
"loss": 0.1188,
|
| 756 |
+
"step": 780
|
| 757 |
+
},
|
| 758 |
+
{
|
| 759 |
+
"epoch": 1.2644494017440682,
|
| 760 |
+
"eval_loss": 0.11259657144546509,
|
| 761 |
+
"eval_runtime": 54.5511,
|
| 762 |
+
"eval_samples_per_second": 4.766,
|
| 763 |
+
"eval_steps_per_second": 4.766,
|
| 764 |
+
"step": 780
|
| 765 |
+
},
|
| 766 |
+
{
|
| 767 |
+
"epoch": 1.2806732914216183,
|
| 768 |
+
"grad_norm": 0.13004329800605774,
|
| 769 |
+
"learning_rate": 6.936759803932167e-05,
|
| 770 |
+
"loss": 0.1158,
|
| 771 |
+
"step": 790
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"epoch": 1.2968971810991685,
|
| 775 |
+
"grad_norm": 0.08646363765001297,
|
| 776 |
+
"learning_rate": 6.668602052579424e-05,
|
| 777 |
+
"loss": 0.1173,
|
| 778 |
+
"step": 800
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"epoch": 1.3131210707767187,
|
| 782 |
+
"grad_norm": 0.08868124336004257,
|
| 783 |
+
"learning_rate": 6.403112703554643e-05,
|
| 784 |
+
"loss": 0.1065,
|
| 785 |
+
"step": 810
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"epoch": 1.3131210707767187,
|
| 789 |
+
"eval_loss": 0.1115630567073822,
|
| 790 |
+
"eval_runtime": 55.0171,
|
| 791 |
+
"eval_samples_per_second": 4.726,
|
| 792 |
+
"eval_steps_per_second": 4.726,
|
| 793 |
+
"step": 810
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 1.3293449604542689,
|
| 797 |
+
"grad_norm": 0.08065708726644516,
|
| 798 |
+
"learning_rate": 6.140504410046712e-05,
|
| 799 |
+
"loss": 0.1243,
|
| 800 |
+
"step": 820
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 1.345568850131819,
|
| 804 |
+
"grad_norm": 0.08410122245550156,
|
| 805 |
+
"learning_rate": 5.880987517560075e-05,
|
| 806 |
+
"loss": 0.114,
|
| 807 |
+
"step": 830
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 1.3617927398093692,
|
| 811 |
+
"grad_norm": 0.0926986113190651,
|
| 812 |
+
"learning_rate": 5.624769895430961e-05,
|
| 813 |
+
"loss": 0.1178,
|
| 814 |
+
"step": 840
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 1.3617927398093692,
|
| 818 |
+
"eval_loss": 0.11092434078454971,
|
| 819 |
+
"eval_runtime": 55.2141,
|
| 820 |
+
"eval_samples_per_second": 4.709,
|
| 821 |
+
"eval_steps_per_second": 4.709,
|
| 822 |
+
"step": 840
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 1.3780166294869196,
|
| 826 |
+
"grad_norm": 0.07351404428482056,
|
| 827 |
+
"learning_rate": 5.372056770327013e-05,
|
| 828 |
+
"loss": 0.1108,
|
| 829 |
+
"step": 850
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 1.3942405191644696,
|
| 833 |
+
"grad_norm": 0.08835868537425995,
|
| 834 |
+
"learning_rate": 5.123050561863657e-05,
|
| 835 |
+
"loss": 0.1127,
|
| 836 |
+
"step": 860
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 1.41046440884202,
|
| 840 |
+
"grad_norm": 0.08012858778238297,
|
| 841 |
+
"learning_rate": 4.877950720468859e-05,
|
| 842 |
+
"loss": 0.1118,
|
| 843 |
+
"step": 870
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 1.41046440884202,
|
| 847 |
+
"eval_loss": 0.11060689389705658,
|
| 848 |
+
"eval_runtime": 55.1249,
|
| 849 |
+
"eval_samples_per_second": 4.717,
|
| 850 |
+
"eval_steps_per_second": 4.717,
|
| 851 |
+
"step": 870
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"epoch": 1.4266882985195701,
|
| 855 |
+
"grad_norm": 0.09063031524419785,
|
| 856 |
+
"learning_rate": 4.636953567626177e-05,
|
| 857 |
+
"loss": 0.1195,
|
| 858 |
+
"step": 880
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"epoch": 1.4429121881971203,
|
| 862 |
+
"grad_norm": 0.07680074125528336,
|
| 863 |
+
"learning_rate": 4.4002521386240466e-05,
|
| 864 |
+
"loss": 0.1133,
|
| 865 |
+
"step": 890
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"epoch": 1.4591360778746705,
|
| 869 |
+
"grad_norm": 0.09211437404155731,
|
| 870 |
+
"learning_rate": 4.168036027937267e-05,
|
| 871 |
+
"loss": 0.113,
|
| 872 |
+
"step": 900
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"epoch": 1.4591360778746705,
|
| 876 |
+
"eval_loss": 0.1109917163848877,
|
| 877 |
+
"eval_runtime": 54.6876,
|
| 878 |
+
"eval_samples_per_second": 4.754,
|
| 879 |
+
"eval_steps_per_second": 4.754,
|
| 880 |
+
"step": 900
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"epoch": 1.4753599675522207,
|
| 884 |
+
"grad_norm": 0.08036933839321136,
|
| 885 |
+
"learning_rate": 3.9404912373645185e-05,
|
| 886 |
+
"loss": 0.1183,
|
| 887 |
+
"step": 910
|
| 888 |
+
},
|
| 889 |
+
{
|
| 890 |
+
"epoch": 1.4915838572297708,
|
| 891 |
+
"grad_norm": 0.07682196795940399,
|
| 892 |
+
"learning_rate": 3.717800027043576e-05,
|
| 893 |
+
"loss": 0.1198,
|
| 894 |
+
"step": 920
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"epoch": 1.507807746907321,
|
| 898 |
+
"grad_norm": 0.08601044863462448,
|
| 899 |
+
"learning_rate": 3.500140769463533e-05,
|
| 900 |
+
"loss": 0.1209,
|
| 901 |
+
"step": 930
|
| 902 |
+
},
|
| 903 |
+
{
|
| 904 |
+
"epoch": 1.507807746907321,
|
| 905 |
+
"eval_loss": 0.1104922965168953,
|
| 906 |
+
"eval_runtime": 54.6525,
|
| 907 |
+
"eval_samples_per_second": 4.757,
|
| 908 |
+
"eval_steps_per_second": 4.757,
|
| 909 |
+
"step": 930
|
| 910 |
+
},
|
| 911 |
+
{
|
| 912 |
+
"epoch": 1.5240316365848712,
|
| 913 |
+
"grad_norm": 0.08242760598659515,
|
| 914 |
+
"learning_rate": 3.287687806590971e-05,
|
| 915 |
+
"loss": 0.1127,
|
| 916 |
+
"step": 940
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"epoch": 1.5402555262624213,
|
| 920 |
+
"grad_norm": 0.08664223551750183,
|
| 921 |
+
"learning_rate": 3.080611310224539e-05,
|
| 922 |
+
"loss": 0.1193,
|
| 923 |
+
"step": 950
|
| 924 |
+
},
|
| 925 |
+
{
|
| 926 |
+
"epoch": 1.5564794159399717,
|
| 927 |
+
"grad_norm": 0.08529651165008545,
|
| 928 |
+
"learning_rate": 2.879077145689746e-05,
|
| 929 |
+
"loss": 0.1126,
|
| 930 |
+
"step": 960
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"epoch": 1.5564794159399717,
|
| 934 |
+
"eval_loss": 0.10984186083078384,
|
| 935 |
+
"eval_runtime": 54.6191,
|
| 936 |
+
"eval_samples_per_second": 4.76,
|
| 937 |
+
"eval_steps_per_second": 4.76,
|
| 938 |
+
"step": 960
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"epoch": 1.5727033056175217,
|
| 942 |
+
"grad_norm": 0.07219547033309937,
|
| 943 |
+
"learning_rate": 2.6832467389832173e-05,
|
| 944 |
+
"loss": 0.1182,
|
| 945 |
+
"step": 970
|
| 946 |
+
},
|
| 947 |
+
{
|
| 948 |
+
"epoch": 1.588927195295072,
|
| 949 |
+
"grad_norm": 0.10246000438928604,
|
| 950 |
+
"learning_rate": 2.493276947472756e-05,
|
| 951 |
+
"loss": 0.1109,
|
| 952 |
+
"step": 980
|
| 953 |
+
},
|
| 954 |
+
{
|
| 955 |
+
"epoch": 1.605151084972622,
|
| 956 |
+
"grad_norm": 0.08859504014253616,
|
| 957 |
+
"learning_rate": 2.3093199342568318e-05,
|
| 958 |
+
"loss": 0.1137,
|
| 959 |
+
"step": 990
|
| 960 |
+
},
|
| 961 |
+
{
|
| 962 |
+
"epoch": 1.605151084972622,
|
| 963 |
+
"eval_loss": 0.10924239456653595,
|
| 964 |
+
"eval_runtime": 54.6323,
|
| 965 |
+
"eval_samples_per_second": 4.759,
|
| 966 |
+
"eval_steps_per_second": 4.759,
|
| 967 |
+
"step": 990
|
| 968 |
+
},
|
| 969 |
+
{
|
| 970 |
+
"epoch": 1.6213749746501724,
|
| 971 |
+
"grad_norm": 0.08224408328533173,
|
| 972 |
+
"learning_rate": 2.1315230462840985e-05,
|
| 973 |
+
"loss": 0.1168,
|
| 974 |
+
"step": 1000
|
| 975 |
+
},
|
| 976 |
+
{
|
| 977 |
+
"epoch": 1.6375988643277226,
|
| 978 |
+
"grad_norm": 0.09429515153169632,
|
| 979 |
+
"learning_rate": 1.9600286963305957e-05,
|
| 980 |
+
"loss": 0.114,
|
| 981 |
+
"step": 1010
|
| 982 |
+
},
|
| 983 |
+
{
|
| 984 |
+
"epoch": 1.6538227540052728,
|
| 985 |
+
"grad_norm": 0.08045922219753265,
|
| 986 |
+
"learning_rate": 1.7949742489291255e-05,
|
| 987 |
+
"loss": 0.111,
|
| 988 |
+
"step": 1020
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"epoch": 1.6538227540052728,
|
| 992 |
+
"eval_loss": 0.10893593728542328,
|
| 993 |
+
"eval_runtime": 54.7365,
|
| 994 |
+
"eval_samples_per_second": 4.75,
|
| 995 |
+
"eval_steps_per_second": 4.75,
|
| 996 |
+
"step": 1020
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 1.670046643682823,
|
| 1000 |
+
"grad_norm": 0.0847032219171524,
|
| 1001 |
+
"learning_rate": 1.6364919103422393e-05,
|
| 1002 |
+
"loss": 0.1142,
|
| 1003 |
+
"step": 1030
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 1.6862705333603731,
|
| 1007 |
+
"grad_norm": 0.08252795040607452,
|
| 1008 |
+
"learning_rate": 1.4847086226668872e-05,
|
| 1009 |
+
"loss": 0.1126,
|
| 1010 |
+
"step": 1040
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 1.7024944230379233,
|
| 1014 |
+
"grad_norm": 0.0862165316939354,
|
| 1015 |
+
"learning_rate": 1.339745962155613e-05,
|
| 1016 |
+
"loss": 0.1186,
|
| 1017 |
+
"step": 1050
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 1.7024944230379233,
|
| 1021 |
+
"eval_loss": 0.1090201735496521,
|
| 1022 |
+
"eval_runtime": 54.7713,
|
| 1023 |
+
"eval_samples_per_second": 4.747,
|
| 1024 |
+
"eval_steps_per_second": 4.747,
|
| 1025 |
+
"step": 1050
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 1.7187183127154735,
|
| 1029 |
+
"grad_norm": 0.09021241962909698,
|
| 1030 |
+
"learning_rate": 1.2017200418357078e-05,
|
| 1031 |
+
"loss": 0.1178,
|
| 1032 |
+
"step": 1060
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 1.7349422023930239,
|
| 1036 |
+
"grad_norm": 0.07867942750453949,
|
| 1037 |
+
"learning_rate": 1.0707414185043163e-05,
|
| 1038 |
+
"loss": 0.1041,
|
| 1039 |
+
"step": 1070
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 1.7511660920705738,
|
| 1043 |
+
"grad_norm": 0.10106240212917328,
|
| 1044 |
+
"learning_rate": 9.469150041740338e-06,
|
| 1045 |
+
"loss": 0.1111,
|
| 1046 |
+
"step": 1080
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 1.7511660920705738,
|
| 1050 |
+
"eval_loss": 0.10924577713012695,
|
| 1051 |
+
"eval_runtime": 54.6761,
|
| 1052 |
+
"eval_samples_per_second": 4.755,
|
| 1053 |
+
"eval_steps_per_second": 4.755,
|
| 1054 |
+
"step": 1080
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"epoch": 1.7673899817481242,
|
| 1058 |
+
"grad_norm": 0.1259811371564865,
|
| 1059 |
+
"learning_rate": 8.303399820398672e-06,
|
| 1060 |
+
"loss": 0.1118,
|
| 1061 |
+
"step": 1090
|
| 1062 |
+
},
|
| 1063 |
+
{
|
| 1064 |
+
"epoch": 1.7836138714256742,
|
| 1065 |
+
"grad_norm": 0.07995796203613281,
|
| 1066 |
+
"learning_rate": 7.211097270349066e-06,
|
| 1067 |
+
"loss": 0.1005,
|
| 1068 |
+
"step": 1100
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"epoch": 1.7998377611032246,
|
| 1072 |
+
"grad_norm": 0.0811864510178566,
|
| 1073 |
+
"learning_rate": 6.1931173103834115e-06,
|
| 1074 |
+
"loss": 0.115,
|
| 1075 |
+
"step": 1110
|
| 1076 |
+
},
|
| 1077 |
+
{
|
| 1078 |
+
"epoch": 1.7998377611032246,
|
| 1079 |
+
"eval_loss": 0.10901561379432678,
|
| 1080 |
+
"eval_runtime": 54.5743,
|
| 1081 |
+
"eval_samples_per_second": 4.764,
|
| 1082 |
+
"eval_steps_per_second": 4.764,
|
| 1083 |
+
"step": 1110
|
| 1084 |
+
},
|
| 1085 |
+
{
|
| 1086 |
+
"epoch": 1.8160616507807745,
|
| 1087 |
+
"grad_norm": 0.10539617389440536,
|
| 1088 |
+
"learning_rate": 5.250275327957032e-06,
|
| 1089 |
+
"loss": 0.1129,
|
| 1090 |
+
"step": 1120
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"epoch": 1.832285540458325,
|
| 1094 |
+
"grad_norm": 0.15508656203746796,
|
| 1095 |
+
"learning_rate": 4.383326526074916e-06,
|
| 1096 |
+
"loss": 0.1258,
|
| 1097 |
+
"step": 1130
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"epoch": 1.848509430135875,
|
| 1101 |
+
"grad_norm": 0.08507981151342392,
|
| 1102 |
+
"learning_rate": 3.592965318384944e-06,
|
| 1103 |
+
"loss": 0.1123,
|
| 1104 |
+
"step": 1140
|
| 1105 |
+
},
|
| 1106 |
+
{
|
| 1107 |
+
"epoch": 1.848509430135875,
|
| 1108 |
+
"eval_loss": 0.1087607592344284,
|
| 1109 |
+
"eval_runtime": 54.908,
|
| 1110 |
+
"eval_samples_per_second": 4.735,
|
| 1111 |
+
"eval_steps_per_second": 4.735,
|
| 1112 |
+
"step": 1140
|
| 1113 |
+
},
|
| 1114 |
+
{
|
| 1115 |
+
"epoch": 1.8647333198134253,
|
| 1116 |
+
"grad_norm": 0.08362692594528198,
|
| 1117 |
+
"learning_rate": 2.8798247729623806e-06,
|
| 1118 |
+
"loss": 0.1164,
|
| 1119 |
+
"step": 1150
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"epoch": 1.8809572094909754,
|
| 1123 |
+
"grad_norm": 0.08825893700122833,
|
| 1124 |
+
"learning_rate": 2.2444761052313856e-06,
|
| 1125 |
+
"loss": 0.1223,
|
| 1126 |
+
"step": 1160
|
| 1127 |
+
},
|
| 1128 |
+
{
|
| 1129 |
+
"epoch": 1.8971810991685256,
|
| 1130 |
+
"grad_norm": 0.07475200295448303,
|
| 1131 |
+
"learning_rate": 1.6874282204295766e-06,
|
| 1132 |
+
"loss": 0.1101,
|
| 1133 |
+
"step": 1170
|
| 1134 |
+
},
|
| 1135 |
+
{
|
| 1136 |
+
"epoch": 1.8971810991685256,
|
| 1137 |
+
"eval_loss": 0.108616404235363,
|
| 1138 |
+
"eval_runtime": 55.1832,
|
| 1139 |
+
"eval_samples_per_second": 4.712,
|
| 1140 |
+
"eval_steps_per_second": 4.712,
|
| 1141 |
+
"step": 1170
|
| 1142 |
+
},
|
| 1143 |
+
{
|
| 1144 |
+
"epoch": 1.9134049888460758,
|
| 1145 |
+
"grad_norm": 0.07395757734775543,
|
| 1146 |
+
"learning_rate": 1.209127305982205e-06,
|
| 1147 |
+
"loss": 0.1217,
|
| 1148 |
+
"step": 1180
|
| 1149 |
+
},
|
| 1150 |
+
{
|
| 1151 |
+
"epoch": 1.929628878523626,
|
| 1152 |
+
"grad_norm": 0.1036606878042221,
|
| 1153 |
+
"learning_rate": 8.099564741123166e-07,
|
| 1154 |
+
"loss": 0.1167,
|
| 1155 |
+
"step": 1190
|
| 1156 |
+
},
|
| 1157 |
+
{
|
| 1158 |
+
"epoch": 1.9458527682011764,
|
| 1159 |
+
"grad_norm": 0.07940636575222015,
|
| 1160 |
+
"learning_rate": 4.902354549733978e-07,
|
| 1161 |
+
"loss": 0.1111,
|
| 1162 |
+
"step": 1200
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"epoch": 1.9458527682011764,
|
| 1166 |
+
"eval_loss": 0.10869967937469482,
|
| 1167 |
+
"eval_runtime": 54.8601,
|
| 1168 |
+
"eval_samples_per_second": 4.739,
|
| 1169 |
+
"eval_steps_per_second": 4.739,
|
| 1170 |
+
"step": 1200
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"epoch": 1.9620766578787263,
|
| 1174 |
+
"grad_norm": 0.08885055780410767,
|
| 1175 |
+
"learning_rate": 2.5022034055003364e-07,
|
| 1176 |
+
"loss": 0.1167,
|
| 1177 |
+
"step": 1210
|
| 1178 |
+
},
|
| 1179 |
+
{
|
| 1180 |
+
"epoch": 1.9783005475562767,
|
| 1181 |
+
"grad_norm": 0.0910600945353508,
|
| 1182 |
+
"learning_rate": 9.010337953185843e-08,
|
| 1183 |
+
"loss": 0.1076,
|
| 1184 |
+
"step": 1220
|
| 1185 |
+
},
|
| 1186 |
+
{
|
| 1187 |
+
"epoch": 1.9945244372338267,
|
| 1188 |
+
"grad_norm": 0.07792419195175171,
|
| 1189 |
+
"learning_rate": 1.0012823325111776e-08,
|
| 1190 |
+
"loss": 0.12,
|
| 1191 |
+
"step": 1230
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"epoch": 1.9945244372338267,
|
| 1195 |
+
"eval_loss": 0.10875582695007324,
|
| 1196 |
+
"eval_runtime": 54.7624,
|
| 1197 |
+
"eval_samples_per_second": 4.748,
|
| 1198 |
+
"eval_steps_per_second": 4.748,
|
| 1199 |
+
"step": 1230
|
| 1200 |
+
}
|
| 1201 |
+
],
|
| 1202 |
+
"logging_steps": 10,
|
| 1203 |
+
"max_steps": 1234,
|
| 1204 |
+
"num_input_tokens_seen": 0,
|
| 1205 |
+
"num_train_epochs": 2,
|
| 1206 |
+
"save_steps": 100,
|
| 1207 |
+
"stateful_callbacks": {
|
| 1208 |
+
"TrainerControl": {
|
| 1209 |
+
"args": {
|
| 1210 |
+
"should_epoch_stop": false,
|
| 1211 |
+
"should_evaluate": false,
|
| 1212 |
+
"should_log": false,
|
| 1213 |
+
"should_save": true,
|
| 1214 |
+
"should_training_stop": true
|
| 1215 |
+
},
|
| 1216 |
+
"attributes": {}
|
| 1217 |
+
}
|
| 1218 |
+
},
|
| 1219 |
+
"total_flos": 1.722645378352681e+17,
|
| 1220 |
+
"train_batch_size": 1,
|
| 1221 |
+
"trial_name": null,
|
| 1222 |
+
"trial_params": null
|
| 1223 |
+
}
|
checkpoint-1234/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:655eb02b0fc57181f2ec10794d297d90572f277d219938ab929b99cc63bae9d3
|
| 3 |
+
size 5777
|
checkpoint-1234/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
config.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"dtype": "bfloat16",
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 2560,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 9728,
|
| 14 |
+
"layer_types": [
|
| 15 |
+
"full_attention",
|
| 16 |
+
"full_attention",
|
| 17 |
+
"full_attention",
|
| 18 |
+
"full_attention",
|
| 19 |
+
"full_attention",
|
| 20 |
+
"full_attention",
|
| 21 |
+
"full_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"full_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"full_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"full_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"full_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"full_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"full_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"full_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"full_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"full_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"full_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"full_attention",
|
| 44 |
+
"full_attention",
|
| 45 |
+
"full_attention",
|
| 46 |
+
"full_attention",
|
| 47 |
+
"full_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"full_attention",
|
| 50 |
+
"full_attention"
|
| 51 |
+
],
|
| 52 |
+
"max_position_embeddings": 262144,
|
| 53 |
+
"max_window_layers": 36,
|
| 54 |
+
"model_type": "qwen3",
|
| 55 |
+
"num_attention_heads": 32,
|
| 56 |
+
"num_hidden_layers": 36,
|
| 57 |
+
"num_key_value_heads": 8,
|
| 58 |
+
"pad_token_id": 151654,
|
| 59 |
+
"rms_norm_eps": 1e-06,
|
| 60 |
+
"rope_scaling": null,
|
| 61 |
+
"rope_theta": 5000000,
|
| 62 |
+
"sliding_window": null,
|
| 63 |
+
"tie_word_embeddings": true,
|
| 64 |
+
"transformers_version": "4.56.2",
|
| 65 |
+
"unsloth_fixed": true,
|
| 66 |
+
"unsloth_version": "2025.12.7",
|
| 67 |
+
"use_cache": true,
|
| 68 |
+
"use_sliding_window": false,
|
| 69 |
+
"vocab_size": 151936
|
| 70 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"max_length": 262144,
|
| 9 |
+
"pad_token_id": 151654,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_k": 20,
|
| 12 |
+
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.56.2"
|
| 14 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaa474a72e8b3490c80568150900c88a979d9a64aff35f90ce5941579ed8e81f
|
| 3 |
+
size 4967215360
|
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ea44f8671e0c2fd0a1134518ddb0e1322d682fa5e398086ecd0cf2d5bd45907
|
| 3 |
+
size 3077766632
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,406 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 4022468096,
|
| 4 |
+
"total_size": 8044936192
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 152 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 153 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 156 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 163 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 164 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 165 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 166 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 167 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 168 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 169 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 170 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 171 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 172 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 173 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 174 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 175 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 176 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 177 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 178 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 179 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 180 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 181 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 182 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 183 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 184 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 185 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 186 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 187 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 188 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 189 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 190 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 191 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 192 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 193 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 194 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 195 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 196 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 197 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 198 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 199 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 200 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 201 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 202 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 203 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 204 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 205 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 206 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 207 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 208 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 209 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 210 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 211 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 212 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 213 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 214 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 215 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 216 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 217 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 218 |
+
"model.layers.26.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 219 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 220 |
+
"model.layers.26.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 221 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 222 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 223 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 224 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 226 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 228 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 229 |
+
"model.layers.27.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 230 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 231 |
+
"model.layers.27.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 232 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 233 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 234 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 235 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 238 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 239 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 242 |
+
"model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 243 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 244 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 245 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 246 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 247 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 248 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 249 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 250 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 251 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 252 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 253 |
+
"model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 254 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 255 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 256 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 257 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 258 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 259 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 260 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 261 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 262 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 263 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 264 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 265 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 273 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 274 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 275 |
+
"model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 276 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 277 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 278 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 279 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 280 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 281 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 282 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 283 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 284 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 285 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 286 |
+
"model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 287 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 288 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 289 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 290 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 291 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 292 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 293 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 294 |
+
"model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 295 |
+
"model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 296 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 297 |
+
"model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 298 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 299 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 300 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 301 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 302 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 303 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 304 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 305 |
+
"model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 306 |
+
"model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 307 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 308 |
+
"model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 309 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 310 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 311 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 312 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 313 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 314 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 315 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 316 |
+
"model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 317 |
+
"model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 318 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 319 |
+
"model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 320 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 321 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 322 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 323 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 324 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 325 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 326 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 327 |
+
"model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 328 |
+
"model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 329 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 330 |
+
"model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 331 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 332 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00002-of-00002.safetensors",
|
| 333 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 334 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 335 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00002-of-00002.safetensors",
|
| 336 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 337 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 338 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 339 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 340 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 341 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 342 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 343 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 344 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 345 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 346 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 347 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 348 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 349 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 350 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 351 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 352 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 353 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 354 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 355 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 356 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 357 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 358 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 359 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 360 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 361 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 362 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 363 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 364 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 365 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 366 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 367 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 368 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 369 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 370 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 371 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 372 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 373 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 374 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 375 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 376 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 377 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 378 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 379 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 380 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 381 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 382 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 383 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 384 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 385 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 386 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 387 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 388 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 389 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 390 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 391 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 392 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 393 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 394 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 395 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 396 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 397 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 398 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00001-of-00002.safetensors",
|
| 399 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 400 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 401 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00001-of-00002.safetensors",
|
| 402 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 403 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 404 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 405 |
+
}
|
| 406 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|vision_pad|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 262144,
|
| 235 |
+
"pad_token": "<|vision_pad|>",
|
| 236 |
+
"padding_side": "right",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|