Upload trained Qwen-4B model on Hyperswitch data
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- README.md +48 -0
- added_tokens.json +28 -0
- chat_template.jinja +85 -0
- checkpoint-200/added_tokens.json +28 -0
- checkpoint-200/chat_template.jinja +85 -0
- checkpoint-200/config.json +72 -0
- checkpoint-200/generation_config.json +8 -0
- checkpoint-200/merges.txt +0 -0
- checkpoint-200/model-00001-of-00006.safetensors +3 -0
- checkpoint-200/model-00002-of-00006.safetensors +3 -0
- checkpoint-200/model-00003-of-00006.safetensors +3 -0
- checkpoint-200/model-00004-of-00006.safetensors +3 -0
- checkpoint-200/model-00005-of-00006.safetensors +3 -0
- checkpoint-200/model-00006-of-00006.safetensors +3 -0
- checkpoint-200/model.safetensors.index.json +451 -0
- checkpoint-200/optimizer.pt +3 -0
- checkpoint-200/rng_state.pth +3 -0
- checkpoint-200/scheduler.pt +3 -0
- checkpoint-200/special_tokens_map.json +31 -0
- checkpoint-200/tokenizer.json +3 -0
- checkpoint-200/tokenizer_config.json +239 -0
- checkpoint-200/trainer_state.json +1434 -0
- checkpoint-200/training_args.bin +3 -0
- checkpoint-200/vocab.json +0 -0
- checkpoint-324/added_tokens.json +28 -0
- checkpoint-324/chat_template.jinja +85 -0
- checkpoint-324/config.json +72 -0
- checkpoint-324/generation_config.json +8 -0
- checkpoint-324/merges.txt +0 -0
- checkpoint-324/model-00001-of-00006.safetensors +3 -0
- checkpoint-324/model-00002-of-00006.safetensors +3 -0
- checkpoint-324/model-00003-of-00006.safetensors +3 -0
- checkpoint-324/model-00004-of-00006.safetensors +3 -0
- checkpoint-324/model-00005-of-00006.safetensors +3 -0
- checkpoint-324/model-00006-of-00006.safetensors +3 -0
- checkpoint-324/model.safetensors.index.json +451 -0
- checkpoint-324/optimizer.pt +3 -0
- checkpoint-324/rng_state.pth +3 -0
- checkpoint-324/scheduler.pt +3 -0
- checkpoint-324/special_tokens_map.json +31 -0
- checkpoint-324/tokenizer.json +3 -0
- checkpoint-324/tokenizer_config.json +239 -0
- checkpoint-324/trainer_state.json +2302 -0
- checkpoint-324/training_args.bin +3 -0
- checkpoint-324/vocab.json +0 -0
- config.json +72 -0
- emergency_checkpoint/added_tokens.json +28 -0
- emergency_checkpoint/chat_template.jinja +85 -0
- emergency_checkpoint/config.json +72 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ 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-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
checkpoint-324/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
emergency_checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Qwen/Qwen3-4B
|
| 4 |
+
tags:
|
| 5 |
+
- code
|
| 6 |
+
- hyperswitch
|
| 7 |
+
- pretrained
|
| 8 |
+
- qwen
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
pipeline_tag: text-generation
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# qwen-14b-hyperswitch-v1
|
| 15 |
+
|
| 16 |
+
qwen14
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
- **Base Model**: Qwen/Qwen3-4B
|
| 21 |
+
- **Training Data**: Hyperswitch repository code
|
| 22 |
+
- **Final Training Loss**: 0.4966
|
| 23 |
+
- **Training Progress**: 92% complete (excellent results)
|
| 24 |
+
|
| 25 |
+
## Usage
|
| 26 |
+
|
| 27 |
+
```python
|
| 28 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 29 |
+
import torch
|
| 30 |
+
|
| 31 |
+
model = AutoModelForCausalLM.from_pretrained(
|
| 32 |
+
"archit11/qwen-14b-hyperswitch-v1",
|
| 33 |
+
torch_dtype=torch.float16,
|
| 34 |
+
device_map="auto"
|
| 35 |
+
)
|
| 36 |
+
tokenizer = AutoTokenizer.from_pretrained("archit11/qwen-14b-hyperswitch-v1")
|
| 37 |
+
|
| 38 |
+
# Generate code
|
| 39 |
+
prompt = "use crate::"
|
| 40 |
+
inputs = tokenizer(prompt, return_tensors="pt")
|
| 41 |
+
outputs = model.generate(**inputs, max_length=150, temperature=0.3)
|
| 42 |
+
result = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
| 43 |
+
print(result)
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
## Training Details
|
| 47 |
+
|
| 48 |
+
This model was fine-tuned on the Hyperswitch codebase to improve code completion and generation for Rust payment processing systems.
|
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,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 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.role == "user") or (message.role == "system" and not loop.first) %}
|
| 27 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 28 |
+
{%- elif message.role == "assistant" %}
|
| 29 |
+
{%- set content = message.content %}
|
| 30 |
+
{%- set reasoning_content = '' %}
|
| 31 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
| 32 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 33 |
+
{%- else %}
|
| 34 |
+
{%- if '</think>' in message.content %}
|
| 35 |
+
{%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
|
| 36 |
+
{%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{%- endif %}
|
| 39 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 40 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 41 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 42 |
+
{%- else %}
|
| 43 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- else %}
|
| 46 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- if message.tool_calls %}
|
| 49 |
+
{%- for tool_call in message.tool_calls %}
|
| 50 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 51 |
+
{{- '\n' }}
|
| 52 |
+
{%- endif %}
|
| 53 |
+
{%- if tool_call.function %}
|
| 54 |
+
{%- set tool_call = tool_call.function %}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 57 |
+
{{- tool_call.name }}
|
| 58 |
+
{{- '", "arguments": ' }}
|
| 59 |
+
{%- if tool_call.arguments is string %}
|
| 60 |
+
{{- tool_call.arguments }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{{- tool_call.arguments | tojson }}
|
| 63 |
+
{%- endif %}
|
| 64 |
+
{{- '}\n</tool_call>' }}
|
| 65 |
+
{%- endfor %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{{- '<|im_end|>\n' }}
|
| 68 |
+
{%- elif message.role == "tool" %}
|
| 69 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 70 |
+
{{- '<|im_start|>user' }}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
{{- '\n<tool_response>\n' }}
|
| 73 |
+
{{- message.content }}
|
| 74 |
+
{{- '\n</tool_response>' }}
|
| 75 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 76 |
+
{{- '<|im_end|>\n' }}
|
| 77 |
+
{%- endif %}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
{%- endfor %}
|
| 80 |
+
{%- if add_generation_prompt %}
|
| 81 |
+
{{- '<|im_start|>assistant\n' }}
|
| 82 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 83 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 84 |
+
{%- endif %}
|
| 85 |
+
{%- endif %}
|
checkpoint-200/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-200/chat_template.jinja
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 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.role == "user") or (message.role == "system" and not loop.first) %}
|
| 27 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 28 |
+
{%- elif message.role == "assistant" %}
|
| 29 |
+
{%- set content = message.content %}
|
| 30 |
+
{%- set reasoning_content = '' %}
|
| 31 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
| 32 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 33 |
+
{%- else %}
|
| 34 |
+
{%- if '</think>' in message.content %}
|
| 35 |
+
{%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
|
| 36 |
+
{%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{%- endif %}
|
| 39 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 40 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 41 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 42 |
+
{%- else %}
|
| 43 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- else %}
|
| 46 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- if message.tool_calls %}
|
| 49 |
+
{%- for tool_call in message.tool_calls %}
|
| 50 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 51 |
+
{{- '\n' }}
|
| 52 |
+
{%- endif %}
|
| 53 |
+
{%- if tool_call.function %}
|
| 54 |
+
{%- set tool_call = tool_call.function %}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 57 |
+
{{- tool_call.name }}
|
| 58 |
+
{{- '", "arguments": ' }}
|
| 59 |
+
{%- if tool_call.arguments is string %}
|
| 60 |
+
{{- tool_call.arguments }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{{- tool_call.arguments | tojson }}
|
| 63 |
+
{%- endif %}
|
| 64 |
+
{{- '}\n</tool_call>' }}
|
| 65 |
+
{%- endfor %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{{- '<|im_end|>\n' }}
|
| 68 |
+
{%- elif message.role == "tool" %}
|
| 69 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 70 |
+
{{- '<|im_start|>user' }}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
{{- '\n<tool_response>\n' }}
|
| 73 |
+
{{- message.content }}
|
| 74 |
+
{{- '\n</tool_response>' }}
|
| 75 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 76 |
+
{{- '<|im_end|>\n' }}
|
| 77 |
+
{%- endif %}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
{%- endfor %}
|
| 80 |
+
{%- if add_generation_prompt %}
|
| 81 |
+
{{- '<|im_start|>assistant\n' }}
|
| 82 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 83 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 84 |
+
{%- endif %}
|
| 85 |
+
{%- endif %}
|
checkpoint-200/config.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"dtype": "float16",
|
| 8 |
+
"eos_token_id": 151643,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 5120,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 17408,
|
| 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 |
+
"full_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"full_attention",
|
| 54 |
+
"full_attention"
|
| 55 |
+
],
|
| 56 |
+
"max_position_embeddings": 32768,
|
| 57 |
+
"max_window_layers": 40,
|
| 58 |
+
"model_type": "qwen3",
|
| 59 |
+
"num_attention_heads": 40,
|
| 60 |
+
"num_hidden_layers": 40,
|
| 61 |
+
"num_key_value_heads": 8,
|
| 62 |
+
"pad_token_id": 151643,
|
| 63 |
+
"rms_norm_eps": 1e-06,
|
| 64 |
+
"rope_scaling": null,
|
| 65 |
+
"rope_theta": 1000000,
|
| 66 |
+
"sliding_window": null,
|
| 67 |
+
"tie_word_embeddings": false,
|
| 68 |
+
"transformers_version": "4.56.1",
|
| 69 |
+
"use_cache": true,
|
| 70 |
+
"use_sliding_window": false,
|
| 71 |
+
"vocab_size": 151936
|
| 72 |
+
}
|
checkpoint-200/generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token_id": [
|
| 3 |
+
151643
|
| 4 |
+
],
|
| 5 |
+
"max_new_tokens": 2048,
|
| 6 |
+
"pad_token_id": 151643,
|
| 7 |
+
"transformers_version": "4.56.1"
|
| 8 |
+
}
|
checkpoint-200/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-200/model-00001-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:072af4e8108e7ee2acab88da7efb128c7fd8e51f8ce6f9818906be57f625ac1a
|
| 3 |
+
size 4984780720
|
checkpoint-200/model-00002-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:021c4625731b6621cf89b188e6c860dffb8c59bc151c00a5bc7e7239209a11c6
|
| 3 |
+
size 4980891968
|
checkpoint-200/model-00003-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e6709a27edc8a92c8a50fc81f829280997d911c9636da9a8e7df3ca21dfa731
|
| 3 |
+
size 4928485016
|
checkpoint-200/model-00004-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7de7935642af11c825cd9334ee5341d7ef260ffb14a0e6225d9ea5ff901a066
|
| 3 |
+
size 4980892032
|
checkpoint-200/model-00005-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6069d453f7f82f6384f099922f186d18f4ef4ad20225bb324dde86a702319e63
|
| 3 |
+
size 4928485016
|
checkpoint-200/model-00006-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:223a86f95a2702bcb0e5a26c3732bbf8742773538adbb6b1c66f8724ef2ffd15
|
| 3 |
+
size 4733130456
|
checkpoint-200/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,451 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 14768307200,
|
| 4 |
+
"total_size": 29536614400
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 31 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 42 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 43 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 44 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 45 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 46 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 53 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 54 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 55 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 56 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 57 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 64 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 65 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 66 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 67 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 68 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 69 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 70 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 71 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 75 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 76 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 77 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 78 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 79 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 80 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 81 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 82 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 83 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 86 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 87 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 88 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 89 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 90 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 91 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 92 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 93 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 94 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 95 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 96 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 97 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 98 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 99 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 100 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 101 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 102 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 103 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 104 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 105 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 106 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 107 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 108 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 109 |
+
"model.layers.17.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 110 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 111 |
+
"model.layers.17.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 112 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 113 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 114 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 115 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 116 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 117 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 118 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 119 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 120 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 121 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 122 |
+
"model.layers.18.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 123 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 124 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 125 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 126 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 127 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 128 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 129 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 130 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 131 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 132 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 133 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 134 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 135 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 136 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 137 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 138 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 139 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 140 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 141 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 142 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 143 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 144 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 145 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 146 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 147 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 148 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 149 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 150 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 151 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 152 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 153 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 154 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 155 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 156 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 157 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 158 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 159 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 160 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 161 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 162 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 163 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 164 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 165 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 166 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 167 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 168 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 169 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 170 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 171 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 172 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 173 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 174 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 175 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 176 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 177 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 178 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 179 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 180 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 181 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 182 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 183 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 184 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 185 |
+
"model.layers.23.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 186 |
+
"model.layers.23.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 187 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 188 |
+
"model.layers.23.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 189 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 190 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 191 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 192 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 193 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 194 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 195 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 196 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 197 |
+
"model.layers.24.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 198 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 199 |
+
"model.layers.24.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 200 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 201 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 202 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 203 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 204 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 205 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 206 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 207 |
+
"model.layers.25.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 208 |
+
"model.layers.25.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 209 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 210 |
+
"model.layers.25.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 211 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 212 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 213 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 214 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 215 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 216 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 217 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 218 |
+
"model.layers.26.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 219 |
+
"model.layers.26.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 220 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 221 |
+
"model.layers.26.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 222 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 223 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 224 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 225 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 226 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 227 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 228 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 229 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 230 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 231 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 232 |
+
"model.layers.27.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 233 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 234 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 235 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 236 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 237 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 238 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 239 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 240 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 241 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 242 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 243 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 244 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 245 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 246 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 247 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 248 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 249 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 250 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 251 |
+
"model.layers.29.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 252 |
+
"model.layers.29.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 253 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 254 |
+
"model.layers.29.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 255 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 256 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 257 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 258 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 259 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 260 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 261 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 262 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 263 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 264 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 265 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 266 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 273 |
+
"model.layers.30.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 274 |
+
"model.layers.30.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 275 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 276 |
+
"model.layers.30.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 277 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 278 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 279 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 280 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 281 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 282 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 283 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 284 |
+
"model.layers.31.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 285 |
+
"model.layers.31.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 286 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 287 |
+
"model.layers.31.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 288 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 289 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 290 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 291 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 292 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 293 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 294 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 295 |
+
"model.layers.32.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 296 |
+
"model.layers.32.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 297 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 298 |
+
"model.layers.32.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 299 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 300 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 301 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 302 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 303 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 304 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 305 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 306 |
+
"model.layers.33.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 307 |
+
"model.layers.33.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 308 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 309 |
+
"model.layers.33.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 310 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 311 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 312 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 313 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 314 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 315 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 316 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 317 |
+
"model.layers.34.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 318 |
+
"model.layers.34.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 319 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 320 |
+
"model.layers.34.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 321 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 322 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 323 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 324 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 325 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 326 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 327 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 328 |
+
"model.layers.35.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 329 |
+
"model.layers.35.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 330 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 331 |
+
"model.layers.35.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 332 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 333 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 334 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 335 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 336 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 337 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 338 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 339 |
+
"model.layers.36.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 340 |
+
"model.layers.36.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 341 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 342 |
+
"model.layers.36.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 343 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 344 |
+
"model.layers.36.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
| 345 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 346 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 347 |
+
"model.layers.36.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
| 348 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 349 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 350 |
+
"model.layers.37.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 351 |
+
"model.layers.37.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 352 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 353 |
+
"model.layers.37.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 354 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 355 |
+
"model.layers.37.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
| 356 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 357 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 358 |
+
"model.layers.37.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
| 359 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 360 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 361 |
+
"model.layers.38.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 362 |
+
"model.layers.38.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 363 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 364 |
+
"model.layers.38.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 365 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 366 |
+
"model.layers.38.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
| 367 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 368 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 369 |
+
"model.layers.38.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
| 370 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 371 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 372 |
+
"model.layers.39.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 373 |
+
"model.layers.39.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 374 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 375 |
+
"model.layers.39.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 376 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 377 |
+
"model.layers.39.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
| 378 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 379 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 380 |
+
"model.layers.39.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
| 381 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 382 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 383 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 384 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 385 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 386 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 387 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 388 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 389 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 390 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 391 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 392 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 393 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 394 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 395 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 396 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 397 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 398 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 399 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 400 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 401 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 402 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 403 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 404 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 405 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 406 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 407 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 408 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 409 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 410 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 411 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 412 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 413 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 414 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 415 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 416 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 417 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 418 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 419 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 420 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 421 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 422 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 423 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 424 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 425 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 426 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 427 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 428 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 429 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 430 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 431 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 432 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 433 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 434 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 435 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 436 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 437 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 438 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 439 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 440 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 441 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 442 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 443 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 444 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 445 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 446 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 447 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 448 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 449 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
| 450 |
+
}
|
| 451 |
+
}
|
checkpoint-200/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62ba0b88893083bf46683675866763debef6ea8fb21f4facf7fa0ee31faa4683
|
| 3 |
+
size 59073623712
|
checkpoint-200/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c15d10da233568de54180256b227cfe26dea6eaac6df08048357111de9ef60d
|
| 3 |
+
size 14645
|
checkpoint-200/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df35dfa383765c61d3756802588956c1c2bc4a51a62badb582b0aeeea1191e49
|
| 3 |
+
size 1465
|
checkpoint-200/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": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
checkpoint-200/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-200/tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|endoftext|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
checkpoint-200/trainer_state.json
ADDED
|
@@ -0,0 +1,1434 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.6184770003865481,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 200,
|
| 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.0030923850019327404,
|
| 14 |
+
"grad_norm": 1.7919921875,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 0.5969,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.006184770003865481,
|
| 21 |
+
"grad_norm": 1.9970703125,
|
| 22 |
+
"learning_rate": 6.666666666666667e-08,
|
| 23 |
+
"loss": 0.6202,
|
| 24 |
+
"step": 2
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.009277155005798222,
|
| 28 |
+
"grad_norm": 1.6474609375,
|
| 29 |
+
"learning_rate": 1.3333333333333334e-07,
|
| 30 |
+
"loss": 0.7447,
|
| 31 |
+
"step": 3
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.012369540007730962,
|
| 35 |
+
"grad_norm": 1.7734375,
|
| 36 |
+
"learning_rate": 2e-07,
|
| 37 |
+
"loss": 0.8834,
|
| 38 |
+
"step": 4
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.015461925009663703,
|
| 42 |
+
"grad_norm": 1.52734375,
|
| 43 |
+
"learning_rate": 2.6666666666666667e-07,
|
| 44 |
+
"loss": 0.7299,
|
| 45 |
+
"step": 5
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.018554310011596443,
|
| 49 |
+
"grad_norm": 1.623046875,
|
| 50 |
+
"learning_rate": 3.333333333333333e-07,
|
| 51 |
+
"loss": 0.7126,
|
| 52 |
+
"step": 6
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.021646695013529185,
|
| 56 |
+
"grad_norm": 2.2890625,
|
| 57 |
+
"learning_rate": 4e-07,
|
| 58 |
+
"loss": 0.8068,
|
| 59 |
+
"step": 7
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.024739080015461924,
|
| 63 |
+
"grad_norm": 3.50390625,
|
| 64 |
+
"learning_rate": 4.6666666666666666e-07,
|
| 65 |
+
"loss": 0.5119,
|
| 66 |
+
"step": 8
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.027831465017394665,
|
| 70 |
+
"grad_norm": 3.953125,
|
| 71 |
+
"learning_rate": 5.333333333333333e-07,
|
| 72 |
+
"loss": 0.413,
|
| 73 |
+
"step": 9
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.030923850019327407,
|
| 77 |
+
"grad_norm": 136.375,
|
| 78 |
+
"learning_rate": 6e-07,
|
| 79 |
+
"loss": 4.7449,
|
| 80 |
+
"step": 10
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.034016235021260145,
|
| 84 |
+
"grad_norm": 185.625,
|
| 85 |
+
"learning_rate": 6.666666666666666e-07,
|
| 86 |
+
"loss": 7.8581,
|
| 87 |
+
"step": 11
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.03710862002319289,
|
| 91 |
+
"grad_norm": 254.875,
|
| 92 |
+
"learning_rate": 7.333333333333332e-07,
|
| 93 |
+
"loss": 11.5138,
|
| 94 |
+
"step": 12
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.04020100502512563,
|
| 98 |
+
"grad_norm": 250.5,
|
| 99 |
+
"learning_rate": 8e-07,
|
| 100 |
+
"loss": 11.6085,
|
| 101 |
+
"step": 13
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.04329339002705837,
|
| 105 |
+
"grad_norm": 199.625,
|
| 106 |
+
"learning_rate": 8.666666666666667e-07,
|
| 107 |
+
"loss": 11.0929,
|
| 108 |
+
"step": 14
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.04638577502899111,
|
| 112 |
+
"grad_norm": 164.375,
|
| 113 |
+
"learning_rate": 9.333333333333333e-07,
|
| 114 |
+
"loss": 9.0069,
|
| 115 |
+
"step": 15
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.04947816003092385,
|
| 119 |
+
"grad_norm": 191.125,
|
| 120 |
+
"learning_rate": 1e-06,
|
| 121 |
+
"loss": 10.9254,
|
| 122 |
+
"step": 16
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.05257054503285659,
|
| 126 |
+
"grad_norm": 226.0,
|
| 127 |
+
"learning_rate": 9.99974158420562e-07,
|
| 128 |
+
"loss": 10.8139,
|
| 129 |
+
"step": 17
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.05566293003478933,
|
| 133 |
+
"grad_norm": 291.5,
|
| 134 |
+
"learning_rate": 9.99896636353397e-07,
|
| 135 |
+
"loss": 9.8274,
|
| 136 |
+
"step": 18
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.05875531503672207,
|
| 140 |
+
"grad_norm": 245.5,
|
| 141 |
+
"learning_rate": 9.997674418116758e-07,
|
| 142 |
+
"loss": 7.577,
|
| 143 |
+
"step": 19
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.061847700038654814,
|
| 147 |
+
"grad_norm": 246.25,
|
| 148 |
+
"learning_rate": 9.99586588149762e-07,
|
| 149 |
+
"loss": 6.5899,
|
| 150 |
+
"step": 20
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.06494008504058756,
|
| 154 |
+
"grad_norm": 112.0,
|
| 155 |
+
"learning_rate": 9.993540940618332e-07,
|
| 156 |
+
"loss": 4.777,
|
| 157 |
+
"step": 21
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.06803247004252029,
|
| 161 |
+
"grad_norm": 132.625,
|
| 162 |
+
"learning_rate": 9.990699835799469e-07,
|
| 163 |
+
"loss": 5.0894,
|
| 164 |
+
"step": 22
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.07112485504445304,
|
| 168 |
+
"grad_norm": 110.5,
|
| 169 |
+
"learning_rate": 9.987342860715575e-07,
|
| 170 |
+
"loss": 4.3164,
|
| 171 |
+
"step": 23
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.07421724004638577,
|
| 175 |
+
"grad_norm": 80.1875,
|
| 176 |
+
"learning_rate": 9.983470362364801e-07,
|
| 177 |
+
"loss": 4.1167,
|
| 178 |
+
"step": 24
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.07730962504831851,
|
| 182 |
+
"grad_norm": 36.03125,
|
| 183 |
+
"learning_rate": 9.979082741033045e-07,
|
| 184 |
+
"loss": 2.8033,
|
| 185 |
+
"step": 25
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.08040201005025126,
|
| 189 |
+
"grad_norm": 32.15625,
|
| 190 |
+
"learning_rate": 9.97418045025257e-07,
|
| 191 |
+
"loss": 3.3556,
|
| 192 |
+
"step": 26
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.08349439505218399,
|
| 196 |
+
"grad_norm": 32.96875,
|
| 197 |
+
"learning_rate": 9.968763996755115e-07,
|
| 198 |
+
"loss": 3.8153,
|
| 199 |
+
"step": 27
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.08658678005411674,
|
| 203 |
+
"grad_norm": 26.3125,
|
| 204 |
+
"learning_rate": 9.96283394041954e-07,
|
| 205 |
+
"loss": 2.8114,
|
| 206 |
+
"step": 28
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.08967916505604948,
|
| 210 |
+
"grad_norm": 24.125,
|
| 211 |
+
"learning_rate": 9.956390894213928e-07,
|
| 212 |
+
"loss": 2.7601,
|
| 213 |
+
"step": 29
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.09277155005798222,
|
| 217 |
+
"grad_norm": 24.359375,
|
| 218 |
+
"learning_rate": 9.949435524132244e-07,
|
| 219 |
+
"loss": 2.8906,
|
| 220 |
+
"step": 30
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.09586393505991496,
|
| 224 |
+
"grad_norm": 19.28125,
|
| 225 |
+
"learning_rate": 9.94196854912548e-07,
|
| 226 |
+
"loss": 2.3873,
|
| 227 |
+
"step": 31
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.0989563200618477,
|
| 231 |
+
"grad_norm": 18.71875,
|
| 232 |
+
"learning_rate": 9.933990741027348e-07,
|
| 233 |
+
"loss": 2.4901,
|
| 234 |
+
"step": 32
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.10204870506378044,
|
| 238 |
+
"grad_norm": 25.375,
|
| 239 |
+
"learning_rate": 9.925502924474493e-07,
|
| 240 |
+
"loss": 2.3877,
|
| 241 |
+
"step": 33
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.10514109006571318,
|
| 245 |
+
"grad_norm": 20.1875,
|
| 246 |
+
"learning_rate": 9.91650597682126e-07,
|
| 247 |
+
"loss": 2.0152,
|
| 248 |
+
"step": 34
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.10823347506764593,
|
| 252 |
+
"grad_norm": 18.453125,
|
| 253 |
+
"learning_rate": 9.907000828049e-07,
|
| 254 |
+
"loss": 1.624,
|
| 255 |
+
"step": 35
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.11132586006957866,
|
| 259 |
+
"grad_norm": 18.90625,
|
| 260 |
+
"learning_rate": 9.896988460669938e-07,
|
| 261 |
+
"loss": 2.1227,
|
| 262 |
+
"step": 36
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.11441824507151141,
|
| 266 |
+
"grad_norm": 17.421875,
|
| 267 |
+
"learning_rate": 9.886469909625622e-07,
|
| 268 |
+
"loss": 1.6674,
|
| 269 |
+
"step": 37
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.11751063007344414,
|
| 273 |
+
"grad_norm": 11.125,
|
| 274 |
+
"learning_rate": 9.875446262179947e-07,
|
| 275 |
+
"loss": 1.0941,
|
| 276 |
+
"step": 38
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.12060301507537688,
|
| 280 |
+
"grad_norm": 12.90625,
|
| 281 |
+
"learning_rate": 9.863918657806751e-07,
|
| 282 |
+
"loss": 1.6579,
|
| 283 |
+
"step": 39
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.12369540007730963,
|
| 287 |
+
"grad_norm": 18.0625,
|
| 288 |
+
"learning_rate": 9.851888288072053e-07,
|
| 289 |
+
"loss": 1.183,
|
| 290 |
+
"step": 40
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.12678778507924238,
|
| 294 |
+
"grad_norm": 29.65625,
|
| 295 |
+
"learning_rate": 9.839356396510874e-07,
|
| 296 |
+
"loss": 1.4809,
|
| 297 |
+
"step": 41
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.1298801700811751,
|
| 301 |
+
"grad_norm": 26.4375,
|
| 302 |
+
"learning_rate": 9.826324278498698e-07,
|
| 303 |
+
"loss": 1.5772,
|
| 304 |
+
"step": 42
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.13297255508310785,
|
| 308 |
+
"grad_norm": 16.390625,
|
| 309 |
+
"learning_rate": 9.81279328111758e-07,
|
| 310 |
+
"loss": 1.2533,
|
| 311 |
+
"step": 43
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.13606494008504058,
|
| 315 |
+
"grad_norm": 12.4453125,
|
| 316 |
+
"learning_rate": 9.79876480301689e-07,
|
| 317 |
+
"loss": 1.2557,
|
| 318 |
+
"step": 44
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.13915732508697332,
|
| 322 |
+
"grad_norm": 8.9765625,
|
| 323 |
+
"learning_rate": 9.784240294268754e-07,
|
| 324 |
+
"loss": 1.3086,
|
| 325 |
+
"step": 45
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.14224971008890608,
|
| 329 |
+
"grad_norm": 6.34765625,
|
| 330 |
+
"learning_rate": 9.769221256218162e-07,
|
| 331 |
+
"loss": 1.2175,
|
| 332 |
+
"step": 46
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.1453420950908388,
|
| 336 |
+
"grad_norm": 4.5234375,
|
| 337 |
+
"learning_rate": 9.753709241327773e-07,
|
| 338 |
+
"loss": 1.1835,
|
| 339 |
+
"step": 47
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.14843448009277155,
|
| 343 |
+
"grad_norm": 3.810546875,
|
| 344 |
+
"learning_rate": 9.73770585301744e-07,
|
| 345 |
+
"loss": 1.1484,
|
| 346 |
+
"step": 48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.15152686509470428,
|
| 350 |
+
"grad_norm": 3.814453125,
|
| 351 |
+
"learning_rate": 9.721212745498492e-07,
|
| 352 |
+
"loss": 1.2048,
|
| 353 |
+
"step": 49
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.15461925009663702,
|
| 357 |
+
"grad_norm": 3.79296875,
|
| 358 |
+
"learning_rate": 9.70423162360272e-07,
|
| 359 |
+
"loss": 1.2032,
|
| 360 |
+
"step": 50
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.15771163509856978,
|
| 364 |
+
"grad_norm": 3.427734375,
|
| 365 |
+
"learning_rate": 9.686764242606163e-07,
|
| 366 |
+
"loss": 1.0343,
|
| 367 |
+
"step": 51
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.16080402010050251,
|
| 371 |
+
"grad_norm": 3.875,
|
| 372 |
+
"learning_rate": 9.668812408047678e-07,
|
| 373 |
+
"loss": 1.0729,
|
| 374 |
+
"step": 52
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.16389640510243525,
|
| 378 |
+
"grad_norm": 3.544921875,
|
| 379 |
+
"learning_rate": 9.650377975542296e-07,
|
| 380 |
+
"loss": 0.9213,
|
| 381 |
+
"step": 53
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.16698879010436798,
|
| 385 |
+
"grad_norm": 3.51171875,
|
| 386 |
+
"learning_rate": 9.631462850589431e-07,
|
| 387 |
+
"loss": 1.0332,
|
| 388 |
+
"step": 54
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.17008117510630075,
|
| 392 |
+
"grad_norm": 2.197265625,
|
| 393 |
+
"learning_rate": 9.612068988375896e-07,
|
| 394 |
+
"loss": 0.6052,
|
| 395 |
+
"step": 55
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.17317356010823348,
|
| 399 |
+
"grad_norm": 3.966796875,
|
| 400 |
+
"learning_rate": 9.592198393573816e-07,
|
| 401 |
+
"loss": 0.8506,
|
| 402 |
+
"step": 56
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.17626594511016622,
|
| 406 |
+
"grad_norm": 9.140625,
|
| 407 |
+
"learning_rate": 9.571853120133403e-07,
|
| 408 |
+
"loss": 1.291,
|
| 409 |
+
"step": 57
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.17935833011209895,
|
| 413 |
+
"grad_norm": 5.25,
|
| 414 |
+
"learning_rate": 9.551035271070664e-07,
|
| 415 |
+
"loss": 0.7823,
|
| 416 |
+
"step": 58
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.1824507151140317,
|
| 420 |
+
"grad_norm": 7.38671875,
|
| 421 |
+
"learning_rate": 9.529746998249992e-07,
|
| 422 |
+
"loss": 0.743,
|
| 423 |
+
"step": 59
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.18554310011596445,
|
| 427 |
+
"grad_norm": 5.23828125,
|
| 428 |
+
"learning_rate": 9.507990502161767e-07,
|
| 429 |
+
"loss": 0.8768,
|
| 430 |
+
"step": 60
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.18863548511789718,
|
| 434 |
+
"grad_norm": 3.9375,
|
| 435 |
+
"learning_rate": 9.485768031694871e-07,
|
| 436 |
+
"loss": 1.1133,
|
| 437 |
+
"step": 61
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.19172787011982992,
|
| 441 |
+
"grad_norm": 3.298828125,
|
| 442 |
+
"learning_rate": 9.46308188390425e-07,
|
| 443 |
+
"loss": 1.2435,
|
| 444 |
+
"step": 62
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.19482025512176265,
|
| 448 |
+
"grad_norm": 2.3046875,
|
| 449 |
+
"learning_rate": 9.439934403773466e-07,
|
| 450 |
+
"loss": 0.6786,
|
| 451 |
+
"step": 63
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.1979126401236954,
|
| 455 |
+
"grad_norm": 10.265625,
|
| 456 |
+
"learning_rate": 9.416327983972303e-07,
|
| 457 |
+
"loss": 1.1159,
|
| 458 |
+
"step": 64
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.20100502512562815,
|
| 462 |
+
"grad_norm": 2.861328125,
|
| 463 |
+
"learning_rate": 9.392265064609453e-07,
|
| 464 |
+
"loss": 0.7327,
|
| 465 |
+
"step": 65
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.20409741012756089,
|
| 469 |
+
"grad_norm": 3.681640625,
|
| 470 |
+
"learning_rate": 9.367748132980285e-07,
|
| 471 |
+
"loss": 0.9711,
|
| 472 |
+
"step": 66
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.20718979512949362,
|
| 476 |
+
"grad_norm": 2.857421875,
|
| 477 |
+
"learning_rate": 9.342779723309743e-07,
|
| 478 |
+
"loss": 0.6344,
|
| 479 |
+
"step": 67
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.21028218013142636,
|
| 483 |
+
"grad_norm": 4.12890625,
|
| 484 |
+
"learning_rate": 9.317362416490395e-07,
|
| 485 |
+
"loss": 1.0897,
|
| 486 |
+
"step": 68
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.2133745651333591,
|
| 490 |
+
"grad_norm": 3.03125,
|
| 491 |
+
"learning_rate": 9.291498839815655e-07,
|
| 492 |
+
"loss": 0.9388,
|
| 493 |
+
"step": 69
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.21646695013529185,
|
| 497 |
+
"grad_norm": 4.79296875,
|
| 498 |
+
"learning_rate": 9.265191666708208e-07,
|
| 499 |
+
"loss": 0.8255,
|
| 500 |
+
"step": 70
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.2195593351372246,
|
| 504 |
+
"grad_norm": 3.376953125,
|
| 505 |
+
"learning_rate": 9.238443616443665e-07,
|
| 506 |
+
"loss": 0.7494,
|
| 507 |
+
"step": 71
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.22265172013915732,
|
| 511 |
+
"grad_norm": 3.1640625,
|
| 512 |
+
"learning_rate": 9.211257453869493e-07,
|
| 513 |
+
"loss": 0.9806,
|
| 514 |
+
"step": 72
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.22574410514109006,
|
| 518 |
+
"grad_norm": 3.29296875,
|
| 519 |
+
"learning_rate": 9.183635989119209e-07,
|
| 520 |
+
"loss": 0.5427,
|
| 521 |
+
"step": 73
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.22883649014302282,
|
| 525 |
+
"grad_norm": 2.98828125,
|
| 526 |
+
"learning_rate": 9.155582077321917e-07,
|
| 527 |
+
"loss": 1.3904,
|
| 528 |
+
"step": 74
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.23192887514495555,
|
| 532 |
+
"grad_norm": 2.70703125,
|
| 533 |
+
"learning_rate": 9.127098618307177e-07,
|
| 534 |
+
"loss": 0.8491,
|
| 535 |
+
"step": 75
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.2350212601468883,
|
| 539 |
+
"grad_norm": 1.6318359375,
|
| 540 |
+
"learning_rate": 9.098188556305262e-07,
|
| 541 |
+
"loss": 0.5332,
|
| 542 |
+
"step": 76
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.23811364514882102,
|
| 546 |
+
"grad_norm": 1.794921875,
|
| 547 |
+
"learning_rate": 9.068854879642831e-07,
|
| 548 |
+
"loss": 0.8511,
|
| 549 |
+
"step": 77
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.24120603015075376,
|
| 553 |
+
"grad_norm": 1.3857421875,
|
| 554 |
+
"learning_rate": 9.039100620434024e-07,
|
| 555 |
+
"loss": 0.6289,
|
| 556 |
+
"step": 78
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.24429841515268652,
|
| 560 |
+
"grad_norm": 1.3076171875,
|
| 561 |
+
"learning_rate": 9.008928854267053e-07,
|
| 562 |
+
"loss": 0.6155,
|
| 563 |
+
"step": 79
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.24739080015461926,
|
| 567 |
+
"grad_norm": 3.12890625,
|
| 568 |
+
"learning_rate": 8.978342699886288e-07,
|
| 569 |
+
"loss": 0.9333,
|
| 570 |
+
"step": 80
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.250483185156552,
|
| 574 |
+
"grad_norm": 1.375,
|
| 575 |
+
"learning_rate": 8.947345318869881e-07,
|
| 576 |
+
"loss": 0.4149,
|
| 577 |
+
"step": 81
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.25357557015848475,
|
| 581 |
+
"grad_norm": 1.5517578125,
|
| 582 |
+
"learning_rate": 8.915939915302968e-07,
|
| 583 |
+
"loss": 0.6882,
|
| 584 |
+
"step": 82
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.25666795516041746,
|
| 588 |
+
"grad_norm": 2.533203125,
|
| 589 |
+
"learning_rate": 8.88412973544647e-07,
|
| 590 |
+
"loss": 0.904,
|
| 591 |
+
"step": 83
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.2597603401623502,
|
| 595 |
+
"grad_norm": 1.849609375,
|
| 596 |
+
"learning_rate": 8.851918067401551e-07,
|
| 597 |
+
"loss": 0.6705,
|
| 598 |
+
"step": 84
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.26285272516428293,
|
| 602 |
+
"grad_norm": 1.1474609375,
|
| 603 |
+
"learning_rate": 8.819308240769724e-07,
|
| 604 |
+
"loss": 0.4361,
|
| 605 |
+
"step": 85
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.2659451101662157,
|
| 609 |
+
"grad_norm": 1.720703125,
|
| 610 |
+
"learning_rate": 8.786303626308688e-07,
|
| 611 |
+
"loss": 0.6259,
|
| 612 |
+
"step": 86
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.26903749516814845,
|
| 616 |
+
"grad_norm": 1.3369140625,
|
| 617 |
+
"learning_rate": 8.752907635583911e-07,
|
| 618 |
+
"loss": 0.372,
|
| 619 |
+
"step": 87
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.27212988017008116,
|
| 623 |
+
"grad_norm": 1.1396484375,
|
| 624 |
+
"learning_rate": 8.71912372061598e-07,
|
| 625 |
+
"loss": 0.3766,
|
| 626 |
+
"step": 88
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.2752222651720139,
|
| 630 |
+
"grad_norm": 1.3701171875,
|
| 631 |
+
"learning_rate": 8.684955373523786e-07,
|
| 632 |
+
"loss": 0.5947,
|
| 633 |
+
"step": 89
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.27831465017394663,
|
| 637 |
+
"grad_norm": 1.0537109375,
|
| 638 |
+
"learning_rate": 8.650406126163551e-07,
|
| 639 |
+
"loss": 0.5538,
|
| 640 |
+
"step": 90
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.2814070351758794,
|
| 644 |
+
"grad_norm": 1.43359375,
|
| 645 |
+
"learning_rate": 8.615479549763755e-07,
|
| 646 |
+
"loss": 0.5618,
|
| 647 |
+
"step": 91
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.28449942017781216,
|
| 651 |
+
"grad_norm": 1.248046875,
|
| 652 |
+
"learning_rate": 8.580179254555994e-07,
|
| 653 |
+
"loss": 0.5608,
|
| 654 |
+
"step": 92
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.28759180517974486,
|
| 658 |
+
"grad_norm": 1.14453125,
|
| 659 |
+
"learning_rate": 8.544508889401798e-07,
|
| 660 |
+
"loss": 0.5199,
|
| 661 |
+
"step": 93
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.2906841901816776,
|
| 665 |
+
"grad_norm": 0.95263671875,
|
| 666 |
+
"learning_rate": 8.508472141415465e-07,
|
| 667 |
+
"loss": 0.3945,
|
| 668 |
+
"step": 94
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.29377657518361033,
|
| 672 |
+
"grad_norm": 1.07421875,
|
| 673 |
+
"learning_rate": 8.472072735582941e-07,
|
| 674 |
+
"loss": 0.5235,
|
| 675 |
+
"step": 95
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.2968689601855431,
|
| 679 |
+
"grad_norm": 2.25,
|
| 680 |
+
"learning_rate": 8.435314434376773e-07,
|
| 681 |
+
"loss": 0.5098,
|
| 682 |
+
"step": 96
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.29996134518747586,
|
| 686 |
+
"grad_norm": 1.0419921875,
|
| 687 |
+
"learning_rate": 8.398201037367201e-07,
|
| 688 |
+
"loss": 0.5901,
|
| 689 |
+
"step": 97
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.30305373018940857,
|
| 693 |
+
"grad_norm": 1.197265625,
|
| 694 |
+
"learning_rate": 8.360736380829418e-07,
|
| 695 |
+
"loss": 0.6208,
|
| 696 |
+
"step": 98
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.30614611519134133,
|
| 700 |
+
"grad_norm": 1.2783203125,
|
| 701 |
+
"learning_rate": 8.322924337347015e-07,
|
| 702 |
+
"loss": 0.6289,
|
| 703 |
+
"step": 99
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.30923850019327404,
|
| 707 |
+
"grad_norm": 2.18359375,
|
| 708 |
+
"learning_rate": 8.284768815411691e-07,
|
| 709 |
+
"loss": 0.7223,
|
| 710 |
+
"step": 100
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.3123308851952068,
|
| 714 |
+
"grad_norm": 3.375,
|
| 715 |
+
"learning_rate": 8.246273759019251e-07,
|
| 716 |
+
"loss": 0.8717,
|
| 717 |
+
"step": 101
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.31542327019713956,
|
| 721 |
+
"grad_norm": 1.150390625,
|
| 722 |
+
"learning_rate": 8.207443147261929e-07,
|
| 723 |
+
"loss": 0.7932,
|
| 724 |
+
"step": 102
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.31851565519907227,
|
| 728 |
+
"grad_norm": 1.1240234375,
|
| 729 |
+
"learning_rate": 8.168280993917076e-07,
|
| 730 |
+
"loss": 0.6476,
|
| 731 |
+
"step": 103
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.32160804020100503,
|
| 735 |
+
"grad_norm": 0.880859375,
|
| 736 |
+
"learning_rate": 8.128791347032278e-07,
|
| 737 |
+
"loss": 0.4536,
|
| 738 |
+
"step": 104
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.3247004252029378,
|
| 742 |
+
"grad_norm": 0.8720703125,
|
| 743 |
+
"learning_rate": 8.088978288506923e-07,
|
| 744 |
+
"loss": 0.5822,
|
| 745 |
+
"step": 105
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.3277928102048705,
|
| 749 |
+
"grad_norm": 1.150390625,
|
| 750 |
+
"learning_rate": 8.048845933670271e-07,
|
| 751 |
+
"loss": 0.5383,
|
| 752 |
+
"step": 106
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.33088519520680326,
|
| 756 |
+
"grad_norm": 1.0673828125,
|
| 757 |
+
"learning_rate": 8.008398430856063e-07,
|
| 758 |
+
"loss": 0.64,
|
| 759 |
+
"step": 107
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.33397758020873597,
|
| 763 |
+
"grad_norm": 1.1337890625,
|
| 764 |
+
"learning_rate": 7.967639960973726e-07,
|
| 765 |
+
"loss": 0.6862,
|
| 766 |
+
"step": 108
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.33706996521066873,
|
| 770 |
+
"grad_norm": 1.4296875,
|
| 771 |
+
"learning_rate": 7.92657473707621e-07,
|
| 772 |
+
"loss": 0.867,
|
| 773 |
+
"step": 109
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.3401623502126015,
|
| 777 |
+
"grad_norm": 0.91455078125,
|
| 778 |
+
"learning_rate": 7.885207003924497e-07,
|
| 779 |
+
"loss": 0.464,
|
| 780 |
+
"step": 110
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.3432547352145342,
|
| 784 |
+
"grad_norm": 0.8115234375,
|
| 785 |
+
"learning_rate": 7.843541037548837e-07,
|
| 786 |
+
"loss": 0.467,
|
| 787 |
+
"step": 111
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.34634712021646696,
|
| 791 |
+
"grad_norm": 1.9443359375,
|
| 792 |
+
"learning_rate": 7.801581144806751e-07,
|
| 793 |
+
"loss": 0.5784,
|
| 794 |
+
"step": 112
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.34943950521839967,
|
| 798 |
+
"grad_norm": 1.2568359375,
|
| 799 |
+
"learning_rate": 7.75933166293784e-07,
|
| 800 |
+
"loss": 0.7382,
|
| 801 |
+
"step": 113
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 0.35253189022033243,
|
| 805 |
+
"grad_norm": 1.126953125,
|
| 806 |
+
"learning_rate": 7.716796959115477e-07,
|
| 807 |
+
"loss": 0.4922,
|
| 808 |
+
"step": 114
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.3556242752222652,
|
| 812 |
+
"grad_norm": 1.033203125,
|
| 813 |
+
"learning_rate": 7.673981429995371e-07,
|
| 814 |
+
"loss": 0.4763,
|
| 815 |
+
"step": 115
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 0.3587166602241979,
|
| 819 |
+
"grad_norm": 0.59765625,
|
| 820 |
+
"learning_rate": 7.630889501261108e-07,
|
| 821 |
+
"loss": 0.2734,
|
| 822 |
+
"step": 116
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 0.36180904522613067,
|
| 826 |
+
"grad_norm": 1.6201171875,
|
| 827 |
+
"learning_rate": 7.58752562716669e-07,
|
| 828 |
+
"loss": 1.0264,
|
| 829 |
+
"step": 117
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.3649014302280634,
|
| 833 |
+
"grad_norm": 1.8515625,
|
| 834 |
+
"learning_rate": 7.543894290076103e-07,
|
| 835 |
+
"loss": 0.6039,
|
| 836 |
+
"step": 118
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 0.36799381522999614,
|
| 840 |
+
"grad_norm": 0.9951171875,
|
| 841 |
+
"learning_rate": 7.5e-07,
|
| 842 |
+
"loss": 0.5836,
|
| 843 |
+
"step": 119
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 0.3710862002319289,
|
| 847 |
+
"grad_norm": 0.8935546875,
|
| 848 |
+
"learning_rate": 7.455847294129518e-07,
|
| 849 |
+
"loss": 0.3714,
|
| 850 |
+
"step": 120
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.3741785852338616,
|
| 854 |
+
"grad_norm": 0.73193359375,
|
| 855 |
+
"learning_rate": 7.41144073636728e-07,
|
| 856 |
+
"loss": 0.3868,
|
| 857 |
+
"step": 121
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 0.37727097023579437,
|
| 861 |
+
"grad_norm": 0.8701171875,
|
| 862 |
+
"learning_rate": 7.366784916855649e-07,
|
| 863 |
+
"loss": 0.4043,
|
| 864 |
+
"step": 122
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 0.3803633552377271,
|
| 868 |
+
"grad_norm": 1.0478515625,
|
| 869 |
+
"learning_rate": 7.321884451502252e-07,
|
| 870 |
+
"loss": 0.8025,
|
| 871 |
+
"step": 123
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 0.38345574023965984,
|
| 875 |
+
"grad_norm": 0.78662109375,
|
| 876 |
+
"learning_rate": 7.276743981502855e-07,
|
| 877 |
+
"loss": 0.5009,
|
| 878 |
+
"step": 124
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 0.3865481252415926,
|
| 882 |
+
"grad_norm": 1.09765625,
|
| 883 |
+
"learning_rate": 7.231368172861629e-07,
|
| 884 |
+
"loss": 0.6254,
|
| 885 |
+
"step": 125
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 0.3896405102435253,
|
| 889 |
+
"grad_norm": 1.568359375,
|
| 890 |
+
"learning_rate": 7.185761715908825e-07,
|
| 891 |
+
"loss": 0.6705,
|
| 892 |
+
"step": 126
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 0.39273289524545807,
|
| 896 |
+
"grad_norm": 0.97802734375,
|
| 897 |
+
"learning_rate": 7.139929324815964e-07,
|
| 898 |
+
"loss": 0.5675,
|
| 899 |
+
"step": 127
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 0.3958252802473908,
|
| 903 |
+
"grad_norm": 1.107421875,
|
| 904 |
+
"learning_rate": 7.093875737108548e-07,
|
| 905 |
+
"loss": 0.5836,
|
| 906 |
+
"step": 128
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 0.39891766524932354,
|
| 910 |
+
"grad_norm": 0.943359375,
|
| 911 |
+
"learning_rate": 7.047605713176359e-07,
|
| 912 |
+
"loss": 0.4119,
|
| 913 |
+
"step": 129
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.4020100502512563,
|
| 917 |
+
"grad_norm": 1.0400390625,
|
| 918 |
+
"learning_rate": 7.001124035781389e-07,
|
| 919 |
+
"loss": 0.4852,
|
| 920 |
+
"step": 130
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 0.405102435253189,
|
| 924 |
+
"grad_norm": 0.7646484375,
|
| 925 |
+
"learning_rate": 6.954435509563477e-07,
|
| 926 |
+
"loss": 0.5633,
|
| 927 |
+
"step": 131
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 0.40819482025512177,
|
| 931 |
+
"grad_norm": 1.0126953125,
|
| 932 |
+
"learning_rate": 6.907544960543658e-07,
|
| 933 |
+
"loss": 0.7201,
|
| 934 |
+
"step": 132
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 0.4112872052570545,
|
| 938 |
+
"grad_norm": 0.74560546875,
|
| 939 |
+
"learning_rate": 6.860457235625321e-07,
|
| 940 |
+
"loss": 0.6064,
|
| 941 |
+
"step": 133
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 0.41437959025898724,
|
| 945 |
+
"grad_norm": 0.83984375,
|
| 946 |
+
"learning_rate": 6.813177202093202e-07,
|
| 947 |
+
"loss": 0.5591,
|
| 948 |
+
"step": 134
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 0.41747197526092,
|
| 952 |
+
"grad_norm": 1.1630859375,
|
| 953 |
+
"learning_rate": 6.765709747110273e-07,
|
| 954 |
+
"loss": 0.6987,
|
| 955 |
+
"step": 135
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 0.4205643602628527,
|
| 959 |
+
"grad_norm": 0.66796875,
|
| 960 |
+
"learning_rate": 6.718059777212565e-07,
|
| 961 |
+
"loss": 0.3856,
|
| 962 |
+
"step": 136
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 0.4236567452647855,
|
| 966 |
+
"grad_norm": 1.01953125,
|
| 967 |
+
"learning_rate": 6.67023221780201e-07,
|
| 968 |
+
"loss": 0.6259,
|
| 969 |
+
"step": 137
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 0.4267491302667182,
|
| 973 |
+
"grad_norm": 3.798828125,
|
| 974 |
+
"learning_rate": 6.62223201263731e-07,
|
| 975 |
+
"loss": 0.4784,
|
| 976 |
+
"step": 138
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 0.42984151526865094,
|
| 980 |
+
"grad_norm": 1.5576171875,
|
| 981 |
+
"learning_rate": 6.574064123322924e-07,
|
| 982 |
+
"loss": 0.8581,
|
| 983 |
+
"step": 139
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 0.4329339002705837,
|
| 987 |
+
"grad_norm": 1.9697265625,
|
| 988 |
+
"learning_rate": 6.525733528796206e-07,
|
| 989 |
+
"loss": 0.6919,
|
| 990 |
+
"step": 140
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 0.4360262852725164,
|
| 994 |
+
"grad_norm": 2.140625,
|
| 995 |
+
"learning_rate": 6.477245224812746e-07,
|
| 996 |
+
"loss": 0.3518,
|
| 997 |
+
"step": 141
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 0.4391186702744492,
|
| 1001 |
+
"grad_norm": 0.97314453125,
|
| 1002 |
+
"learning_rate": 6.428604223429979e-07,
|
| 1003 |
+
"loss": 0.3641,
|
| 1004 |
+
"step": 142
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 0.44221105527638194,
|
| 1008 |
+
"grad_norm": 0.87158203125,
|
| 1009 |
+
"learning_rate": 6.379815552489112e-07,
|
| 1010 |
+
"loss": 0.454,
|
| 1011 |
+
"step": 143
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 0.44530344027831464,
|
| 1015 |
+
"grad_norm": 0.611328125,
|
| 1016 |
+
"learning_rate": 6.330884255095408e-07,
|
| 1017 |
+
"loss": 0.2737,
|
| 1018 |
+
"step": 144
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 0.4483958252802474,
|
| 1022 |
+
"grad_norm": 1.1591796875,
|
| 1023 |
+
"learning_rate": 6.281815389096901e-07,
|
| 1024 |
+
"loss": 0.5939,
|
| 1025 |
+
"step": 145
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 0.4514882102821801,
|
| 1029 |
+
"grad_norm": 0.65380859375,
|
| 1030 |
+
"learning_rate": 6.232614026561586e-07,
|
| 1031 |
+
"loss": 0.3116,
|
| 1032 |
+
"step": 146
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 0.4545805952841129,
|
| 1036 |
+
"grad_norm": 2.357421875,
|
| 1037 |
+
"learning_rate": 6.183285253253134e-07,
|
| 1038 |
+
"loss": 0.7887,
|
| 1039 |
+
"step": 147
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 0.45767298028604564,
|
| 1043 |
+
"grad_norm": 0.93896484375,
|
| 1044 |
+
"learning_rate": 6.133834168105205e-07,
|
| 1045 |
+
"loss": 0.4022,
|
| 1046 |
+
"step": 148
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 0.46076536528797835,
|
| 1050 |
+
"grad_norm": 5.015625,
|
| 1051 |
+
"learning_rate": 6.084265882694378e-07,
|
| 1052 |
+
"loss": 0.8508,
|
| 1053 |
+
"step": 149
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 0.4638577502899111,
|
| 1057 |
+
"grad_norm": 1.6611328125,
|
| 1058 |
+
"learning_rate": 6.034585520711792e-07,
|
| 1059 |
+
"loss": 0.6777,
|
| 1060 |
+
"step": 150
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 0.4669501352918438,
|
| 1064 |
+
"grad_norm": 0.9248046875,
|
| 1065 |
+
"learning_rate": 5.984798217433531e-07,
|
| 1066 |
+
"loss": 0.5893,
|
| 1067 |
+
"step": 151
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 0.4700425202937766,
|
| 1071 |
+
"grad_norm": 0.83251953125,
|
| 1072 |
+
"learning_rate": 5.934909119189805e-07,
|
| 1073 |
+
"loss": 0.43,
|
| 1074 |
+
"step": 152
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 0.47313490529570934,
|
| 1078 |
+
"grad_norm": 1.37109375,
|
| 1079 |
+
"learning_rate": 5.884923382832996e-07,
|
| 1080 |
+
"loss": 0.6694,
|
| 1081 |
+
"step": 153
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 0.47622729029764205,
|
| 1085 |
+
"grad_norm": 0.85595703125,
|
| 1086 |
+
"learning_rate": 5.834846175204611e-07,
|
| 1087 |
+
"loss": 0.5568,
|
| 1088 |
+
"step": 154
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 0.4793196752995748,
|
| 1092 |
+
"grad_norm": 0.88671875,
|
| 1093 |
+
"learning_rate": 5.784682672601207e-07,
|
| 1094 |
+
"loss": 0.382,
|
| 1095 |
+
"step": 155
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 0.4824120603015075,
|
| 1099 |
+
"grad_norm": 1.1953125,
|
| 1100 |
+
"learning_rate": 5.734438060239331e-07,
|
| 1101 |
+
"loss": 0.5373,
|
| 1102 |
+
"step": 156
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 0.4855044453034403,
|
| 1106 |
+
"grad_norm": 1.171875,
|
| 1107 |
+
"learning_rate": 5.684117531719551e-07,
|
| 1108 |
+
"loss": 0.3352,
|
| 1109 |
+
"step": 157
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 0.48859683030537304,
|
| 1113 |
+
"grad_norm": 0.6845703125,
|
| 1114 |
+
"learning_rate": 5.633726288489609e-07,
|
| 1115 |
+
"loss": 0.3523,
|
| 1116 |
+
"step": 158
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 0.49168921530730575,
|
| 1120 |
+
"grad_norm": 1.75,
|
| 1121 |
+
"learning_rate": 5.583269539306762e-07,
|
| 1122 |
+
"loss": 0.3556,
|
| 1123 |
+
"step": 159
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 0.4947816003092385,
|
| 1127 |
+
"grad_norm": 0.869140625,
|
| 1128 |
+
"learning_rate": 5.53275249969938e-07,
|
| 1129 |
+
"loss": 0.3313,
|
| 1130 |
+
"step": 160
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 0.4978739853111712,
|
| 1134 |
+
"grad_norm": 1.05859375,
|
| 1135 |
+
"learning_rate": 5.482180391427833e-07,
|
| 1136 |
+
"loss": 0.609,
|
| 1137 |
+
"step": 161
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 0.500966370313104,
|
| 1141 |
+
"grad_norm": 0.85546875,
|
| 1142 |
+
"learning_rate": 5.43155844194473e-07,
|
| 1143 |
+
"loss": 0.393,
|
| 1144 |
+
"step": 162
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 0.5040587553150367,
|
| 1148 |
+
"grad_norm": 0.84326171875,
|
| 1149 |
+
"learning_rate": 5.38089188385459e-07,
|
| 1150 |
+
"loss": 0.388,
|
| 1151 |
+
"step": 163
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 0.5071511403169695,
|
| 1155 |
+
"grad_norm": 0.92041015625,
|
| 1156 |
+
"learning_rate": 5.330185954372954e-07,
|
| 1157 |
+
"loss": 0.5085,
|
| 1158 |
+
"step": 164
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 0.5102435253189022,
|
| 1162 |
+
"grad_norm": 2.18359375,
|
| 1163 |
+
"learning_rate": 5.279445894785041e-07,
|
| 1164 |
+
"loss": 0.4846,
|
| 1165 |
+
"step": 165
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 0.5133359103208349,
|
| 1169 |
+
"grad_norm": 6.39453125,
|
| 1170 |
+
"learning_rate": 5.228676949903973e-07,
|
| 1171 |
+
"loss": 0.9367,
|
| 1172 |
+
"step": 166
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 0.5164282953227677,
|
| 1176 |
+
"grad_norm": 1.0673828125,
|
| 1177 |
+
"learning_rate": 5.177884367528637e-07,
|
| 1178 |
+
"loss": 0.599,
|
| 1179 |
+
"step": 167
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 0.5195206803247004,
|
| 1183 |
+
"grad_norm": 0.64111328125,
|
| 1184 |
+
"learning_rate": 5.127073397901247e-07,
|
| 1185 |
+
"loss": 0.4471,
|
| 1186 |
+
"step": 168
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 0.5226130653266332,
|
| 1190 |
+
"grad_norm": 0.58349609375,
|
| 1191 |
+
"learning_rate": 5.07624929316463e-07,
|
| 1192 |
+
"loss": 0.2312,
|
| 1193 |
+
"step": 169
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 0.5257054503285659,
|
| 1197 |
+
"grad_norm": 0.59130859375,
|
| 1198 |
+
"learning_rate": 5.025417306819347e-07,
|
| 1199 |
+
"loss": 0.3372,
|
| 1200 |
+
"step": 170
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 0.5287978353304986,
|
| 1204 |
+
"grad_norm": 2.068359375,
|
| 1205 |
+
"learning_rate": 4.974582693180651e-07,
|
| 1206 |
+
"loss": 0.4175,
|
| 1207 |
+
"step": 171
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 0.5318902203324314,
|
| 1211 |
+
"grad_norm": 0.8701171875,
|
| 1212 |
+
"learning_rate": 4.923750706835371e-07,
|
| 1213 |
+
"loss": 0.7236,
|
| 1214 |
+
"step": 172
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 0.5349826053343641,
|
| 1218 |
+
"grad_norm": 3.009765625,
|
| 1219 |
+
"learning_rate": 4.872926602098754e-07,
|
| 1220 |
+
"loss": 0.4879,
|
| 1221 |
+
"step": 173
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 0.5380749903362969,
|
| 1225 |
+
"grad_norm": 0.9619140625,
|
| 1226 |
+
"learning_rate": 4.822115632471362e-07,
|
| 1227 |
+
"loss": 0.4472,
|
| 1228 |
+
"step": 174
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 0.5411673753382296,
|
| 1232 |
+
"grad_norm": 0.86669921875,
|
| 1233 |
+
"learning_rate": 4.771323050096027e-07,
|
| 1234 |
+
"loss": 0.6425,
|
| 1235 |
+
"step": 175
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 0.5442597603401623,
|
| 1239 |
+
"grad_norm": 0.90283203125,
|
| 1240 |
+
"learning_rate": 4.7205541052149604e-07,
|
| 1241 |
+
"loss": 0.4621,
|
| 1242 |
+
"step": 176
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 0.5473521453420951,
|
| 1246 |
+
"grad_norm": 1.419921875,
|
| 1247 |
+
"learning_rate": 4.6698140456270455e-07,
|
| 1248 |
+
"loss": 0.2652,
|
| 1249 |
+
"step": 177
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 0.5504445303440278,
|
| 1253 |
+
"grad_norm": 0.5361328125,
|
| 1254 |
+
"learning_rate": 4.6191081161454105e-07,
|
| 1255 |
+
"loss": 0.3136,
|
| 1256 |
+
"step": 178
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 0.5535369153459606,
|
| 1260 |
+
"grad_norm": 4.40234375,
|
| 1261 |
+
"learning_rate": 4.5684415580552705e-07,
|
| 1262 |
+
"loss": 0.6098,
|
| 1263 |
+
"step": 179
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 0.5566293003478933,
|
| 1267 |
+
"grad_norm": 1.5966796875,
|
| 1268 |
+
"learning_rate": 4.517819608572167e-07,
|
| 1269 |
+
"loss": 0.3585,
|
| 1270 |
+
"step": 180
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 0.559721685349826,
|
| 1274 |
+
"grad_norm": 2.55078125,
|
| 1275 |
+
"learning_rate": 4.46724750030062e-07,
|
| 1276 |
+
"loss": 0.4844,
|
| 1277 |
+
"step": 181
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 0.5628140703517588,
|
| 1281 |
+
"grad_norm": 1.9521484375,
|
| 1282 |
+
"learning_rate": 4.4167304606932387e-07,
|
| 1283 |
+
"loss": 0.4035,
|
| 1284 |
+
"step": 182
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 0.5659064553536916,
|
| 1288 |
+
"grad_norm": 1.388671875,
|
| 1289 |
+
"learning_rate": 4.366273711510392e-07,
|
| 1290 |
+
"loss": 0.4476,
|
| 1291 |
+
"step": 183
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 0.5689988403556243,
|
| 1295 |
+
"grad_norm": 1.3515625,
|
| 1296 |
+
"learning_rate": 4.3158824682804496e-07,
|
| 1297 |
+
"loss": 0.5406,
|
| 1298 |
+
"step": 184
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 0.572091225357557,
|
| 1302 |
+
"grad_norm": 0.96630859375,
|
| 1303 |
+
"learning_rate": 4.26556193976067e-07,
|
| 1304 |
+
"loss": 0.4346,
|
| 1305 |
+
"step": 185
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 0.5751836103594897,
|
| 1309 |
+
"grad_norm": 0.6376953125,
|
| 1310 |
+
"learning_rate": 4.215317327398794e-07,
|
| 1311 |
+
"loss": 0.4279,
|
| 1312 |
+
"step": 186
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 0.5782759953614225,
|
| 1316 |
+
"grad_norm": 9.0703125,
|
| 1317 |
+
"learning_rate": 4.1651538247953897e-07,
|
| 1318 |
+
"loss": 0.4792,
|
| 1319 |
+
"step": 187
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 0.5813683803633553,
|
| 1323 |
+
"grad_norm": 1.244140625,
|
| 1324 |
+
"learning_rate": 4.1150766171670035e-07,
|
| 1325 |
+
"loss": 0.4545,
|
| 1326 |
+
"step": 188
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 0.584460765365288,
|
| 1330 |
+
"grad_norm": 4.0703125,
|
| 1331 |
+
"learning_rate": 4.065090880810196e-07,
|
| 1332 |
+
"loss": 0.604,
|
| 1333 |
+
"step": 189
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 0.5875531503672207,
|
| 1337 |
+
"grad_norm": 0.93212890625,
|
| 1338 |
+
"learning_rate": 4.015201782566471e-07,
|
| 1339 |
+
"loss": 0.4786,
|
| 1340 |
+
"step": 190
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 0.5906455353691534,
|
| 1344 |
+
"grad_norm": 1.796875,
|
| 1345 |
+
"learning_rate": 3.9654144792882084e-07,
|
| 1346 |
+
"loss": 0.3736,
|
| 1347 |
+
"step": 191
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"epoch": 0.5937379203710862,
|
| 1351 |
+
"grad_norm": 1.001953125,
|
| 1352 |
+
"learning_rate": 3.9157341173056236e-07,
|
| 1353 |
+
"loss": 0.4834,
|
| 1354 |
+
"step": 192
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 0.596830305373019,
|
| 1358 |
+
"grad_norm": 1.076171875,
|
| 1359 |
+
"learning_rate": 3.866165831894795e-07,
|
| 1360 |
+
"loss": 0.4159,
|
| 1361 |
+
"step": 193
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"epoch": 0.5999226903749517,
|
| 1365 |
+
"grad_norm": 0.81005859375,
|
| 1366 |
+
"learning_rate": 3.8167147467468647e-07,
|
| 1367 |
+
"loss": 0.4358,
|
| 1368 |
+
"step": 194
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 0.6030150753768844,
|
| 1372 |
+
"grad_norm": 0.82470703125,
|
| 1373 |
+
"learning_rate": 3.767385973438415e-07,
|
| 1374 |
+
"loss": 0.492,
|
| 1375 |
+
"step": 195
|
| 1376 |
+
},
|
| 1377 |
+
{
|
| 1378 |
+
"epoch": 0.6061074603788171,
|
| 1379 |
+
"grad_norm": 1.3232421875,
|
| 1380 |
+
"learning_rate": 3.7181846109031e-07,
|
| 1381 |
+
"loss": 0.3175,
|
| 1382 |
+
"step": 196
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 0.6091998453807499,
|
| 1386 |
+
"grad_norm": 0.5888671875,
|
| 1387 |
+
"learning_rate": 3.669115744904591e-07,
|
| 1388 |
+
"loss": 0.3646,
|
| 1389 |
+
"step": 197
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 0.6122922303826827,
|
| 1393 |
+
"grad_norm": 0.873046875,
|
| 1394 |
+
"learning_rate": 3.6201844475108876e-07,
|
| 1395 |
+
"loss": 0.4751,
|
| 1396 |
+
"step": 198
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 0.6153846153846154,
|
| 1400 |
+
"grad_norm": 0.5419921875,
|
| 1401 |
+
"learning_rate": 3.571395776570022e-07,
|
| 1402 |
+
"loss": 0.3102,
|
| 1403 |
+
"step": 199
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"epoch": 0.6184770003865481,
|
| 1407 |
+
"grad_norm": 2.56640625,
|
| 1408 |
+
"learning_rate": 3.5227547751872544e-07,
|
| 1409 |
+
"loss": 0.5683,
|
| 1410 |
+
"step": 200
|
| 1411 |
+
}
|
| 1412 |
+
],
|
| 1413 |
+
"logging_steps": 1,
|
| 1414 |
+
"max_steps": 324,
|
| 1415 |
+
"num_input_tokens_seen": 0,
|
| 1416 |
+
"num_train_epochs": 1,
|
| 1417 |
+
"save_steps": 200,
|
| 1418 |
+
"stateful_callbacks": {
|
| 1419 |
+
"TrainerControl": {
|
| 1420 |
+
"args": {
|
| 1421 |
+
"should_epoch_stop": false,
|
| 1422 |
+
"should_evaluate": false,
|
| 1423 |
+
"should_log": false,
|
| 1424 |
+
"should_save": true,
|
| 1425 |
+
"should_training_stop": false
|
| 1426 |
+
},
|
| 1427 |
+
"attributes": {}
|
| 1428 |
+
}
|
| 1429 |
+
},
|
| 1430 |
+
"total_flos": 1.663267681861632e+18,
|
| 1431 |
+
"train_batch_size": 4,
|
| 1432 |
+
"trial_name": null,
|
| 1433 |
+
"trial_params": null
|
| 1434 |
+
}
|
checkpoint-200/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3063dc7c82841c5e87ffd4a20e3c05dd2f41b6eeb229102eecabe2f040f07c57
|
| 3 |
+
size 5841
|
checkpoint-200/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-324/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-324/chat_template.jinja
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 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.role == "user") or (message.role == "system" and not loop.first) %}
|
| 27 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 28 |
+
{%- elif message.role == "assistant" %}
|
| 29 |
+
{%- set content = message.content %}
|
| 30 |
+
{%- set reasoning_content = '' %}
|
| 31 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
| 32 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 33 |
+
{%- else %}
|
| 34 |
+
{%- if '</think>' in message.content %}
|
| 35 |
+
{%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
|
| 36 |
+
{%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{%- endif %}
|
| 39 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 40 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 41 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 42 |
+
{%- else %}
|
| 43 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- else %}
|
| 46 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- if message.tool_calls %}
|
| 49 |
+
{%- for tool_call in message.tool_calls %}
|
| 50 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 51 |
+
{{- '\n' }}
|
| 52 |
+
{%- endif %}
|
| 53 |
+
{%- if tool_call.function %}
|
| 54 |
+
{%- set tool_call = tool_call.function %}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 57 |
+
{{- tool_call.name }}
|
| 58 |
+
{{- '", "arguments": ' }}
|
| 59 |
+
{%- if tool_call.arguments is string %}
|
| 60 |
+
{{- tool_call.arguments }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{{- tool_call.arguments | tojson }}
|
| 63 |
+
{%- endif %}
|
| 64 |
+
{{- '}\n</tool_call>' }}
|
| 65 |
+
{%- endfor %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{{- '<|im_end|>\n' }}
|
| 68 |
+
{%- elif message.role == "tool" %}
|
| 69 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 70 |
+
{{- '<|im_start|>user' }}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
{{- '\n<tool_response>\n' }}
|
| 73 |
+
{{- message.content }}
|
| 74 |
+
{{- '\n</tool_response>' }}
|
| 75 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 76 |
+
{{- '<|im_end|>\n' }}
|
| 77 |
+
{%- endif %}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
{%- endfor %}
|
| 80 |
+
{%- if add_generation_prompt %}
|
| 81 |
+
{{- '<|im_start|>assistant\n' }}
|
| 82 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 83 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 84 |
+
{%- endif %}
|
| 85 |
+
{%- endif %}
|
checkpoint-324/config.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"dtype": "float16",
|
| 8 |
+
"eos_token_id": 151643,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 5120,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 17408,
|
| 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 |
+
"full_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"full_attention",
|
| 54 |
+
"full_attention"
|
| 55 |
+
],
|
| 56 |
+
"max_position_embeddings": 32768,
|
| 57 |
+
"max_window_layers": 40,
|
| 58 |
+
"model_type": "qwen3",
|
| 59 |
+
"num_attention_heads": 40,
|
| 60 |
+
"num_hidden_layers": 40,
|
| 61 |
+
"num_key_value_heads": 8,
|
| 62 |
+
"pad_token_id": 151643,
|
| 63 |
+
"rms_norm_eps": 1e-06,
|
| 64 |
+
"rope_scaling": null,
|
| 65 |
+
"rope_theta": 1000000,
|
| 66 |
+
"sliding_window": null,
|
| 67 |
+
"tie_word_embeddings": false,
|
| 68 |
+
"transformers_version": "4.56.1",
|
| 69 |
+
"use_cache": true,
|
| 70 |
+
"use_sliding_window": false,
|
| 71 |
+
"vocab_size": 151936
|
| 72 |
+
}
|
checkpoint-324/generation_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token_id": [
|
| 3 |
+
151643
|
| 4 |
+
],
|
| 5 |
+
"max_new_tokens": 2048,
|
| 6 |
+
"pad_token_id": 151643,
|
| 7 |
+
"transformers_version": "4.56.1"
|
| 8 |
+
}
|
checkpoint-324/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-324/model-00001-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7156400408457e9a45049bb01956c01c7c6b0600b3a786fd6881fe09f6da83b8
|
| 3 |
+
size 4984780720
|
checkpoint-324/model-00002-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9290499bce25e4c3f78b03f45769fa2300e43ea8e376d1ebca282ffeba02fcba
|
| 3 |
+
size 4980891968
|
checkpoint-324/model-00003-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8973f1992eb3e99a9c7357201dc19f2a778a9fc4577d25eff34cbd30175d39bc
|
| 3 |
+
size 4928485016
|
checkpoint-324/model-00004-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88d9a39e1d4849ffb79ad4deb1bb14c4ca77f1429fa895054aecee0461f5b5ba
|
| 3 |
+
size 4980892032
|
checkpoint-324/model-00005-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62d734e14556d0ec39834d3acf74b365140dbb09ddf39ff4940eefe8b738a000
|
| 3 |
+
size 4928485016
|
checkpoint-324/model-00006-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c00aefce412b3d8e84c8b0cb8b4efe1befc527eb9d35d3febb98b7d19f37a086
|
| 3 |
+
size 4733130456
|
checkpoint-324/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,451 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 14768307200,
|
| 4 |
+
"total_size": 29536614400
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
| 8 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 10 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 11 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 12 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 13 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 31 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 32 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 33 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 34 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 35 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 36 |
+
"model.layers.10.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 42 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 43 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 44 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 45 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 46 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 53 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 54 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 55 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 56 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 57 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 60 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 64 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 65 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 66 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 67 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 68 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 69 |
+
"model.layers.13.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 70 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 71 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 72 |
+
"model.layers.13.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 75 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 76 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 77 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 78 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 79 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 80 |
+
"model.layers.14.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 81 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 82 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 83 |
+
"model.layers.14.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 84 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 86 |
+
"model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 87 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 88 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 89 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 90 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 91 |
+
"model.layers.15.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 92 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 93 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 94 |
+
"model.layers.15.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 95 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 96 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 97 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 98 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 99 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 100 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 101 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 102 |
+
"model.layers.16.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 103 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 104 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 105 |
+
"model.layers.16.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 106 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 107 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 108 |
+
"model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 109 |
+
"model.layers.17.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 110 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 111 |
+
"model.layers.17.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 112 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 113 |
+
"model.layers.17.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 114 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 115 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 116 |
+
"model.layers.17.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 117 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 118 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 119 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 120 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 121 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 122 |
+
"model.layers.18.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 123 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 124 |
+
"model.layers.18.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 125 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 126 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 127 |
+
"model.layers.18.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 128 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 129 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 130 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 131 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 132 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 133 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 134 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
| 135 |
+
"model.layers.19.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 136 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 137 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 138 |
+
"model.layers.19.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 139 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 140 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 141 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 142 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 143 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 144 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 145 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 146 |
+
"model.layers.2.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 147 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 148 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 149 |
+
"model.layers.2.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 150 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 151 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 152 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 153 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 154 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 155 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 156 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 157 |
+
"model.layers.20.self_attn.k_norm.weight": "model-00003-of-00006.safetensors",
|
| 158 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 159 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 160 |
+
"model.layers.20.self_attn.q_norm.weight": "model-00003-of-00006.safetensors",
|
| 161 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 162 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 163 |
+
"model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 164 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 165 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 166 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 167 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 168 |
+
"model.layers.21.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 169 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 170 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 171 |
+
"model.layers.21.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 172 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 173 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 174 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 175 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 176 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 177 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 178 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 179 |
+
"model.layers.22.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 180 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 181 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 182 |
+
"model.layers.22.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 183 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 184 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 185 |
+
"model.layers.23.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 186 |
+
"model.layers.23.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 187 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 188 |
+
"model.layers.23.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 189 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 190 |
+
"model.layers.23.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 191 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 192 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 193 |
+
"model.layers.23.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 194 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 195 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 196 |
+
"model.layers.24.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 197 |
+
"model.layers.24.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 198 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 199 |
+
"model.layers.24.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 200 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 201 |
+
"model.layers.24.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 202 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 203 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 204 |
+
"model.layers.24.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 205 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 206 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 207 |
+
"model.layers.25.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 208 |
+
"model.layers.25.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 209 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 210 |
+
"model.layers.25.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 211 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 212 |
+
"model.layers.25.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 213 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 214 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 215 |
+
"model.layers.25.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 216 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 217 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 218 |
+
"model.layers.26.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 219 |
+
"model.layers.26.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 220 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 221 |
+
"model.layers.26.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 222 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
| 223 |
+
"model.layers.26.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 224 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 225 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 226 |
+
"model.layers.26.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 227 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 228 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 229 |
+
"model.layers.27.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 230 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 231 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 232 |
+
"model.layers.27.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 233 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 234 |
+
"model.layers.27.self_attn.k_norm.weight": "model-00004-of-00006.safetensors",
|
| 235 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 236 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 237 |
+
"model.layers.27.self_attn.q_norm.weight": "model-00004-of-00006.safetensors",
|
| 238 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 239 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 240 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 241 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 242 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 243 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 244 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 245 |
+
"model.layers.28.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 246 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 247 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 248 |
+
"model.layers.28.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 249 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 250 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 251 |
+
"model.layers.29.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 252 |
+
"model.layers.29.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 253 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 254 |
+
"model.layers.29.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 255 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 256 |
+
"model.layers.29.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 257 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 258 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 259 |
+
"model.layers.29.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 260 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 261 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 262 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 263 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 264 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 265 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 266 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 272 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 273 |
+
"model.layers.30.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 274 |
+
"model.layers.30.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 275 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 276 |
+
"model.layers.30.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 277 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 278 |
+
"model.layers.30.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 279 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 280 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 281 |
+
"model.layers.30.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 282 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 283 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 284 |
+
"model.layers.31.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 285 |
+
"model.layers.31.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 286 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 287 |
+
"model.layers.31.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 288 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 289 |
+
"model.layers.31.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 290 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 291 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 292 |
+
"model.layers.31.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 293 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 294 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 295 |
+
"model.layers.32.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 296 |
+
"model.layers.32.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 297 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 298 |
+
"model.layers.32.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 299 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 300 |
+
"model.layers.32.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 301 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 302 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 303 |
+
"model.layers.32.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 304 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 305 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 306 |
+
"model.layers.33.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 307 |
+
"model.layers.33.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 308 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 309 |
+
"model.layers.33.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 310 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 311 |
+
"model.layers.33.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 312 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 313 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 314 |
+
"model.layers.33.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 315 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 316 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 317 |
+
"model.layers.34.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 318 |
+
"model.layers.34.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 319 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 320 |
+
"model.layers.34.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 321 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
| 322 |
+
"model.layers.34.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 323 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 324 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 325 |
+
"model.layers.34.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 326 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 327 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 328 |
+
"model.layers.35.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 329 |
+
"model.layers.35.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 330 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 331 |
+
"model.layers.35.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 332 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 333 |
+
"model.layers.35.self_attn.k_norm.weight": "model-00005-of-00006.safetensors",
|
| 334 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 335 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 336 |
+
"model.layers.35.self_attn.q_norm.weight": "model-00005-of-00006.safetensors",
|
| 337 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 338 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 339 |
+
"model.layers.36.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 340 |
+
"model.layers.36.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 341 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 342 |
+
"model.layers.36.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 343 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 344 |
+
"model.layers.36.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
| 345 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 346 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 347 |
+
"model.layers.36.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
| 348 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 349 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 350 |
+
"model.layers.37.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 351 |
+
"model.layers.37.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 352 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 353 |
+
"model.layers.37.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 354 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 355 |
+
"model.layers.37.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
| 356 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 357 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 358 |
+
"model.layers.37.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
| 359 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 360 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 361 |
+
"model.layers.38.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 362 |
+
"model.layers.38.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 363 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 364 |
+
"model.layers.38.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 365 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 366 |
+
"model.layers.38.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
| 367 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 368 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 369 |
+
"model.layers.38.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
| 370 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 371 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 372 |
+
"model.layers.39.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 373 |
+
"model.layers.39.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 374 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 375 |
+
"model.layers.39.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 376 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
| 377 |
+
"model.layers.39.self_attn.k_norm.weight": "model-00006-of-00006.safetensors",
|
| 378 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 379 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 380 |
+
"model.layers.39.self_attn.q_norm.weight": "model-00006-of-00006.safetensors",
|
| 381 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 382 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 383 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 384 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 385 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 386 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 387 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
| 388 |
+
"model.layers.4.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 389 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 390 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 391 |
+
"model.layers.4.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 392 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 393 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 394 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 395 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 396 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 397 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 398 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 399 |
+
"model.layers.5.self_attn.k_norm.weight": "model-00001-of-00006.safetensors",
|
| 400 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 401 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 402 |
+
"model.layers.5.self_attn.q_norm.weight": "model-00001-of-00006.safetensors",
|
| 403 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 404 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 405 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 406 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 407 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 408 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 409 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 410 |
+
"model.layers.6.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 411 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 412 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 413 |
+
"model.layers.6.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 414 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 415 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 416 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 417 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 418 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 419 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 420 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 421 |
+
"model.layers.7.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 422 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 423 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 424 |
+
"model.layers.7.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 425 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 426 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 427 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 428 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 429 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 430 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 431 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 432 |
+
"model.layers.8.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 433 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 434 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 435 |
+
"model.layers.8.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 436 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 437 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 438 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 439 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 440 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 441 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 442 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
| 443 |
+
"model.layers.9.self_attn.k_norm.weight": "model-00002-of-00006.safetensors",
|
| 444 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 445 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 446 |
+
"model.layers.9.self_attn.q_norm.weight": "model-00002-of-00006.safetensors",
|
| 447 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 448 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 449 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
| 450 |
+
}
|
| 451 |
+
}
|
checkpoint-324/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9aa76d8414125f3040f92359980df277e51fe2346b4bfd1bf84a4d84262cbda9
|
| 3 |
+
size 59073623712
|
checkpoint-324/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c15d10da233568de54180256b227cfe26dea6eaac6df08048357111de9ef60d
|
| 3 |
+
size 14645
|
checkpoint-324/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09e03b81011dc1cef5580d5ee78cde9dbd9dba5180b190a51d74210acbcae067
|
| 3 |
+
size 1465
|
checkpoint-324/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": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
checkpoint-324/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-324/tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|endoftext|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
checkpoint-324/trainer_state.json
ADDED
|
@@ -0,0 +1,2302 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 324,
|
| 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.0030923850019327404,
|
| 14 |
+
"grad_norm": 1.7919921875,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 0.5969,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.006184770003865481,
|
| 21 |
+
"grad_norm": 1.9970703125,
|
| 22 |
+
"learning_rate": 6.666666666666667e-08,
|
| 23 |
+
"loss": 0.6202,
|
| 24 |
+
"step": 2
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.009277155005798222,
|
| 28 |
+
"grad_norm": 1.6474609375,
|
| 29 |
+
"learning_rate": 1.3333333333333334e-07,
|
| 30 |
+
"loss": 0.7447,
|
| 31 |
+
"step": 3
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.012369540007730962,
|
| 35 |
+
"grad_norm": 1.7734375,
|
| 36 |
+
"learning_rate": 2e-07,
|
| 37 |
+
"loss": 0.8834,
|
| 38 |
+
"step": 4
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.015461925009663703,
|
| 42 |
+
"grad_norm": 1.52734375,
|
| 43 |
+
"learning_rate": 2.6666666666666667e-07,
|
| 44 |
+
"loss": 0.7299,
|
| 45 |
+
"step": 5
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.018554310011596443,
|
| 49 |
+
"grad_norm": 1.623046875,
|
| 50 |
+
"learning_rate": 3.333333333333333e-07,
|
| 51 |
+
"loss": 0.7126,
|
| 52 |
+
"step": 6
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.021646695013529185,
|
| 56 |
+
"grad_norm": 2.2890625,
|
| 57 |
+
"learning_rate": 4e-07,
|
| 58 |
+
"loss": 0.8068,
|
| 59 |
+
"step": 7
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.024739080015461924,
|
| 63 |
+
"grad_norm": 3.50390625,
|
| 64 |
+
"learning_rate": 4.6666666666666666e-07,
|
| 65 |
+
"loss": 0.5119,
|
| 66 |
+
"step": 8
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.027831465017394665,
|
| 70 |
+
"grad_norm": 3.953125,
|
| 71 |
+
"learning_rate": 5.333333333333333e-07,
|
| 72 |
+
"loss": 0.413,
|
| 73 |
+
"step": 9
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.030923850019327407,
|
| 77 |
+
"grad_norm": 136.375,
|
| 78 |
+
"learning_rate": 6e-07,
|
| 79 |
+
"loss": 4.7449,
|
| 80 |
+
"step": 10
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.034016235021260145,
|
| 84 |
+
"grad_norm": 185.625,
|
| 85 |
+
"learning_rate": 6.666666666666666e-07,
|
| 86 |
+
"loss": 7.8581,
|
| 87 |
+
"step": 11
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.03710862002319289,
|
| 91 |
+
"grad_norm": 254.875,
|
| 92 |
+
"learning_rate": 7.333333333333332e-07,
|
| 93 |
+
"loss": 11.5138,
|
| 94 |
+
"step": 12
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.04020100502512563,
|
| 98 |
+
"grad_norm": 250.5,
|
| 99 |
+
"learning_rate": 8e-07,
|
| 100 |
+
"loss": 11.6085,
|
| 101 |
+
"step": 13
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.04329339002705837,
|
| 105 |
+
"grad_norm": 199.625,
|
| 106 |
+
"learning_rate": 8.666666666666667e-07,
|
| 107 |
+
"loss": 11.0929,
|
| 108 |
+
"step": 14
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.04638577502899111,
|
| 112 |
+
"grad_norm": 164.375,
|
| 113 |
+
"learning_rate": 9.333333333333333e-07,
|
| 114 |
+
"loss": 9.0069,
|
| 115 |
+
"step": 15
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.04947816003092385,
|
| 119 |
+
"grad_norm": 191.125,
|
| 120 |
+
"learning_rate": 1e-06,
|
| 121 |
+
"loss": 10.9254,
|
| 122 |
+
"step": 16
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.05257054503285659,
|
| 126 |
+
"grad_norm": 226.0,
|
| 127 |
+
"learning_rate": 9.99974158420562e-07,
|
| 128 |
+
"loss": 10.8139,
|
| 129 |
+
"step": 17
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.05566293003478933,
|
| 133 |
+
"grad_norm": 291.5,
|
| 134 |
+
"learning_rate": 9.99896636353397e-07,
|
| 135 |
+
"loss": 9.8274,
|
| 136 |
+
"step": 18
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.05875531503672207,
|
| 140 |
+
"grad_norm": 245.5,
|
| 141 |
+
"learning_rate": 9.997674418116758e-07,
|
| 142 |
+
"loss": 7.577,
|
| 143 |
+
"step": 19
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.061847700038654814,
|
| 147 |
+
"grad_norm": 246.25,
|
| 148 |
+
"learning_rate": 9.99586588149762e-07,
|
| 149 |
+
"loss": 6.5899,
|
| 150 |
+
"step": 20
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.06494008504058756,
|
| 154 |
+
"grad_norm": 112.0,
|
| 155 |
+
"learning_rate": 9.993540940618332e-07,
|
| 156 |
+
"loss": 4.777,
|
| 157 |
+
"step": 21
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.06803247004252029,
|
| 161 |
+
"grad_norm": 132.625,
|
| 162 |
+
"learning_rate": 9.990699835799469e-07,
|
| 163 |
+
"loss": 5.0894,
|
| 164 |
+
"step": 22
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.07112485504445304,
|
| 168 |
+
"grad_norm": 110.5,
|
| 169 |
+
"learning_rate": 9.987342860715575e-07,
|
| 170 |
+
"loss": 4.3164,
|
| 171 |
+
"step": 23
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.07421724004638577,
|
| 175 |
+
"grad_norm": 80.1875,
|
| 176 |
+
"learning_rate": 9.983470362364801e-07,
|
| 177 |
+
"loss": 4.1167,
|
| 178 |
+
"step": 24
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.07730962504831851,
|
| 182 |
+
"grad_norm": 36.03125,
|
| 183 |
+
"learning_rate": 9.979082741033045e-07,
|
| 184 |
+
"loss": 2.8033,
|
| 185 |
+
"step": 25
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.08040201005025126,
|
| 189 |
+
"grad_norm": 32.15625,
|
| 190 |
+
"learning_rate": 9.97418045025257e-07,
|
| 191 |
+
"loss": 3.3556,
|
| 192 |
+
"step": 26
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.08349439505218399,
|
| 196 |
+
"grad_norm": 32.96875,
|
| 197 |
+
"learning_rate": 9.968763996755115e-07,
|
| 198 |
+
"loss": 3.8153,
|
| 199 |
+
"step": 27
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.08658678005411674,
|
| 203 |
+
"grad_norm": 26.3125,
|
| 204 |
+
"learning_rate": 9.96283394041954e-07,
|
| 205 |
+
"loss": 2.8114,
|
| 206 |
+
"step": 28
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.08967916505604948,
|
| 210 |
+
"grad_norm": 24.125,
|
| 211 |
+
"learning_rate": 9.956390894213928e-07,
|
| 212 |
+
"loss": 2.7601,
|
| 213 |
+
"step": 29
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.09277155005798222,
|
| 217 |
+
"grad_norm": 24.359375,
|
| 218 |
+
"learning_rate": 9.949435524132244e-07,
|
| 219 |
+
"loss": 2.8906,
|
| 220 |
+
"step": 30
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.09586393505991496,
|
| 224 |
+
"grad_norm": 19.28125,
|
| 225 |
+
"learning_rate": 9.94196854912548e-07,
|
| 226 |
+
"loss": 2.3873,
|
| 227 |
+
"step": 31
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.0989563200618477,
|
| 231 |
+
"grad_norm": 18.71875,
|
| 232 |
+
"learning_rate": 9.933990741027348e-07,
|
| 233 |
+
"loss": 2.4901,
|
| 234 |
+
"step": 32
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.10204870506378044,
|
| 238 |
+
"grad_norm": 25.375,
|
| 239 |
+
"learning_rate": 9.925502924474493e-07,
|
| 240 |
+
"loss": 2.3877,
|
| 241 |
+
"step": 33
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.10514109006571318,
|
| 245 |
+
"grad_norm": 20.1875,
|
| 246 |
+
"learning_rate": 9.91650597682126e-07,
|
| 247 |
+
"loss": 2.0152,
|
| 248 |
+
"step": 34
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.10823347506764593,
|
| 252 |
+
"grad_norm": 18.453125,
|
| 253 |
+
"learning_rate": 9.907000828049e-07,
|
| 254 |
+
"loss": 1.624,
|
| 255 |
+
"step": 35
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.11132586006957866,
|
| 259 |
+
"grad_norm": 18.90625,
|
| 260 |
+
"learning_rate": 9.896988460669938e-07,
|
| 261 |
+
"loss": 2.1227,
|
| 262 |
+
"step": 36
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.11441824507151141,
|
| 266 |
+
"grad_norm": 17.421875,
|
| 267 |
+
"learning_rate": 9.886469909625622e-07,
|
| 268 |
+
"loss": 1.6674,
|
| 269 |
+
"step": 37
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.11751063007344414,
|
| 273 |
+
"grad_norm": 11.125,
|
| 274 |
+
"learning_rate": 9.875446262179947e-07,
|
| 275 |
+
"loss": 1.0941,
|
| 276 |
+
"step": 38
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.12060301507537688,
|
| 280 |
+
"grad_norm": 12.90625,
|
| 281 |
+
"learning_rate": 9.863918657806751e-07,
|
| 282 |
+
"loss": 1.6579,
|
| 283 |
+
"step": 39
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.12369540007730963,
|
| 287 |
+
"grad_norm": 18.0625,
|
| 288 |
+
"learning_rate": 9.851888288072053e-07,
|
| 289 |
+
"loss": 1.183,
|
| 290 |
+
"step": 40
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.12678778507924238,
|
| 294 |
+
"grad_norm": 29.65625,
|
| 295 |
+
"learning_rate": 9.839356396510874e-07,
|
| 296 |
+
"loss": 1.4809,
|
| 297 |
+
"step": 41
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.1298801700811751,
|
| 301 |
+
"grad_norm": 26.4375,
|
| 302 |
+
"learning_rate": 9.826324278498698e-07,
|
| 303 |
+
"loss": 1.5772,
|
| 304 |
+
"step": 42
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.13297255508310785,
|
| 308 |
+
"grad_norm": 16.390625,
|
| 309 |
+
"learning_rate": 9.81279328111758e-07,
|
| 310 |
+
"loss": 1.2533,
|
| 311 |
+
"step": 43
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.13606494008504058,
|
| 315 |
+
"grad_norm": 12.4453125,
|
| 316 |
+
"learning_rate": 9.79876480301689e-07,
|
| 317 |
+
"loss": 1.2557,
|
| 318 |
+
"step": 44
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.13915732508697332,
|
| 322 |
+
"grad_norm": 8.9765625,
|
| 323 |
+
"learning_rate": 9.784240294268754e-07,
|
| 324 |
+
"loss": 1.3086,
|
| 325 |
+
"step": 45
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.14224971008890608,
|
| 329 |
+
"grad_norm": 6.34765625,
|
| 330 |
+
"learning_rate": 9.769221256218162e-07,
|
| 331 |
+
"loss": 1.2175,
|
| 332 |
+
"step": 46
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.1453420950908388,
|
| 336 |
+
"grad_norm": 4.5234375,
|
| 337 |
+
"learning_rate": 9.753709241327773e-07,
|
| 338 |
+
"loss": 1.1835,
|
| 339 |
+
"step": 47
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.14843448009277155,
|
| 343 |
+
"grad_norm": 3.810546875,
|
| 344 |
+
"learning_rate": 9.73770585301744e-07,
|
| 345 |
+
"loss": 1.1484,
|
| 346 |
+
"step": 48
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.15152686509470428,
|
| 350 |
+
"grad_norm": 3.814453125,
|
| 351 |
+
"learning_rate": 9.721212745498492e-07,
|
| 352 |
+
"loss": 1.2048,
|
| 353 |
+
"step": 49
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.15461925009663702,
|
| 357 |
+
"grad_norm": 3.79296875,
|
| 358 |
+
"learning_rate": 9.70423162360272e-07,
|
| 359 |
+
"loss": 1.2032,
|
| 360 |
+
"step": 50
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.15771163509856978,
|
| 364 |
+
"grad_norm": 3.427734375,
|
| 365 |
+
"learning_rate": 9.686764242606163e-07,
|
| 366 |
+
"loss": 1.0343,
|
| 367 |
+
"step": 51
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.16080402010050251,
|
| 371 |
+
"grad_norm": 3.875,
|
| 372 |
+
"learning_rate": 9.668812408047678e-07,
|
| 373 |
+
"loss": 1.0729,
|
| 374 |
+
"step": 52
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.16389640510243525,
|
| 378 |
+
"grad_norm": 3.544921875,
|
| 379 |
+
"learning_rate": 9.650377975542296e-07,
|
| 380 |
+
"loss": 0.9213,
|
| 381 |
+
"step": 53
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.16698879010436798,
|
| 385 |
+
"grad_norm": 3.51171875,
|
| 386 |
+
"learning_rate": 9.631462850589431e-07,
|
| 387 |
+
"loss": 1.0332,
|
| 388 |
+
"step": 54
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.17008117510630075,
|
| 392 |
+
"grad_norm": 2.197265625,
|
| 393 |
+
"learning_rate": 9.612068988375896e-07,
|
| 394 |
+
"loss": 0.6052,
|
| 395 |
+
"step": 55
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.17317356010823348,
|
| 399 |
+
"grad_norm": 3.966796875,
|
| 400 |
+
"learning_rate": 9.592198393573816e-07,
|
| 401 |
+
"loss": 0.8506,
|
| 402 |
+
"step": 56
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.17626594511016622,
|
| 406 |
+
"grad_norm": 9.140625,
|
| 407 |
+
"learning_rate": 9.571853120133403e-07,
|
| 408 |
+
"loss": 1.291,
|
| 409 |
+
"step": 57
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.17935833011209895,
|
| 413 |
+
"grad_norm": 5.25,
|
| 414 |
+
"learning_rate": 9.551035271070664e-07,
|
| 415 |
+
"loss": 0.7823,
|
| 416 |
+
"step": 58
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.1824507151140317,
|
| 420 |
+
"grad_norm": 7.38671875,
|
| 421 |
+
"learning_rate": 9.529746998249992e-07,
|
| 422 |
+
"loss": 0.743,
|
| 423 |
+
"step": 59
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.18554310011596445,
|
| 427 |
+
"grad_norm": 5.23828125,
|
| 428 |
+
"learning_rate": 9.507990502161767e-07,
|
| 429 |
+
"loss": 0.8768,
|
| 430 |
+
"step": 60
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.18863548511789718,
|
| 434 |
+
"grad_norm": 3.9375,
|
| 435 |
+
"learning_rate": 9.485768031694871e-07,
|
| 436 |
+
"loss": 1.1133,
|
| 437 |
+
"step": 61
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.19172787011982992,
|
| 441 |
+
"grad_norm": 3.298828125,
|
| 442 |
+
"learning_rate": 9.46308188390425e-07,
|
| 443 |
+
"loss": 1.2435,
|
| 444 |
+
"step": 62
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.19482025512176265,
|
| 448 |
+
"grad_norm": 2.3046875,
|
| 449 |
+
"learning_rate": 9.439934403773466e-07,
|
| 450 |
+
"loss": 0.6786,
|
| 451 |
+
"step": 63
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.1979126401236954,
|
| 455 |
+
"grad_norm": 10.265625,
|
| 456 |
+
"learning_rate": 9.416327983972303e-07,
|
| 457 |
+
"loss": 1.1159,
|
| 458 |
+
"step": 64
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.20100502512562815,
|
| 462 |
+
"grad_norm": 2.861328125,
|
| 463 |
+
"learning_rate": 9.392265064609453e-07,
|
| 464 |
+
"loss": 0.7327,
|
| 465 |
+
"step": 65
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.20409741012756089,
|
| 469 |
+
"grad_norm": 3.681640625,
|
| 470 |
+
"learning_rate": 9.367748132980285e-07,
|
| 471 |
+
"loss": 0.9711,
|
| 472 |
+
"step": 66
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.20718979512949362,
|
| 476 |
+
"grad_norm": 2.857421875,
|
| 477 |
+
"learning_rate": 9.342779723309743e-07,
|
| 478 |
+
"loss": 0.6344,
|
| 479 |
+
"step": 67
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.21028218013142636,
|
| 483 |
+
"grad_norm": 4.12890625,
|
| 484 |
+
"learning_rate": 9.317362416490395e-07,
|
| 485 |
+
"loss": 1.0897,
|
| 486 |
+
"step": 68
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.2133745651333591,
|
| 490 |
+
"grad_norm": 3.03125,
|
| 491 |
+
"learning_rate": 9.291498839815655e-07,
|
| 492 |
+
"loss": 0.9388,
|
| 493 |
+
"step": 69
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.21646695013529185,
|
| 497 |
+
"grad_norm": 4.79296875,
|
| 498 |
+
"learning_rate": 9.265191666708208e-07,
|
| 499 |
+
"loss": 0.8255,
|
| 500 |
+
"step": 70
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.2195593351372246,
|
| 504 |
+
"grad_norm": 3.376953125,
|
| 505 |
+
"learning_rate": 9.238443616443665e-07,
|
| 506 |
+
"loss": 0.7494,
|
| 507 |
+
"step": 71
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.22265172013915732,
|
| 511 |
+
"grad_norm": 3.1640625,
|
| 512 |
+
"learning_rate": 9.211257453869493e-07,
|
| 513 |
+
"loss": 0.9806,
|
| 514 |
+
"step": 72
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.22574410514109006,
|
| 518 |
+
"grad_norm": 3.29296875,
|
| 519 |
+
"learning_rate": 9.183635989119209e-07,
|
| 520 |
+
"loss": 0.5427,
|
| 521 |
+
"step": 73
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.22883649014302282,
|
| 525 |
+
"grad_norm": 2.98828125,
|
| 526 |
+
"learning_rate": 9.155582077321917e-07,
|
| 527 |
+
"loss": 1.3904,
|
| 528 |
+
"step": 74
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.23192887514495555,
|
| 532 |
+
"grad_norm": 2.70703125,
|
| 533 |
+
"learning_rate": 9.127098618307177e-07,
|
| 534 |
+
"loss": 0.8491,
|
| 535 |
+
"step": 75
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.2350212601468883,
|
| 539 |
+
"grad_norm": 1.6318359375,
|
| 540 |
+
"learning_rate": 9.098188556305262e-07,
|
| 541 |
+
"loss": 0.5332,
|
| 542 |
+
"step": 76
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.23811364514882102,
|
| 546 |
+
"grad_norm": 1.794921875,
|
| 547 |
+
"learning_rate": 9.068854879642831e-07,
|
| 548 |
+
"loss": 0.8511,
|
| 549 |
+
"step": 77
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.24120603015075376,
|
| 553 |
+
"grad_norm": 1.3857421875,
|
| 554 |
+
"learning_rate": 9.039100620434024e-07,
|
| 555 |
+
"loss": 0.6289,
|
| 556 |
+
"step": 78
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.24429841515268652,
|
| 560 |
+
"grad_norm": 1.3076171875,
|
| 561 |
+
"learning_rate": 9.008928854267053e-07,
|
| 562 |
+
"loss": 0.6155,
|
| 563 |
+
"step": 79
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.24739080015461926,
|
| 567 |
+
"grad_norm": 3.12890625,
|
| 568 |
+
"learning_rate": 8.978342699886288e-07,
|
| 569 |
+
"loss": 0.9333,
|
| 570 |
+
"step": 80
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.250483185156552,
|
| 574 |
+
"grad_norm": 1.375,
|
| 575 |
+
"learning_rate": 8.947345318869881e-07,
|
| 576 |
+
"loss": 0.4149,
|
| 577 |
+
"step": 81
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.25357557015848475,
|
| 581 |
+
"grad_norm": 1.5517578125,
|
| 582 |
+
"learning_rate": 8.915939915302968e-07,
|
| 583 |
+
"loss": 0.6882,
|
| 584 |
+
"step": 82
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.25666795516041746,
|
| 588 |
+
"grad_norm": 2.533203125,
|
| 589 |
+
"learning_rate": 8.88412973544647e-07,
|
| 590 |
+
"loss": 0.904,
|
| 591 |
+
"step": 83
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.2597603401623502,
|
| 595 |
+
"grad_norm": 1.849609375,
|
| 596 |
+
"learning_rate": 8.851918067401551e-07,
|
| 597 |
+
"loss": 0.6705,
|
| 598 |
+
"step": 84
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.26285272516428293,
|
| 602 |
+
"grad_norm": 1.1474609375,
|
| 603 |
+
"learning_rate": 8.819308240769724e-07,
|
| 604 |
+
"loss": 0.4361,
|
| 605 |
+
"step": 85
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.2659451101662157,
|
| 609 |
+
"grad_norm": 1.720703125,
|
| 610 |
+
"learning_rate": 8.786303626308688e-07,
|
| 611 |
+
"loss": 0.6259,
|
| 612 |
+
"step": 86
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.26903749516814845,
|
| 616 |
+
"grad_norm": 1.3369140625,
|
| 617 |
+
"learning_rate": 8.752907635583911e-07,
|
| 618 |
+
"loss": 0.372,
|
| 619 |
+
"step": 87
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.27212988017008116,
|
| 623 |
+
"grad_norm": 1.1396484375,
|
| 624 |
+
"learning_rate": 8.71912372061598e-07,
|
| 625 |
+
"loss": 0.3766,
|
| 626 |
+
"step": 88
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.2752222651720139,
|
| 630 |
+
"grad_norm": 1.3701171875,
|
| 631 |
+
"learning_rate": 8.684955373523786e-07,
|
| 632 |
+
"loss": 0.5947,
|
| 633 |
+
"step": 89
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.27831465017394663,
|
| 637 |
+
"grad_norm": 1.0537109375,
|
| 638 |
+
"learning_rate": 8.650406126163551e-07,
|
| 639 |
+
"loss": 0.5538,
|
| 640 |
+
"step": 90
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.2814070351758794,
|
| 644 |
+
"grad_norm": 1.43359375,
|
| 645 |
+
"learning_rate": 8.615479549763755e-07,
|
| 646 |
+
"loss": 0.5618,
|
| 647 |
+
"step": 91
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.28449942017781216,
|
| 651 |
+
"grad_norm": 1.248046875,
|
| 652 |
+
"learning_rate": 8.580179254555994e-07,
|
| 653 |
+
"loss": 0.5608,
|
| 654 |
+
"step": 92
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.28759180517974486,
|
| 658 |
+
"grad_norm": 1.14453125,
|
| 659 |
+
"learning_rate": 8.544508889401798e-07,
|
| 660 |
+
"loss": 0.5199,
|
| 661 |
+
"step": 93
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.2906841901816776,
|
| 665 |
+
"grad_norm": 0.95263671875,
|
| 666 |
+
"learning_rate": 8.508472141415465e-07,
|
| 667 |
+
"loss": 0.3945,
|
| 668 |
+
"step": 94
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.29377657518361033,
|
| 672 |
+
"grad_norm": 1.07421875,
|
| 673 |
+
"learning_rate": 8.472072735582941e-07,
|
| 674 |
+
"loss": 0.5235,
|
| 675 |
+
"step": 95
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.2968689601855431,
|
| 679 |
+
"grad_norm": 2.25,
|
| 680 |
+
"learning_rate": 8.435314434376773e-07,
|
| 681 |
+
"loss": 0.5098,
|
| 682 |
+
"step": 96
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.29996134518747586,
|
| 686 |
+
"grad_norm": 1.0419921875,
|
| 687 |
+
"learning_rate": 8.398201037367201e-07,
|
| 688 |
+
"loss": 0.5901,
|
| 689 |
+
"step": 97
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.30305373018940857,
|
| 693 |
+
"grad_norm": 1.197265625,
|
| 694 |
+
"learning_rate": 8.360736380829418e-07,
|
| 695 |
+
"loss": 0.6208,
|
| 696 |
+
"step": 98
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.30614611519134133,
|
| 700 |
+
"grad_norm": 1.2783203125,
|
| 701 |
+
"learning_rate": 8.322924337347015e-07,
|
| 702 |
+
"loss": 0.6289,
|
| 703 |
+
"step": 99
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.30923850019327404,
|
| 707 |
+
"grad_norm": 2.18359375,
|
| 708 |
+
"learning_rate": 8.284768815411691e-07,
|
| 709 |
+
"loss": 0.7223,
|
| 710 |
+
"step": 100
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.3123308851952068,
|
| 714 |
+
"grad_norm": 3.375,
|
| 715 |
+
"learning_rate": 8.246273759019251e-07,
|
| 716 |
+
"loss": 0.8717,
|
| 717 |
+
"step": 101
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.31542327019713956,
|
| 721 |
+
"grad_norm": 1.150390625,
|
| 722 |
+
"learning_rate": 8.207443147261929e-07,
|
| 723 |
+
"loss": 0.7932,
|
| 724 |
+
"step": 102
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.31851565519907227,
|
| 728 |
+
"grad_norm": 1.1240234375,
|
| 729 |
+
"learning_rate": 8.168280993917076e-07,
|
| 730 |
+
"loss": 0.6476,
|
| 731 |
+
"step": 103
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.32160804020100503,
|
| 735 |
+
"grad_norm": 0.880859375,
|
| 736 |
+
"learning_rate": 8.128791347032278e-07,
|
| 737 |
+
"loss": 0.4536,
|
| 738 |
+
"step": 104
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.3247004252029378,
|
| 742 |
+
"grad_norm": 0.8720703125,
|
| 743 |
+
"learning_rate": 8.088978288506923e-07,
|
| 744 |
+
"loss": 0.5822,
|
| 745 |
+
"step": 105
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.3277928102048705,
|
| 749 |
+
"grad_norm": 1.150390625,
|
| 750 |
+
"learning_rate": 8.048845933670271e-07,
|
| 751 |
+
"loss": 0.5383,
|
| 752 |
+
"step": 106
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.33088519520680326,
|
| 756 |
+
"grad_norm": 1.0673828125,
|
| 757 |
+
"learning_rate": 8.008398430856063e-07,
|
| 758 |
+
"loss": 0.64,
|
| 759 |
+
"step": 107
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.33397758020873597,
|
| 763 |
+
"grad_norm": 1.1337890625,
|
| 764 |
+
"learning_rate": 7.967639960973726e-07,
|
| 765 |
+
"loss": 0.6862,
|
| 766 |
+
"step": 108
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.33706996521066873,
|
| 770 |
+
"grad_norm": 1.4296875,
|
| 771 |
+
"learning_rate": 7.92657473707621e-07,
|
| 772 |
+
"loss": 0.867,
|
| 773 |
+
"step": 109
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.3401623502126015,
|
| 777 |
+
"grad_norm": 0.91455078125,
|
| 778 |
+
"learning_rate": 7.885207003924497e-07,
|
| 779 |
+
"loss": 0.464,
|
| 780 |
+
"step": 110
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.3432547352145342,
|
| 784 |
+
"grad_norm": 0.8115234375,
|
| 785 |
+
"learning_rate": 7.843541037548837e-07,
|
| 786 |
+
"loss": 0.467,
|
| 787 |
+
"step": 111
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.34634712021646696,
|
| 791 |
+
"grad_norm": 1.9443359375,
|
| 792 |
+
"learning_rate": 7.801581144806751e-07,
|
| 793 |
+
"loss": 0.5784,
|
| 794 |
+
"step": 112
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.34943950521839967,
|
| 798 |
+
"grad_norm": 1.2568359375,
|
| 799 |
+
"learning_rate": 7.75933166293784e-07,
|
| 800 |
+
"loss": 0.7382,
|
| 801 |
+
"step": 113
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 0.35253189022033243,
|
| 805 |
+
"grad_norm": 1.126953125,
|
| 806 |
+
"learning_rate": 7.716796959115477e-07,
|
| 807 |
+
"loss": 0.4922,
|
| 808 |
+
"step": 114
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.3556242752222652,
|
| 812 |
+
"grad_norm": 1.033203125,
|
| 813 |
+
"learning_rate": 7.673981429995371e-07,
|
| 814 |
+
"loss": 0.4763,
|
| 815 |
+
"step": 115
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 0.3587166602241979,
|
| 819 |
+
"grad_norm": 0.59765625,
|
| 820 |
+
"learning_rate": 7.630889501261108e-07,
|
| 821 |
+
"loss": 0.2734,
|
| 822 |
+
"step": 116
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 0.36180904522613067,
|
| 826 |
+
"grad_norm": 1.6201171875,
|
| 827 |
+
"learning_rate": 7.58752562716669e-07,
|
| 828 |
+
"loss": 1.0264,
|
| 829 |
+
"step": 117
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.3649014302280634,
|
| 833 |
+
"grad_norm": 1.8515625,
|
| 834 |
+
"learning_rate": 7.543894290076103e-07,
|
| 835 |
+
"loss": 0.6039,
|
| 836 |
+
"step": 118
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 0.36799381522999614,
|
| 840 |
+
"grad_norm": 0.9951171875,
|
| 841 |
+
"learning_rate": 7.5e-07,
|
| 842 |
+
"loss": 0.5836,
|
| 843 |
+
"step": 119
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 0.3710862002319289,
|
| 847 |
+
"grad_norm": 0.8935546875,
|
| 848 |
+
"learning_rate": 7.455847294129518e-07,
|
| 849 |
+
"loss": 0.3714,
|
| 850 |
+
"step": 120
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.3741785852338616,
|
| 854 |
+
"grad_norm": 0.73193359375,
|
| 855 |
+
"learning_rate": 7.41144073636728e-07,
|
| 856 |
+
"loss": 0.3868,
|
| 857 |
+
"step": 121
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 0.37727097023579437,
|
| 861 |
+
"grad_norm": 0.8701171875,
|
| 862 |
+
"learning_rate": 7.366784916855649e-07,
|
| 863 |
+
"loss": 0.4043,
|
| 864 |
+
"step": 122
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 0.3803633552377271,
|
| 868 |
+
"grad_norm": 1.0478515625,
|
| 869 |
+
"learning_rate": 7.321884451502252e-07,
|
| 870 |
+
"loss": 0.8025,
|
| 871 |
+
"step": 123
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 0.38345574023965984,
|
| 875 |
+
"grad_norm": 0.78662109375,
|
| 876 |
+
"learning_rate": 7.276743981502855e-07,
|
| 877 |
+
"loss": 0.5009,
|
| 878 |
+
"step": 124
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 0.3865481252415926,
|
| 882 |
+
"grad_norm": 1.09765625,
|
| 883 |
+
"learning_rate": 7.231368172861629e-07,
|
| 884 |
+
"loss": 0.6254,
|
| 885 |
+
"step": 125
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 0.3896405102435253,
|
| 889 |
+
"grad_norm": 1.568359375,
|
| 890 |
+
"learning_rate": 7.185761715908825e-07,
|
| 891 |
+
"loss": 0.6705,
|
| 892 |
+
"step": 126
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 0.39273289524545807,
|
| 896 |
+
"grad_norm": 0.97802734375,
|
| 897 |
+
"learning_rate": 7.139929324815964e-07,
|
| 898 |
+
"loss": 0.5675,
|
| 899 |
+
"step": 127
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 0.3958252802473908,
|
| 903 |
+
"grad_norm": 1.107421875,
|
| 904 |
+
"learning_rate": 7.093875737108548e-07,
|
| 905 |
+
"loss": 0.5836,
|
| 906 |
+
"step": 128
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 0.39891766524932354,
|
| 910 |
+
"grad_norm": 0.943359375,
|
| 911 |
+
"learning_rate": 7.047605713176359e-07,
|
| 912 |
+
"loss": 0.4119,
|
| 913 |
+
"step": 129
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.4020100502512563,
|
| 917 |
+
"grad_norm": 1.0400390625,
|
| 918 |
+
"learning_rate": 7.001124035781389e-07,
|
| 919 |
+
"loss": 0.4852,
|
| 920 |
+
"step": 130
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 0.405102435253189,
|
| 924 |
+
"grad_norm": 0.7646484375,
|
| 925 |
+
"learning_rate": 6.954435509563477e-07,
|
| 926 |
+
"loss": 0.5633,
|
| 927 |
+
"step": 131
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 0.40819482025512177,
|
| 931 |
+
"grad_norm": 1.0126953125,
|
| 932 |
+
"learning_rate": 6.907544960543658e-07,
|
| 933 |
+
"loss": 0.7201,
|
| 934 |
+
"step": 132
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 0.4112872052570545,
|
| 938 |
+
"grad_norm": 0.74560546875,
|
| 939 |
+
"learning_rate": 6.860457235625321e-07,
|
| 940 |
+
"loss": 0.6064,
|
| 941 |
+
"step": 133
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 0.41437959025898724,
|
| 945 |
+
"grad_norm": 0.83984375,
|
| 946 |
+
"learning_rate": 6.813177202093202e-07,
|
| 947 |
+
"loss": 0.5591,
|
| 948 |
+
"step": 134
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 0.41747197526092,
|
| 952 |
+
"grad_norm": 1.1630859375,
|
| 953 |
+
"learning_rate": 6.765709747110273e-07,
|
| 954 |
+
"loss": 0.6987,
|
| 955 |
+
"step": 135
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 0.4205643602628527,
|
| 959 |
+
"grad_norm": 0.66796875,
|
| 960 |
+
"learning_rate": 6.718059777212565e-07,
|
| 961 |
+
"loss": 0.3856,
|
| 962 |
+
"step": 136
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 0.4236567452647855,
|
| 966 |
+
"grad_norm": 1.01953125,
|
| 967 |
+
"learning_rate": 6.67023221780201e-07,
|
| 968 |
+
"loss": 0.6259,
|
| 969 |
+
"step": 137
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 0.4267491302667182,
|
| 973 |
+
"grad_norm": 3.798828125,
|
| 974 |
+
"learning_rate": 6.62223201263731e-07,
|
| 975 |
+
"loss": 0.4784,
|
| 976 |
+
"step": 138
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 0.42984151526865094,
|
| 980 |
+
"grad_norm": 1.5576171875,
|
| 981 |
+
"learning_rate": 6.574064123322924e-07,
|
| 982 |
+
"loss": 0.8581,
|
| 983 |
+
"step": 139
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 0.4329339002705837,
|
| 987 |
+
"grad_norm": 1.9697265625,
|
| 988 |
+
"learning_rate": 6.525733528796206e-07,
|
| 989 |
+
"loss": 0.6919,
|
| 990 |
+
"step": 140
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 0.4360262852725164,
|
| 994 |
+
"grad_norm": 2.140625,
|
| 995 |
+
"learning_rate": 6.477245224812746e-07,
|
| 996 |
+
"loss": 0.3518,
|
| 997 |
+
"step": 141
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 0.4391186702744492,
|
| 1001 |
+
"grad_norm": 0.97314453125,
|
| 1002 |
+
"learning_rate": 6.428604223429979e-07,
|
| 1003 |
+
"loss": 0.3641,
|
| 1004 |
+
"step": 142
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 0.44221105527638194,
|
| 1008 |
+
"grad_norm": 0.87158203125,
|
| 1009 |
+
"learning_rate": 6.379815552489112e-07,
|
| 1010 |
+
"loss": 0.454,
|
| 1011 |
+
"step": 143
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 0.44530344027831464,
|
| 1015 |
+
"grad_norm": 0.611328125,
|
| 1016 |
+
"learning_rate": 6.330884255095408e-07,
|
| 1017 |
+
"loss": 0.2737,
|
| 1018 |
+
"step": 144
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 0.4483958252802474,
|
| 1022 |
+
"grad_norm": 1.1591796875,
|
| 1023 |
+
"learning_rate": 6.281815389096901e-07,
|
| 1024 |
+
"loss": 0.5939,
|
| 1025 |
+
"step": 145
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 0.4514882102821801,
|
| 1029 |
+
"grad_norm": 0.65380859375,
|
| 1030 |
+
"learning_rate": 6.232614026561586e-07,
|
| 1031 |
+
"loss": 0.3116,
|
| 1032 |
+
"step": 146
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 0.4545805952841129,
|
| 1036 |
+
"grad_norm": 2.357421875,
|
| 1037 |
+
"learning_rate": 6.183285253253134e-07,
|
| 1038 |
+
"loss": 0.7887,
|
| 1039 |
+
"step": 147
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 0.45767298028604564,
|
| 1043 |
+
"grad_norm": 0.93896484375,
|
| 1044 |
+
"learning_rate": 6.133834168105205e-07,
|
| 1045 |
+
"loss": 0.4022,
|
| 1046 |
+
"step": 148
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 0.46076536528797835,
|
| 1050 |
+
"grad_norm": 5.015625,
|
| 1051 |
+
"learning_rate": 6.084265882694378e-07,
|
| 1052 |
+
"loss": 0.8508,
|
| 1053 |
+
"step": 149
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 0.4638577502899111,
|
| 1057 |
+
"grad_norm": 1.6611328125,
|
| 1058 |
+
"learning_rate": 6.034585520711792e-07,
|
| 1059 |
+
"loss": 0.6777,
|
| 1060 |
+
"step": 150
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 0.4669501352918438,
|
| 1064 |
+
"grad_norm": 0.9248046875,
|
| 1065 |
+
"learning_rate": 5.984798217433531e-07,
|
| 1066 |
+
"loss": 0.5893,
|
| 1067 |
+
"step": 151
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 0.4700425202937766,
|
| 1071 |
+
"grad_norm": 0.83251953125,
|
| 1072 |
+
"learning_rate": 5.934909119189805e-07,
|
| 1073 |
+
"loss": 0.43,
|
| 1074 |
+
"step": 152
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 0.47313490529570934,
|
| 1078 |
+
"grad_norm": 1.37109375,
|
| 1079 |
+
"learning_rate": 5.884923382832996e-07,
|
| 1080 |
+
"loss": 0.6694,
|
| 1081 |
+
"step": 153
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 0.47622729029764205,
|
| 1085 |
+
"grad_norm": 0.85595703125,
|
| 1086 |
+
"learning_rate": 5.834846175204611e-07,
|
| 1087 |
+
"loss": 0.5568,
|
| 1088 |
+
"step": 154
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 0.4793196752995748,
|
| 1092 |
+
"grad_norm": 0.88671875,
|
| 1093 |
+
"learning_rate": 5.784682672601207e-07,
|
| 1094 |
+
"loss": 0.382,
|
| 1095 |
+
"step": 155
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 0.4824120603015075,
|
| 1099 |
+
"grad_norm": 1.1953125,
|
| 1100 |
+
"learning_rate": 5.734438060239331e-07,
|
| 1101 |
+
"loss": 0.5373,
|
| 1102 |
+
"step": 156
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 0.4855044453034403,
|
| 1106 |
+
"grad_norm": 1.171875,
|
| 1107 |
+
"learning_rate": 5.684117531719551e-07,
|
| 1108 |
+
"loss": 0.3352,
|
| 1109 |
+
"step": 157
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 0.48859683030537304,
|
| 1113 |
+
"grad_norm": 0.6845703125,
|
| 1114 |
+
"learning_rate": 5.633726288489609e-07,
|
| 1115 |
+
"loss": 0.3523,
|
| 1116 |
+
"step": 158
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 0.49168921530730575,
|
| 1120 |
+
"grad_norm": 1.75,
|
| 1121 |
+
"learning_rate": 5.583269539306762e-07,
|
| 1122 |
+
"loss": 0.3556,
|
| 1123 |
+
"step": 159
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 0.4947816003092385,
|
| 1127 |
+
"grad_norm": 0.869140625,
|
| 1128 |
+
"learning_rate": 5.53275249969938e-07,
|
| 1129 |
+
"loss": 0.3313,
|
| 1130 |
+
"step": 160
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 0.4978739853111712,
|
| 1134 |
+
"grad_norm": 1.05859375,
|
| 1135 |
+
"learning_rate": 5.482180391427833e-07,
|
| 1136 |
+
"loss": 0.609,
|
| 1137 |
+
"step": 161
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 0.500966370313104,
|
| 1141 |
+
"grad_norm": 0.85546875,
|
| 1142 |
+
"learning_rate": 5.43155844194473e-07,
|
| 1143 |
+
"loss": 0.393,
|
| 1144 |
+
"step": 162
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 0.5040587553150367,
|
| 1148 |
+
"grad_norm": 0.84326171875,
|
| 1149 |
+
"learning_rate": 5.38089188385459e-07,
|
| 1150 |
+
"loss": 0.388,
|
| 1151 |
+
"step": 163
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 0.5071511403169695,
|
| 1155 |
+
"grad_norm": 0.92041015625,
|
| 1156 |
+
"learning_rate": 5.330185954372954e-07,
|
| 1157 |
+
"loss": 0.5085,
|
| 1158 |
+
"step": 164
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 0.5102435253189022,
|
| 1162 |
+
"grad_norm": 2.18359375,
|
| 1163 |
+
"learning_rate": 5.279445894785041e-07,
|
| 1164 |
+
"loss": 0.4846,
|
| 1165 |
+
"step": 165
|
| 1166 |
+
},
|
| 1167 |
+
{
|
| 1168 |
+
"epoch": 0.5133359103208349,
|
| 1169 |
+
"grad_norm": 6.39453125,
|
| 1170 |
+
"learning_rate": 5.228676949903973e-07,
|
| 1171 |
+
"loss": 0.9367,
|
| 1172 |
+
"step": 166
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"epoch": 0.5164282953227677,
|
| 1176 |
+
"grad_norm": 1.0673828125,
|
| 1177 |
+
"learning_rate": 5.177884367528637e-07,
|
| 1178 |
+
"loss": 0.599,
|
| 1179 |
+
"step": 167
|
| 1180 |
+
},
|
| 1181 |
+
{
|
| 1182 |
+
"epoch": 0.5195206803247004,
|
| 1183 |
+
"grad_norm": 0.64111328125,
|
| 1184 |
+
"learning_rate": 5.127073397901247e-07,
|
| 1185 |
+
"loss": 0.4471,
|
| 1186 |
+
"step": 168
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"epoch": 0.5226130653266332,
|
| 1190 |
+
"grad_norm": 0.58349609375,
|
| 1191 |
+
"learning_rate": 5.07624929316463e-07,
|
| 1192 |
+
"loss": 0.2312,
|
| 1193 |
+
"step": 169
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 0.5257054503285659,
|
| 1197 |
+
"grad_norm": 0.59130859375,
|
| 1198 |
+
"learning_rate": 5.025417306819347e-07,
|
| 1199 |
+
"loss": 0.3372,
|
| 1200 |
+
"step": 170
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"epoch": 0.5287978353304986,
|
| 1204 |
+
"grad_norm": 2.068359375,
|
| 1205 |
+
"learning_rate": 4.974582693180651e-07,
|
| 1206 |
+
"loss": 0.4175,
|
| 1207 |
+
"step": 171
|
| 1208 |
+
},
|
| 1209 |
+
{
|
| 1210 |
+
"epoch": 0.5318902203324314,
|
| 1211 |
+
"grad_norm": 0.8701171875,
|
| 1212 |
+
"learning_rate": 4.923750706835371e-07,
|
| 1213 |
+
"loss": 0.7236,
|
| 1214 |
+
"step": 172
|
| 1215 |
+
},
|
| 1216 |
+
{
|
| 1217 |
+
"epoch": 0.5349826053343641,
|
| 1218 |
+
"grad_norm": 3.009765625,
|
| 1219 |
+
"learning_rate": 4.872926602098754e-07,
|
| 1220 |
+
"loss": 0.4879,
|
| 1221 |
+
"step": 173
|
| 1222 |
+
},
|
| 1223 |
+
{
|
| 1224 |
+
"epoch": 0.5380749903362969,
|
| 1225 |
+
"grad_norm": 0.9619140625,
|
| 1226 |
+
"learning_rate": 4.822115632471362e-07,
|
| 1227 |
+
"loss": 0.4472,
|
| 1228 |
+
"step": 174
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"epoch": 0.5411673753382296,
|
| 1232 |
+
"grad_norm": 0.86669921875,
|
| 1233 |
+
"learning_rate": 4.771323050096027e-07,
|
| 1234 |
+
"loss": 0.6425,
|
| 1235 |
+
"step": 175
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"epoch": 0.5442597603401623,
|
| 1239 |
+
"grad_norm": 0.90283203125,
|
| 1240 |
+
"learning_rate": 4.7205541052149604e-07,
|
| 1241 |
+
"loss": 0.4621,
|
| 1242 |
+
"step": 176
|
| 1243 |
+
},
|
| 1244 |
+
{
|
| 1245 |
+
"epoch": 0.5473521453420951,
|
| 1246 |
+
"grad_norm": 1.419921875,
|
| 1247 |
+
"learning_rate": 4.6698140456270455e-07,
|
| 1248 |
+
"loss": 0.2652,
|
| 1249 |
+
"step": 177
|
| 1250 |
+
},
|
| 1251 |
+
{
|
| 1252 |
+
"epoch": 0.5504445303440278,
|
| 1253 |
+
"grad_norm": 0.5361328125,
|
| 1254 |
+
"learning_rate": 4.6191081161454105e-07,
|
| 1255 |
+
"loss": 0.3136,
|
| 1256 |
+
"step": 178
|
| 1257 |
+
},
|
| 1258 |
+
{
|
| 1259 |
+
"epoch": 0.5535369153459606,
|
| 1260 |
+
"grad_norm": 4.40234375,
|
| 1261 |
+
"learning_rate": 4.5684415580552705e-07,
|
| 1262 |
+
"loss": 0.6098,
|
| 1263 |
+
"step": 179
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"epoch": 0.5566293003478933,
|
| 1267 |
+
"grad_norm": 1.5966796875,
|
| 1268 |
+
"learning_rate": 4.517819608572167e-07,
|
| 1269 |
+
"loss": 0.3585,
|
| 1270 |
+
"step": 180
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"epoch": 0.559721685349826,
|
| 1274 |
+
"grad_norm": 2.55078125,
|
| 1275 |
+
"learning_rate": 4.46724750030062e-07,
|
| 1276 |
+
"loss": 0.4844,
|
| 1277 |
+
"step": 181
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"epoch": 0.5628140703517588,
|
| 1281 |
+
"grad_norm": 1.9521484375,
|
| 1282 |
+
"learning_rate": 4.4167304606932387e-07,
|
| 1283 |
+
"loss": 0.4035,
|
| 1284 |
+
"step": 182
|
| 1285 |
+
},
|
| 1286 |
+
{
|
| 1287 |
+
"epoch": 0.5659064553536916,
|
| 1288 |
+
"grad_norm": 1.388671875,
|
| 1289 |
+
"learning_rate": 4.366273711510392e-07,
|
| 1290 |
+
"loss": 0.4476,
|
| 1291 |
+
"step": 183
|
| 1292 |
+
},
|
| 1293 |
+
{
|
| 1294 |
+
"epoch": 0.5689988403556243,
|
| 1295 |
+
"grad_norm": 1.3515625,
|
| 1296 |
+
"learning_rate": 4.3158824682804496e-07,
|
| 1297 |
+
"loss": 0.5406,
|
| 1298 |
+
"step": 184
|
| 1299 |
+
},
|
| 1300 |
+
{
|
| 1301 |
+
"epoch": 0.572091225357557,
|
| 1302 |
+
"grad_norm": 0.96630859375,
|
| 1303 |
+
"learning_rate": 4.26556193976067e-07,
|
| 1304 |
+
"loss": 0.4346,
|
| 1305 |
+
"step": 185
|
| 1306 |
+
},
|
| 1307 |
+
{
|
| 1308 |
+
"epoch": 0.5751836103594897,
|
| 1309 |
+
"grad_norm": 0.6376953125,
|
| 1310 |
+
"learning_rate": 4.215317327398794e-07,
|
| 1311 |
+
"loss": 0.4279,
|
| 1312 |
+
"step": 186
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"epoch": 0.5782759953614225,
|
| 1316 |
+
"grad_norm": 9.0703125,
|
| 1317 |
+
"learning_rate": 4.1651538247953897e-07,
|
| 1318 |
+
"loss": 0.4792,
|
| 1319 |
+
"step": 187
|
| 1320 |
+
},
|
| 1321 |
+
{
|
| 1322 |
+
"epoch": 0.5813683803633553,
|
| 1323 |
+
"grad_norm": 1.244140625,
|
| 1324 |
+
"learning_rate": 4.1150766171670035e-07,
|
| 1325 |
+
"loss": 0.4545,
|
| 1326 |
+
"step": 188
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"epoch": 0.584460765365288,
|
| 1330 |
+
"grad_norm": 4.0703125,
|
| 1331 |
+
"learning_rate": 4.065090880810196e-07,
|
| 1332 |
+
"loss": 0.604,
|
| 1333 |
+
"step": 189
|
| 1334 |
+
},
|
| 1335 |
+
{
|
| 1336 |
+
"epoch": 0.5875531503672207,
|
| 1337 |
+
"grad_norm": 0.93212890625,
|
| 1338 |
+
"learning_rate": 4.015201782566471e-07,
|
| 1339 |
+
"loss": 0.4786,
|
| 1340 |
+
"step": 190
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"epoch": 0.5906455353691534,
|
| 1344 |
+
"grad_norm": 1.796875,
|
| 1345 |
+
"learning_rate": 3.9654144792882084e-07,
|
| 1346 |
+
"loss": 0.3736,
|
| 1347 |
+
"step": 191
|
| 1348 |
+
},
|
| 1349 |
+
{
|
| 1350 |
+
"epoch": 0.5937379203710862,
|
| 1351 |
+
"grad_norm": 1.001953125,
|
| 1352 |
+
"learning_rate": 3.9157341173056236e-07,
|
| 1353 |
+
"loss": 0.4834,
|
| 1354 |
+
"step": 192
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"epoch": 0.596830305373019,
|
| 1358 |
+
"grad_norm": 1.076171875,
|
| 1359 |
+
"learning_rate": 3.866165831894795e-07,
|
| 1360 |
+
"loss": 0.4159,
|
| 1361 |
+
"step": 193
|
| 1362 |
+
},
|
| 1363 |
+
{
|
| 1364 |
+
"epoch": 0.5999226903749517,
|
| 1365 |
+
"grad_norm": 0.81005859375,
|
| 1366 |
+
"learning_rate": 3.8167147467468647e-07,
|
| 1367 |
+
"loss": 0.4358,
|
| 1368 |
+
"step": 194
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"epoch": 0.6030150753768844,
|
| 1372 |
+
"grad_norm": 0.82470703125,
|
| 1373 |
+
"learning_rate": 3.767385973438415e-07,
|
| 1374 |
+
"loss": 0.492,
|
| 1375 |
+
"step": 195
|
| 1376 |
+
},
|
| 1377 |
+
{
|
| 1378 |
+
"epoch": 0.6061074603788171,
|
| 1379 |
+
"grad_norm": 1.3232421875,
|
| 1380 |
+
"learning_rate": 3.7181846109031e-07,
|
| 1381 |
+
"loss": 0.3175,
|
| 1382 |
+
"step": 196
|
| 1383 |
+
},
|
| 1384 |
+
{
|
| 1385 |
+
"epoch": 0.6091998453807499,
|
| 1386 |
+
"grad_norm": 0.5888671875,
|
| 1387 |
+
"learning_rate": 3.669115744904591e-07,
|
| 1388 |
+
"loss": 0.3646,
|
| 1389 |
+
"step": 197
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"epoch": 0.6122922303826827,
|
| 1393 |
+
"grad_norm": 0.873046875,
|
| 1394 |
+
"learning_rate": 3.6201844475108876e-07,
|
| 1395 |
+
"loss": 0.4751,
|
| 1396 |
+
"step": 198
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"epoch": 0.6153846153846154,
|
| 1400 |
+
"grad_norm": 0.5419921875,
|
| 1401 |
+
"learning_rate": 3.571395776570022e-07,
|
| 1402 |
+
"loss": 0.3102,
|
| 1403 |
+
"step": 199
|
| 1404 |
+
},
|
| 1405 |
+
{
|
| 1406 |
+
"epoch": 0.6184770003865481,
|
| 1407 |
+
"grad_norm": 2.56640625,
|
| 1408 |
+
"learning_rate": 3.5227547751872544e-07,
|
| 1409 |
+
"loss": 0.5683,
|
| 1410 |
+
"step": 200
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"epoch": 0.6215693853884808,
|
| 1414 |
+
"grad_norm": 0.62353515625,
|
| 1415 |
+
"learning_rate": 3.4742664712037936e-07,
|
| 1416 |
+
"loss": 0.2254,
|
| 1417 |
+
"step": 201
|
| 1418 |
+
},
|
| 1419 |
+
{
|
| 1420 |
+
"epoch": 0.6246617703904136,
|
| 1421 |
+
"grad_norm": 1.439453125,
|
| 1422 |
+
"learning_rate": 3.4259358766770764e-07,
|
| 1423 |
+
"loss": 0.5249,
|
| 1424 |
+
"step": 202
|
| 1425 |
+
},
|
| 1426 |
+
{
|
| 1427 |
+
"epoch": 0.6277541553923464,
|
| 1428 |
+
"grad_norm": 0.68310546875,
|
| 1429 |
+
"learning_rate": 3.3777679873626897e-07,
|
| 1430 |
+
"loss": 0.2239,
|
| 1431 |
+
"step": 203
|
| 1432 |
+
},
|
| 1433 |
+
{
|
| 1434 |
+
"epoch": 0.6308465403942791,
|
| 1435 |
+
"grad_norm": 1.341796875,
|
| 1436 |
+
"learning_rate": 3.329767782197991e-07,
|
| 1437 |
+
"loss": 0.4764,
|
| 1438 |
+
"step": 204
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"epoch": 0.6339389253962119,
|
| 1442 |
+
"grad_norm": 0.888671875,
|
| 1443 |
+
"learning_rate": 3.281940222787436e-07,
|
| 1444 |
+
"loss": 0.4993,
|
| 1445 |
+
"step": 205
|
| 1446 |
+
},
|
| 1447 |
+
{
|
| 1448 |
+
"epoch": 0.6370313103981445,
|
| 1449 |
+
"grad_norm": 0.79150390625,
|
| 1450 |
+
"learning_rate": 3.2342902528897274e-07,
|
| 1451 |
+
"loss": 0.4186,
|
| 1452 |
+
"step": 206
|
| 1453 |
+
},
|
| 1454 |
+
{
|
| 1455 |
+
"epoch": 0.6401236954000773,
|
| 1456 |
+
"grad_norm": 3.265625,
|
| 1457 |
+
"learning_rate": 3.186822797906798e-07,
|
| 1458 |
+
"loss": 0.8248,
|
| 1459 |
+
"step": 207
|
| 1460 |
+
},
|
| 1461 |
+
{
|
| 1462 |
+
"epoch": 0.6432160804020101,
|
| 1463 |
+
"grad_norm": 0.61328125,
|
| 1464 |
+
"learning_rate": 3.13954276437468e-07,
|
| 1465 |
+
"loss": 0.4087,
|
| 1466 |
+
"step": 208
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"epoch": 0.6463084654039428,
|
| 1470 |
+
"grad_norm": 0.62451171875,
|
| 1471 |
+
"learning_rate": 3.092455039456343e-07,
|
| 1472 |
+
"loss": 0.3882,
|
| 1473 |
+
"step": 209
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"epoch": 0.6494008504058756,
|
| 1477 |
+
"grad_norm": 0.65576171875,
|
| 1478 |
+
"learning_rate": 3.0455644904365227e-07,
|
| 1479 |
+
"loss": 0.2988,
|
| 1480 |
+
"step": 210
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"epoch": 0.6524932354078082,
|
| 1484 |
+
"grad_norm": 0.7490234375,
|
| 1485 |
+
"learning_rate": 2.9988759642186093e-07,
|
| 1486 |
+
"loss": 0.4568,
|
| 1487 |
+
"step": 211
|
| 1488 |
+
},
|
| 1489 |
+
{
|
| 1490 |
+
"epoch": 0.655585620409741,
|
| 1491 |
+
"grad_norm": 1.8974609375,
|
| 1492 |
+
"learning_rate": 2.952394286823641e-07,
|
| 1493 |
+
"loss": 0.538,
|
| 1494 |
+
"step": 212
|
| 1495 |
+
},
|
| 1496 |
+
{
|
| 1497 |
+
"epoch": 0.6586780054116738,
|
| 1498 |
+
"grad_norm": 0.83642578125,
|
| 1499 |
+
"learning_rate": 2.9061242628914506e-07,
|
| 1500 |
+
"loss": 0.5517,
|
| 1501 |
+
"step": 213
|
| 1502 |
+
},
|
| 1503 |
+
{
|
| 1504 |
+
"epoch": 0.6617703904136065,
|
| 1505 |
+
"grad_norm": 0.681640625,
|
| 1506 |
+
"learning_rate": 2.860070675184036e-07,
|
| 1507 |
+
"loss": 0.3914,
|
| 1508 |
+
"step": 214
|
| 1509 |
+
},
|
| 1510 |
+
{
|
| 1511 |
+
"epoch": 0.6648627754155393,
|
| 1512 |
+
"grad_norm": 0.5283203125,
|
| 1513 |
+
"learning_rate": 2.8142382840911745e-07,
|
| 1514 |
+
"loss": 0.2799,
|
| 1515 |
+
"step": 215
|
| 1516 |
+
},
|
| 1517 |
+
{
|
| 1518 |
+
"epoch": 0.6679551604174719,
|
| 1519 |
+
"grad_norm": 0.83740234375,
|
| 1520 |
+
"learning_rate": 2.7686318271383713e-07,
|
| 1521 |
+
"loss": 0.3534,
|
| 1522 |
+
"step": 216
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"epoch": 0.6710475454194047,
|
| 1526 |
+
"grad_norm": 0.69970703125,
|
| 1527 |
+
"learning_rate": 2.723256018497143e-07,
|
| 1528 |
+
"loss": 0.4005,
|
| 1529 |
+
"step": 217
|
| 1530 |
+
},
|
| 1531 |
+
{
|
| 1532 |
+
"epoch": 0.6741399304213375,
|
| 1533 |
+
"grad_norm": 1.87109375,
|
| 1534 |
+
"learning_rate": 2.6781155484977494e-07,
|
| 1535 |
+
"loss": 0.514,
|
| 1536 |
+
"step": 218
|
| 1537 |
+
},
|
| 1538 |
+
{
|
| 1539 |
+
"epoch": 0.6772323154232702,
|
| 1540 |
+
"grad_norm": 0.94580078125,
|
| 1541 |
+
"learning_rate": 2.633215083144352e-07,
|
| 1542 |
+
"loss": 0.4112,
|
| 1543 |
+
"step": 219
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"epoch": 0.680324700425203,
|
| 1547 |
+
"grad_norm": 0.72900390625,
|
| 1548 |
+
"learning_rate": 2.5885592636327186e-07,
|
| 1549 |
+
"loss": 0.4113,
|
| 1550 |
+
"step": 220
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"epoch": 0.6834170854271356,
|
| 1554 |
+
"grad_norm": 0.546875,
|
| 1555 |
+
"learning_rate": 2.5441527058704827e-07,
|
| 1556 |
+
"loss": 0.312,
|
| 1557 |
+
"step": 221
|
| 1558 |
+
},
|
| 1559 |
+
{
|
| 1560 |
+
"epoch": 0.6865094704290684,
|
| 1561 |
+
"grad_norm": 0.68310546875,
|
| 1562 |
+
"learning_rate": 2.500000000000001e-07,
|
| 1563 |
+
"loss": 0.4087,
|
| 1564 |
+
"step": 222
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"epoch": 0.6896018554310012,
|
| 1568 |
+
"grad_norm": 0.68994140625,
|
| 1569 |
+
"learning_rate": 2.4561057099238967e-07,
|
| 1570 |
+
"loss": 0.4743,
|
| 1571 |
+
"step": 223
|
| 1572 |
+
},
|
| 1573 |
+
{
|
| 1574 |
+
"epoch": 0.6926942404329339,
|
| 1575 |
+
"grad_norm": 1.1025390625,
|
| 1576 |
+
"learning_rate": 2.41247437283331e-07,
|
| 1577 |
+
"loss": 0.4837,
|
| 1578 |
+
"step": 224
|
| 1579 |
+
},
|
| 1580 |
+
{
|
| 1581 |
+
"epoch": 0.6957866254348667,
|
| 1582 |
+
"grad_norm": 0.8369140625,
|
| 1583 |
+
"learning_rate": 2.369110498738892e-07,
|
| 1584 |
+
"loss": 0.6041,
|
| 1585 |
+
"step": 225
|
| 1586 |
+
},
|
| 1587 |
+
{
|
| 1588 |
+
"epoch": 0.6988790104367993,
|
| 1589 |
+
"grad_norm": 0.7314453125,
|
| 1590 |
+
"learning_rate": 2.3260185700046292e-07,
|
| 1591 |
+
"loss": 0.4076,
|
| 1592 |
+
"step": 226
|
| 1593 |
+
},
|
| 1594 |
+
{
|
| 1595 |
+
"epoch": 0.7019713954387321,
|
| 1596 |
+
"grad_norm": 0.755859375,
|
| 1597 |
+
"learning_rate": 2.2832030408845238e-07,
|
| 1598 |
+
"loss": 0.3234,
|
| 1599 |
+
"step": 227
|
| 1600 |
+
},
|
| 1601 |
+
{
|
| 1602 |
+
"epoch": 0.7050637804406649,
|
| 1603 |
+
"grad_norm": 0.53466796875,
|
| 1604 |
+
"learning_rate": 2.2406683370621615e-07,
|
| 1605 |
+
"loss": 0.3365,
|
| 1606 |
+
"step": 228
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"epoch": 0.7081561654425976,
|
| 1610 |
+
"grad_norm": 0.9033203125,
|
| 1611 |
+
"learning_rate": 2.1984188551932508e-07,
|
| 1612 |
+
"loss": 0.4372,
|
| 1613 |
+
"step": 229
|
| 1614 |
+
},
|
| 1615 |
+
{
|
| 1616 |
+
"epoch": 0.7112485504445304,
|
| 1617 |
+
"grad_norm": 0.6357421875,
|
| 1618 |
+
"learning_rate": 2.1564589624511637e-07,
|
| 1619 |
+
"loss": 0.4265,
|
| 1620 |
+
"step": 230
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"epoch": 0.714340935446463,
|
| 1624 |
+
"grad_norm": 0.865234375,
|
| 1625 |
+
"learning_rate": 2.114792996075503e-07,
|
| 1626 |
+
"loss": 0.3074,
|
| 1627 |
+
"step": 231
|
| 1628 |
+
},
|
| 1629 |
+
{
|
| 1630 |
+
"epoch": 0.7174333204483958,
|
| 1631 |
+
"grad_norm": 2.876953125,
|
| 1632 |
+
"learning_rate": 2.0734252629237892e-07,
|
| 1633 |
+
"loss": 0.4653,
|
| 1634 |
+
"step": 232
|
| 1635 |
+
},
|
| 1636 |
+
{
|
| 1637 |
+
"epoch": 0.7205257054503286,
|
| 1638 |
+
"grad_norm": 0.7939453125,
|
| 1639 |
+
"learning_rate": 2.0323600390262742e-07,
|
| 1640 |
+
"loss": 0.3628,
|
| 1641 |
+
"step": 233
|
| 1642 |
+
},
|
| 1643 |
+
{
|
| 1644 |
+
"epoch": 0.7236180904522613,
|
| 1645 |
+
"grad_norm": 0.87744140625,
|
| 1646 |
+
"learning_rate": 1.991601569143938e-07,
|
| 1647 |
+
"loss": 0.4211,
|
| 1648 |
+
"step": 234
|
| 1649 |
+
},
|
| 1650 |
+
{
|
| 1651 |
+
"epoch": 0.7267104754541941,
|
| 1652 |
+
"grad_norm": 0.72607421875,
|
| 1653 |
+
"learning_rate": 1.9511540663297282e-07,
|
| 1654 |
+
"loss": 0.4046,
|
| 1655 |
+
"step": 235
|
| 1656 |
+
},
|
| 1657 |
+
{
|
| 1658 |
+
"epoch": 0.7298028604561267,
|
| 1659 |
+
"grad_norm": 0.5517578125,
|
| 1660 |
+
"learning_rate": 1.9110217114930766e-07,
|
| 1661 |
+
"loss": 0.3374,
|
| 1662 |
+
"step": 236
|
| 1663 |
+
},
|
| 1664 |
+
{
|
| 1665 |
+
"epoch": 0.7328952454580595,
|
| 1666 |
+
"grad_norm": 0.54150390625,
|
| 1667 |
+
"learning_rate": 1.871208652967721e-07,
|
| 1668 |
+
"loss": 0.279,
|
| 1669 |
+
"step": 237
|
| 1670 |
+
},
|
| 1671 |
+
{
|
| 1672 |
+
"epoch": 0.7359876304599923,
|
| 1673 |
+
"grad_norm": 0.65283203125,
|
| 1674 |
+
"learning_rate": 1.831719006082924e-07,
|
| 1675 |
+
"loss": 0.2825,
|
| 1676 |
+
"step": 238
|
| 1677 |
+
},
|
| 1678 |
+
{
|
| 1679 |
+
"epoch": 0.739080015461925,
|
| 1680 |
+
"grad_norm": 0.8046875,
|
| 1681 |
+
"learning_rate": 1.7925568527380713e-07,
|
| 1682 |
+
"loss": 0.4046,
|
| 1683 |
+
"step": 239
|
| 1684 |
+
},
|
| 1685 |
+
{
|
| 1686 |
+
"epoch": 0.7421724004638578,
|
| 1687 |
+
"grad_norm": 0.671875,
|
| 1688 |
+
"learning_rate": 1.7537262409807475e-07,
|
| 1689 |
+
"loss": 0.2117,
|
| 1690 |
+
"step": 240
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"epoch": 0.7452647854657904,
|
| 1694 |
+
"grad_norm": 0.6513671875,
|
| 1695 |
+
"learning_rate": 1.7152311845883094e-07,
|
| 1696 |
+
"loss": 0.2691,
|
| 1697 |
+
"step": 241
|
| 1698 |
+
},
|
| 1699 |
+
{
|
| 1700 |
+
"epoch": 0.7483571704677232,
|
| 1701 |
+
"grad_norm": 0.8837890625,
|
| 1702 |
+
"learning_rate": 1.6770756626529863e-07,
|
| 1703 |
+
"loss": 0.4251,
|
| 1704 |
+
"step": 242
|
| 1705 |
+
},
|
| 1706 |
+
{
|
| 1707 |
+
"epoch": 0.751449555469656,
|
| 1708 |
+
"grad_norm": 0.5244140625,
|
| 1709 |
+
"learning_rate": 1.6392636191705816e-07,
|
| 1710 |
+
"loss": 0.4076,
|
| 1711 |
+
"step": 243
|
| 1712 |
+
},
|
| 1713 |
+
{
|
| 1714 |
+
"epoch": 0.7545419404715887,
|
| 1715 |
+
"grad_norm": 0.7734375,
|
| 1716 |
+
"learning_rate": 1.6017989626327988e-07,
|
| 1717 |
+
"loss": 0.2988,
|
| 1718 |
+
"step": 244
|
| 1719 |
+
},
|
| 1720 |
+
{
|
| 1721 |
+
"epoch": 0.7576343254735215,
|
| 1722 |
+
"grad_norm": 0.6533203125,
|
| 1723 |
+
"learning_rate": 1.5646855656232294e-07,
|
| 1724 |
+
"loss": 0.3373,
|
| 1725 |
+
"step": 245
|
| 1726 |
+
},
|
| 1727 |
+
{
|
| 1728 |
+
"epoch": 0.7607267104754541,
|
| 1729 |
+
"grad_norm": 0.64794921875,
|
| 1730 |
+
"learning_rate": 1.52792726441706e-07,
|
| 1731 |
+
"loss": 0.4431,
|
| 1732 |
+
"step": 246
|
| 1733 |
+
},
|
| 1734 |
+
{
|
| 1735 |
+
"epoch": 0.7638190954773869,
|
| 1736 |
+
"grad_norm": 0.6474609375,
|
| 1737 |
+
"learning_rate": 1.4915278585845347e-07,
|
| 1738 |
+
"loss": 0.3279,
|
| 1739 |
+
"step": 247
|
| 1740 |
+
},
|
| 1741 |
+
{
|
| 1742 |
+
"epoch": 0.7669114804793197,
|
| 1743 |
+
"grad_norm": 0.8359375,
|
| 1744 |
+
"learning_rate": 1.455491110598202e-07,
|
| 1745 |
+
"loss": 0.4269,
|
| 1746 |
+
"step": 248
|
| 1747 |
+
},
|
| 1748 |
+
{
|
| 1749 |
+
"epoch": 0.7700038654812524,
|
| 1750 |
+
"grad_norm": 0.85546875,
|
| 1751 |
+
"learning_rate": 1.4198207454440047e-07,
|
| 1752 |
+
"loss": 0.3652,
|
| 1753 |
+
"step": 249
|
| 1754 |
+
},
|
| 1755 |
+
{
|
| 1756 |
+
"epoch": 0.7730962504831852,
|
| 1757 |
+
"grad_norm": 0.61083984375,
|
| 1758 |
+
"learning_rate": 1.384520450236244e-07,
|
| 1759 |
+
"loss": 0.2506,
|
| 1760 |
+
"step": 250
|
| 1761 |
+
},
|
| 1762 |
+
{
|
| 1763 |
+
"epoch": 0.7761886354851179,
|
| 1764 |
+
"grad_norm": 0.6171875,
|
| 1765 |
+
"learning_rate": 1.3495938738364492e-07,
|
| 1766 |
+
"loss": 0.3047,
|
| 1767 |
+
"step": 251
|
| 1768 |
+
},
|
| 1769 |
+
{
|
| 1770 |
+
"epoch": 0.7792810204870506,
|
| 1771 |
+
"grad_norm": 1.380859375,
|
| 1772 |
+
"learning_rate": 1.3150446264762132e-07,
|
| 1773 |
+
"loss": 0.4607,
|
| 1774 |
+
"step": 252
|
| 1775 |
+
},
|
| 1776 |
+
{
|
| 1777 |
+
"epoch": 0.7823734054889834,
|
| 1778 |
+
"grad_norm": 0.576171875,
|
| 1779 |
+
"learning_rate": 1.28087627938402e-07,
|
| 1780 |
+
"loss": 0.3072,
|
| 1781 |
+
"step": 253
|
| 1782 |
+
},
|
| 1783 |
+
{
|
| 1784 |
+
"epoch": 0.7854657904909161,
|
| 1785 |
+
"grad_norm": 0.87646484375,
|
| 1786 |
+
"learning_rate": 1.2470923644160896e-07,
|
| 1787 |
+
"loss": 0.5576,
|
| 1788 |
+
"step": 254
|
| 1789 |
+
},
|
| 1790 |
+
{
|
| 1791 |
+
"epoch": 0.7885581754928489,
|
| 1792 |
+
"grad_norm": 0.425048828125,
|
| 1793 |
+
"learning_rate": 1.2136963736913115e-07,
|
| 1794 |
+
"loss": 0.2187,
|
| 1795 |
+
"step": 255
|
| 1796 |
+
},
|
| 1797 |
+
{
|
| 1798 |
+
"epoch": 0.7916505604947816,
|
| 1799 |
+
"grad_norm": 0.5986328125,
|
| 1800 |
+
"learning_rate": 1.1806917592302761e-07,
|
| 1801 |
+
"loss": 0.1589,
|
| 1802 |
+
"step": 256
|
| 1803 |
+
},
|
| 1804 |
+
{
|
| 1805 |
+
"epoch": 0.7947429454967143,
|
| 1806 |
+
"grad_norm": 0.5537109375,
|
| 1807 |
+
"learning_rate": 1.1480819325984487e-07,
|
| 1808 |
+
"loss": 0.4095,
|
| 1809 |
+
"step": 257
|
| 1810 |
+
},
|
| 1811 |
+
{
|
| 1812 |
+
"epoch": 0.7978353304986471,
|
| 1813 |
+
"grad_norm": 1.091796875,
|
| 1814 |
+
"learning_rate": 1.1158702645535284e-07,
|
| 1815 |
+
"loss": 0.3544,
|
| 1816 |
+
"step": 258
|
| 1817 |
+
},
|
| 1818 |
+
{
|
| 1819 |
+
"epoch": 0.8009277155005798,
|
| 1820 |
+
"grad_norm": 0.7041015625,
|
| 1821 |
+
"learning_rate": 1.0840600846970333e-07,
|
| 1822 |
+
"loss": 0.5995,
|
| 1823 |
+
"step": 259
|
| 1824 |
+
},
|
| 1825 |
+
{
|
| 1826 |
+
"epoch": 0.8040201005025126,
|
| 1827 |
+
"grad_norm": 0.537109375,
|
| 1828 |
+
"learning_rate": 1.0526546811301201e-07,
|
| 1829 |
+
"loss": 0.3507,
|
| 1830 |
+
"step": 260
|
| 1831 |
+
},
|
| 1832 |
+
{
|
| 1833 |
+
"epoch": 0.8071124855044453,
|
| 1834 |
+
"grad_norm": 0.87353515625,
|
| 1835 |
+
"learning_rate": 1.0216573001137125e-07,
|
| 1836 |
+
"loss": 0.3064,
|
| 1837 |
+
"step": 261
|
| 1838 |
+
},
|
| 1839 |
+
{
|
| 1840 |
+
"epoch": 0.810204870506378,
|
| 1841 |
+
"grad_norm": 0.6005859375,
|
| 1842 |
+
"learning_rate": 9.910711457329479e-08,
|
| 1843 |
+
"loss": 0.3378,
|
| 1844 |
+
"step": 262
|
| 1845 |
+
},
|
| 1846 |
+
{
|
| 1847 |
+
"epoch": 0.8132972555083108,
|
| 1848 |
+
"grad_norm": 0.771484375,
|
| 1849 |
+
"learning_rate": 9.608993795659764e-08,
|
| 1850 |
+
"loss": 0.4614,
|
| 1851 |
+
"step": 263
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"epoch": 0.8163896405102435,
|
| 1855 |
+
"grad_norm": 0.7861328125,
|
| 1856 |
+
"learning_rate": 9.311451203571696e-08,
|
| 1857 |
+
"loss": 0.6272,
|
| 1858 |
+
"step": 264
|
| 1859 |
+
},
|
| 1860 |
+
{
|
| 1861 |
+
"epoch": 0.8194820255121763,
|
| 1862 |
+
"grad_norm": 0.8525390625,
|
| 1863 |
+
"learning_rate": 9.018114436947372e-08,
|
| 1864 |
+
"loss": 0.4334,
|
| 1865 |
+
"step": 265
|
| 1866 |
+
},
|
| 1867 |
+
{
|
| 1868 |
+
"epoch": 0.822574410514109,
|
| 1869 |
+
"grad_norm": 1.06640625,
|
| 1870 |
+
"learning_rate": 8.729013816928237e-08,
|
| 1871 |
+
"loss": 0.6624,
|
| 1872 |
+
"step": 266
|
| 1873 |
+
},
|
| 1874 |
+
{
|
| 1875 |
+
"epoch": 0.8256667955160417,
|
| 1876 |
+
"grad_norm": 1.2724609375,
|
| 1877 |
+
"learning_rate": 8.444179226780823e-08,
|
| 1878 |
+
"loss": 0.6581,
|
| 1879 |
+
"step": 267
|
| 1880 |
+
},
|
| 1881 |
+
{
|
| 1882 |
+
"epoch": 0.8287591805179745,
|
| 1883 |
+
"grad_norm": 0.6708984375,
|
| 1884 |
+
"learning_rate": 8.163640108807895e-08,
|
| 1885 |
+
"loss": 0.4066,
|
| 1886 |
+
"step": 268
|
| 1887 |
+
},
|
| 1888 |
+
{
|
| 1889 |
+
"epoch": 0.8318515655199072,
|
| 1890 |
+
"grad_norm": 3.0078125,
|
| 1891 |
+
"learning_rate": 7.887425461305058e-08,
|
| 1892 |
+
"loss": 0.4167,
|
| 1893 |
+
"step": 269
|
| 1894 |
+
},
|
| 1895 |
+
{
|
| 1896 |
+
"epoch": 0.83494395052184,
|
| 1897 |
+
"grad_norm": 0.73974609375,
|
| 1898 |
+
"learning_rate": 7.615563835563338e-08,
|
| 1899 |
+
"loss": 0.3167,
|
| 1900 |
+
"step": 270
|
| 1901 |
+
},
|
| 1902 |
+
{
|
| 1903 |
+
"epoch": 0.8380363355237727,
|
| 1904 |
+
"grad_norm": 0.65234375,
|
| 1905 |
+
"learning_rate": 7.348083332917926e-08,
|
| 1906 |
+
"loss": 0.2428,
|
| 1907 |
+
"step": 271
|
| 1908 |
+
},
|
| 1909 |
+
{
|
| 1910 |
+
"epoch": 0.8411287205257054,
|
| 1911 |
+
"grad_norm": 0.578125,
|
| 1912 |
+
"learning_rate": 7.085011601843437e-08,
|
| 1913 |
+
"loss": 0.3718,
|
| 1914 |
+
"step": 272
|
| 1915 |
+
},
|
| 1916 |
+
{
|
| 1917 |
+
"epoch": 0.8442211055276382,
|
| 1918 |
+
"grad_norm": 0.54150390625,
|
| 1919 |
+
"learning_rate": 6.826375835096038e-08,
|
| 1920 |
+
"loss": 0.2463,
|
| 1921 |
+
"step": 273
|
| 1922 |
+
},
|
| 1923 |
+
{
|
| 1924 |
+
"epoch": 0.847313490529571,
|
| 1925 |
+
"grad_norm": 0.54248046875,
|
| 1926 |
+
"learning_rate": 6.572202766902568e-08,
|
| 1927 |
+
"loss": 0.3427,
|
| 1928 |
+
"step": 274
|
| 1929 |
+
},
|
| 1930 |
+
{
|
| 1931 |
+
"epoch": 0.8504058755315037,
|
| 1932 |
+
"grad_norm": 0.916015625,
|
| 1933 |
+
"learning_rate": 6.322518670197141e-08,
|
| 1934 |
+
"loss": 0.815,
|
| 1935 |
+
"step": 275
|
| 1936 |
+
},
|
| 1937 |
+
{
|
| 1938 |
+
"epoch": 0.8534982605334364,
|
| 1939 |
+
"grad_norm": 0.70068359375,
|
| 1940 |
+
"learning_rate": 6.077349353905464e-08,
|
| 1941 |
+
"loss": 0.5081,
|
| 1942 |
+
"step": 276
|
| 1943 |
+
},
|
| 1944 |
+
{
|
| 1945 |
+
"epoch": 0.8565906455353691,
|
| 1946 |
+
"grad_norm": 0.71240234375,
|
| 1947 |
+
"learning_rate": 5.83672016027697e-08,
|
| 1948 |
+
"loss": 0.2721,
|
| 1949 |
+
"step": 277
|
| 1950 |
+
},
|
| 1951 |
+
{
|
| 1952 |
+
"epoch": 0.8596830305373019,
|
| 1953 |
+
"grad_norm": 0.446044921875,
|
| 1954 |
+
"learning_rate": 5.600655962265344e-08,
|
| 1955 |
+
"loss": 0.2394,
|
| 1956 |
+
"step": 278
|
| 1957 |
+
},
|
| 1958 |
+
{
|
| 1959 |
+
"epoch": 0.8627754155392346,
|
| 1960 |
+
"grad_norm": 0.84130859375,
|
| 1961 |
+
"learning_rate": 5.3691811609574974e-08,
|
| 1962 |
+
"loss": 0.351,
|
| 1963 |
+
"step": 279
|
| 1964 |
+
},
|
| 1965 |
+
{
|
| 1966 |
+
"epoch": 0.8658678005411674,
|
| 1967 |
+
"grad_norm": 0.56689453125,
|
| 1968 |
+
"learning_rate": 5.142319683051299e-08,
|
| 1969 |
+
"loss": 0.4396,
|
| 1970 |
+
"step": 280
|
| 1971 |
+
},
|
| 1972 |
+
{
|
| 1973 |
+
"epoch": 0.8689601855431001,
|
| 1974 |
+
"grad_norm": 0.79345703125,
|
| 1975 |
+
"learning_rate": 4.9200949783823383e-08,
|
| 1976 |
+
"loss": 0.4723,
|
| 1977 |
+
"step": 281
|
| 1978 |
+
},
|
| 1979 |
+
{
|
| 1980 |
+
"epoch": 0.8720525705450328,
|
| 1981 |
+
"grad_norm": 0.6572265625,
|
| 1982 |
+
"learning_rate": 4.702530017500067e-08,
|
| 1983 |
+
"loss": 0.2723,
|
| 1984 |
+
"step": 282
|
| 1985 |
+
},
|
| 1986 |
+
{
|
| 1987 |
+
"epoch": 0.8751449555469656,
|
| 1988 |
+
"grad_norm": 0.7958984375,
|
| 1989 |
+
"learning_rate": 4.489647289293369e-08,
|
| 1990 |
+
"loss": 0.4037,
|
| 1991 |
+
"step": 283
|
| 1992 |
+
},
|
| 1993 |
+
{
|
| 1994 |
+
"epoch": 0.8782373405488983,
|
| 1995 |
+
"grad_norm": 0.56005859375,
|
| 1996 |
+
"learning_rate": 4.281468798665949e-08,
|
| 1997 |
+
"loss": 0.3291,
|
| 1998 |
+
"step": 284
|
| 1999 |
+
},
|
| 2000 |
+
{
|
| 2001 |
+
"epoch": 0.8813297255508311,
|
| 2002 |
+
"grad_norm": 0.6220703125,
|
| 2003 |
+
"learning_rate": 4.078016064261847e-08,
|
| 2004 |
+
"loss": 0.4081,
|
| 2005 |
+
"step": 285
|
| 2006 |
+
},
|
| 2007 |
+
{
|
| 2008 |
+
"epoch": 0.8844221105527639,
|
| 2009 |
+
"grad_norm": 1.3037109375,
|
| 2010 |
+
"learning_rate": 3.879310116241041e-08,
|
| 2011 |
+
"loss": 0.5833,
|
| 2012 |
+
"step": 286
|
| 2013 |
+
},
|
| 2014 |
+
{
|
| 2015 |
+
"epoch": 0.8875144955546965,
|
| 2016 |
+
"grad_norm": 0.72802734375,
|
| 2017 |
+
"learning_rate": 3.685371494105682e-08,
|
| 2018 |
+
"loss": 0.5027,
|
| 2019 |
+
"step": 287
|
| 2020 |
+
},
|
| 2021 |
+
{
|
| 2022 |
+
"epoch": 0.8906068805566293,
|
| 2023 |
+
"grad_norm": 0.46630859375,
|
| 2024 |
+
"learning_rate": 3.496220244577025e-08,
|
| 2025 |
+
"loss": 0.2311,
|
| 2026 |
+
"step": 288
|
| 2027 |
+
},
|
| 2028 |
+
{
|
| 2029 |
+
"epoch": 0.893699265558562,
|
| 2030 |
+
"grad_norm": 0.5966796875,
|
| 2031 |
+
"learning_rate": 3.311875919523227e-08,
|
| 2032 |
+
"loss": 0.4063,
|
| 2033 |
+
"step": 289
|
| 2034 |
+
},
|
| 2035 |
+
{
|
| 2036 |
+
"epoch": 0.8967916505604948,
|
| 2037 |
+
"grad_norm": 0.509765625,
|
| 2038 |
+
"learning_rate": 3.132357573938371e-08,
|
| 2039 |
+
"loss": 0.2633,
|
| 2040 |
+
"step": 290
|
| 2041 |
+
},
|
| 2042 |
+
{
|
| 2043 |
+
"epoch": 0.8998840355624276,
|
| 2044 |
+
"grad_norm": 0.48095703125,
|
| 2045 |
+
"learning_rate": 2.957683763972807e-08,
|
| 2046 |
+
"loss": 0.2012,
|
| 2047 |
+
"step": 291
|
| 2048 |
+
},
|
| 2049 |
+
{
|
| 2050 |
+
"epoch": 0.9029764205643602,
|
| 2051 |
+
"grad_norm": 0.970703125,
|
| 2052 |
+
"learning_rate": 2.7878725450150686e-08,
|
| 2053 |
+
"loss": 0.4094,
|
| 2054 |
+
"step": 292
|
| 2055 |
+
},
|
| 2056 |
+
{
|
| 2057 |
+
"epoch": 0.906068805566293,
|
| 2058 |
+
"grad_norm": 0.66796875,
|
| 2059 |
+
"learning_rate": 2.6229414698255904e-08,
|
| 2060 |
+
"loss": 0.572,
|
| 2061 |
+
"step": 293
|
| 2062 |
+
},
|
| 2063 |
+
{
|
| 2064 |
+
"epoch": 0.9091611905682258,
|
| 2065 |
+
"grad_norm": 0.5888671875,
|
| 2066 |
+
"learning_rate": 2.4629075867222847e-08,
|
| 2067 |
+
"loss": 0.2754,
|
| 2068 |
+
"step": 294
|
| 2069 |
+
},
|
| 2070 |
+
{
|
| 2071 |
+
"epoch": 0.9122535755701585,
|
| 2072 |
+
"grad_norm": 0.5322265625,
|
| 2073 |
+
"learning_rate": 2.3077874378183647e-08,
|
| 2074 |
+
"loss": 0.2989,
|
| 2075 |
+
"step": 295
|
| 2076 |
+
},
|
| 2077 |
+
{
|
| 2078 |
+
"epoch": 0.9153459605720913,
|
| 2079 |
+
"grad_norm": 0.572265625,
|
| 2080 |
+
"learning_rate": 2.1575970573124437e-08,
|
| 2081 |
+
"loss": 0.3489,
|
| 2082 |
+
"step": 296
|
| 2083 |
+
},
|
| 2084 |
+
{
|
| 2085 |
+
"epoch": 0.9184383455740239,
|
| 2086 |
+
"grad_norm": 2.1328125,
|
| 2087 |
+
"learning_rate": 2.0123519698311e-08,
|
| 2088 |
+
"loss": 0.4039,
|
| 2089 |
+
"step": 297
|
| 2090 |
+
},
|
| 2091 |
+
{
|
| 2092 |
+
"epoch": 0.9215307305759567,
|
| 2093 |
+
"grad_norm": 0.51806640625,
|
| 2094 |
+
"learning_rate": 1.8720671888242057e-08,
|
| 2095 |
+
"loss": 0.3504,
|
| 2096 |
+
"step": 298
|
| 2097 |
+
},
|
| 2098 |
+
{
|
| 2099 |
+
"epoch": 0.9246231155778895,
|
| 2100 |
+
"grad_norm": 1.0087890625,
|
| 2101 |
+
"learning_rate": 1.7367572150130128e-08,
|
| 2102 |
+
"loss": 0.2984,
|
| 2103 |
+
"step": 299
|
| 2104 |
+
},
|
| 2105 |
+
{
|
| 2106 |
+
"epoch": 0.9277155005798222,
|
| 2107 |
+
"grad_norm": 0.5478515625,
|
| 2108 |
+
"learning_rate": 1.6064360348912564e-08,
|
| 2109 |
+
"loss": 0.3781,
|
| 2110 |
+
"step": 300
|
| 2111 |
+
},
|
| 2112 |
+
{
|
| 2113 |
+
"epoch": 0.930807885581755,
|
| 2114 |
+
"grad_norm": 0.626953125,
|
| 2115 |
+
"learning_rate": 1.4811171192794624e-08,
|
| 2116 |
+
"loss": 0.323,
|
| 2117 |
+
"step": 301
|
| 2118 |
+
},
|
| 2119 |
+
{
|
| 2120 |
+
"epoch": 0.9339002705836876,
|
| 2121 |
+
"grad_norm": 0.452392578125,
|
| 2122 |
+
"learning_rate": 1.3608134219324885e-08,
|
| 2123 |
+
"loss": 0.1411,
|
| 2124 |
+
"step": 302
|
| 2125 |
+
},
|
| 2126 |
+
{
|
| 2127 |
+
"epoch": 0.9369926555856204,
|
| 2128 |
+
"grad_norm": 0.734375,
|
| 2129 |
+
"learning_rate": 1.245537378200534e-08,
|
| 2130 |
+
"loss": 0.436,
|
| 2131 |
+
"step": 303
|
| 2132 |
+
},
|
| 2133 |
+
{
|
| 2134 |
+
"epoch": 0.9400850405875532,
|
| 2135 |
+
"grad_norm": 0.59765625,
|
| 2136 |
+
"learning_rate": 1.1353009037437522e-08,
|
| 2137 |
+
"loss": 0.4505,
|
| 2138 |
+
"step": 304
|
| 2139 |
+
},
|
| 2140 |
+
{
|
| 2141 |
+
"epoch": 0.9431774255894859,
|
| 2142 |
+
"grad_norm": 0.8798828125,
|
| 2143 |
+
"learning_rate": 1.0301153933006123e-08,
|
| 2144 |
+
"loss": 0.4289,
|
| 2145 |
+
"step": 305
|
| 2146 |
+
},
|
| 2147 |
+
{
|
| 2148 |
+
"epoch": 0.9462698105914187,
|
| 2149 |
+
"grad_norm": 0.69970703125,
|
| 2150 |
+
"learning_rate": 9.299917195099927e-09,
|
| 2151 |
+
"loss": 0.3713,
|
| 2152 |
+
"step": 306
|
| 2153 |
+
},
|
| 2154 |
+
{
|
| 2155 |
+
"epoch": 0.9493621955933513,
|
| 2156 |
+
"grad_norm": 0.61572265625,
|
| 2157 |
+
"learning_rate": 8.349402317873788e-09,
|
| 2158 |
+
"loss": 0.4215,
|
| 2159 |
+
"step": 307
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"epoch": 0.9524545805952841,
|
| 2163 |
+
"grad_norm": 0.419677734375,
|
| 2164 |
+
"learning_rate": 7.449707552550533e-09,
|
| 2165 |
+
"loss": 0.2628,
|
| 2166 |
+
"step": 308
|
| 2167 |
+
},
|
| 2168 |
+
{
|
| 2169 |
+
"epoch": 0.9555469655972169,
|
| 2170 |
+
"grad_norm": 0.68994140625,
|
| 2171 |
+
"learning_rate": 6.600925897265186e-09,
|
| 2172 |
+
"loss": 0.4945,
|
| 2173 |
+
"step": 309
|
| 2174 |
+
},
|
| 2175 |
+
{
|
| 2176 |
+
"epoch": 0.9586393505991496,
|
| 2177 |
+
"grad_norm": 0.77587890625,
|
| 2178 |
+
"learning_rate": 5.803145087451944e-09,
|
| 2179 |
+
"loss": 0.6511,
|
| 2180 |
+
"step": 310
|
| 2181 |
+
},
|
| 2182 |
+
{
|
| 2183 |
+
"epoch": 0.9617317356010824,
|
| 2184 |
+
"grad_norm": 0.41259765625,
|
| 2185 |
+
"learning_rate": 5.056447586775592e-09,
|
| 2186 |
+
"loss": 0.3105,
|
| 2187 |
+
"step": 311
|
| 2188 |
+
},
|
| 2189 |
+
{
|
| 2190 |
+
"epoch": 0.964824120603015,
|
| 2191 |
+
"grad_norm": 0.4443359375,
|
| 2192 |
+
"learning_rate": 4.360910578607158e-09,
|
| 2193 |
+
"loss": 0.2486,
|
| 2194 |
+
"step": 312
|
| 2195 |
+
},
|
| 2196 |
+
{
|
| 2197 |
+
"epoch": 0.9679165056049478,
|
| 2198 |
+
"grad_norm": 0.57373046875,
|
| 2199 |
+
"learning_rate": 3.7166059580460706e-09,
|
| 2200 |
+
"loss": 0.3163,
|
| 2201 |
+
"step": 313
|
| 2202 |
+
},
|
| 2203 |
+
{
|
| 2204 |
+
"epoch": 0.9710088906068806,
|
| 2205 |
+
"grad_norm": 2.029296875,
|
| 2206 |
+
"learning_rate": 3.1236003244884954e-09,
|
| 2207 |
+
"loss": 0.3552,
|
| 2208 |
+
"step": 314
|
| 2209 |
+
},
|
| 2210 |
+
{
|
| 2211 |
+
"epoch": 0.9741012756088133,
|
| 2212 |
+
"grad_norm": 0.60791015625,
|
| 2213 |
+
"learning_rate": 2.5819549747431167e-09,
|
| 2214 |
+
"loss": 0.4722,
|
| 2215 |
+
"step": 315
|
| 2216 |
+
},
|
| 2217 |
+
{
|
| 2218 |
+
"epoch": 0.9771936606107461,
|
| 2219 |
+
"grad_norm": 0.6240234375,
|
| 2220 |
+
"learning_rate": 2.0917258966953734e-09,
|
| 2221 |
+
"loss": 0.3254,
|
| 2222 |
+
"step": 316
|
| 2223 |
+
},
|
| 2224 |
+
{
|
| 2225 |
+
"epoch": 0.9802860456126787,
|
| 2226 |
+
"grad_norm": 0.6259765625,
|
| 2227 |
+
"learning_rate": 1.65296376351981e-09,
|
| 2228 |
+
"loss": 0.3893,
|
| 2229 |
+
"step": 317
|
| 2230 |
+
},
|
| 2231 |
+
{
|
| 2232 |
+
"epoch": 0.9833784306146115,
|
| 2233 |
+
"grad_norm": 0.8466796875,
|
| 2234 |
+
"learning_rate": 1.2657139284425466e-09,
|
| 2235 |
+
"loss": 0.2895,
|
| 2236 |
+
"step": 318
|
| 2237 |
+
},
|
| 2238 |
+
{
|
| 2239 |
+
"epoch": 0.9864708156165443,
|
| 2240 |
+
"grad_norm": 2.890625,
|
| 2241 |
+
"learning_rate": 9.300164200530814e-10,
|
| 2242 |
+
"loss": 0.4493,
|
| 2243 |
+
"step": 319
|
| 2244 |
+
},
|
| 2245 |
+
{
|
| 2246 |
+
"epoch": 0.989563200618477,
|
| 2247 |
+
"grad_norm": 0.69873046875,
|
| 2248 |
+
"learning_rate": 6.459059381667686e-10,
|
| 2249 |
+
"loss": 0.4818,
|
| 2250 |
+
"step": 320
|
| 2251 |
+
},
|
| 2252 |
+
{
|
| 2253 |
+
"epoch": 0.9926555856204098,
|
| 2254 |
+
"grad_norm": 0.64501953125,
|
| 2255 |
+
"learning_rate": 4.1341185023785474e-10,
|
| 2256 |
+
"loss": 0.4492,
|
| 2257 |
+
"step": 321
|
| 2258 |
+
},
|
| 2259 |
+
{
|
| 2260 |
+
"epoch": 0.9957479706223424,
|
| 2261 |
+
"grad_norm": 0.92822265625,
|
| 2262 |
+
"learning_rate": 2.325581883242389e-10,
|
| 2263 |
+
"loss": 0.4671,
|
| 2264 |
+
"step": 322
|
| 2265 |
+
},
|
| 2266 |
+
{
|
| 2267 |
+
"epoch": 0.9988403556242752,
|
| 2268 |
+
"grad_norm": 0.80517578125,
|
| 2269 |
+
"learning_rate": 1.0336364660290531e-10,
|
| 2270 |
+
"loss": 0.3931,
|
| 2271 |
+
"step": 323
|
| 2272 |
+
},
|
| 2273 |
+
{
|
| 2274 |
+
"epoch": 1.0,
|
| 2275 |
+
"grad_norm": 2.533203125,
|
| 2276 |
+
"learning_rate": 2.5841579437968497e-11,
|
| 2277 |
+
"loss": 1.0097,
|
| 2278 |
+
"step": 324
|
| 2279 |
+
}
|
| 2280 |
+
],
|
| 2281 |
+
"logging_steps": 1,
|
| 2282 |
+
"max_steps": 324,
|
| 2283 |
+
"num_input_tokens_seen": 0,
|
| 2284 |
+
"num_train_epochs": 1,
|
| 2285 |
+
"save_steps": 200,
|
| 2286 |
+
"stateful_callbacks": {
|
| 2287 |
+
"TrainerControl": {
|
| 2288 |
+
"args": {
|
| 2289 |
+
"should_epoch_stop": false,
|
| 2290 |
+
"should_evaluate": false,
|
| 2291 |
+
"should_log": false,
|
| 2292 |
+
"should_save": true,
|
| 2293 |
+
"should_training_stop": true
|
| 2294 |
+
},
|
| 2295 |
+
"attributes": {}
|
| 2296 |
+
}
|
| 2297 |
+
},
|
| 2298 |
+
"total_flos": 2.6885162763841536e+18,
|
| 2299 |
+
"train_batch_size": 4,
|
| 2300 |
+
"trial_name": null,
|
| 2301 |
+
"trial_params": null
|
| 2302 |
+
}
|
checkpoint-324/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3063dc7c82841c5e87ffd4a20e3c05dd2f41b6eeb229102eecabe2f040f07c57
|
| 3 |
+
size 5841
|
checkpoint-324/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
config.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"dtype": "float16",
|
| 8 |
+
"eos_token_id": 151643,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 5120,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 17408,
|
| 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 |
+
"full_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"full_attention",
|
| 54 |
+
"full_attention"
|
| 55 |
+
],
|
| 56 |
+
"max_position_embeddings": 32768,
|
| 57 |
+
"max_window_layers": 40,
|
| 58 |
+
"model_type": "qwen3",
|
| 59 |
+
"num_attention_heads": 40,
|
| 60 |
+
"num_hidden_layers": 40,
|
| 61 |
+
"num_key_value_heads": 8,
|
| 62 |
+
"pad_token_id": 151643,
|
| 63 |
+
"rms_norm_eps": 1e-06,
|
| 64 |
+
"rope_scaling": null,
|
| 65 |
+
"rope_theta": 1000000,
|
| 66 |
+
"sliding_window": null,
|
| 67 |
+
"tie_word_embeddings": false,
|
| 68 |
+
"transformers_version": "4.56.1",
|
| 69 |
+
"use_cache": true,
|
| 70 |
+
"use_sliding_window": false,
|
| 71 |
+
"vocab_size": 151936
|
| 72 |
+
}
|
emergency_checkpoint/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 |
+
}
|
emergency_checkpoint/chat_template.jinja
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 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.role == "user") or (message.role == "system" and not loop.first) %}
|
| 27 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 28 |
+
{%- elif message.role == "assistant" %}
|
| 29 |
+
{%- set content = message.content %}
|
| 30 |
+
{%- set reasoning_content = '' %}
|
| 31 |
+
{%- if message.reasoning_content is defined and message.reasoning_content is not none %}
|
| 32 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 33 |
+
{%- else %}
|
| 34 |
+
{%- if '</think>' in message.content %}
|
| 35 |
+
{%- set content = message.content.split('</think>')[-1].lstrip('\n') %}
|
| 36 |
+
{%- set reasoning_content = message.content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{%- endif %}
|
| 39 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 40 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 41 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 42 |
+
{%- else %}
|
| 43 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- else %}
|
| 46 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- if message.tool_calls %}
|
| 49 |
+
{%- for tool_call in message.tool_calls %}
|
| 50 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 51 |
+
{{- '\n' }}
|
| 52 |
+
{%- endif %}
|
| 53 |
+
{%- if tool_call.function %}
|
| 54 |
+
{%- set tool_call = tool_call.function %}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 57 |
+
{{- tool_call.name }}
|
| 58 |
+
{{- '", "arguments": ' }}
|
| 59 |
+
{%- if tool_call.arguments is string %}
|
| 60 |
+
{{- tool_call.arguments }}
|
| 61 |
+
{%- else %}
|
| 62 |
+
{{- tool_call.arguments | tojson }}
|
| 63 |
+
{%- endif %}
|
| 64 |
+
{{- '}\n</tool_call>' }}
|
| 65 |
+
{%- endfor %}
|
| 66 |
+
{%- endif %}
|
| 67 |
+
{{- '<|im_end|>\n' }}
|
| 68 |
+
{%- elif message.role == "tool" %}
|
| 69 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 70 |
+
{{- '<|im_start|>user' }}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
{{- '\n<tool_response>\n' }}
|
| 73 |
+
{{- message.content }}
|
| 74 |
+
{{- '\n</tool_response>' }}
|
| 75 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 76 |
+
{{- '<|im_end|>\n' }}
|
| 77 |
+
{%- endif %}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
{%- endfor %}
|
| 80 |
+
{%- if add_generation_prompt %}
|
| 81 |
+
{{- '<|im_start|>assistant\n' }}
|
| 82 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 83 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 84 |
+
{%- endif %}
|
| 85 |
+
{%- endif %}
|
emergency_checkpoint/config.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"dtype": "float16",
|
| 8 |
+
"eos_token_id": 151643,
|
| 9 |
+
"head_dim": 128,
|
| 10 |
+
"hidden_act": "silu",
|
| 11 |
+
"hidden_size": 5120,
|
| 12 |
+
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 17408,
|
| 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 |
+
"full_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"full_attention",
|
| 54 |
+
"full_attention"
|
| 55 |
+
],
|
| 56 |
+
"max_position_embeddings": 32768,
|
| 57 |
+
"max_window_layers": 40,
|
| 58 |
+
"model_type": "qwen3",
|
| 59 |
+
"num_attention_heads": 40,
|
| 60 |
+
"num_hidden_layers": 40,
|
| 61 |
+
"num_key_value_heads": 8,
|
| 62 |
+
"pad_token_id": 151643,
|
| 63 |
+
"rms_norm_eps": 1e-06,
|
| 64 |
+
"rope_scaling": null,
|
| 65 |
+
"rope_theta": 1000000,
|
| 66 |
+
"sliding_window": null,
|
| 67 |
+
"tie_word_embeddings": false,
|
| 68 |
+
"transformers_version": "4.56.1",
|
| 69 |
+
"use_cache": true,
|
| 70 |
+
"use_sliding_window": false,
|
| 71 |
+
"vocab_size": 151936
|
| 72 |
+
}
|