Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- web_rl_3b/README.md +86 -0
- web_rl_3b/added_tokens.json +24 -0
- web_rl_3b/all_results.json +12 -0
- web_rl_3b/chat_template.jinja +54 -0
- web_rl_3b/checkpoint-1065/added_tokens.json +24 -0
- web_rl_3b/checkpoint-1065/chat_template.jinja +54 -0
- web_rl_3b/checkpoint-1065/config.json +66 -0
- web_rl_3b/checkpoint-1065/generation_config.json +13 -0
- web_rl_3b/checkpoint-1065/merges.txt +0 -0
- web_rl_3b/checkpoint-1065/model-00001-of-00002.safetensors +3 -0
- web_rl_3b/checkpoint-1065/model-00002-of-00002.safetensors +3 -0
- web_rl_3b/checkpoint-1065/model.safetensors.index.json +442 -0
- web_rl_3b/checkpoint-1065/special_tokens_map.json +31 -0
- web_rl_3b/checkpoint-1065/tokenizer.json +3 -0
- web_rl_3b/checkpoint-1065/tokenizer_config.json +208 -0
- web_rl_3b/checkpoint-1065/trainer_state.json +944 -0
- web_rl_3b/checkpoint-1065/training_args.bin +3 -0
- web_rl_3b/checkpoint-1065/vocab.json +0 -0
- web_rl_3b/config.json +66 -0
- web_rl_3b/eval_results.json +7 -0
- web_rl_3b/generation_config.json +13 -0
- web_rl_3b/merges.txt +0 -0
- web_rl_3b/model-00001-of-00002.safetensors +3 -0
- web_rl_3b/model-00002-of-00002.safetensors +3 -0
- web_rl_3b/model.safetensors.index.json +442 -0
- web_rl_3b/runs/Nov22_11-21-53_ubuntu/events.out.tfevents.1763810597.ubuntu +3 -0
- web_rl_3b/runs/Nov22_11-21-53_ubuntu/events.out.tfevents.1763845681.ubuntu +3 -0
- web_rl_3b/special_tokens_map.json +31 -0
- web_rl_3b/tokenizer.json +3 -0
- web_rl_3b/tokenizer_config.json +208 -0
- web_rl_3b/train_results.json +8 -0
- web_rl_3b/trainer_log.jsonl +128 -0
- web_rl_3b/trainer_state.json +953 -0
- web_rl_3b/training_args.bin +3 -0
- web_rl_3b/training_eval_loss.png +0 -0
- web_rl_3b/training_loss.png +0 -0
- web_rl_3b/vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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 |
+
web_rl_3b/checkpoint-1065/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
web_rl_3b/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
web_rl_3b/README.md
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: other
|
| 4 |
+
base_model: Qwen/Qwen2.5-3B-Instruct
|
| 5 |
+
tags:
|
| 6 |
+
- llama-factory
|
| 7 |
+
- full
|
| 8 |
+
- generated_from_trainer
|
| 9 |
+
model-index:
|
| 10 |
+
- name: web_policy_sft
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# web_policy_sft
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [/data/hzy/models--Qwen--Qwen2.5-3B-Instruct/snapshots/aa8e72537993ba99e69dfaafa59ed015b17504d1](https://huggingface.co//data/hzy/models--Qwen--Qwen2.5-3B-Instruct/snapshots/aa8e72537993ba99e69dfaafa59ed015b17504d1) on the web_policy_sft dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.1625
|
| 22 |
+
|
| 23 |
+
## Model description
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Intended uses & limitations
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training and evaluation data
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training procedure
|
| 36 |
+
|
| 37 |
+
### Training hyperparameters
|
| 38 |
+
|
| 39 |
+
The following hyperparameters were used during training:
|
| 40 |
+
- learning_rate: 1e-05
|
| 41 |
+
- train_batch_size: 1
|
| 42 |
+
- eval_batch_size: 1
|
| 43 |
+
- seed: 42
|
| 44 |
+
- distributed_type: multi-GPU
|
| 45 |
+
- num_devices: 2
|
| 46 |
+
- gradient_accumulation_steps: 4
|
| 47 |
+
- total_train_batch_size: 8
|
| 48 |
+
- total_eval_batch_size: 2
|
| 49 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
+
- lr_scheduler_type: cosine
|
| 51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 52 |
+
- num_epochs: 1
|
| 53 |
+
|
| 54 |
+
### Training results
|
| 55 |
+
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 57 |
+
|:-------------:|:------:|:----:|:---------------:|
|
| 58 |
+
| 0.5121 | 0.0470 | 50 | 0.4876 |
|
| 59 |
+
| 0.4615 | 0.0940 | 100 | 0.3849 |
|
| 60 |
+
| 0.37 | 0.1409 | 150 | 0.3281 |
|
| 61 |
+
| 0.3749 | 0.1879 | 200 | 0.2892 |
|
| 62 |
+
| 0.2863 | 0.2349 | 250 | 0.2757 |
|
| 63 |
+
| 0.3078 | 0.2819 | 300 | 0.2549 |
|
| 64 |
+
| 0.2921 | 0.3289 | 350 | 0.2316 |
|
| 65 |
+
| 0.3191 | 0.3759 | 400 | 0.2353 |
|
| 66 |
+
| 0.313 | 0.4228 | 450 | 0.2231 |
|
| 67 |
+
| 0.2037 | 0.4698 | 500 | 0.2138 |
|
| 68 |
+
| 0.1729 | 0.5168 | 550 | 0.2074 |
|
| 69 |
+
| 0.289 | 0.5638 | 600 | 0.1954 |
|
| 70 |
+
| 0.2775 | 0.6108 | 650 | 0.1897 |
|
| 71 |
+
| 0.1546 | 0.6577 | 700 | 0.1814 |
|
| 72 |
+
| 0.1613 | 0.7047 | 750 | 0.1746 |
|
| 73 |
+
| 0.0956 | 0.7517 | 800 | 0.1725 |
|
| 74 |
+
| 0.1692 | 0.7987 | 850 | 0.1683 |
|
| 75 |
+
| 0.1885 | 0.8457 | 900 | 0.1653 |
|
| 76 |
+
| 0.2799 | 0.8926 | 950 | 0.1637 |
|
| 77 |
+
| 0.1971 | 0.9396 | 1000 | 0.1628 |
|
| 78 |
+
| 0.1464 | 0.9866 | 1050 | 0.1626 |
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
### Framework versions
|
| 82 |
+
|
| 83 |
+
- Transformers 4.57.1
|
| 84 |
+
- Pytorch 2.7.1+cu126
|
| 85 |
+
- Datasets 4.0.0
|
| 86 |
+
- Tokenizers 0.22.1
|
web_rl_3b/added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
web_rl_3b/all_results.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"eval_loss": 0.16246147453784943,
|
| 4 |
+
"eval_runtime": 519.0801,
|
| 5 |
+
"eval_samples_per_second": 1.822,
|
| 6 |
+
"eval_steps_per_second": 0.911,
|
| 7 |
+
"total_flos": 57141526265856.0,
|
| 8 |
+
"train_loss": 0.2802479102018294,
|
| 9 |
+
"train_runtime": 34553.4877,
|
| 10 |
+
"train_samples_per_second": 0.246,
|
| 11 |
+
"train_steps_per_second": 0.031
|
| 12 |
+
}
|
web_rl_3b/chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\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" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
web_rl_3b/checkpoint-1065/added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
web_rl_3b/checkpoint-1065/chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\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" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
web_rl_3b/checkpoint-1065/config.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"dtype": "bfloat16",
|
| 7 |
+
"eos_token_id": 151645,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 2048,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 11008,
|
| 12 |
+
"layer_types": [
|
| 13 |
+
"full_attention",
|
| 14 |
+
"full_attention",
|
| 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 |
+
],
|
| 50 |
+
"max_position_embeddings": 32768,
|
| 51 |
+
"max_window_layers": 70,
|
| 52 |
+
"model_type": "qwen2",
|
| 53 |
+
"num_attention_heads": 16,
|
| 54 |
+
"num_hidden_layers": 36,
|
| 55 |
+
"num_key_value_heads": 2,
|
| 56 |
+
"pad_token_id": 151643,
|
| 57 |
+
"rms_norm_eps": 1e-06,
|
| 58 |
+
"rope_scaling": null,
|
| 59 |
+
"rope_theta": 1000000.0,
|
| 60 |
+
"sliding_window": null,
|
| 61 |
+
"tie_word_embeddings": true,
|
| 62 |
+
"transformers_version": "4.57.1",
|
| 63 |
+
"use_cache": false,
|
| 64 |
+
"use_sliding_window": false,
|
| 65 |
+
"vocab_size": 151936
|
| 66 |
+
}
|
web_rl_3b/checkpoint-1065/generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_sample": true,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
151645,
|
| 5 |
+
151643
|
| 6 |
+
],
|
| 7 |
+
"pad_token_id": 151643,
|
| 8 |
+
"repetition_penalty": 1.05,
|
| 9 |
+
"temperature": 0.7,
|
| 10 |
+
"top_k": 20,
|
| 11 |
+
"top_p": 0.8,
|
| 12 |
+
"transformers_version": "4.57.1"
|
| 13 |
+
}
|
web_rl_3b/checkpoint-1065/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
web_rl_3b/checkpoint-1065/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3bae34d001b0178e721fae3c92aa1abf3a047088cfe7f32947c9fff27df183d
|
| 3 |
+
size 4957560304
|
web_rl_3b/checkpoint-1065/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd94dd66bb8aa93760dfc0c3ba73d9a7c7566ee65e461e3d59caebc6b131fd92
|
| 3 |
+
size 1214366696
|
web_rl_3b/checkpoint-1065/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,442 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 241664,
|
| 4 |
+
"total_size": 6171877376
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 260 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 284 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 308 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 320 |
+
"model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 332 |
+
"model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 344 |
+
"model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 356 |
+
"model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 368 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 369 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 370 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 371 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 372 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 373 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 374 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 375 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 376 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 377 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 378 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 379 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 380 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 381 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 382 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 383 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 384 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 385 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 386 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 387 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 388 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 389 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 390 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 391 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 392 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 393 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 394 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 395 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 396 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 397 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 398 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 399 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 400 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 401 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 402 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 403 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 404 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 405 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 406 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 407 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 408 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 409 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 410 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 411 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 412 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 413 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 414 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 415 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 416 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 417 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 418 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 419 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 420 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 421 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 422 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 423 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 424 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 425 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 426 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 427 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 428 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 429 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 430 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 431 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 432 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 433 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 434 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 435 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 436 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 437 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 438 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 439 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 440 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 441 |
+
}
|
| 442 |
+
}
|
web_rl_3b/checkpoint-1065/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
web_rl_3b/checkpoint-1065/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
web_rl_3b/checkpoint-1065/tokenizer_config.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|im_end|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
web_rl_3b/checkpoint-1065/trainer_state.json
ADDED
|
@@ -0,0 +1,944 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 50,
|
| 7 |
+
"global_step": 1065,
|
| 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.009396288466055908,
|
| 14 |
+
"grad_norm": 77.32342529296875,
|
| 15 |
+
"learning_rate": 8.411214953271029e-07,
|
| 16 |
+
"loss": 1.6798,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.018792576932111817,
|
| 21 |
+
"grad_norm": 33.60771179199219,
|
| 22 |
+
"learning_rate": 1.7757009345794394e-06,
|
| 23 |
+
"loss": 1.4918,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.028188865398167725,
|
| 28 |
+
"grad_norm": 15.923619270324707,
|
| 29 |
+
"learning_rate": 2.7102803738317757e-06,
|
| 30 |
+
"loss": 0.832,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.03758515386422363,
|
| 35 |
+
"grad_norm": 25.03349494934082,
|
| 36 |
+
"learning_rate": 3.6448598130841123e-06,
|
| 37 |
+
"loss": 0.6918,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.04698144233027954,
|
| 42 |
+
"grad_norm": 10.101052284240723,
|
| 43 |
+
"learning_rate": 4.579439252336449e-06,
|
| 44 |
+
"loss": 0.5121,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.04698144233027954,
|
| 49 |
+
"eval_loss": 0.4876191020011902,
|
| 50 |
+
"eval_runtime": 472.5825,
|
| 51 |
+
"eval_samples_per_second": 2.002,
|
| 52 |
+
"eval_steps_per_second": 1.001,
|
| 53 |
+
"step": 50
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.05637773079633545,
|
| 57 |
+
"grad_norm": 8.925775527954102,
|
| 58 |
+
"learning_rate": 5.514018691588785e-06,
|
| 59 |
+
"loss": 0.4886,
|
| 60 |
+
"step": 60
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.06577401926239136,
|
| 64 |
+
"grad_norm": 7.684209823608398,
|
| 65 |
+
"learning_rate": 6.448598130841122e-06,
|
| 66 |
+
"loss": 0.4985,
|
| 67 |
+
"step": 70
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 0.07517030772844727,
|
| 71 |
+
"grad_norm": 14.134685516357422,
|
| 72 |
+
"learning_rate": 7.383177570093458e-06,
|
| 73 |
+
"loss": 0.3483,
|
| 74 |
+
"step": 80
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"epoch": 0.08456659619450317,
|
| 78 |
+
"grad_norm": 9.419997215270996,
|
| 79 |
+
"learning_rate": 8.317757009345795e-06,
|
| 80 |
+
"loss": 0.2995,
|
| 81 |
+
"step": 90
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.09396288466055908,
|
| 85 |
+
"grad_norm": 9.725701332092285,
|
| 86 |
+
"learning_rate": 9.252336448598132e-06,
|
| 87 |
+
"loss": 0.4615,
|
| 88 |
+
"step": 100
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"epoch": 0.09396288466055908,
|
| 92 |
+
"eval_loss": 0.3848985433578491,
|
| 93 |
+
"eval_runtime": 485.2521,
|
| 94 |
+
"eval_samples_per_second": 1.95,
|
| 95 |
+
"eval_steps_per_second": 0.975,
|
| 96 |
+
"step": 100
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"epoch": 0.10335917312661498,
|
| 100 |
+
"grad_norm": 7.37769889831543,
|
| 101 |
+
"learning_rate": 9.999892460708615e-06,
|
| 102 |
+
"loss": 0.372,
|
| 103 |
+
"step": 110
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"epoch": 0.1127554615926709,
|
| 107 |
+
"grad_norm": 5.251932144165039,
|
| 108 |
+
"learning_rate": 9.996129071205167e-06,
|
| 109 |
+
"loss": 0.3499,
|
| 110 |
+
"step": 120
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 0.1221517500587268,
|
| 114 |
+
"grad_norm": 6.633662700653076,
|
| 115 |
+
"learning_rate": 9.98699334211771e-06,
|
| 116 |
+
"loss": 0.3497,
|
| 117 |
+
"step": 130
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.13154803852478272,
|
| 121 |
+
"grad_norm": 9.925003051757812,
|
| 122 |
+
"learning_rate": 9.972495097099379e-06,
|
| 123 |
+
"loss": 0.3527,
|
| 124 |
+
"step": 140
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"epoch": 0.14094432699083861,
|
| 128 |
+
"grad_norm": 2.5581600666046143,
|
| 129 |
+
"learning_rate": 9.952649926118827e-06,
|
| 130 |
+
"loss": 0.37,
|
| 131 |
+
"step": 150
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 0.14094432699083861,
|
| 135 |
+
"eval_loss": 0.32813695073127747,
|
| 136 |
+
"eval_runtime": 450.9285,
|
| 137 |
+
"eval_samples_per_second": 2.098,
|
| 138 |
+
"eval_steps_per_second": 1.049,
|
| 139 |
+
"step": 150
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"epoch": 0.15034061545689453,
|
| 143 |
+
"grad_norm": 8.05836009979248,
|
| 144 |
+
"learning_rate": 9.927479168696327e-06,
|
| 145 |
+
"loss": 0.4364,
|
| 146 |
+
"step": 160
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.15973690392295042,
|
| 150 |
+
"grad_norm": 8.204833984375,
|
| 151 |
+
"learning_rate": 9.897009890957382e-06,
|
| 152 |
+
"loss": 0.3828,
|
| 153 |
+
"step": 170
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.16913319238900634,
|
| 157 |
+
"grad_norm": 4.883147716522217,
|
| 158 |
+
"learning_rate": 9.861274856528504e-06,
|
| 159 |
+
"loss": 0.3503,
|
| 160 |
+
"step": 180
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"epoch": 0.17852948085506226,
|
| 164 |
+
"grad_norm": 4.023066520690918,
|
| 165 |
+
"learning_rate": 9.820312491306471e-06,
|
| 166 |
+
"loss": 0.4124,
|
| 167 |
+
"step": 190
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.18792576932111815,
|
| 171 |
+
"grad_norm": 3.1607863903045654,
|
| 172 |
+
"learning_rate": 9.77416684213896e-06,
|
| 173 |
+
"loss": 0.3749,
|
| 174 |
+
"step": 200
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.18792576932111815,
|
| 178 |
+
"eval_loss": 0.2891885042190552,
|
| 179 |
+
"eval_runtime": 458.85,
|
| 180 |
+
"eval_samples_per_second": 2.062,
|
| 181 |
+
"eval_steps_per_second": 1.031,
|
| 182 |
+
"step": 200
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.19732205778717407,
|
| 186 |
+
"grad_norm": 9.990116119384766,
|
| 187 |
+
"learning_rate": 9.722887529460928e-06,
|
| 188 |
+
"loss": 0.235,
|
| 189 |
+
"step": 210
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.20671834625322996,
|
| 193 |
+
"grad_norm": 4.4412760734558105,
|
| 194 |
+
"learning_rate": 9.666529693937763e-06,
|
| 195 |
+
"loss": 0.2777,
|
| 196 |
+
"step": 220
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.21611463471928588,
|
| 200 |
+
"grad_norm": 5.4278154373168945,
|
| 201 |
+
"learning_rate": 9.605153937172495e-06,
|
| 202 |
+
"loss": 0.3091,
|
| 203 |
+
"step": 230
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"epoch": 0.2255109231853418,
|
| 207 |
+
"grad_norm": 4.043374061584473,
|
| 208 |
+
"learning_rate": 9.538826256540866e-06,
|
| 209 |
+
"loss": 0.287,
|
| 210 |
+
"step": 240
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"epoch": 0.2349072116513977,
|
| 214 |
+
"grad_norm": 5.319589614868164,
|
| 215 |
+
"learning_rate": 9.467617974224326e-06,
|
| 216 |
+
"loss": 0.2863,
|
| 217 |
+
"step": 250
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.2349072116513977,
|
| 221 |
+
"eval_loss": 0.2756798267364502,
|
| 222 |
+
"eval_runtime": 504.1073,
|
| 223 |
+
"eval_samples_per_second": 1.877,
|
| 224 |
+
"eval_steps_per_second": 0.938,
|
| 225 |
+
"step": 250
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.2443035001174536,
|
| 229 |
+
"grad_norm": 8.62342643737793,
|
| 230 |
+
"learning_rate": 9.391605660517268e-06,
|
| 231 |
+
"loss": 0.2357,
|
| 232 |
+
"step": 260
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"epoch": 0.2536997885835095,
|
| 236 |
+
"grad_norm": 2.7996938228607178,
|
| 237 |
+
"learning_rate": 9.310871051490953e-06,
|
| 238 |
+
"loss": 0.2237,
|
| 239 |
+
"step": 270
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"epoch": 0.26309607704956545,
|
| 243 |
+
"grad_norm": 4.890498638153076,
|
| 244 |
+
"learning_rate": 9.225500961102685e-06,
|
| 245 |
+
"loss": 0.2974,
|
| 246 |
+
"step": 280
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"epoch": 0.27249236551562134,
|
| 250 |
+
"grad_norm": 5.307254314422607,
|
| 251 |
+
"learning_rate": 9.135587187844727e-06,
|
| 252 |
+
"loss": 0.2556,
|
| 253 |
+
"step": 290
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.28188865398167723,
|
| 257 |
+
"grad_norm": 4.411228656768799,
|
| 258 |
+
"learning_rate": 9.041226416033344e-06,
|
| 259 |
+
"loss": 0.3078,
|
| 260 |
+
"step": 300
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"epoch": 0.28188865398167723,
|
| 264 |
+
"eval_loss": 0.25494658946990967,
|
| 265 |
+
"eval_runtime": 518.8808,
|
| 266 |
+
"eval_samples_per_second": 1.823,
|
| 267 |
+
"eval_steps_per_second": 0.912,
|
| 268 |
+
"step": 300
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.2912849424477331,
|
| 272 |
+
"grad_norm": 2.772766351699829,
|
| 273 |
+
"learning_rate": 8.942520111844117e-06,
|
| 274 |
+
"loss": 0.2227,
|
| 275 |
+
"step": 310
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.30068123091378907,
|
| 279 |
+
"grad_norm": 5.582266807556152,
|
| 280 |
+
"learning_rate": 8.839574414205335e-06,
|
| 281 |
+
"loss": 0.2668,
|
| 282 |
+
"step": 320
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.31007751937984496,
|
| 286 |
+
"grad_norm": 4.721141815185547,
|
| 287 |
+
"learning_rate": 8.732500020666748e-06,
|
| 288 |
+
"loss": 0.2726,
|
| 289 |
+
"step": 330
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.31947380784590085,
|
| 293 |
+
"grad_norm": 4.359829425811768,
|
| 294 |
+
"learning_rate": 8.621412068366455e-06,
|
| 295 |
+
"loss": 0.2807,
|
| 296 |
+
"step": 340
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.3288700963119568,
|
| 300 |
+
"grad_norm": 2.9552581310272217,
|
| 301 |
+
"learning_rate": 8.506430010223899e-06,
|
| 302 |
+
"loss": 0.2921,
|
| 303 |
+
"step": 350
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.3288700963119568,
|
| 307 |
+
"eval_loss": 0.23158399760723114,
|
| 308 |
+
"eval_runtime": 528.3567,
|
| 309 |
+
"eval_samples_per_second": 1.79,
|
| 310 |
+
"eval_steps_per_second": 0.895,
|
| 311 |
+
"step": 350
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.3382663847780127,
|
| 315 |
+
"grad_norm": 4.709650039672852,
|
| 316 |
+
"learning_rate": 8.38767748649208e-06,
|
| 317 |
+
"loss": 0.306,
|
| 318 |
+
"step": 360
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.3476626732440686,
|
| 322 |
+
"grad_norm": 2.7597694396972656,
|
| 323 |
+
"learning_rate": 8.26528219180716e-06,
|
| 324 |
+
"loss": 0.2148,
|
| 325 |
+
"step": 370
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.3570589617101245,
|
| 329 |
+
"grad_norm": 6.239573001861572,
|
| 330 |
+
"learning_rate": 8.139375737878356e-06,
|
| 331 |
+
"loss": 0.1558,
|
| 332 |
+
"step": 380
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.3664552501761804,
|
| 336 |
+
"grad_norm": 2.6109910011291504,
|
| 337 |
+
"learning_rate": 8.01009351196582e-06,
|
| 338 |
+
"loss": 0.1945,
|
| 339 |
+
"step": 390
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3758515386422363,
|
| 343 |
+
"grad_norm": 5.080913543701172,
|
| 344 |
+
"learning_rate": 7.877574531298666e-06,
|
| 345 |
+
"loss": 0.3191,
|
| 346 |
+
"step": 400
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.3758515386422363,
|
| 350 |
+
"eval_loss": 0.23533165454864502,
|
| 351 |
+
"eval_runtime": 491.1933,
|
| 352 |
+
"eval_samples_per_second": 1.926,
|
| 353 |
+
"eval_steps_per_second": 0.963,
|
| 354 |
+
"step": 400
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.38524782710829225,
|
| 358 |
+
"grad_norm": 3.903905153274536,
|
| 359 |
+
"learning_rate": 7.741961293589693e-06,
|
| 360 |
+
"loss": 0.2265,
|
| 361 |
+
"step": 410
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.39464411557434814,
|
| 365 |
+
"grad_norm": 5.586989879608154,
|
| 366 |
+
"learning_rate": 7.603399623807519e-06,
|
| 367 |
+
"loss": 0.2608,
|
| 368 |
+
"step": 420
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"epoch": 0.40404040404040403,
|
| 372 |
+
"grad_norm": 3.9632835388183594,
|
| 373 |
+
"learning_rate": 7.462038517370962e-06,
|
| 374 |
+
"loss": 0.2456,
|
| 375 |
+
"step": 430
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"epoch": 0.4134366925064599,
|
| 379 |
+
"grad_norm": 7.482256889343262,
|
| 380 |
+
"learning_rate": 7.318029979934181e-06,
|
| 381 |
+
"loss": 0.2898,
|
| 382 |
+
"step": 440
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"epoch": 0.42283298097251587,
|
| 386 |
+
"grad_norm": 3.7885382175445557,
|
| 387 |
+
"learning_rate": 7.17152886393495e-06,
|
| 388 |
+
"loss": 0.313,
|
| 389 |
+
"step": 450
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"epoch": 0.42283298097251587,
|
| 393 |
+
"eval_loss": 0.22310128808021545,
|
| 394 |
+
"eval_runtime": 516.4179,
|
| 395 |
+
"eval_samples_per_second": 1.832,
|
| 396 |
+
"eval_steps_per_second": 0.916,
|
| 397 |
+
"step": 450
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.43222926943857176,
|
| 401 |
+
"grad_norm": 4.9588093757629395,
|
| 402 |
+
"learning_rate": 7.022692702081766e-06,
|
| 403 |
+
"loss": 0.2691,
|
| 404 |
+
"step": 460
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"epoch": 0.44162555790462765,
|
| 408 |
+
"grad_norm": 4.674664497375488,
|
| 409 |
+
"learning_rate": 6.871681537958862e-06,
|
| 410 |
+
"loss": 0.2254,
|
| 411 |
+
"step": 470
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"epoch": 0.4510218463706836,
|
| 415 |
+
"grad_norm": 5.224850654602051,
|
| 416 |
+
"learning_rate": 6.718657753931284e-06,
|
| 417 |
+
"loss": 0.2315,
|
| 418 |
+
"step": 480
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"epoch": 0.4604181348367395,
|
| 422 |
+
"grad_norm": 4.065497398376465,
|
| 423 |
+
"learning_rate": 6.56378589653506e-06,
|
| 424 |
+
"loss": 0.2944,
|
| 425 |
+
"step": 490
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 0.4698144233027954,
|
| 429 |
+
"grad_norm": 4.546512603759766,
|
| 430 |
+
"learning_rate": 6.40723249954025e-06,
|
| 431 |
+
"loss": 0.2037,
|
| 432 |
+
"step": 500
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"epoch": 0.4698144233027954,
|
| 436 |
+
"eval_loss": 0.213790163397789,
|
| 437 |
+
"eval_runtime": 486.7052,
|
| 438 |
+
"eval_samples_per_second": 1.944,
|
| 439 |
+
"eval_steps_per_second": 0.972,
|
| 440 |
+
"step": 500
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"epoch": 0.4792107117688513,
|
| 444 |
+
"grad_norm": 3.3908934593200684,
|
| 445 |
+
"learning_rate": 6.2491659048771215e-06,
|
| 446 |
+
"loss": 0.2189,
|
| 447 |
+
"step": 510
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"epoch": 0.4886070002349072,
|
| 451 |
+
"grad_norm": 4.911809921264648,
|
| 452 |
+
"learning_rate": 6.089756081617987e-06,
|
| 453 |
+
"loss": 0.222,
|
| 454 |
+
"step": 520
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"epoch": 0.4980032887009631,
|
| 458 |
+
"grad_norm": 2.711010694503784,
|
| 459 |
+
"learning_rate": 5.929174443209416e-06,
|
| 460 |
+
"loss": 0.2179,
|
| 461 |
+
"step": 530
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 0.507399577167019,
|
| 465 |
+
"grad_norm": 3.0764307975769043,
|
| 466 |
+
"learning_rate": 5.767593663151265e-06,
|
| 467 |
+
"loss": 0.2111,
|
| 468 |
+
"step": 540
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"epoch": 0.5167958656330749,
|
| 472 |
+
"grad_norm": 4.922618389129639,
|
| 473 |
+
"learning_rate": 5.605187489320815e-06,
|
| 474 |
+
"loss": 0.1729,
|
| 475 |
+
"step": 550
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"epoch": 0.5167958656330749,
|
| 479 |
+
"eval_loss": 0.20741979777812958,
|
| 480 |
+
"eval_runtime": 508.5854,
|
| 481 |
+
"eval_samples_per_second": 1.86,
|
| 482 |
+
"eval_steps_per_second": 0.93,
|
| 483 |
+
"step": 550
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"epoch": 0.5261921540991309,
|
| 487 |
+
"grad_norm": 3.6055169105529785,
|
| 488 |
+
"learning_rate": 5.442130557141595e-06,
|
| 489 |
+
"loss": 0.1785,
|
| 490 |
+
"step": 560
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"epoch": 0.5355884425651868,
|
| 494 |
+
"grad_norm": 4.116625785827637,
|
| 495 |
+
"learning_rate": 5.278598201797844e-06,
|
| 496 |
+
"loss": 0.1761,
|
| 497 |
+
"step": 570
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"epoch": 0.5449847310312427,
|
| 501 |
+
"grad_norm": 6.054320335388184,
|
| 502 |
+
"learning_rate": 5.1147662696965254e-06,
|
| 503 |
+
"loss": 0.2185,
|
| 504 |
+
"step": 580
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 0.5543810194972986,
|
| 508 |
+
"grad_norm": 3.523534059524536,
|
| 509 |
+
"learning_rate": 4.9508109293796015e-06,
|
| 510 |
+
"loss": 0.211,
|
| 511 |
+
"step": 590
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"epoch": 0.5637773079633545,
|
| 515 |
+
"grad_norm": 6.204962730407715,
|
| 516 |
+
"learning_rate": 4.7869084820899455e-06,
|
| 517 |
+
"loss": 0.289,
|
| 518 |
+
"step": 600
|
| 519 |
+
},
|
| 520 |
+
{
|
| 521 |
+
"epoch": 0.5637773079633545,
|
| 522 |
+
"eval_loss": 0.1954464614391327,
|
| 523 |
+
"eval_runtime": 498.5386,
|
| 524 |
+
"eval_samples_per_second": 1.898,
|
| 525 |
+
"eval_steps_per_second": 0.949,
|
| 526 |
+
"step": 600
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"epoch": 0.5731735964294103,
|
| 530 |
+
"grad_norm": 4.921229839324951,
|
| 531 |
+
"learning_rate": 4.623235172194532e-06,
|
| 532 |
+
"loss": 0.2154,
|
| 533 |
+
"step": 610
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"epoch": 0.5825698848954662,
|
| 537 |
+
"grad_norm": 4.28684139251709,
|
| 538 |
+
"learning_rate": 4.459966997668812e-06,
|
| 539 |
+
"loss": 0.2147,
|
| 540 |
+
"step": 620
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"epoch": 0.5919661733615222,
|
| 544 |
+
"grad_norm": 4.43740177154541,
|
| 545 |
+
"learning_rate": 4.297279520846002e-06,
|
| 546 |
+
"loss": 0.1491,
|
| 547 |
+
"step": 630
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"epoch": 0.6013624618275781,
|
| 551 |
+
"grad_norm": 6.9565863609313965,
|
| 552 |
+
"learning_rate": 4.135347679634849e-06,
|
| 553 |
+
"loss": 0.2285,
|
| 554 |
+
"step": 640
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"epoch": 0.610758750293634,
|
| 558 |
+
"grad_norm": 1.496799349784851,
|
| 559 |
+
"learning_rate": 3.974345599408833e-06,
|
| 560 |
+
"loss": 0.2775,
|
| 561 |
+
"step": 650
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"epoch": 0.610758750293634,
|
| 565 |
+
"eval_loss": 0.18974561989307404,
|
| 566 |
+
"eval_runtime": 488.3923,
|
| 567 |
+
"eval_samples_per_second": 1.937,
|
| 568 |
+
"eval_steps_per_second": 0.968,
|
| 569 |
+
"step": 650
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.6201550387596899,
|
| 573 |
+
"grad_norm": 2.838442087173462,
|
| 574 |
+
"learning_rate": 3.814446405769069e-06,
|
| 575 |
+
"loss": 0.214,
|
| 576 |
+
"step": 660
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.6295513272257458,
|
| 580 |
+
"grad_norm": 7.474781513214111,
|
| 581 |
+
"learning_rate": 3.6558220383822824e-06,
|
| 582 |
+
"loss": 0.2392,
|
| 583 |
+
"step": 670
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.6389476156918017,
|
| 587 |
+
"grad_norm": 5.7680511474609375,
|
| 588 |
+
"learning_rate": 3.4986430660940283e-06,
|
| 589 |
+
"loss": 0.2062,
|
| 590 |
+
"step": 680
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.6483439041578577,
|
| 594 |
+
"grad_norm": 3.3340532779693604,
|
| 595 |
+
"learning_rate": 3.3430785035159297e-06,
|
| 596 |
+
"loss": 0.1738,
|
| 597 |
+
"step": 690
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.6577401926239136,
|
| 601 |
+
"grad_norm": 2.487337350845337,
|
| 602 |
+
"learning_rate": 3.1892956292842103e-06,
|
| 603 |
+
"loss": 0.1546,
|
| 604 |
+
"step": 700
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.6577401926239136,
|
| 608 |
+
"eval_loss": 0.18141551315784454,
|
| 609 |
+
"eval_runtime": 504.0426,
|
| 610 |
+
"eval_samples_per_second": 1.877,
|
| 611 |
+
"eval_steps_per_second": 0.938,
|
| 612 |
+
"step": 700
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.6671364810899695,
|
| 616 |
+
"grad_norm": 4.324577331542969,
|
| 617 |
+
"learning_rate": 3.0374598061848936e-06,
|
| 618 |
+
"loss": 0.2037,
|
| 619 |
+
"step": 710
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.6765327695560254,
|
| 623 |
+
"grad_norm": 3.728818893432617,
|
| 624 |
+
"learning_rate": 2.8877343033391523e-06,
|
| 625 |
+
"loss": 0.14,
|
| 626 |
+
"step": 720
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.6859290580220813,
|
| 630 |
+
"grad_norm": 3.1286537647247314,
|
| 631 |
+
"learning_rate": 2.7402801206399454e-06,
|
| 632 |
+
"loss": 0.1721,
|
| 633 |
+
"step": 730
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.6953253464881372,
|
| 637 |
+
"grad_norm": 7.396164417266846,
|
| 638 |
+
"learning_rate": 2.595255815628774e-06,
|
| 639 |
+
"loss": 0.2586,
|
| 640 |
+
"step": 740
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.704721634954193,
|
| 644 |
+
"grad_norm": 1.8540730476379395,
|
| 645 |
+
"learning_rate": 2.4528173329986855e-06,
|
| 646 |
+
"loss": 0.1613,
|
| 647 |
+
"step": 750
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.704721634954193,
|
| 651 |
+
"eval_loss": 0.1746373176574707,
|
| 652 |
+
"eval_runtime": 482.272,
|
| 653 |
+
"eval_samples_per_second": 1.962,
|
| 654 |
+
"eval_steps_per_second": 0.981,
|
| 655 |
+
"step": 750
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"epoch": 0.714117923420249,
|
| 659 |
+
"grad_norm": 1.6450875997543335,
|
| 660 |
+
"learning_rate": 2.313117836906897e-06,
|
| 661 |
+
"loss": 0.2041,
|
| 662 |
+
"step": 760
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 0.7235142118863049,
|
| 666 |
+
"grad_norm": 1.6683011054992676,
|
| 667 |
+
"learning_rate": 2.1763075462773002e-06,
|
| 668 |
+
"loss": 0.2033,
|
| 669 |
+
"step": 770
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 0.7329105003523608,
|
| 673 |
+
"grad_norm": 5.101831912994385,
|
| 674 |
+
"learning_rate": 2.0425335732700075e-06,
|
| 675 |
+
"loss": 0.2497,
|
| 676 |
+
"step": 780
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 0.7423067888184167,
|
| 680 |
+
"grad_norm": 10.428893089294434,
|
| 681 |
+
"learning_rate": 1.9119397650915774e-06,
|
| 682 |
+
"loss": 0.2354,
|
| 683 |
+
"step": 790
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"epoch": 0.7517030772844726,
|
| 687 |
+
"grad_norm": 3.380574941635132,
|
| 688 |
+
"learning_rate": 1.7846665493160548e-06,
|
| 689 |
+
"loss": 0.0956,
|
| 690 |
+
"step": 800
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"epoch": 0.7517030772844726,
|
| 694 |
+
"eval_loss": 0.1724964827299118,
|
| 695 |
+
"eval_runtime": 494.611,
|
| 696 |
+
"eval_samples_per_second": 1.913,
|
| 697 |
+
"eval_steps_per_second": 0.956,
|
| 698 |
+
"step": 800
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"epoch": 0.7610993657505285,
|
| 702 |
+
"grad_norm": 3.29054594039917,
|
| 703 |
+
"learning_rate": 1.6608507828831572e-06,
|
| 704 |
+
"loss": 0.1711,
|
| 705 |
+
"step": 810
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"epoch": 0.7704956542165845,
|
| 709 |
+
"grad_norm": 1.7452706098556519,
|
| 710 |
+
"learning_rate": 1.5406256049359359e-06,
|
| 711 |
+
"loss": 0.2362,
|
| 712 |
+
"step": 820
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"epoch": 0.7798919426826404,
|
| 716 |
+
"grad_norm": 3.282259464263916,
|
| 717 |
+
"learning_rate": 1.4241202936562164e-06,
|
| 718 |
+
"loss": 0.1692,
|
| 719 |
+
"step": 830
|
| 720 |
+
},
|
| 721 |
+
{
|
| 722 |
+
"epoch": 0.7892882311486963,
|
| 723 |
+
"grad_norm": 2.6481103897094727,
|
| 724 |
+
"learning_rate": 1.311460127251708e-06,
|
| 725 |
+
"loss": 0.1608,
|
| 726 |
+
"step": 840
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"epoch": 0.7986845196147522,
|
| 730 |
+
"grad_norm": 4.806708335876465,
|
| 731 |
+
"learning_rate": 1.202766249244306e-06,
|
| 732 |
+
"loss": 0.1692,
|
| 733 |
+
"step": 850
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"epoch": 0.7986845196147522,
|
| 737 |
+
"eval_loss": 0.1683204621076584,
|
| 738 |
+
"eval_runtime": 536.8401,
|
| 739 |
+
"eval_samples_per_second": 1.762,
|
| 740 |
+
"eval_steps_per_second": 0.881,
|
| 741 |
+
"step": 850
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"epoch": 0.8080808080808081,
|
| 745 |
+
"grad_norm": 3.949918031692505,
|
| 746 |
+
"learning_rate": 1.098155538204404e-06,
|
| 747 |
+
"loss": 0.1718,
|
| 748 |
+
"step": 860
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"epoch": 0.817477096546864,
|
| 752 |
+
"grad_norm": 4.87109899520874,
|
| 753 |
+
"learning_rate": 9.977404820713315e-07,
|
| 754 |
+
"loss": 0.1425,
|
| 755 |
+
"step": 870
|
| 756 |
+
},
|
| 757 |
+
{
|
| 758 |
+
"epoch": 0.8268733850129198,
|
| 759 |
+
"grad_norm": 2.2142727375030518,
|
| 760 |
+
"learning_rate": 9.016290571950171e-07,
|
| 761 |
+
"loss": 0.1196,
|
| 762 |
+
"step": 880
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"epoch": 0.8362696734789759,
|
| 766 |
+
"grad_norm": 1.4838513135910034,
|
| 767 |
+
"learning_rate": 8.099246122289861e-07,
|
| 768 |
+
"loss": 0.2077,
|
| 769 |
+
"step": 890
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"epoch": 0.8456659619450317,
|
| 773 |
+
"grad_norm": 3.8143913745880127,
|
| 774 |
+
"learning_rate": 7.227257569995061e-07,
|
| 775 |
+
"loss": 0.1885,
|
| 776 |
+
"step": 900
|
| 777 |
+
},
|
| 778 |
+
{
|
| 779 |
+
"epoch": 0.8456659619450317,
|
| 780 |
+
"eval_loss": 0.16525517404079437,
|
| 781 |
+
"eval_runtime": 525.2309,
|
| 782 |
+
"eval_samples_per_second": 1.801,
|
| 783 |
+
"eval_steps_per_second": 0.901,
|
| 784 |
+
"step": 900
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"epoch": 0.8550622504110876,
|
| 788 |
+
"grad_norm": 4.804526329040527,
|
| 789 |
+
"learning_rate": 6.401262564704019e-07,
|
| 790 |
+
"loss": 0.2379,
|
| 791 |
+
"step": 910
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"epoch": 0.8644585388771435,
|
| 795 |
+
"grad_norm": 4.881964683532715,
|
| 796 |
+
"learning_rate": 5.622149299175539e-07,
|
| 797 |
+
"loss": 0.2253,
|
| 798 |
+
"step": 920
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"epoch": 0.8738548273431994,
|
| 802 |
+
"grad_norm": 3.667691230773926,
|
| 803 |
+
"learning_rate": 4.890755554214954e-07,
|
| 804 |
+
"loss": 0.1952,
|
| 805 |
+
"step": 930
|
| 806 |
+
},
|
| 807 |
+
{
|
| 808 |
+
"epoch": 0.8832511158092553,
|
| 809 |
+
"grad_norm": 2.946258306503296,
|
| 810 |
+
"learning_rate": 4.207867797808102e-07,
|
| 811 |
+
"loss": 0.1522,
|
| 812 |
+
"step": 940
|
| 813 |
+
},
|
| 814 |
+
{
|
| 815 |
+
"epoch": 0.8926474042753113,
|
| 816 |
+
"grad_norm": 6.754327774047852,
|
| 817 |
+
"learning_rate": 3.5742203394319606e-07,
|
| 818 |
+
"loss": 0.2799,
|
| 819 |
+
"step": 950
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"epoch": 0.8926474042753113,
|
| 823 |
+
"eval_loss": 0.163659006357193,
|
| 824 |
+
"eval_runtime": 541.8924,
|
| 825 |
+
"eval_samples_per_second": 1.746,
|
| 826 |
+
"eval_steps_per_second": 0.873,
|
| 827 |
+
"step": 950
|
| 828 |
+
},
|
| 829 |
+
{
|
| 830 |
+
"epoch": 0.9020436927413672,
|
| 831 |
+
"grad_norm": 6.084792137145996,
|
| 832 |
+
"learning_rate": 2.9904945404513606e-07,
|
| 833 |
+
"loss": 0.173,
|
| 834 |
+
"step": 960
|
| 835 |
+
},
|
| 836 |
+
{
|
| 837 |
+
"epoch": 0.9114399812074231,
|
| 838 |
+
"grad_norm": 7.379616737365723,
|
| 839 |
+
"learning_rate": 2.457318081450899e-07,
|
| 840 |
+
"loss": 0.184,
|
| 841 |
+
"step": 970
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"epoch": 0.920836269673479,
|
| 845 |
+
"grad_norm": 1.6431665420532227,
|
| 846 |
+
"learning_rate": 1.9752642872897078e-07,
|
| 847 |
+
"loss": 0.1533,
|
| 848 |
+
"step": 980
|
| 849 |
+
},
|
| 850 |
+
{
|
| 851 |
+
"epoch": 0.9302325581395349,
|
| 852 |
+
"grad_norm": 2.5774223804473877,
|
| 853 |
+
"learning_rate": 1.5448515106050165e-07,
|
| 854 |
+
"loss": 0.2073,
|
| 855 |
+
"step": 990
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"epoch": 0.9396288466055908,
|
| 859 |
+
"grad_norm": 3.7589077949523926,
|
| 860 |
+
"learning_rate": 1.166542574427354e-07,
|
| 861 |
+
"loss": 0.1971,
|
| 862 |
+
"step": 1000
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"epoch": 0.9396288466055908,
|
| 866 |
+
"eval_loss": 0.16281382739543915,
|
| 867 |
+
"eval_runtime": 517.5907,
|
| 868 |
+
"eval_samples_per_second": 1.828,
|
| 869 |
+
"eval_steps_per_second": 0.914,
|
| 870 |
+
"step": 1000
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.9490251350716467,
|
| 874 |
+
"grad_norm": 2.6644127368927,
|
| 875 |
+
"learning_rate": 8.407442745067552e-08,
|
| 876 |
+
"loss": 0.1787,
|
| 877 |
+
"step": 1010
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.9584214235377027,
|
| 881 |
+
"grad_norm": 2.4552407264709473,
|
| 882 |
+
"learning_rate": 5.678069418851351e-08,
|
| 883 |
+
"loss": 0.1581,
|
| 884 |
+
"step": 1020
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.9678177120037585,
|
| 888 |
+
"grad_norm": 4.062498569488525,
|
| 889 |
+
"learning_rate": 3.4802406618518195e-08,
|
| 890 |
+
"loss": 0.1776,
|
| 891 |
+
"step": 1030
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.9772140004698144,
|
| 895 |
+
"grad_norm": 5.595784664154053,
|
| 896 |
+
"learning_rate": 1.816319800208466e-08,
|
| 897 |
+
"loss": 0.1669,
|
| 898 |
+
"step": 1040
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.9866102889358703,
|
| 902 |
+
"grad_norm": 3.4040722846984863,
|
| 903 |
+
"learning_rate": 6.880960486877475e-09,
|
| 904 |
+
"loss": 0.1464,
|
| 905 |
+
"step": 1050
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.9866102889358703,
|
| 909 |
+
"eval_loss": 0.16257165372371674,
|
| 910 |
+
"eval_runtime": 534.9845,
|
| 911 |
+
"eval_samples_per_second": 1.768,
|
| 912 |
+
"eval_steps_per_second": 0.884,
|
| 913 |
+
"step": 1050
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.9960065774019262,
|
| 917 |
+
"grad_norm": 2.6516175270080566,
|
| 918 |
+
"learning_rate": 9.678258673995189e-10,
|
| 919 |
+
"loss": 0.2124,
|
| 920 |
+
"step": 1060
|
| 921 |
+
}
|
| 922 |
+
],
|
| 923 |
+
"logging_steps": 10,
|
| 924 |
+
"max_steps": 1065,
|
| 925 |
+
"num_input_tokens_seen": 0,
|
| 926 |
+
"num_train_epochs": 1,
|
| 927 |
+
"save_steps": 500,
|
| 928 |
+
"stateful_callbacks": {
|
| 929 |
+
"TrainerControl": {
|
| 930 |
+
"args": {
|
| 931 |
+
"should_epoch_stop": false,
|
| 932 |
+
"should_evaluate": false,
|
| 933 |
+
"should_log": false,
|
| 934 |
+
"should_save": true,
|
| 935 |
+
"should_training_stop": true
|
| 936 |
+
},
|
| 937 |
+
"attributes": {}
|
| 938 |
+
}
|
| 939 |
+
},
|
| 940 |
+
"total_flos": 57141526265856.0,
|
| 941 |
+
"train_batch_size": 1,
|
| 942 |
+
"trial_name": null,
|
| 943 |
+
"trial_params": null
|
| 944 |
+
}
|
web_rl_3b/checkpoint-1065/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63da21f419fbe8f8eed2994d1cd0666792bbccf954d1bdd55da81fbac49b6444
|
| 3 |
+
size 8337
|
web_rl_3b/checkpoint-1065/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
web_rl_3b/config.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.0,
|
| 6 |
+
"dtype": "bfloat16",
|
| 7 |
+
"eos_token_id": 151645,
|
| 8 |
+
"hidden_act": "silu",
|
| 9 |
+
"hidden_size": 2048,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"intermediate_size": 11008,
|
| 12 |
+
"layer_types": [
|
| 13 |
+
"full_attention",
|
| 14 |
+
"full_attention",
|
| 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 |
+
],
|
| 50 |
+
"max_position_embeddings": 32768,
|
| 51 |
+
"max_window_layers": 70,
|
| 52 |
+
"model_type": "qwen2",
|
| 53 |
+
"num_attention_heads": 16,
|
| 54 |
+
"num_hidden_layers": 36,
|
| 55 |
+
"num_key_value_heads": 2,
|
| 56 |
+
"pad_token_id": 151643,
|
| 57 |
+
"rms_norm_eps": 1e-06,
|
| 58 |
+
"rope_scaling": null,
|
| 59 |
+
"rope_theta": 1000000.0,
|
| 60 |
+
"sliding_window": null,
|
| 61 |
+
"tie_word_embeddings": true,
|
| 62 |
+
"transformers_version": "4.57.1",
|
| 63 |
+
"use_cache": false,
|
| 64 |
+
"use_sliding_window": false,
|
| 65 |
+
"vocab_size": 151936
|
| 66 |
+
}
|
web_rl_3b/eval_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"eval_loss": 0.16246147453784943,
|
| 4 |
+
"eval_runtime": 519.0801,
|
| 5 |
+
"eval_samples_per_second": 1.822,
|
| 6 |
+
"eval_steps_per_second": 0.911
|
| 7 |
+
}
|
web_rl_3b/generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_sample": true,
|
| 3 |
+
"eos_token_id": [
|
| 4 |
+
151645,
|
| 5 |
+
151643
|
| 6 |
+
],
|
| 7 |
+
"pad_token_id": 151643,
|
| 8 |
+
"repetition_penalty": 1.05,
|
| 9 |
+
"temperature": 0.7,
|
| 10 |
+
"top_k": 20,
|
| 11 |
+
"top_p": 0.8,
|
| 12 |
+
"transformers_version": "4.57.1"
|
| 13 |
+
}
|
web_rl_3b/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
web_rl_3b/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3bae34d001b0178e721fae3c92aa1abf3a047088cfe7f32947c9fff27df183d
|
| 3 |
+
size 4957560304
|
web_rl_3b/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd94dd66bb8aa93760dfc0c3ba73d9a7c7566ee65e461e3d59caebc6b131fd92
|
| 3 |
+
size 1214366696
|
web_rl_3b/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,442 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 241664,
|
| 4 |
+
"total_size": 6171877376
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 260 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 261 |
+
"model.layers.28.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 262 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 263 |
+
"model.layers.28.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 264 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 265 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 266 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 267 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 269 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 270 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 271 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 272 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 273 |
+
"model.layers.29.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 274 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 275 |
+
"model.layers.29.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 276 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 277 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 278 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 279 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 280 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 281 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 282 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 283 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 284 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 297 |
+
"model.layers.30.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 298 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 299 |
+
"model.layers.30.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 300 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 301 |
+
"model.layers.30.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 302 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 303 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 304 |
+
"model.layers.30.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 305 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 306 |
+
"model.layers.30.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 307 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 308 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 309 |
+
"model.layers.31.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 310 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 311 |
+
"model.layers.31.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 312 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 313 |
+
"model.layers.31.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 314 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 315 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 316 |
+
"model.layers.31.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 317 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 318 |
+
"model.layers.31.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 319 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 320 |
+
"model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 321 |
+
"model.layers.32.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 322 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 323 |
+
"model.layers.32.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 324 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 325 |
+
"model.layers.32.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 326 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 327 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 328 |
+
"model.layers.32.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 329 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 330 |
+
"model.layers.32.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 331 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 332 |
+
"model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 333 |
+
"model.layers.33.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 334 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 335 |
+
"model.layers.33.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 336 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 337 |
+
"model.layers.33.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 338 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 339 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 340 |
+
"model.layers.33.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 341 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 342 |
+
"model.layers.33.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 343 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 344 |
+
"model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 345 |
+
"model.layers.34.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 346 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 347 |
+
"model.layers.34.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 348 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 349 |
+
"model.layers.34.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 350 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 351 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 352 |
+
"model.layers.34.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 353 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 354 |
+
"model.layers.34.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 355 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 356 |
+
"model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 357 |
+
"model.layers.35.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
| 358 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
| 359 |
+
"model.layers.35.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
| 360 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 361 |
+
"model.layers.35.self_attn.k_proj.bias": "model-00002-of-00002.safetensors",
|
| 362 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 363 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 364 |
+
"model.layers.35.self_attn.q_proj.bias": "model-00002-of-00002.safetensors",
|
| 365 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 366 |
+
"model.layers.35.self_attn.v_proj.bias": "model-00002-of-00002.safetensors",
|
| 367 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 368 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 369 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 370 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 371 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 372 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 373 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 374 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 375 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 376 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 377 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 378 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 379 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 380 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 381 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 382 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 383 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 384 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 385 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 386 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 387 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 388 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 389 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 390 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 391 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 392 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 393 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 394 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 395 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 396 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 397 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 398 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 399 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 400 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 401 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 402 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 403 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 404 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 405 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 406 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 407 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 408 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 409 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 410 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 411 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 412 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 413 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 414 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 415 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 416 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 417 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 418 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 419 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 420 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 421 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 422 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 423 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 424 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 425 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 426 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 427 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 428 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 429 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
| 430 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
| 431 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
| 432 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 433 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors",
|
| 434 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 435 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 436 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors",
|
| 437 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 438 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors",
|
| 439 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 440 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 441 |
+
}
|
| 442 |
+
}
|
web_rl_3b/runs/Nov22_11-21-53_ubuntu/events.out.tfevents.1763810597.ubuntu
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f91a5556c7e1668baab34f0771cdf378bbe190fd002257ef4a750e0dfc1e72d9
|
| 3 |
+
size 34624
|
web_rl_3b/runs/Nov22_11-21-53_ubuntu/events.out.tfevents.1763845681.ubuntu
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ad4abddf7fc486297d8b2deb2de9f428f5512535f77934f30e37ca8f7518a47
|
| 3 |
+
size 311
|
web_rl_3b/special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
web_rl_3b/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
web_rl_3b/tokenizer_config.json
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|im_end|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
web_rl_3b/train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"total_flos": 57141526265856.0,
|
| 4 |
+
"train_loss": 0.2802479102018294,
|
| 5 |
+
"train_runtime": 34553.4877,
|
| 6 |
+
"train_samples_per_second": 0.246,
|
| 7 |
+
"train_steps_per_second": 0.031
|
| 8 |
+
}
|
web_rl_3b/trainer_log.jsonl
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 1065, "loss": 1.6798, "lr": 8.411214953271029e-07, "epoch": 0.009396288466055908, "percentage": 0.94, "elapsed_time": "0:04:10", "remaining_time": "7:20:20"}
|
| 2 |
+
{"current_steps": 20, "total_steps": 1065, "loss": 1.4918, "lr": 1.7757009345794394e-06, "epoch": 0.018792576932111817, "percentage": 1.88, "elapsed_time": "0:08:03", "remaining_time": "7:01:19"}
|
| 3 |
+
{"current_steps": 30, "total_steps": 1065, "loss": 0.832, "lr": 2.7102803738317757e-06, "epoch": 0.028188865398167725, "percentage": 2.82, "elapsed_time": "0:11:45", "remaining_time": "6:45:44"}
|
| 4 |
+
{"current_steps": 40, "total_steps": 1065, "loss": 0.6918, "lr": 3.6448598130841123e-06, "epoch": 0.03758515386422363, "percentage": 3.76, "elapsed_time": "0:15:31", "remaining_time": "6:37:41"}
|
| 5 |
+
{"current_steps": 50, "total_steps": 1065, "loss": 0.5121, "lr": 4.579439252336449e-06, "epoch": 0.04698144233027954, "percentage": 4.69, "elapsed_time": "0:19:21", "remaining_time": "6:32:53"}
|
| 6 |
+
{"current_steps": 50, "total_steps": 1065, "eval_loss": 0.4876191020011902, "epoch": 0.04698144233027954, "percentage": 4.69, "elapsed_time": "0:27:13", "remaining_time": "9:12:46"}
|
| 7 |
+
{"current_steps": 60, "total_steps": 1065, "loss": 0.4886, "lr": 5.514018691588785e-06, "epoch": 0.05637773079633545, "percentage": 5.63, "elapsed_time": "0:31:04", "remaining_time": "8:40:32"}
|
| 8 |
+
{"current_steps": 70, "total_steps": 1065, "loss": 0.4985, "lr": 6.448598130841122e-06, "epoch": 0.06577401926239136, "percentage": 6.57, "elapsed_time": "0:34:54", "remaining_time": "8:16:12"}
|
| 9 |
+
{"current_steps": 80, "total_steps": 1065, "loss": 0.3483, "lr": 7.383177570093458e-06, "epoch": 0.07517030772844727, "percentage": 7.51, "elapsed_time": "0:39:28", "remaining_time": "8:06:04"}
|
| 10 |
+
{"current_steps": 90, "total_steps": 1065, "loss": 0.2995, "lr": 8.317757009345795e-06, "epoch": 0.08456659619450317, "percentage": 8.45, "elapsed_time": "0:43:44", "remaining_time": "7:53:55"}
|
| 11 |
+
{"current_steps": 100, "total_steps": 1065, "loss": 0.4615, "lr": 9.252336448598132e-06, "epoch": 0.09396288466055908, "percentage": 9.39, "elapsed_time": "0:47:31", "remaining_time": "7:38:39"}
|
| 12 |
+
{"current_steps": 100, "total_steps": 1065, "eval_loss": 0.3848985433578491, "epoch": 0.09396288466055908, "percentage": 9.39, "elapsed_time": "0:55:37", "remaining_time": "8:56:42"}
|
| 13 |
+
{"current_steps": 110, "total_steps": 1065, "loss": 0.372, "lr": 9.999892460708615e-06, "epoch": 0.10335917312661498, "percentage": 10.33, "elapsed_time": "0:59:28", "remaining_time": "8:36:20"}
|
| 14 |
+
{"current_steps": 120, "total_steps": 1065, "loss": 0.3499, "lr": 9.996129071205167e-06, "epoch": 0.1127554615926709, "percentage": 11.27, "elapsed_time": "1:03:04", "remaining_time": "8:16:44"}
|
| 15 |
+
{"current_steps": 130, "total_steps": 1065, "loss": 0.3497, "lr": 9.98699334211771e-06, "epoch": 0.1221517500587268, "percentage": 12.21, "elapsed_time": "1:06:45", "remaining_time": "8:00:07"}
|
| 16 |
+
{"current_steps": 140, "total_steps": 1065, "loss": 0.3527, "lr": 9.972495097099379e-06, "epoch": 0.13154803852478272, "percentage": 13.15, "elapsed_time": "1:10:25", "remaining_time": "7:45:15"}
|
| 17 |
+
{"current_steps": 150, "total_steps": 1065, "loss": 0.37, "lr": 9.952649926118827e-06, "epoch": 0.14094432699083861, "percentage": 14.08, "elapsed_time": "1:14:13", "remaining_time": "7:32:43"}
|
| 18 |
+
{"current_steps": 150, "total_steps": 1065, "eval_loss": 0.32813695073127747, "epoch": 0.14094432699083861, "percentage": 14.08, "elapsed_time": "1:21:44", "remaining_time": "8:18:34"}
|
| 19 |
+
{"current_steps": 160, "total_steps": 1065, "loss": 0.4364, "lr": 9.927479168696327e-06, "epoch": 0.15034061545689453, "percentage": 15.02, "elapsed_time": "1:25:14", "remaining_time": "8:02:08"}
|
| 20 |
+
{"current_steps": 170, "total_steps": 1065, "loss": 0.3828, "lr": 9.897009890957382e-06, "epoch": 0.15973690392295042, "percentage": 15.96, "elapsed_time": "1:28:48", "remaining_time": "7:47:33"}
|
| 21 |
+
{"current_steps": 180, "total_steps": 1065, "loss": 0.3503, "lr": 9.861274856528504e-06, "epoch": 0.16913319238900634, "percentage": 16.9, "elapsed_time": "1:32:15", "remaining_time": "7:33:34"}
|
| 22 |
+
{"current_steps": 190, "total_steps": 1065, "loss": 0.4124, "lr": 9.820312491306471e-06, "epoch": 0.17852948085506226, "percentage": 17.84, "elapsed_time": "1:35:41", "remaining_time": "7:20:41"}
|
| 23 |
+
{"current_steps": 200, "total_steps": 1065, "loss": 0.3749, "lr": 9.77416684213896e-06, "epoch": 0.18792576932111815, "percentage": 18.78, "elapsed_time": "1:39:16", "remaining_time": "7:09:20"}
|
| 24 |
+
{"current_steps": 200, "total_steps": 1065, "eval_loss": 0.2891885042190552, "epoch": 0.18792576932111815, "percentage": 18.78, "elapsed_time": "1:46:55", "remaining_time": "7:42:25"}
|
| 25 |
+
{"current_steps": 210, "total_steps": 1065, "loss": 0.235, "lr": 9.722887529460928e-06, "epoch": 0.19732205778717407, "percentage": 19.72, "elapsed_time": "1:50:24", "remaining_time": "7:29:33"}
|
| 26 |
+
{"current_steps": 220, "total_steps": 1065, "loss": 0.2777, "lr": 9.666529693937763e-06, "epoch": 0.20671834625322996, "percentage": 20.66, "elapsed_time": "1:53:37", "remaining_time": "7:16:27"}
|
| 27 |
+
{"current_steps": 230, "total_steps": 1065, "loss": 0.3091, "lr": 9.605153937172495e-06, "epoch": 0.21611463471928588, "percentage": 21.6, "elapsed_time": "1:57:11", "remaining_time": "7:05:28"}
|
| 28 |
+
{"current_steps": 240, "total_steps": 1065, "loss": 0.287, "lr": 9.538826256540866e-06, "epoch": 0.2255109231853418, "percentage": 22.54, "elapsed_time": "2:00:44", "remaining_time": "6:55:03"}
|
| 29 |
+
{"current_steps": 250, "total_steps": 1065, "loss": 0.2863, "lr": 9.467617974224326e-06, "epoch": 0.2349072116513977, "percentage": 23.47, "elapsed_time": "2:04:32", "remaining_time": "6:46:00"}
|
| 30 |
+
{"current_steps": 250, "total_steps": 1065, "eval_loss": 0.2756798267364502, "epoch": 0.2349072116513977, "percentage": 23.47, "elapsed_time": "2:12:56", "remaining_time": "7:13:23"}
|
| 31 |
+
{"current_steps": 260, "total_steps": 1065, "loss": 0.2357, "lr": 9.391605660517268e-06, "epoch": 0.2443035001174536, "percentage": 24.41, "elapsed_time": "2:16:43", "remaining_time": "7:03:18"}
|
| 32 |
+
{"current_steps": 270, "total_steps": 1065, "loss": 0.2237, "lr": 9.310871051490953e-06, "epoch": 0.2536997885835095, "percentage": 25.35, "elapsed_time": "2:20:25", "remaining_time": "6:53:29"}
|
| 33 |
+
{"current_steps": 280, "total_steps": 1065, "loss": 0.2974, "lr": 9.225500961102685e-06, "epoch": 0.26309607704956545, "percentage": 26.29, "elapsed_time": "2:24:20", "remaining_time": "6:44:40"}
|
| 34 |
+
{"current_steps": 290, "total_steps": 1065, "loss": 0.2556, "lr": 9.135587187844727e-06, "epoch": 0.27249236551562134, "percentage": 27.23, "elapsed_time": "2:28:07", "remaining_time": "6:35:50"}
|
| 35 |
+
{"current_steps": 300, "total_steps": 1065, "loss": 0.3078, "lr": 9.041226416033344e-06, "epoch": 0.28188865398167723, "percentage": 28.17, "elapsed_time": "2:31:53", "remaining_time": "6:27:18"}
|
| 36 |
+
{"current_steps": 300, "total_steps": 1065, "eval_loss": 0.25494658946990967, "epoch": 0.28188865398167723, "percentage": 28.17, "elapsed_time": "2:40:32", "remaining_time": "6:49:22"}
|
| 37 |
+
{"current_steps": 310, "total_steps": 1065, "loss": 0.2227, "lr": 8.942520111844117e-06, "epoch": 0.2912849424477331, "percentage": 29.11, "elapsed_time": "2:44:31", "remaining_time": "6:40:40"}
|
| 38 |
+
{"current_steps": 320, "total_steps": 1065, "loss": 0.2668, "lr": 8.839574414205335e-06, "epoch": 0.30068123091378907, "percentage": 30.05, "elapsed_time": "2:48:20", "remaining_time": "6:31:55"}
|
| 39 |
+
{"current_steps": 330, "total_steps": 1065, "loss": 0.2726, "lr": 8.732500020666748e-06, "epoch": 0.31007751937984496, "percentage": 30.99, "elapsed_time": "2:51:56", "remaining_time": "6:22:57"}
|
| 40 |
+
{"current_steps": 340, "total_steps": 1065, "loss": 0.2807, "lr": 8.621412068366455e-06, "epoch": 0.31947380784590085, "percentage": 31.92, "elapsed_time": "2:55:32", "remaining_time": "6:14:18"}
|
| 41 |
+
{"current_steps": 350, "total_steps": 1065, "loss": 0.2921, "lr": 8.506430010223899e-06, "epoch": 0.3288700963119568, "percentage": 32.86, "elapsed_time": "2:59:29", "remaining_time": "6:06:41"}
|
| 42 |
+
{"current_steps": 350, "total_steps": 1065, "eval_loss": 0.23158399760723114, "epoch": 0.3288700963119568, "percentage": 32.86, "elapsed_time": "3:08:18", "remaining_time": "6:24:40"}
|
| 43 |
+
{"current_steps": 360, "total_steps": 1065, "loss": 0.306, "lr": 8.38767748649208e-06, "epoch": 0.3382663847780127, "percentage": 33.8, "elapsed_time": "3:12:52", "remaining_time": "6:17:42"}
|
| 44 |
+
{"current_steps": 370, "total_steps": 1065, "loss": 0.2148, "lr": 8.26528219180716e-06, "epoch": 0.3476626732440686, "percentage": 34.74, "elapsed_time": "3:17:14", "remaining_time": "6:10:29"}
|
| 45 |
+
{"current_steps": 380, "total_steps": 1065, "loss": 0.1558, "lr": 8.139375737878356e-06, "epoch": 0.3570589617101245, "percentage": 35.68, "elapsed_time": "3:21:08", "remaining_time": "6:02:34"}
|
| 46 |
+
{"current_steps": 390, "total_steps": 1065, "loss": 0.1945, "lr": 8.01009351196582e-06, "epoch": 0.3664552501761804, "percentage": 36.62, "elapsed_time": "3:24:44", "remaining_time": "5:54:21"}
|
| 47 |
+
{"current_steps": 400, "total_steps": 1065, "loss": 0.3191, "lr": 7.877574531298666e-06, "epoch": 0.3758515386422363, "percentage": 37.56, "elapsed_time": "3:28:13", "remaining_time": "5:46:09"}
|
| 48 |
+
{"current_steps": 400, "total_steps": 1065, "eval_loss": 0.23533165454864502, "epoch": 0.3758515386422363, "percentage": 37.56, "elapsed_time": "3:36:24", "remaining_time": "5:59:46"}
|
| 49 |
+
{"current_steps": 410, "total_steps": 1065, "loss": 0.2265, "lr": 7.741961293589693e-06, "epoch": 0.38524782710829225, "percentage": 38.5, "elapsed_time": "3:40:04", "remaining_time": "5:51:34"}
|
| 50 |
+
{"current_steps": 420, "total_steps": 1065, "loss": 0.2608, "lr": 7.603399623807519e-06, "epoch": 0.39464411557434814, "percentage": 39.44, "elapsed_time": "3:43:53", "remaining_time": "5:43:50"}
|
| 51 |
+
{"current_steps": 430, "total_steps": 1065, "loss": 0.2456, "lr": 7.462038517370962e-06, "epoch": 0.40404040404040403, "percentage": 40.38, "elapsed_time": "3:47:38", "remaining_time": "5:36:09"}
|
| 52 |
+
{"current_steps": 440, "total_steps": 1065, "loss": 0.2898, "lr": 7.318029979934181e-06, "epoch": 0.4134366925064599, "percentage": 41.31, "elapsed_time": "3:51:20", "remaining_time": "5:28:37"}
|
| 53 |
+
{"current_steps": 450, "total_steps": 1065, "loss": 0.313, "lr": 7.17152886393495e-06, "epoch": 0.42283298097251587, "percentage": 42.25, "elapsed_time": "3:55:06", "remaining_time": "5:21:18"}
|
| 54 |
+
{"current_steps": 450, "total_steps": 1065, "eval_loss": 0.22310128808021545, "epoch": 0.42283298097251587, "percentage": 42.25, "elapsed_time": "4:03:42", "remaining_time": "5:33:04"}
|
| 55 |
+
{"current_steps": 460, "total_steps": 1065, "loss": 0.2691, "lr": 7.022692702081766e-06, "epoch": 0.43222926943857176, "percentage": 43.19, "elapsed_time": "4:07:41", "remaining_time": "5:25:46"}
|
| 56 |
+
{"current_steps": 470, "total_steps": 1065, "loss": 0.2254, "lr": 6.871681537958862e-06, "epoch": 0.44162555790462765, "percentage": 44.13, "elapsed_time": "4:11:32", "remaining_time": "5:18:27"}
|
| 57 |
+
{"current_steps": 480, "total_steps": 1065, "loss": 0.2315, "lr": 6.718657753931284e-06, "epoch": 0.4510218463706836, "percentage": 45.07, "elapsed_time": "4:15:28", "remaining_time": "5:11:21"}
|
| 58 |
+
{"current_steps": 490, "total_steps": 1065, "loss": 0.2944, "lr": 6.56378589653506e-06, "epoch": 0.4604181348367395, "percentage": 46.01, "elapsed_time": "4:19:14", "remaining_time": "5:04:13"}
|
| 59 |
+
{"current_steps": 500, "total_steps": 1065, "loss": 0.2037, "lr": 6.40723249954025e-06, "epoch": 0.4698144233027954, "percentage": 46.95, "elapsed_time": "4:22:56", "remaining_time": "4:57:07"}
|
| 60 |
+
{"current_steps": 500, "total_steps": 1065, "eval_loss": 0.213790163397789, "epoch": 0.4698144233027954, "percentage": 46.95, "elapsed_time": "4:31:03", "remaining_time": "5:06:17"}
|
| 61 |
+
{"current_steps": 510, "total_steps": 1065, "loss": 0.2189, "lr": 6.2491659048771215e-06, "epoch": 0.4792107117688513, "percentage": 47.89, "elapsed_time": "4:34:41", "remaining_time": "4:58:55"}
|
| 62 |
+
{"current_steps": 520, "total_steps": 1065, "loss": 0.222, "lr": 6.089756081617987e-06, "epoch": 0.4886070002349072, "percentage": 48.83, "elapsed_time": "4:38:12", "remaining_time": "4:51:34"}
|
| 63 |
+
{"current_steps": 530, "total_steps": 1065, "loss": 0.2179, "lr": 5.929174443209416e-06, "epoch": 0.4980032887009631, "percentage": 49.77, "elapsed_time": "4:42:01", "remaining_time": "4:44:40"}
|
| 64 |
+
{"current_steps": 540, "total_steps": 1065, "loss": 0.2111, "lr": 5.767593663151265e-06, "epoch": 0.507399577167019, "percentage": 50.7, "elapsed_time": "4:45:47", "remaining_time": "4:37:50"}
|
| 65 |
+
{"current_steps": 550, "total_steps": 1065, "loss": 0.1729, "lr": 5.605187489320815e-06, "epoch": 0.5167958656330749, "percentage": 51.64, "elapsed_time": "4:49:41", "remaining_time": "4:31:15"}
|
| 66 |
+
{"current_steps": 550, "total_steps": 1065, "eval_loss": 0.20741979777812958, "epoch": 0.5167958656330749, "percentage": 51.64, "elapsed_time": "4:58:10", "remaining_time": "4:39:11"}
|
| 67 |
+
{"current_steps": 560, "total_steps": 1065, "loss": 0.1785, "lr": 5.442130557141595e-06, "epoch": 0.5261921540991309, "percentage": 52.58, "elapsed_time": "5:01:48", "remaining_time": "4:32:10"}
|
| 68 |
+
{"current_steps": 570, "total_steps": 1065, "loss": 0.1761, "lr": 5.278598201797844e-06, "epoch": 0.5355884425651868, "percentage": 53.52, "elapsed_time": "5:05:32", "remaining_time": "4:25:19"}
|
| 69 |
+
{"current_steps": 580, "total_steps": 1065, "loss": 0.2185, "lr": 5.1147662696965254e-06, "epoch": 0.5449847310312427, "percentage": 54.46, "elapsed_time": "5:09:08", "remaining_time": "4:18:30"}
|
| 70 |
+
{"current_steps": 590, "total_steps": 1065, "loss": 0.211, "lr": 4.9508109293796015e-06, "epoch": 0.5543810194972986, "percentage": 55.4, "elapsed_time": "5:12:35", "remaining_time": "4:11:40"}
|
| 71 |
+
{"current_steps": 600, "total_steps": 1065, "loss": 0.289, "lr": 4.7869084820899455e-06, "epoch": 0.5637773079633545, "percentage": 56.34, "elapsed_time": "5:16:08", "remaining_time": "4:05:00"}
|
| 72 |
+
{"current_steps": 600, "total_steps": 1065, "eval_loss": 0.1954464614391327, "epoch": 0.5637773079633545, "percentage": 56.34, "elapsed_time": "5:24:27", "remaining_time": "4:11:27"}
|
| 73 |
+
{"current_steps": 610, "total_steps": 1065, "loss": 0.2154, "lr": 4.623235172194532e-06, "epoch": 0.5731735964294103, "percentage": 57.28, "elapsed_time": "5:28:23", "remaining_time": "4:04:56"}
|
| 74 |
+
{"current_steps": 620, "total_steps": 1065, "loss": 0.2147, "lr": 4.459966997668812e-06, "epoch": 0.5825698848954662, "percentage": 58.22, "elapsed_time": "5:32:01", "remaining_time": "3:58:18"}
|
| 75 |
+
{"current_steps": 630, "total_steps": 1065, "loss": 0.1491, "lr": 4.297279520846002e-06, "epoch": 0.5919661733615222, "percentage": 59.15, "elapsed_time": "5:35:29", "remaining_time": "3:51:38"}
|
| 76 |
+
{"current_steps": 640, "total_steps": 1065, "loss": 0.2285, "lr": 4.135347679634849e-06, "epoch": 0.6013624618275781, "percentage": 60.09, "elapsed_time": "5:39:07", "remaining_time": "3:45:12"}
|
| 77 |
+
{"current_steps": 650, "total_steps": 1065, "loss": 0.2775, "lr": 3.974345599408833e-06, "epoch": 0.610758750293634, "percentage": 61.03, "elapsed_time": "5:42:51", "remaining_time": "3:38:54"}
|
| 78 |
+
{"current_steps": 650, "total_steps": 1065, "eval_loss": 0.18974561989307404, "epoch": 0.610758750293634, "percentage": 61.03, "elapsed_time": "5:51:00", "remaining_time": "3:44:06"}
|
| 79 |
+
{"current_steps": 660, "total_steps": 1065, "loss": 0.214, "lr": 3.814446405769069e-06, "epoch": 0.6201550387596899, "percentage": 61.97, "elapsed_time": "5:54:34", "remaining_time": "3:37:34"}
|
| 80 |
+
{"current_steps": 670, "total_steps": 1065, "loss": 0.2392, "lr": 3.6558220383822824e-06, "epoch": 0.6295513272257458, "percentage": 62.91, "elapsed_time": "5:58:10", "remaining_time": "3:31:09"}
|
| 81 |
+
{"current_steps": 680, "total_steps": 1065, "loss": 0.2062, "lr": 3.4986430660940283e-06, "epoch": 0.6389476156918017, "percentage": 63.85, "elapsed_time": "6:01:37", "remaining_time": "3:24:44"}
|
| 82 |
+
{"current_steps": 690, "total_steps": 1065, "loss": 0.1738, "lr": 3.3430785035159297e-06, "epoch": 0.6483439041578577, "percentage": 64.79, "elapsed_time": "6:05:15", "remaining_time": "3:18:30"}
|
| 83 |
+
{"current_steps": 700, "total_steps": 1065, "loss": 0.1546, "lr": 3.1892956292842103e-06, "epoch": 0.6577401926239136, "percentage": 65.73, "elapsed_time": "6:08:45", "remaining_time": "3:12:16"}
|
| 84 |
+
{"current_steps": 700, "total_steps": 1065, "eval_loss": 0.18141551315784454, "epoch": 0.6577401926239136, "percentage": 65.73, "elapsed_time": "6:17:09", "remaining_time": "3:16:39"}
|
| 85 |
+
{"current_steps": 710, "total_steps": 1065, "loss": 0.2037, "lr": 3.0374598061848936e-06, "epoch": 0.6671364810899695, "percentage": 66.67, "elapsed_time": "6:20:55", "remaining_time": "3:10:27"}
|
| 86 |
+
{"current_steps": 720, "total_steps": 1065, "loss": 0.14, "lr": 2.8877343033391523e-06, "epoch": 0.6765327695560254, "percentage": 67.61, "elapsed_time": "6:24:33", "remaining_time": "3:04:15"}
|
| 87 |
+
{"current_steps": 730, "total_steps": 1065, "loss": 0.1721, "lr": 2.7402801206399454e-06, "epoch": 0.6859290580220813, "percentage": 68.54, "elapsed_time": "6:28:09", "remaining_time": "2:58:07"}
|
| 88 |
+
{"current_steps": 740, "total_steps": 1065, "loss": 0.2586, "lr": 2.595255815628774e-06, "epoch": 0.6953253464881372, "percentage": 69.48, "elapsed_time": "6:31:45", "remaining_time": "2:52:03"}
|
| 89 |
+
{"current_steps": 750, "total_steps": 1065, "loss": 0.1613, "lr": 2.4528173329986855e-06, "epoch": 0.704721634954193, "percentage": 70.42, "elapsed_time": "6:35:17", "remaining_time": "2:46:01"}
|
| 90 |
+
{"current_steps": 750, "total_steps": 1065, "eval_loss": 0.1746373176574707, "epoch": 0.704721634954193, "percentage": 70.42, "elapsed_time": "6:43:20", "remaining_time": "2:49:24"}
|
| 91 |
+
{"current_steps": 760, "total_steps": 1065, "loss": 0.2041, "lr": 2.313117836906897e-06, "epoch": 0.714117923420249, "percentage": 71.36, "elapsed_time": "6:47:01", "remaining_time": "2:43:20"}
|
| 92 |
+
{"current_steps": 770, "total_steps": 1065, "loss": 0.2033, "lr": 2.1763075462773002e-06, "epoch": 0.7235142118863049, "percentage": 72.3, "elapsed_time": "6:50:40", "remaining_time": "2:37:20"}
|
| 93 |
+
{"current_steps": 780, "total_steps": 1065, "loss": 0.2497, "lr": 2.0425335732700075e-06, "epoch": 0.7329105003523608, "percentage": 73.24, "elapsed_time": "6:54:08", "remaining_time": "2:31:19"}
|
| 94 |
+
{"current_steps": 790, "total_steps": 1065, "loss": 0.2354, "lr": 1.9119397650915774e-06, "epoch": 0.7423067888184167, "percentage": 74.18, "elapsed_time": "6:57:38", "remaining_time": "2:25:22"}
|
| 95 |
+
{"current_steps": 800, "total_steps": 1065, "loss": 0.0956, "lr": 1.7846665493160548e-06, "epoch": 0.7517030772844726, "percentage": 75.12, "elapsed_time": "7:01:16", "remaining_time": "2:19:32"}
|
| 96 |
+
{"current_steps": 800, "total_steps": 1065, "eval_loss": 0.1724964827299118, "epoch": 0.7517030772844726, "percentage": 75.12, "elapsed_time": "7:09:31", "remaining_time": "2:22:16"}
|
| 97 |
+
{"current_steps": 810, "total_steps": 1065, "loss": 0.1711, "lr": 1.6608507828831572e-06, "epoch": 0.7610993657505285, "percentage": 76.06, "elapsed_time": "7:12:54", "remaining_time": "2:16:17"}
|
| 98 |
+
{"current_steps": 820, "total_steps": 1065, "loss": 0.2362, "lr": 1.5406256049359359e-06, "epoch": 0.7704956542165845, "percentage": 77.0, "elapsed_time": "7:16:28", "remaining_time": "2:10:24"}
|
| 99 |
+
{"current_steps": 830, "total_steps": 1065, "loss": 0.1692, "lr": 1.4241202936562164e-06, "epoch": 0.7798919426826404, "percentage": 77.93, "elapsed_time": "7:20:00", "remaining_time": "2:04:34"}
|
| 100 |
+
{"current_steps": 840, "total_steps": 1065, "loss": 0.1608, "lr": 1.311460127251708e-06, "epoch": 0.7892882311486963, "percentage": 78.87, "elapsed_time": "7:23:33", "remaining_time": "1:58:48"}
|
| 101 |
+
{"current_steps": 850, "total_steps": 1065, "loss": 0.1692, "lr": 1.202766249244306e-06, "epoch": 0.7986845196147522, "percentage": 79.81, "elapsed_time": "7:27:21", "remaining_time": "1:53:09"}
|
| 102 |
+
{"current_steps": 850, "total_steps": 1065, "eval_loss": 0.1683204621076584, "epoch": 0.7986845196147522, "percentage": 79.81, "elapsed_time": "7:36:18", "remaining_time": "1:55:25"}
|
| 103 |
+
{"current_steps": 860, "total_steps": 1065, "loss": 0.1718, "lr": 1.098155538204404e-06, "epoch": 0.8080808080808081, "percentage": 80.75, "elapsed_time": "7:40:27", "remaining_time": "1:49:45"}
|
| 104 |
+
{"current_steps": 870, "total_steps": 1065, "loss": 0.1425, "lr": 9.977404820713315e-07, "epoch": 0.817477096546864, "percentage": 81.69, "elapsed_time": "7:44:27", "remaining_time": "1:44:06"}
|
| 105 |
+
{"current_steps": 880, "total_steps": 1065, "loss": 0.1196, "lr": 9.016290571950171e-07, "epoch": 0.8268733850129198, "percentage": 82.63, "elapsed_time": "7:48:26", "remaining_time": "1:38:28"}
|
| 106 |
+
{"current_steps": 890, "total_steps": 1065, "loss": 0.2077, "lr": 8.099246122289861e-07, "epoch": 0.8362696734789759, "percentage": 83.57, "elapsed_time": "7:52:20", "remaining_time": "1:32:52"}
|
| 107 |
+
{"current_steps": 900, "total_steps": 1065, "loss": 0.1885, "lr": 7.227257569995061e-07, "epoch": 0.8456659619450317, "percentage": 84.51, "elapsed_time": "7:56:12", "remaining_time": "1:27:18"}
|
| 108 |
+
{"current_steps": 900, "total_steps": 1065, "eval_loss": 0.16525517404079437, "epoch": 0.8456659619450317, "percentage": 84.51, "elapsed_time": "8:04:57", "remaining_time": "1:28:54"}
|
| 109 |
+
{"current_steps": 910, "total_steps": 1065, "loss": 0.2379, "lr": 6.401262564704019e-07, "epoch": 0.8550622504110876, "percentage": 85.45, "elapsed_time": "8:08:49", "remaining_time": "1:23:15"}
|
| 110 |
+
{"current_steps": 920, "total_steps": 1065, "loss": 0.2253, "lr": 5.622149299175539e-07, "epoch": 0.8644585388771435, "percentage": 86.38, "elapsed_time": "8:12:37", "remaining_time": "1:17:38"}
|
| 111 |
+
{"current_steps": 930, "total_steps": 1065, "loss": 0.1952, "lr": 4.890755554214954e-07, "epoch": 0.8738548273431994, "percentage": 87.32, "elapsed_time": "8:16:39", "remaining_time": "1:12:05"}
|
| 112 |
+
{"current_steps": 940, "total_steps": 1065, "loss": 0.1522, "lr": 4.207867797808102e-07, "epoch": 0.8832511158092553, "percentage": 88.26, "elapsed_time": "8:20:26", "remaining_time": "1:06:32"}
|
| 113 |
+
{"current_steps": 950, "total_steps": 1065, "loss": 0.2799, "lr": 3.5742203394319606e-07, "epoch": 0.8926474042753113, "percentage": 89.2, "elapsed_time": "8:24:25", "remaining_time": "1:01:03"}
|
| 114 |
+
{"current_steps": 950, "total_steps": 1065, "eval_loss": 0.163659006357193, "epoch": 0.8926474042753113, "percentage": 89.2, "elapsed_time": "8:33:27", "remaining_time": "1:02:09"}
|
| 115 |
+
{"current_steps": 960, "total_steps": 1065, "loss": 0.173, "lr": 2.9904945404513606e-07, "epoch": 0.9020436927413672, "percentage": 90.14, "elapsed_time": "8:37:25", "remaining_time": "0:56:35"}
|
| 116 |
+
{"current_steps": 970, "total_steps": 1065, "loss": 0.184, "lr": 2.457318081450899e-07, "epoch": 0.9114399812074231, "percentage": 91.08, "elapsed_time": "8:41:22", "remaining_time": "0:51:03"}
|
| 117 |
+
{"current_steps": 980, "total_steps": 1065, "loss": 0.1533, "lr": 1.9752642872897078e-07, "epoch": 0.920836269673479, "percentage": 92.02, "elapsed_time": "8:45:23", "remaining_time": "0:45:34"}
|
| 118 |
+
{"current_steps": 990, "total_steps": 1065, "loss": 0.2073, "lr": 1.5448515106050165e-07, "epoch": 0.9302325581395349, "percentage": 92.96, "elapsed_time": "8:49:09", "remaining_time": "0:40:05"}
|
| 119 |
+
{"current_steps": 1000, "total_steps": 1065, "loss": 0.1971, "lr": 1.166542574427354e-07, "epoch": 0.9396288466055908, "percentage": 93.9, "elapsed_time": "8:53:03", "remaining_time": "0:34:38"}
|
| 120 |
+
{"current_steps": 1000, "total_steps": 1065, "eval_loss": 0.16281382739543915, "epoch": 0.9396288466055908, "percentage": 93.9, "elapsed_time": "9:01:41", "remaining_time": "0:35:12"}
|
| 121 |
+
{"current_steps": 1010, "total_steps": 1065, "loss": 0.1787, "lr": 8.407442745067552e-08, "epoch": 0.9490251350716467, "percentage": 94.84, "elapsed_time": "9:05:27", "remaining_time": "0:29:42"}
|
| 122 |
+
{"current_steps": 1020, "total_steps": 1065, "loss": 0.1581, "lr": 5.678069418851351e-08, "epoch": 0.9584214235377027, "percentage": 95.77, "elapsed_time": "9:09:32", "remaining_time": "0:24:14"}
|
| 123 |
+
{"current_steps": 1030, "total_steps": 1065, "loss": 0.1776, "lr": 3.4802406618518195e-08, "epoch": 0.9678177120037585, "percentage": 96.71, "elapsed_time": "9:13:23", "remaining_time": "0:18:48"}
|
| 124 |
+
{"current_steps": 1040, "total_steps": 1065, "loss": 0.1669, "lr": 1.816319800208466e-08, "epoch": 0.9772140004698144, "percentage": 97.65, "elapsed_time": "9:17:13", "remaining_time": "0:13:23"}
|
| 125 |
+
{"current_steps": 1050, "total_steps": 1065, "loss": 0.1464, "lr": 6.880960486877475e-09, "epoch": 0.9866102889358703, "percentage": 98.59, "elapsed_time": "9:21:17", "remaining_time": "0:08:01"}
|
| 126 |
+
{"current_steps": 1050, "total_steps": 1065, "eval_loss": 0.16257165372371674, "epoch": 0.9866102889358703, "percentage": 98.59, "elapsed_time": "9:30:12", "remaining_time": "0:08:08"}
|
| 127 |
+
{"current_steps": 1060, "total_steps": 1065, "loss": 0.2124, "lr": 9.678258673995189e-10, "epoch": 0.9960065774019262, "percentage": 99.53, "elapsed_time": "9:34:09", "remaining_time": "0:02:42"}
|
| 128 |
+
{"current_steps": 1065, "total_steps": 1065, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "9:35:53", "remaining_time": "0:00:00"}
|
web_rl_3b/trainer_state.json
ADDED
|
@@ -0,0 +1,953 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 50,
|
| 7 |
+
"global_step": 1065,
|
| 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.009396288466055908,
|
| 14 |
+
"grad_norm": 77.32342529296875,
|
| 15 |
+
"learning_rate": 8.411214953271029e-07,
|
| 16 |
+
"loss": 1.6798,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.018792576932111817,
|
| 21 |
+
"grad_norm": 33.60771179199219,
|
| 22 |
+
"learning_rate": 1.7757009345794394e-06,
|
| 23 |
+
"loss": 1.4918,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.028188865398167725,
|
| 28 |
+
"grad_norm": 15.923619270324707,
|
| 29 |
+
"learning_rate": 2.7102803738317757e-06,
|
| 30 |
+
"loss": 0.832,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.03758515386422363,
|
| 35 |
+
"grad_norm": 25.03349494934082,
|
| 36 |
+
"learning_rate": 3.6448598130841123e-06,
|
| 37 |
+
"loss": 0.6918,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.04698144233027954,
|
| 42 |
+
"grad_norm": 10.101052284240723,
|
| 43 |
+
"learning_rate": 4.579439252336449e-06,
|
| 44 |
+
"loss": 0.5121,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.04698144233027954,
|
| 49 |
+
"eval_loss": 0.4876191020011902,
|
| 50 |
+
"eval_runtime": 472.5825,
|
| 51 |
+
"eval_samples_per_second": 2.002,
|
| 52 |
+
"eval_steps_per_second": 1.001,
|
| 53 |
+
"step": 50
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.05637773079633545,
|
| 57 |
+
"grad_norm": 8.925775527954102,
|
| 58 |
+
"learning_rate": 5.514018691588785e-06,
|
| 59 |
+
"loss": 0.4886,
|
| 60 |
+
"step": 60
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.06577401926239136,
|
| 64 |
+
"grad_norm": 7.684209823608398,
|
| 65 |
+
"learning_rate": 6.448598130841122e-06,
|
| 66 |
+
"loss": 0.4985,
|
| 67 |
+
"step": 70
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"epoch": 0.07517030772844727,
|
| 71 |
+
"grad_norm": 14.134685516357422,
|
| 72 |
+
"learning_rate": 7.383177570093458e-06,
|
| 73 |
+
"loss": 0.3483,
|
| 74 |
+
"step": 80
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"epoch": 0.08456659619450317,
|
| 78 |
+
"grad_norm": 9.419997215270996,
|
| 79 |
+
"learning_rate": 8.317757009345795e-06,
|
| 80 |
+
"loss": 0.2995,
|
| 81 |
+
"step": 90
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.09396288466055908,
|
| 85 |
+
"grad_norm": 9.725701332092285,
|
| 86 |
+
"learning_rate": 9.252336448598132e-06,
|
| 87 |
+
"loss": 0.4615,
|
| 88 |
+
"step": 100
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"epoch": 0.09396288466055908,
|
| 92 |
+
"eval_loss": 0.3848985433578491,
|
| 93 |
+
"eval_runtime": 485.2521,
|
| 94 |
+
"eval_samples_per_second": 1.95,
|
| 95 |
+
"eval_steps_per_second": 0.975,
|
| 96 |
+
"step": 100
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"epoch": 0.10335917312661498,
|
| 100 |
+
"grad_norm": 7.37769889831543,
|
| 101 |
+
"learning_rate": 9.999892460708615e-06,
|
| 102 |
+
"loss": 0.372,
|
| 103 |
+
"step": 110
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"epoch": 0.1127554615926709,
|
| 107 |
+
"grad_norm": 5.251932144165039,
|
| 108 |
+
"learning_rate": 9.996129071205167e-06,
|
| 109 |
+
"loss": 0.3499,
|
| 110 |
+
"step": 120
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 0.1221517500587268,
|
| 114 |
+
"grad_norm": 6.633662700653076,
|
| 115 |
+
"learning_rate": 9.98699334211771e-06,
|
| 116 |
+
"loss": 0.3497,
|
| 117 |
+
"step": 130
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.13154803852478272,
|
| 121 |
+
"grad_norm": 9.925003051757812,
|
| 122 |
+
"learning_rate": 9.972495097099379e-06,
|
| 123 |
+
"loss": 0.3527,
|
| 124 |
+
"step": 140
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"epoch": 0.14094432699083861,
|
| 128 |
+
"grad_norm": 2.5581600666046143,
|
| 129 |
+
"learning_rate": 9.952649926118827e-06,
|
| 130 |
+
"loss": 0.37,
|
| 131 |
+
"step": 150
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"epoch": 0.14094432699083861,
|
| 135 |
+
"eval_loss": 0.32813695073127747,
|
| 136 |
+
"eval_runtime": 450.9285,
|
| 137 |
+
"eval_samples_per_second": 2.098,
|
| 138 |
+
"eval_steps_per_second": 1.049,
|
| 139 |
+
"step": 150
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"epoch": 0.15034061545689453,
|
| 143 |
+
"grad_norm": 8.05836009979248,
|
| 144 |
+
"learning_rate": 9.927479168696327e-06,
|
| 145 |
+
"loss": 0.4364,
|
| 146 |
+
"step": 160
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.15973690392295042,
|
| 150 |
+
"grad_norm": 8.204833984375,
|
| 151 |
+
"learning_rate": 9.897009890957382e-06,
|
| 152 |
+
"loss": 0.3828,
|
| 153 |
+
"step": 170
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.16913319238900634,
|
| 157 |
+
"grad_norm": 4.883147716522217,
|
| 158 |
+
"learning_rate": 9.861274856528504e-06,
|
| 159 |
+
"loss": 0.3503,
|
| 160 |
+
"step": 180
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"epoch": 0.17852948085506226,
|
| 164 |
+
"grad_norm": 4.023066520690918,
|
| 165 |
+
"learning_rate": 9.820312491306471e-06,
|
| 166 |
+
"loss": 0.4124,
|
| 167 |
+
"step": 190
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.18792576932111815,
|
| 171 |
+
"grad_norm": 3.1607863903045654,
|
| 172 |
+
"learning_rate": 9.77416684213896e-06,
|
| 173 |
+
"loss": 0.3749,
|
| 174 |
+
"step": 200
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"epoch": 0.18792576932111815,
|
| 178 |
+
"eval_loss": 0.2891885042190552,
|
| 179 |
+
"eval_runtime": 458.85,
|
| 180 |
+
"eval_samples_per_second": 2.062,
|
| 181 |
+
"eval_steps_per_second": 1.031,
|
| 182 |
+
"step": 200
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.19732205778717407,
|
| 186 |
+
"grad_norm": 9.990116119384766,
|
| 187 |
+
"learning_rate": 9.722887529460928e-06,
|
| 188 |
+
"loss": 0.235,
|
| 189 |
+
"step": 210
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.20671834625322996,
|
| 193 |
+
"grad_norm": 4.4412760734558105,
|
| 194 |
+
"learning_rate": 9.666529693937763e-06,
|
| 195 |
+
"loss": 0.2777,
|
| 196 |
+
"step": 220
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"epoch": 0.21611463471928588,
|
| 200 |
+
"grad_norm": 5.4278154373168945,
|
| 201 |
+
"learning_rate": 9.605153937172495e-06,
|
| 202 |
+
"loss": 0.3091,
|
| 203 |
+
"step": 230
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"epoch": 0.2255109231853418,
|
| 207 |
+
"grad_norm": 4.043374061584473,
|
| 208 |
+
"learning_rate": 9.538826256540866e-06,
|
| 209 |
+
"loss": 0.287,
|
| 210 |
+
"step": 240
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"epoch": 0.2349072116513977,
|
| 214 |
+
"grad_norm": 5.319589614868164,
|
| 215 |
+
"learning_rate": 9.467617974224326e-06,
|
| 216 |
+
"loss": 0.2863,
|
| 217 |
+
"step": 250
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.2349072116513977,
|
| 221 |
+
"eval_loss": 0.2756798267364502,
|
| 222 |
+
"eval_runtime": 504.1073,
|
| 223 |
+
"eval_samples_per_second": 1.877,
|
| 224 |
+
"eval_steps_per_second": 0.938,
|
| 225 |
+
"step": 250
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.2443035001174536,
|
| 229 |
+
"grad_norm": 8.62342643737793,
|
| 230 |
+
"learning_rate": 9.391605660517268e-06,
|
| 231 |
+
"loss": 0.2357,
|
| 232 |
+
"step": 260
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"epoch": 0.2536997885835095,
|
| 236 |
+
"grad_norm": 2.7996938228607178,
|
| 237 |
+
"learning_rate": 9.310871051490953e-06,
|
| 238 |
+
"loss": 0.2237,
|
| 239 |
+
"step": 270
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"epoch": 0.26309607704956545,
|
| 243 |
+
"grad_norm": 4.890498638153076,
|
| 244 |
+
"learning_rate": 9.225500961102685e-06,
|
| 245 |
+
"loss": 0.2974,
|
| 246 |
+
"step": 280
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"epoch": 0.27249236551562134,
|
| 250 |
+
"grad_norm": 5.307254314422607,
|
| 251 |
+
"learning_rate": 9.135587187844727e-06,
|
| 252 |
+
"loss": 0.2556,
|
| 253 |
+
"step": 290
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.28188865398167723,
|
| 257 |
+
"grad_norm": 4.411228656768799,
|
| 258 |
+
"learning_rate": 9.041226416033344e-06,
|
| 259 |
+
"loss": 0.3078,
|
| 260 |
+
"step": 300
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"epoch": 0.28188865398167723,
|
| 264 |
+
"eval_loss": 0.25494658946990967,
|
| 265 |
+
"eval_runtime": 518.8808,
|
| 266 |
+
"eval_samples_per_second": 1.823,
|
| 267 |
+
"eval_steps_per_second": 0.912,
|
| 268 |
+
"step": 300
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.2912849424477331,
|
| 272 |
+
"grad_norm": 2.772766351699829,
|
| 273 |
+
"learning_rate": 8.942520111844117e-06,
|
| 274 |
+
"loss": 0.2227,
|
| 275 |
+
"step": 310
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.30068123091378907,
|
| 279 |
+
"grad_norm": 5.582266807556152,
|
| 280 |
+
"learning_rate": 8.839574414205335e-06,
|
| 281 |
+
"loss": 0.2668,
|
| 282 |
+
"step": 320
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.31007751937984496,
|
| 286 |
+
"grad_norm": 4.721141815185547,
|
| 287 |
+
"learning_rate": 8.732500020666748e-06,
|
| 288 |
+
"loss": 0.2726,
|
| 289 |
+
"step": 330
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.31947380784590085,
|
| 293 |
+
"grad_norm": 4.359829425811768,
|
| 294 |
+
"learning_rate": 8.621412068366455e-06,
|
| 295 |
+
"loss": 0.2807,
|
| 296 |
+
"step": 340
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.3288700963119568,
|
| 300 |
+
"grad_norm": 2.9552581310272217,
|
| 301 |
+
"learning_rate": 8.506430010223899e-06,
|
| 302 |
+
"loss": 0.2921,
|
| 303 |
+
"step": 350
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.3288700963119568,
|
| 307 |
+
"eval_loss": 0.23158399760723114,
|
| 308 |
+
"eval_runtime": 528.3567,
|
| 309 |
+
"eval_samples_per_second": 1.79,
|
| 310 |
+
"eval_steps_per_second": 0.895,
|
| 311 |
+
"step": 350
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.3382663847780127,
|
| 315 |
+
"grad_norm": 4.709650039672852,
|
| 316 |
+
"learning_rate": 8.38767748649208e-06,
|
| 317 |
+
"loss": 0.306,
|
| 318 |
+
"step": 360
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.3476626732440686,
|
| 322 |
+
"grad_norm": 2.7597694396972656,
|
| 323 |
+
"learning_rate": 8.26528219180716e-06,
|
| 324 |
+
"loss": 0.2148,
|
| 325 |
+
"step": 370
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.3570589617101245,
|
| 329 |
+
"grad_norm": 6.239573001861572,
|
| 330 |
+
"learning_rate": 8.139375737878356e-06,
|
| 331 |
+
"loss": 0.1558,
|
| 332 |
+
"step": 380
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.3664552501761804,
|
| 336 |
+
"grad_norm": 2.6109910011291504,
|
| 337 |
+
"learning_rate": 8.01009351196582e-06,
|
| 338 |
+
"loss": 0.1945,
|
| 339 |
+
"step": 390
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3758515386422363,
|
| 343 |
+
"grad_norm": 5.080913543701172,
|
| 344 |
+
"learning_rate": 7.877574531298666e-06,
|
| 345 |
+
"loss": 0.3191,
|
| 346 |
+
"step": 400
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.3758515386422363,
|
| 350 |
+
"eval_loss": 0.23533165454864502,
|
| 351 |
+
"eval_runtime": 491.1933,
|
| 352 |
+
"eval_samples_per_second": 1.926,
|
| 353 |
+
"eval_steps_per_second": 0.963,
|
| 354 |
+
"step": 400
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.38524782710829225,
|
| 358 |
+
"grad_norm": 3.903905153274536,
|
| 359 |
+
"learning_rate": 7.741961293589693e-06,
|
| 360 |
+
"loss": 0.2265,
|
| 361 |
+
"step": 410
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.39464411557434814,
|
| 365 |
+
"grad_norm": 5.586989879608154,
|
| 366 |
+
"learning_rate": 7.603399623807519e-06,
|
| 367 |
+
"loss": 0.2608,
|
| 368 |
+
"step": 420
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"epoch": 0.40404040404040403,
|
| 372 |
+
"grad_norm": 3.9632835388183594,
|
| 373 |
+
"learning_rate": 7.462038517370962e-06,
|
| 374 |
+
"loss": 0.2456,
|
| 375 |
+
"step": 430
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"epoch": 0.4134366925064599,
|
| 379 |
+
"grad_norm": 7.482256889343262,
|
| 380 |
+
"learning_rate": 7.318029979934181e-06,
|
| 381 |
+
"loss": 0.2898,
|
| 382 |
+
"step": 440
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"epoch": 0.42283298097251587,
|
| 386 |
+
"grad_norm": 3.7885382175445557,
|
| 387 |
+
"learning_rate": 7.17152886393495e-06,
|
| 388 |
+
"loss": 0.313,
|
| 389 |
+
"step": 450
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"epoch": 0.42283298097251587,
|
| 393 |
+
"eval_loss": 0.22310128808021545,
|
| 394 |
+
"eval_runtime": 516.4179,
|
| 395 |
+
"eval_samples_per_second": 1.832,
|
| 396 |
+
"eval_steps_per_second": 0.916,
|
| 397 |
+
"step": 450
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.43222926943857176,
|
| 401 |
+
"grad_norm": 4.9588093757629395,
|
| 402 |
+
"learning_rate": 7.022692702081766e-06,
|
| 403 |
+
"loss": 0.2691,
|
| 404 |
+
"step": 460
|
| 405 |
+
},
|
| 406 |
+
{
|
| 407 |
+
"epoch": 0.44162555790462765,
|
| 408 |
+
"grad_norm": 4.674664497375488,
|
| 409 |
+
"learning_rate": 6.871681537958862e-06,
|
| 410 |
+
"loss": 0.2254,
|
| 411 |
+
"step": 470
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"epoch": 0.4510218463706836,
|
| 415 |
+
"grad_norm": 5.224850654602051,
|
| 416 |
+
"learning_rate": 6.718657753931284e-06,
|
| 417 |
+
"loss": 0.2315,
|
| 418 |
+
"step": 480
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"epoch": 0.4604181348367395,
|
| 422 |
+
"grad_norm": 4.065497398376465,
|
| 423 |
+
"learning_rate": 6.56378589653506e-06,
|
| 424 |
+
"loss": 0.2944,
|
| 425 |
+
"step": 490
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 0.4698144233027954,
|
| 429 |
+
"grad_norm": 4.546512603759766,
|
| 430 |
+
"learning_rate": 6.40723249954025e-06,
|
| 431 |
+
"loss": 0.2037,
|
| 432 |
+
"step": 500
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"epoch": 0.4698144233027954,
|
| 436 |
+
"eval_loss": 0.213790163397789,
|
| 437 |
+
"eval_runtime": 486.7052,
|
| 438 |
+
"eval_samples_per_second": 1.944,
|
| 439 |
+
"eval_steps_per_second": 0.972,
|
| 440 |
+
"step": 500
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"epoch": 0.4792107117688513,
|
| 444 |
+
"grad_norm": 3.3908934593200684,
|
| 445 |
+
"learning_rate": 6.2491659048771215e-06,
|
| 446 |
+
"loss": 0.2189,
|
| 447 |
+
"step": 510
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"epoch": 0.4886070002349072,
|
| 451 |
+
"grad_norm": 4.911809921264648,
|
| 452 |
+
"learning_rate": 6.089756081617987e-06,
|
| 453 |
+
"loss": 0.222,
|
| 454 |
+
"step": 520
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"epoch": 0.4980032887009631,
|
| 458 |
+
"grad_norm": 2.711010694503784,
|
| 459 |
+
"learning_rate": 5.929174443209416e-06,
|
| 460 |
+
"loss": 0.2179,
|
| 461 |
+
"step": 530
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 0.507399577167019,
|
| 465 |
+
"grad_norm": 3.0764307975769043,
|
| 466 |
+
"learning_rate": 5.767593663151265e-06,
|
| 467 |
+
"loss": 0.2111,
|
| 468 |
+
"step": 540
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"epoch": 0.5167958656330749,
|
| 472 |
+
"grad_norm": 4.922618389129639,
|
| 473 |
+
"learning_rate": 5.605187489320815e-06,
|
| 474 |
+
"loss": 0.1729,
|
| 475 |
+
"step": 550
|
| 476 |
+
},
|
| 477 |
+
{
|
| 478 |
+
"epoch": 0.5167958656330749,
|
| 479 |
+
"eval_loss": 0.20741979777812958,
|
| 480 |
+
"eval_runtime": 508.5854,
|
| 481 |
+
"eval_samples_per_second": 1.86,
|
| 482 |
+
"eval_steps_per_second": 0.93,
|
| 483 |
+
"step": 550
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"epoch": 0.5261921540991309,
|
| 487 |
+
"grad_norm": 3.6055169105529785,
|
| 488 |
+
"learning_rate": 5.442130557141595e-06,
|
| 489 |
+
"loss": 0.1785,
|
| 490 |
+
"step": 560
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"epoch": 0.5355884425651868,
|
| 494 |
+
"grad_norm": 4.116625785827637,
|
| 495 |
+
"learning_rate": 5.278598201797844e-06,
|
| 496 |
+
"loss": 0.1761,
|
| 497 |
+
"step": 570
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"epoch": 0.5449847310312427,
|
| 501 |
+
"grad_norm": 6.054320335388184,
|
| 502 |
+
"learning_rate": 5.1147662696965254e-06,
|
| 503 |
+
"loss": 0.2185,
|
| 504 |
+
"step": 580
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"epoch": 0.5543810194972986,
|
| 508 |
+
"grad_norm": 3.523534059524536,
|
| 509 |
+
"learning_rate": 4.9508109293796015e-06,
|
| 510 |
+
"loss": 0.211,
|
| 511 |
+
"step": 590
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"epoch": 0.5637773079633545,
|
| 515 |
+
"grad_norm": 6.204962730407715,
|
| 516 |
+
"learning_rate": 4.7869084820899455e-06,
|
| 517 |
+
"loss": 0.289,
|
| 518 |
+
"step": 600
|
| 519 |
+
},
|
| 520 |
+
{
|
| 521 |
+
"epoch": 0.5637773079633545,
|
| 522 |
+
"eval_loss": 0.1954464614391327,
|
| 523 |
+
"eval_runtime": 498.5386,
|
| 524 |
+
"eval_samples_per_second": 1.898,
|
| 525 |
+
"eval_steps_per_second": 0.949,
|
| 526 |
+
"step": 600
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"epoch": 0.5731735964294103,
|
| 530 |
+
"grad_norm": 4.921229839324951,
|
| 531 |
+
"learning_rate": 4.623235172194532e-06,
|
| 532 |
+
"loss": 0.2154,
|
| 533 |
+
"step": 610
|
| 534 |
+
},
|
| 535 |
+
{
|
| 536 |
+
"epoch": 0.5825698848954662,
|
| 537 |
+
"grad_norm": 4.28684139251709,
|
| 538 |
+
"learning_rate": 4.459966997668812e-06,
|
| 539 |
+
"loss": 0.2147,
|
| 540 |
+
"step": 620
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"epoch": 0.5919661733615222,
|
| 544 |
+
"grad_norm": 4.43740177154541,
|
| 545 |
+
"learning_rate": 4.297279520846002e-06,
|
| 546 |
+
"loss": 0.1491,
|
| 547 |
+
"step": 630
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"epoch": 0.6013624618275781,
|
| 551 |
+
"grad_norm": 6.9565863609313965,
|
| 552 |
+
"learning_rate": 4.135347679634849e-06,
|
| 553 |
+
"loss": 0.2285,
|
| 554 |
+
"step": 640
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"epoch": 0.610758750293634,
|
| 558 |
+
"grad_norm": 1.496799349784851,
|
| 559 |
+
"learning_rate": 3.974345599408833e-06,
|
| 560 |
+
"loss": 0.2775,
|
| 561 |
+
"step": 650
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"epoch": 0.610758750293634,
|
| 565 |
+
"eval_loss": 0.18974561989307404,
|
| 566 |
+
"eval_runtime": 488.3923,
|
| 567 |
+
"eval_samples_per_second": 1.937,
|
| 568 |
+
"eval_steps_per_second": 0.968,
|
| 569 |
+
"step": 650
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.6201550387596899,
|
| 573 |
+
"grad_norm": 2.838442087173462,
|
| 574 |
+
"learning_rate": 3.814446405769069e-06,
|
| 575 |
+
"loss": 0.214,
|
| 576 |
+
"step": 660
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.6295513272257458,
|
| 580 |
+
"grad_norm": 7.474781513214111,
|
| 581 |
+
"learning_rate": 3.6558220383822824e-06,
|
| 582 |
+
"loss": 0.2392,
|
| 583 |
+
"step": 670
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.6389476156918017,
|
| 587 |
+
"grad_norm": 5.7680511474609375,
|
| 588 |
+
"learning_rate": 3.4986430660940283e-06,
|
| 589 |
+
"loss": 0.2062,
|
| 590 |
+
"step": 680
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.6483439041578577,
|
| 594 |
+
"grad_norm": 3.3340532779693604,
|
| 595 |
+
"learning_rate": 3.3430785035159297e-06,
|
| 596 |
+
"loss": 0.1738,
|
| 597 |
+
"step": 690
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.6577401926239136,
|
| 601 |
+
"grad_norm": 2.487337350845337,
|
| 602 |
+
"learning_rate": 3.1892956292842103e-06,
|
| 603 |
+
"loss": 0.1546,
|
| 604 |
+
"step": 700
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.6577401926239136,
|
| 608 |
+
"eval_loss": 0.18141551315784454,
|
| 609 |
+
"eval_runtime": 504.0426,
|
| 610 |
+
"eval_samples_per_second": 1.877,
|
| 611 |
+
"eval_steps_per_second": 0.938,
|
| 612 |
+
"step": 700
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.6671364810899695,
|
| 616 |
+
"grad_norm": 4.324577331542969,
|
| 617 |
+
"learning_rate": 3.0374598061848936e-06,
|
| 618 |
+
"loss": 0.2037,
|
| 619 |
+
"step": 710
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.6765327695560254,
|
| 623 |
+
"grad_norm": 3.728818893432617,
|
| 624 |
+
"learning_rate": 2.8877343033391523e-06,
|
| 625 |
+
"loss": 0.14,
|
| 626 |
+
"step": 720
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.6859290580220813,
|
| 630 |
+
"grad_norm": 3.1286537647247314,
|
| 631 |
+
"learning_rate": 2.7402801206399454e-06,
|
| 632 |
+
"loss": 0.1721,
|
| 633 |
+
"step": 730
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.6953253464881372,
|
| 637 |
+
"grad_norm": 7.396164417266846,
|
| 638 |
+
"learning_rate": 2.595255815628774e-06,
|
| 639 |
+
"loss": 0.2586,
|
| 640 |
+
"step": 740
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.704721634954193,
|
| 644 |
+
"grad_norm": 1.8540730476379395,
|
| 645 |
+
"learning_rate": 2.4528173329986855e-06,
|
| 646 |
+
"loss": 0.1613,
|
| 647 |
+
"step": 750
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.704721634954193,
|
| 651 |
+
"eval_loss": 0.1746373176574707,
|
| 652 |
+
"eval_runtime": 482.272,
|
| 653 |
+
"eval_samples_per_second": 1.962,
|
| 654 |
+
"eval_steps_per_second": 0.981,
|
| 655 |
+
"step": 750
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"epoch": 0.714117923420249,
|
| 659 |
+
"grad_norm": 1.6450875997543335,
|
| 660 |
+
"learning_rate": 2.313117836906897e-06,
|
| 661 |
+
"loss": 0.2041,
|
| 662 |
+
"step": 760
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"epoch": 0.7235142118863049,
|
| 666 |
+
"grad_norm": 1.6683011054992676,
|
| 667 |
+
"learning_rate": 2.1763075462773002e-06,
|
| 668 |
+
"loss": 0.2033,
|
| 669 |
+
"step": 770
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"epoch": 0.7329105003523608,
|
| 673 |
+
"grad_norm": 5.101831912994385,
|
| 674 |
+
"learning_rate": 2.0425335732700075e-06,
|
| 675 |
+
"loss": 0.2497,
|
| 676 |
+
"step": 780
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 0.7423067888184167,
|
| 680 |
+
"grad_norm": 10.428893089294434,
|
| 681 |
+
"learning_rate": 1.9119397650915774e-06,
|
| 682 |
+
"loss": 0.2354,
|
| 683 |
+
"step": 790
|
| 684 |
+
},
|
| 685 |
+
{
|
| 686 |
+
"epoch": 0.7517030772844726,
|
| 687 |
+
"grad_norm": 3.380574941635132,
|
| 688 |
+
"learning_rate": 1.7846665493160548e-06,
|
| 689 |
+
"loss": 0.0956,
|
| 690 |
+
"step": 800
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"epoch": 0.7517030772844726,
|
| 694 |
+
"eval_loss": 0.1724964827299118,
|
| 695 |
+
"eval_runtime": 494.611,
|
| 696 |
+
"eval_samples_per_second": 1.913,
|
| 697 |
+
"eval_steps_per_second": 0.956,
|
| 698 |
+
"step": 800
|
| 699 |
+
},
|
| 700 |
+
{
|
| 701 |
+
"epoch": 0.7610993657505285,
|
| 702 |
+
"grad_norm": 3.29054594039917,
|
| 703 |
+
"learning_rate": 1.6608507828831572e-06,
|
| 704 |
+
"loss": 0.1711,
|
| 705 |
+
"step": 810
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"epoch": 0.7704956542165845,
|
| 709 |
+
"grad_norm": 1.7452706098556519,
|
| 710 |
+
"learning_rate": 1.5406256049359359e-06,
|
| 711 |
+
"loss": 0.2362,
|
| 712 |
+
"step": 820
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"epoch": 0.7798919426826404,
|
| 716 |
+
"grad_norm": 3.282259464263916,
|
| 717 |
+
"learning_rate": 1.4241202936562164e-06,
|
| 718 |
+
"loss": 0.1692,
|
| 719 |
+
"step": 830
|
| 720 |
+
},
|
| 721 |
+
{
|
| 722 |
+
"epoch": 0.7892882311486963,
|
| 723 |
+
"grad_norm": 2.6481103897094727,
|
| 724 |
+
"learning_rate": 1.311460127251708e-06,
|
| 725 |
+
"loss": 0.1608,
|
| 726 |
+
"step": 840
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"epoch": 0.7986845196147522,
|
| 730 |
+
"grad_norm": 4.806708335876465,
|
| 731 |
+
"learning_rate": 1.202766249244306e-06,
|
| 732 |
+
"loss": 0.1692,
|
| 733 |
+
"step": 850
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"epoch": 0.7986845196147522,
|
| 737 |
+
"eval_loss": 0.1683204621076584,
|
| 738 |
+
"eval_runtime": 536.8401,
|
| 739 |
+
"eval_samples_per_second": 1.762,
|
| 740 |
+
"eval_steps_per_second": 0.881,
|
| 741 |
+
"step": 850
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"epoch": 0.8080808080808081,
|
| 745 |
+
"grad_norm": 3.949918031692505,
|
| 746 |
+
"learning_rate": 1.098155538204404e-06,
|
| 747 |
+
"loss": 0.1718,
|
| 748 |
+
"step": 860
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"epoch": 0.817477096546864,
|
| 752 |
+
"grad_norm": 4.87109899520874,
|
| 753 |
+
"learning_rate": 9.977404820713315e-07,
|
| 754 |
+
"loss": 0.1425,
|
| 755 |
+
"step": 870
|
| 756 |
+
},
|
| 757 |
+
{
|
| 758 |
+
"epoch": 0.8268733850129198,
|
| 759 |
+
"grad_norm": 2.2142727375030518,
|
| 760 |
+
"learning_rate": 9.016290571950171e-07,
|
| 761 |
+
"loss": 0.1196,
|
| 762 |
+
"step": 880
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"epoch": 0.8362696734789759,
|
| 766 |
+
"grad_norm": 1.4838513135910034,
|
| 767 |
+
"learning_rate": 8.099246122289861e-07,
|
| 768 |
+
"loss": 0.2077,
|
| 769 |
+
"step": 890
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"epoch": 0.8456659619450317,
|
| 773 |
+
"grad_norm": 3.8143913745880127,
|
| 774 |
+
"learning_rate": 7.227257569995061e-07,
|
| 775 |
+
"loss": 0.1885,
|
| 776 |
+
"step": 900
|
| 777 |
+
},
|
| 778 |
+
{
|
| 779 |
+
"epoch": 0.8456659619450317,
|
| 780 |
+
"eval_loss": 0.16525517404079437,
|
| 781 |
+
"eval_runtime": 525.2309,
|
| 782 |
+
"eval_samples_per_second": 1.801,
|
| 783 |
+
"eval_steps_per_second": 0.901,
|
| 784 |
+
"step": 900
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"epoch": 0.8550622504110876,
|
| 788 |
+
"grad_norm": 4.804526329040527,
|
| 789 |
+
"learning_rate": 6.401262564704019e-07,
|
| 790 |
+
"loss": 0.2379,
|
| 791 |
+
"step": 910
|
| 792 |
+
},
|
| 793 |
+
{
|
| 794 |
+
"epoch": 0.8644585388771435,
|
| 795 |
+
"grad_norm": 4.881964683532715,
|
| 796 |
+
"learning_rate": 5.622149299175539e-07,
|
| 797 |
+
"loss": 0.2253,
|
| 798 |
+
"step": 920
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"epoch": 0.8738548273431994,
|
| 802 |
+
"grad_norm": 3.667691230773926,
|
| 803 |
+
"learning_rate": 4.890755554214954e-07,
|
| 804 |
+
"loss": 0.1952,
|
| 805 |
+
"step": 930
|
| 806 |
+
},
|
| 807 |
+
{
|
| 808 |
+
"epoch": 0.8832511158092553,
|
| 809 |
+
"grad_norm": 2.946258306503296,
|
| 810 |
+
"learning_rate": 4.207867797808102e-07,
|
| 811 |
+
"loss": 0.1522,
|
| 812 |
+
"step": 940
|
| 813 |
+
},
|
| 814 |
+
{
|
| 815 |
+
"epoch": 0.8926474042753113,
|
| 816 |
+
"grad_norm": 6.754327774047852,
|
| 817 |
+
"learning_rate": 3.5742203394319606e-07,
|
| 818 |
+
"loss": 0.2799,
|
| 819 |
+
"step": 950
|
| 820 |
+
},
|
| 821 |
+
{
|
| 822 |
+
"epoch": 0.8926474042753113,
|
| 823 |
+
"eval_loss": 0.163659006357193,
|
| 824 |
+
"eval_runtime": 541.8924,
|
| 825 |
+
"eval_samples_per_second": 1.746,
|
| 826 |
+
"eval_steps_per_second": 0.873,
|
| 827 |
+
"step": 950
|
| 828 |
+
},
|
| 829 |
+
{
|
| 830 |
+
"epoch": 0.9020436927413672,
|
| 831 |
+
"grad_norm": 6.084792137145996,
|
| 832 |
+
"learning_rate": 2.9904945404513606e-07,
|
| 833 |
+
"loss": 0.173,
|
| 834 |
+
"step": 960
|
| 835 |
+
},
|
| 836 |
+
{
|
| 837 |
+
"epoch": 0.9114399812074231,
|
| 838 |
+
"grad_norm": 7.379616737365723,
|
| 839 |
+
"learning_rate": 2.457318081450899e-07,
|
| 840 |
+
"loss": 0.184,
|
| 841 |
+
"step": 970
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"epoch": 0.920836269673479,
|
| 845 |
+
"grad_norm": 1.6431665420532227,
|
| 846 |
+
"learning_rate": 1.9752642872897078e-07,
|
| 847 |
+
"loss": 0.1533,
|
| 848 |
+
"step": 980
|
| 849 |
+
},
|
| 850 |
+
{
|
| 851 |
+
"epoch": 0.9302325581395349,
|
| 852 |
+
"grad_norm": 2.5774223804473877,
|
| 853 |
+
"learning_rate": 1.5448515106050165e-07,
|
| 854 |
+
"loss": 0.2073,
|
| 855 |
+
"step": 990
|
| 856 |
+
},
|
| 857 |
+
{
|
| 858 |
+
"epoch": 0.9396288466055908,
|
| 859 |
+
"grad_norm": 3.7589077949523926,
|
| 860 |
+
"learning_rate": 1.166542574427354e-07,
|
| 861 |
+
"loss": 0.1971,
|
| 862 |
+
"step": 1000
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"epoch": 0.9396288466055908,
|
| 866 |
+
"eval_loss": 0.16281382739543915,
|
| 867 |
+
"eval_runtime": 517.5907,
|
| 868 |
+
"eval_samples_per_second": 1.828,
|
| 869 |
+
"eval_steps_per_second": 0.914,
|
| 870 |
+
"step": 1000
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.9490251350716467,
|
| 874 |
+
"grad_norm": 2.6644127368927,
|
| 875 |
+
"learning_rate": 8.407442745067552e-08,
|
| 876 |
+
"loss": 0.1787,
|
| 877 |
+
"step": 1010
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.9584214235377027,
|
| 881 |
+
"grad_norm": 2.4552407264709473,
|
| 882 |
+
"learning_rate": 5.678069418851351e-08,
|
| 883 |
+
"loss": 0.1581,
|
| 884 |
+
"step": 1020
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.9678177120037585,
|
| 888 |
+
"grad_norm": 4.062498569488525,
|
| 889 |
+
"learning_rate": 3.4802406618518195e-08,
|
| 890 |
+
"loss": 0.1776,
|
| 891 |
+
"step": 1030
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.9772140004698144,
|
| 895 |
+
"grad_norm": 5.595784664154053,
|
| 896 |
+
"learning_rate": 1.816319800208466e-08,
|
| 897 |
+
"loss": 0.1669,
|
| 898 |
+
"step": 1040
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.9866102889358703,
|
| 902 |
+
"grad_norm": 3.4040722846984863,
|
| 903 |
+
"learning_rate": 6.880960486877475e-09,
|
| 904 |
+
"loss": 0.1464,
|
| 905 |
+
"step": 1050
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.9866102889358703,
|
| 909 |
+
"eval_loss": 0.16257165372371674,
|
| 910 |
+
"eval_runtime": 534.9845,
|
| 911 |
+
"eval_samples_per_second": 1.768,
|
| 912 |
+
"eval_steps_per_second": 0.884,
|
| 913 |
+
"step": 1050
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.9960065774019262,
|
| 917 |
+
"grad_norm": 2.6516175270080566,
|
| 918 |
+
"learning_rate": 9.678258673995189e-10,
|
| 919 |
+
"loss": 0.2124,
|
| 920 |
+
"step": 1060
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 1.0,
|
| 924 |
+
"step": 1065,
|
| 925 |
+
"total_flos": 57141526265856.0,
|
| 926 |
+
"train_loss": 0.2802479102018294,
|
| 927 |
+
"train_runtime": 34553.4877,
|
| 928 |
+
"train_samples_per_second": 0.246,
|
| 929 |
+
"train_steps_per_second": 0.031
|
| 930 |
+
}
|
| 931 |
+
],
|
| 932 |
+
"logging_steps": 10,
|
| 933 |
+
"max_steps": 1065,
|
| 934 |
+
"num_input_tokens_seen": 0,
|
| 935 |
+
"num_train_epochs": 1,
|
| 936 |
+
"save_steps": 500,
|
| 937 |
+
"stateful_callbacks": {
|
| 938 |
+
"TrainerControl": {
|
| 939 |
+
"args": {
|
| 940 |
+
"should_epoch_stop": false,
|
| 941 |
+
"should_evaluate": false,
|
| 942 |
+
"should_log": false,
|
| 943 |
+
"should_save": true,
|
| 944 |
+
"should_training_stop": true
|
| 945 |
+
},
|
| 946 |
+
"attributes": {}
|
| 947 |
+
}
|
| 948 |
+
},
|
| 949 |
+
"total_flos": 57141526265856.0,
|
| 950 |
+
"train_batch_size": 1,
|
| 951 |
+
"trial_name": null,
|
| 952 |
+
"trial_params": null
|
| 953 |
+
}
|
web_rl_3b/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63da21f419fbe8f8eed2994d1cd0666792bbccf954d1bdd55da81fbac49b6444
|
| 3 |
+
size 8337
|
web_rl_3b/training_eval_loss.png
ADDED
|
web_rl_3b/training_loss.png
ADDED
|
web_rl_3b/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|