aylinakkus commited on
Commit
c65576d
·
verified ·
1 Parent(s): a1203f6

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
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
+ }
chat_template.jinja ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
2
+ You are a helpful assistant.<|im_end|>
3
+ {% endif %}<|im_start|>{{ message['role'] }}
4
+ {% if message['content'] is string %}{{ message['content'] }}<|im_end|>
5
+ {% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
6
+ {% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
7
+ {% endif %}
config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2_5_VLForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 3584,
11
+ "image_token_id": 151655,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 18944,
14
+ "max_position_embeddings": 128000,
15
+ "max_window_layers": 28,
16
+ "model_type": "qwen2_5_vl",
17
+ "num_attention_heads": 28,
18
+ "num_hidden_layers": 28,
19
+ "num_key_value_heads": 4,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": {
22
+ "mrope_section": [
23
+ 16,
24
+ 24,
25
+ 24
26
+ ],
27
+ "rope_type": "default",
28
+ "type": "default"
29
+ },
30
+ "rope_theta": 1000000.0,
31
+ "sliding_window": 32768,
32
+ "text_config": {
33
+ "_name_or_path": "Qwen/Qwen2.5-VL-7B-Instruct",
34
+ "architectures": [
35
+ "Qwen2_5_VLForConditionalGeneration"
36
+ ],
37
+ "attention_dropout": 0.0,
38
+ "dtype": "float32",
39
+ "eos_token_id": 151645,
40
+ "hidden_act": "silu",
41
+ "hidden_size": 3584,
42
+ "initializer_range": 0.02,
43
+ "intermediate_size": 18944,
44
+ "layer_types": [
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention",
57
+ "full_attention",
58
+ "full_attention",
59
+ "full_attention",
60
+ "full_attention",
61
+ "full_attention",
62
+ "full_attention",
63
+ "full_attention",
64
+ "full_attention",
65
+ "full_attention",
66
+ "full_attention",
67
+ "full_attention",
68
+ "full_attention",
69
+ "full_attention",
70
+ "full_attention",
71
+ "full_attention",
72
+ "full_attention"
73
+ ],
74
+ "max_position_embeddings": 128000,
75
+ "max_window_layers": 28,
76
+ "model_type": "qwen2_5_vl_text",
77
+ "num_attention_heads": 28,
78
+ "num_hidden_layers": 28,
79
+ "num_key_value_heads": 4,
80
+ "pad_token_id": 151643,
81
+ "rms_norm_eps": 1e-06,
82
+ "rope_scaling": {
83
+ "mrope_section": [
84
+ 16,
85
+ 24,
86
+ 24
87
+ ],
88
+ "rope_type": "default",
89
+ "type": "default"
90
+ },
91
+ "rope_theta": 1000000.0,
92
+ "sliding_window": null,
93
+ "use_cache": false,
94
+ "use_sliding_window": false,
95
+ "vision_token_id": 151654,
96
+ "vocab_size": 152064
97
+ },
98
+ "tie_word_embeddings": false,
99
+ "transformers_version": "4.57.1",
100
+ "use_cache": true,
101
+ "use_sliding_window": false,
102
+ "video_token_id": 151656,
103
+ "vision_config": {
104
+ "depth": 32,
105
+ "dtype": "float32",
106
+ "fullatt_block_indexes": [
107
+ 7,
108
+ 15,
109
+ 23,
110
+ 31
111
+ ],
112
+ "hidden_act": "silu",
113
+ "hidden_size": 1280,
114
+ "in_channels": 3,
115
+ "in_chans": 3,
116
+ "initializer_range": 0.02,
117
+ "intermediate_size": 3420,
118
+ "model_type": "qwen2_5_vl",
119
+ "num_heads": 16,
120
+ "out_hidden_size": 3584,
121
+ "patch_size": 14,
122
+ "spatial_merge_size": 2,
123
+ "spatial_patch_size": 14,
124
+ "temporal_patch_size": 2,
125
+ "tokens_per_second": 2,
126
+ "window_size": 112
127
+ },
128
+ "vision_end_token_id": 151653,
129
+ "vision_start_token_id": 151652,
130
+ "vision_token_id": 151654,
131
+ "vocab_size": 152064
132
+ }
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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": 1e-06,
10
+ "transformers_version": "4.57.1"
11
+ }
global_step4252/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad578dad128dffdbe1ee56fbba70f0b9415e671e11ebc804c8539cf6f0d5841
3
+ size 49753009707
global_step4252/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec77a787e3e9fe17ae03b3cdfc8ee71e06080293d3c20c7daf0ed64b22f1588
3
+ size 49753009707
global_step4252/zero_pp_rank_0_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33d5bd2fa46d14c6eb2a0dc21520daf1a79b5949703221c8d044307327991216
3
+ size 370830
global_step4252/zero_pp_rank_1_mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eec8c4274cdc34e195af87d127f343bfe24ac04c728e93f4e6a40e39671bc1b4
3
+ size 370830
latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step4252
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cf12ff3a833c25c61199fb00d7f432529d082e9cd62a6a9cdf2c61ab47ce7f3
3
+ size 4968243304
model-00002-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808495368733bd478c205cd2f593c4089381d1f72e1ffa845df7c4e2a71bd357
3
+ size 4991495816
model-00003-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da0becd29098c8202778e46056ecf4ffdcbf206b917701154f1a4f7949f4d0d9
3
+ size 4932751040
model-00004-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbde0526018dc62f5d5bd452be2d044c3f6a6d972528f599700336cab7f176e8
3
+ size 1691924384
model.safetensors.index.json ADDED
@@ -0,0 +1,737 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 848896,
4
+ "total_size": 16584333312
5
+ },
6
+ "weight_map": {
7
+ "lm_head.weight": "model-00004-of-00004.safetensors",
8
+ "model.embed_tokens.weight": "model-00001-of-00004.safetensors",
9
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
10
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
11
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
12
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
13
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
14
+ "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
15
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
16
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
17
+ "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
18
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
19
+ "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
20
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
21
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
22
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
23
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
24
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
25
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
26
+ "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
27
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
28
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
29
+ "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
30
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
31
+ "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
32
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
33
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
34
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
35
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
36
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
37
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
38
+ "model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
39
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
40
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
41
+ "model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
42
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
43
+ "model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
44
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
45
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
46
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
47
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
48
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
49
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
50
+ "model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
51
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
52
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
53
+ "model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
54
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
55
+ "model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
56
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
57
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
58
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
59
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
60
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
61
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
62
+ "model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
63
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
64
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
65
+ "model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
66
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
67
+ "model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
68
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
69
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
70
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
71
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
72
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
73
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
74
+ "model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
75
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
76
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
77
+ "model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
78
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
79
+ "model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
80
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
81
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
82
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
83
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
84
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
85
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
86
+ "model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
87
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
88
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
89
+ "model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
90
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
91
+ "model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
92
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
93
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
94
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
95
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
96
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
97
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
98
+ "model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
99
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
100
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
101
+ "model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
102
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
103
+ "model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
104
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
105
+ "model.layers.16.input_layernorm.weight": "model-00003-of-00004.safetensors",
106
+ "model.layers.16.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
107
+ "model.layers.16.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
108
+ "model.layers.16.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
109
+ "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
110
+ "model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
111
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
112
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
113
+ "model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
114
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
115
+ "model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
116
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
117
+ "model.layers.17.input_layernorm.weight": "model-00003-of-00004.safetensors",
118
+ "model.layers.17.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
119
+ "model.layers.17.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
120
+ "model.layers.17.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
121
+ "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
122
+ "model.layers.17.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
123
+ "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
124
+ "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
125
+ "model.layers.17.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
126
+ "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
127
+ "model.layers.17.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
128
+ "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
129
+ "model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
130
+ "model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
131
+ "model.layers.18.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
132
+ "model.layers.18.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
133
+ "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
134
+ "model.layers.18.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
135
+ "model.layers.18.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
136
+ "model.layers.18.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
137
+ "model.layers.18.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
138
+ "model.layers.18.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
139
+ "model.layers.18.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
140
+ "model.layers.18.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
141
+ "model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
142
+ "model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
143
+ "model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
144
+ "model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
145
+ "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
146
+ "model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
147
+ "model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
148
+ "model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
149
+ "model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
150
+ "model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
151
+ "model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
152
+ "model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
153
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
154
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
155
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
156
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
157
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
158
+ "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
159
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
160
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
161
+ "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
162
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
163
+ "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
164
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
165
+ "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
166
+ "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
167
+ "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
168
+ "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
169
+ "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
170
+ "model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
171
+ "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
172
+ "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
173
+ "model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
174
+ "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
175
+ "model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
176
+ "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
177
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
178
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
179
+ "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
180
+ "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
181
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
182
+ "model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
183
+ "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
184
+ "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
185
+ "model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
186
+ "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
187
+ "model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
188
+ "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
189
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
190
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
191
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
192
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
193
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
194
+ "model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
195
+ "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
196
+ "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
197
+ "model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
198
+ "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
199
+ "model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
200
+ "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
201
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
202
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
203
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
204
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
205
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
206
+ "model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
207
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
208
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
209
+ "model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
210
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
211
+ "model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
212
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
213
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
214
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
215
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
216
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
217
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
218
+ "model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
219
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
220
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
221
+ "model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
222
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
223
+ "model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
224
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
225
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
226
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
227
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
228
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
229
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
230
+ "model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
231
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
232
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
233
+ "model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
234
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
235
+ "model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
236
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
237
+ "model.layers.26.input_layernorm.weight": "model-00004-of-00004.safetensors",
238
+ "model.layers.26.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
239
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
240
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
241
+ "model.layers.26.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
242
+ "model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
243
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
244
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
245
+ "model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
246
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
247
+ "model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
248
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
249
+ "model.layers.27.input_layernorm.weight": "model-00004-of-00004.safetensors",
250
+ "model.layers.27.mlp.down_proj.weight": "model-00004-of-00004.safetensors",
251
+ "model.layers.27.mlp.gate_proj.weight": "model-00004-of-00004.safetensors",
252
+ "model.layers.27.mlp.up_proj.weight": "model-00004-of-00004.safetensors",
253
+ "model.layers.27.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
254
+ "model.layers.27.self_attn.k_proj.bias": "model-00004-of-00004.safetensors",
255
+ "model.layers.27.self_attn.k_proj.weight": "model-00004-of-00004.safetensors",
256
+ "model.layers.27.self_attn.o_proj.weight": "model-00004-of-00004.safetensors",
257
+ "model.layers.27.self_attn.q_proj.bias": "model-00004-of-00004.safetensors",
258
+ "model.layers.27.self_attn.q_proj.weight": "model-00004-of-00004.safetensors",
259
+ "model.layers.27.self_attn.v_proj.bias": "model-00004-of-00004.safetensors",
260
+ "model.layers.27.self_attn.v_proj.weight": "model-00004-of-00004.safetensors",
261
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
262
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
263
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
264
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
265
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
266
+ "model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
267
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
268
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
269
+ "model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
270
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
271
+ "model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
272
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
273
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
274
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
275
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
276
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
277
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
278
+ "model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
279
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
280
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
281
+ "model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
282
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
283
+ "model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
284
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
285
+ "model.layers.5.input_layernorm.weight": "model-00002-of-00004.safetensors",
286
+ "model.layers.5.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
287
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
288
+ "model.layers.5.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
289
+ "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
290
+ "model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
291
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
292
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
293
+ "model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
294
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
295
+ "model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
296
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
297
+ "model.layers.6.input_layernorm.weight": "model-00002-of-00004.safetensors",
298
+ "model.layers.6.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
299
+ "model.layers.6.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
300
+ "model.layers.6.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
301
+ "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
302
+ "model.layers.6.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
303
+ "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
304
+ "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
305
+ "model.layers.6.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
306
+ "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
307
+ "model.layers.6.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
308
+ "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
309
+ "model.layers.7.input_layernorm.weight": "model-00002-of-00004.safetensors",
310
+ "model.layers.7.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
311
+ "model.layers.7.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
312
+ "model.layers.7.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
313
+ "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
314
+ "model.layers.7.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
315
+ "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
316
+ "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
317
+ "model.layers.7.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
318
+ "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
319
+ "model.layers.7.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
320
+ "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
321
+ "model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
322
+ "model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
323
+ "model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
324
+ "model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
325
+ "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
326
+ "model.layers.8.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
327
+ "model.layers.8.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
328
+ "model.layers.8.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
329
+ "model.layers.8.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
330
+ "model.layers.8.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
331
+ "model.layers.8.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
332
+ "model.layers.8.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
333
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
334
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
335
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
336
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
337
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
338
+ "model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
339
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
340
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
341
+ "model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
342
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
343
+ "model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
344
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
345
+ "model.norm.weight": "model-00004-of-00004.safetensors",
346
+ "visual.blocks.0.attn.proj.bias": "model-00001-of-00004.safetensors",
347
+ "visual.blocks.0.attn.proj.weight": "model-00001-of-00004.safetensors",
348
+ "visual.blocks.0.attn.qkv.bias": "model-00001-of-00004.safetensors",
349
+ "visual.blocks.0.attn.qkv.weight": "model-00001-of-00004.safetensors",
350
+ "visual.blocks.0.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
351
+ "visual.blocks.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
352
+ "visual.blocks.0.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
353
+ "visual.blocks.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
354
+ "visual.blocks.0.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
355
+ "visual.blocks.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
356
+ "visual.blocks.0.norm1.weight": "model-00001-of-00004.safetensors",
357
+ "visual.blocks.0.norm2.weight": "model-00001-of-00004.safetensors",
358
+ "visual.blocks.1.attn.proj.bias": "model-00001-of-00004.safetensors",
359
+ "visual.blocks.1.attn.proj.weight": "model-00001-of-00004.safetensors",
360
+ "visual.blocks.1.attn.qkv.bias": "model-00001-of-00004.safetensors",
361
+ "visual.blocks.1.attn.qkv.weight": "model-00001-of-00004.safetensors",
362
+ "visual.blocks.1.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
363
+ "visual.blocks.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
364
+ "visual.blocks.1.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
365
+ "visual.blocks.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
366
+ "visual.blocks.1.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
367
+ "visual.blocks.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
368
+ "visual.blocks.1.norm1.weight": "model-00001-of-00004.safetensors",
369
+ "visual.blocks.1.norm2.weight": "model-00001-of-00004.safetensors",
370
+ "visual.blocks.10.attn.proj.bias": "model-00001-of-00004.safetensors",
371
+ "visual.blocks.10.attn.proj.weight": "model-00001-of-00004.safetensors",
372
+ "visual.blocks.10.attn.qkv.bias": "model-00001-of-00004.safetensors",
373
+ "visual.blocks.10.attn.qkv.weight": "model-00001-of-00004.safetensors",
374
+ "visual.blocks.10.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
375
+ "visual.blocks.10.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
376
+ "visual.blocks.10.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
377
+ "visual.blocks.10.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
378
+ "visual.blocks.10.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
379
+ "visual.blocks.10.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
380
+ "visual.blocks.10.norm1.weight": "model-00001-of-00004.safetensors",
381
+ "visual.blocks.10.norm2.weight": "model-00001-of-00004.safetensors",
382
+ "visual.blocks.11.attn.proj.bias": "model-00001-of-00004.safetensors",
383
+ "visual.blocks.11.attn.proj.weight": "model-00001-of-00004.safetensors",
384
+ "visual.blocks.11.attn.qkv.bias": "model-00001-of-00004.safetensors",
385
+ "visual.blocks.11.attn.qkv.weight": "model-00001-of-00004.safetensors",
386
+ "visual.blocks.11.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
387
+ "visual.blocks.11.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
388
+ "visual.blocks.11.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
389
+ "visual.blocks.11.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
390
+ "visual.blocks.11.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
391
+ "visual.blocks.11.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
392
+ "visual.blocks.11.norm1.weight": "model-00001-of-00004.safetensors",
393
+ "visual.blocks.11.norm2.weight": "model-00001-of-00004.safetensors",
394
+ "visual.blocks.12.attn.proj.bias": "model-00001-of-00004.safetensors",
395
+ "visual.blocks.12.attn.proj.weight": "model-00001-of-00004.safetensors",
396
+ "visual.blocks.12.attn.qkv.bias": "model-00001-of-00004.safetensors",
397
+ "visual.blocks.12.attn.qkv.weight": "model-00001-of-00004.safetensors",
398
+ "visual.blocks.12.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
399
+ "visual.blocks.12.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
400
+ "visual.blocks.12.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
401
+ "visual.blocks.12.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
402
+ "visual.blocks.12.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
403
+ "visual.blocks.12.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
404
+ "visual.blocks.12.norm1.weight": "model-00001-of-00004.safetensors",
405
+ "visual.blocks.12.norm2.weight": "model-00001-of-00004.safetensors",
406
+ "visual.blocks.13.attn.proj.bias": "model-00001-of-00004.safetensors",
407
+ "visual.blocks.13.attn.proj.weight": "model-00001-of-00004.safetensors",
408
+ "visual.blocks.13.attn.qkv.bias": "model-00001-of-00004.safetensors",
409
+ "visual.blocks.13.attn.qkv.weight": "model-00001-of-00004.safetensors",
410
+ "visual.blocks.13.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
411
+ "visual.blocks.13.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
412
+ "visual.blocks.13.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
413
+ "visual.blocks.13.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
414
+ "visual.blocks.13.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
415
+ "visual.blocks.13.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
416
+ "visual.blocks.13.norm1.weight": "model-00001-of-00004.safetensors",
417
+ "visual.blocks.13.norm2.weight": "model-00001-of-00004.safetensors",
418
+ "visual.blocks.14.attn.proj.bias": "model-00001-of-00004.safetensors",
419
+ "visual.blocks.14.attn.proj.weight": "model-00001-of-00004.safetensors",
420
+ "visual.blocks.14.attn.qkv.bias": "model-00001-of-00004.safetensors",
421
+ "visual.blocks.14.attn.qkv.weight": "model-00001-of-00004.safetensors",
422
+ "visual.blocks.14.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
423
+ "visual.blocks.14.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
424
+ "visual.blocks.14.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
425
+ "visual.blocks.14.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
426
+ "visual.blocks.14.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
427
+ "visual.blocks.14.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
428
+ "visual.blocks.14.norm1.weight": "model-00001-of-00004.safetensors",
429
+ "visual.blocks.14.norm2.weight": "model-00001-of-00004.safetensors",
430
+ "visual.blocks.15.attn.proj.bias": "model-00001-of-00004.safetensors",
431
+ "visual.blocks.15.attn.proj.weight": "model-00001-of-00004.safetensors",
432
+ "visual.blocks.15.attn.qkv.bias": "model-00001-of-00004.safetensors",
433
+ "visual.blocks.15.attn.qkv.weight": "model-00001-of-00004.safetensors",
434
+ "visual.blocks.15.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
435
+ "visual.blocks.15.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
436
+ "visual.blocks.15.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
437
+ "visual.blocks.15.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
438
+ "visual.blocks.15.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
439
+ "visual.blocks.15.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
440
+ "visual.blocks.15.norm1.weight": "model-00001-of-00004.safetensors",
441
+ "visual.blocks.15.norm2.weight": "model-00001-of-00004.safetensors",
442
+ "visual.blocks.16.attn.proj.bias": "model-00001-of-00004.safetensors",
443
+ "visual.blocks.16.attn.proj.weight": "model-00001-of-00004.safetensors",
444
+ "visual.blocks.16.attn.qkv.bias": "model-00001-of-00004.safetensors",
445
+ "visual.blocks.16.attn.qkv.weight": "model-00001-of-00004.safetensors",
446
+ "visual.blocks.16.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
447
+ "visual.blocks.16.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
448
+ "visual.blocks.16.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
449
+ "visual.blocks.16.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
450
+ "visual.blocks.16.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
451
+ "visual.blocks.16.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
452
+ "visual.blocks.16.norm1.weight": "model-00001-of-00004.safetensors",
453
+ "visual.blocks.16.norm2.weight": "model-00001-of-00004.safetensors",
454
+ "visual.blocks.17.attn.proj.bias": "model-00001-of-00004.safetensors",
455
+ "visual.blocks.17.attn.proj.weight": "model-00001-of-00004.safetensors",
456
+ "visual.blocks.17.attn.qkv.bias": "model-00001-of-00004.safetensors",
457
+ "visual.blocks.17.attn.qkv.weight": "model-00001-of-00004.safetensors",
458
+ "visual.blocks.17.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
459
+ "visual.blocks.17.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
460
+ "visual.blocks.17.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
461
+ "visual.blocks.17.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
462
+ "visual.blocks.17.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
463
+ "visual.blocks.17.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
464
+ "visual.blocks.17.norm1.weight": "model-00001-of-00004.safetensors",
465
+ "visual.blocks.17.norm2.weight": "model-00001-of-00004.safetensors",
466
+ "visual.blocks.18.attn.proj.bias": "model-00001-of-00004.safetensors",
467
+ "visual.blocks.18.attn.proj.weight": "model-00001-of-00004.safetensors",
468
+ "visual.blocks.18.attn.qkv.bias": "model-00001-of-00004.safetensors",
469
+ "visual.blocks.18.attn.qkv.weight": "model-00001-of-00004.safetensors",
470
+ "visual.blocks.18.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
471
+ "visual.blocks.18.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
472
+ "visual.blocks.18.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
473
+ "visual.blocks.18.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
474
+ "visual.blocks.18.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
475
+ "visual.blocks.18.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
476
+ "visual.blocks.18.norm1.weight": "model-00001-of-00004.safetensors",
477
+ "visual.blocks.18.norm2.weight": "model-00001-of-00004.safetensors",
478
+ "visual.blocks.19.attn.proj.bias": "model-00001-of-00004.safetensors",
479
+ "visual.blocks.19.attn.proj.weight": "model-00001-of-00004.safetensors",
480
+ "visual.blocks.19.attn.qkv.bias": "model-00001-of-00004.safetensors",
481
+ "visual.blocks.19.attn.qkv.weight": "model-00001-of-00004.safetensors",
482
+ "visual.blocks.19.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
483
+ "visual.blocks.19.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
484
+ "visual.blocks.19.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
485
+ "visual.blocks.19.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
486
+ "visual.blocks.19.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
487
+ "visual.blocks.19.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
488
+ "visual.blocks.19.norm1.weight": "model-00001-of-00004.safetensors",
489
+ "visual.blocks.19.norm2.weight": "model-00001-of-00004.safetensors",
490
+ "visual.blocks.2.attn.proj.bias": "model-00001-of-00004.safetensors",
491
+ "visual.blocks.2.attn.proj.weight": "model-00001-of-00004.safetensors",
492
+ "visual.blocks.2.attn.qkv.bias": "model-00001-of-00004.safetensors",
493
+ "visual.blocks.2.attn.qkv.weight": "model-00001-of-00004.safetensors",
494
+ "visual.blocks.2.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
495
+ "visual.blocks.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
496
+ "visual.blocks.2.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
497
+ "visual.blocks.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
498
+ "visual.blocks.2.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
499
+ "visual.blocks.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
500
+ "visual.blocks.2.norm1.weight": "model-00001-of-00004.safetensors",
501
+ "visual.blocks.2.norm2.weight": "model-00001-of-00004.safetensors",
502
+ "visual.blocks.20.attn.proj.bias": "model-00001-of-00004.safetensors",
503
+ "visual.blocks.20.attn.proj.weight": "model-00001-of-00004.safetensors",
504
+ "visual.blocks.20.attn.qkv.bias": "model-00001-of-00004.safetensors",
505
+ "visual.blocks.20.attn.qkv.weight": "model-00001-of-00004.safetensors",
506
+ "visual.blocks.20.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
507
+ "visual.blocks.20.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
508
+ "visual.blocks.20.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
509
+ "visual.blocks.20.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
510
+ "visual.blocks.20.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
511
+ "visual.blocks.20.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
512
+ "visual.blocks.20.norm1.weight": "model-00001-of-00004.safetensors",
513
+ "visual.blocks.20.norm2.weight": "model-00001-of-00004.safetensors",
514
+ "visual.blocks.21.attn.proj.bias": "model-00001-of-00004.safetensors",
515
+ "visual.blocks.21.attn.proj.weight": "model-00001-of-00004.safetensors",
516
+ "visual.blocks.21.attn.qkv.bias": "model-00001-of-00004.safetensors",
517
+ "visual.blocks.21.attn.qkv.weight": "model-00001-of-00004.safetensors",
518
+ "visual.blocks.21.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
519
+ "visual.blocks.21.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
520
+ "visual.blocks.21.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
521
+ "visual.blocks.21.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
522
+ "visual.blocks.21.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
523
+ "visual.blocks.21.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
524
+ "visual.blocks.21.norm1.weight": "model-00001-of-00004.safetensors",
525
+ "visual.blocks.21.norm2.weight": "model-00001-of-00004.safetensors",
526
+ "visual.blocks.22.attn.proj.bias": "model-00001-of-00004.safetensors",
527
+ "visual.blocks.22.attn.proj.weight": "model-00001-of-00004.safetensors",
528
+ "visual.blocks.22.attn.qkv.bias": "model-00001-of-00004.safetensors",
529
+ "visual.blocks.22.attn.qkv.weight": "model-00001-of-00004.safetensors",
530
+ "visual.blocks.22.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
531
+ "visual.blocks.22.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
532
+ "visual.blocks.22.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
533
+ "visual.blocks.22.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
534
+ "visual.blocks.22.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
535
+ "visual.blocks.22.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
536
+ "visual.blocks.22.norm1.weight": "model-00001-of-00004.safetensors",
537
+ "visual.blocks.22.norm2.weight": "model-00001-of-00004.safetensors",
538
+ "visual.blocks.23.attn.proj.bias": "model-00001-of-00004.safetensors",
539
+ "visual.blocks.23.attn.proj.weight": "model-00001-of-00004.safetensors",
540
+ "visual.blocks.23.attn.qkv.bias": "model-00001-of-00004.safetensors",
541
+ "visual.blocks.23.attn.qkv.weight": "model-00001-of-00004.safetensors",
542
+ "visual.blocks.23.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
543
+ "visual.blocks.23.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
544
+ "visual.blocks.23.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
545
+ "visual.blocks.23.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
546
+ "visual.blocks.23.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
547
+ "visual.blocks.23.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
548
+ "visual.blocks.23.norm1.weight": "model-00001-of-00004.safetensors",
549
+ "visual.blocks.23.norm2.weight": "model-00001-of-00004.safetensors",
550
+ "visual.blocks.24.attn.proj.bias": "model-00001-of-00004.safetensors",
551
+ "visual.blocks.24.attn.proj.weight": "model-00001-of-00004.safetensors",
552
+ "visual.blocks.24.attn.qkv.bias": "model-00001-of-00004.safetensors",
553
+ "visual.blocks.24.attn.qkv.weight": "model-00001-of-00004.safetensors",
554
+ "visual.blocks.24.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
555
+ "visual.blocks.24.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
556
+ "visual.blocks.24.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
557
+ "visual.blocks.24.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
558
+ "visual.blocks.24.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
559
+ "visual.blocks.24.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
560
+ "visual.blocks.24.norm1.weight": "model-00001-of-00004.safetensors",
561
+ "visual.blocks.24.norm2.weight": "model-00001-of-00004.safetensors",
562
+ "visual.blocks.25.attn.proj.bias": "model-00001-of-00004.safetensors",
563
+ "visual.blocks.25.attn.proj.weight": "model-00001-of-00004.safetensors",
564
+ "visual.blocks.25.attn.qkv.bias": "model-00001-of-00004.safetensors",
565
+ "visual.blocks.25.attn.qkv.weight": "model-00001-of-00004.safetensors",
566
+ "visual.blocks.25.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
567
+ "visual.blocks.25.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
568
+ "visual.blocks.25.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
569
+ "visual.blocks.25.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
570
+ "visual.blocks.25.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
571
+ "visual.blocks.25.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
572
+ "visual.blocks.25.norm1.weight": "model-00001-of-00004.safetensors",
573
+ "visual.blocks.25.norm2.weight": "model-00001-of-00004.safetensors",
574
+ "visual.blocks.26.attn.proj.bias": "model-00001-of-00004.safetensors",
575
+ "visual.blocks.26.attn.proj.weight": "model-00001-of-00004.safetensors",
576
+ "visual.blocks.26.attn.qkv.bias": "model-00001-of-00004.safetensors",
577
+ "visual.blocks.26.attn.qkv.weight": "model-00001-of-00004.safetensors",
578
+ "visual.blocks.26.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
579
+ "visual.blocks.26.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
580
+ "visual.blocks.26.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
581
+ "visual.blocks.26.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
582
+ "visual.blocks.26.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
583
+ "visual.blocks.26.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
584
+ "visual.blocks.26.norm1.weight": "model-00001-of-00004.safetensors",
585
+ "visual.blocks.26.norm2.weight": "model-00001-of-00004.safetensors",
586
+ "visual.blocks.27.attn.proj.bias": "model-00001-of-00004.safetensors",
587
+ "visual.blocks.27.attn.proj.weight": "model-00001-of-00004.safetensors",
588
+ "visual.blocks.27.attn.qkv.bias": "model-00001-of-00004.safetensors",
589
+ "visual.blocks.27.attn.qkv.weight": "model-00001-of-00004.safetensors",
590
+ "visual.blocks.27.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
591
+ "visual.blocks.27.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
592
+ "visual.blocks.27.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
593
+ "visual.blocks.27.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
594
+ "visual.blocks.27.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
595
+ "visual.blocks.27.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
596
+ "visual.blocks.27.norm1.weight": "model-00001-of-00004.safetensors",
597
+ "visual.blocks.27.norm2.weight": "model-00001-of-00004.safetensors",
598
+ "visual.blocks.28.attn.proj.bias": "model-00001-of-00004.safetensors",
599
+ "visual.blocks.28.attn.proj.weight": "model-00001-of-00004.safetensors",
600
+ "visual.blocks.28.attn.qkv.bias": "model-00001-of-00004.safetensors",
601
+ "visual.blocks.28.attn.qkv.weight": "model-00001-of-00004.safetensors",
602
+ "visual.blocks.28.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
603
+ "visual.blocks.28.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
604
+ "visual.blocks.28.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
605
+ "visual.blocks.28.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
606
+ "visual.blocks.28.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
607
+ "visual.blocks.28.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
608
+ "visual.blocks.28.norm1.weight": "model-00001-of-00004.safetensors",
609
+ "visual.blocks.28.norm2.weight": "model-00001-of-00004.safetensors",
610
+ "visual.blocks.29.attn.proj.bias": "model-00001-of-00004.safetensors",
611
+ "visual.blocks.29.attn.proj.weight": "model-00001-of-00004.safetensors",
612
+ "visual.blocks.29.attn.qkv.bias": "model-00001-of-00004.safetensors",
613
+ "visual.blocks.29.attn.qkv.weight": "model-00001-of-00004.safetensors",
614
+ "visual.blocks.29.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
615
+ "visual.blocks.29.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
616
+ "visual.blocks.29.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
617
+ "visual.blocks.29.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
618
+ "visual.blocks.29.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
619
+ "visual.blocks.29.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
620
+ "visual.blocks.29.norm1.weight": "model-00001-of-00004.safetensors",
621
+ "visual.blocks.29.norm2.weight": "model-00001-of-00004.safetensors",
622
+ "visual.blocks.3.attn.proj.bias": "model-00001-of-00004.safetensors",
623
+ "visual.blocks.3.attn.proj.weight": "model-00001-of-00004.safetensors",
624
+ "visual.blocks.3.attn.qkv.bias": "model-00001-of-00004.safetensors",
625
+ "visual.blocks.3.attn.qkv.weight": "model-00001-of-00004.safetensors",
626
+ "visual.blocks.3.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
627
+ "visual.blocks.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
628
+ "visual.blocks.3.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
629
+ "visual.blocks.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
630
+ "visual.blocks.3.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
631
+ "visual.blocks.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
632
+ "visual.blocks.3.norm1.weight": "model-00001-of-00004.safetensors",
633
+ "visual.blocks.3.norm2.weight": "model-00001-of-00004.safetensors",
634
+ "visual.blocks.30.attn.proj.bias": "model-00001-of-00004.safetensors",
635
+ "visual.blocks.30.attn.proj.weight": "model-00001-of-00004.safetensors",
636
+ "visual.blocks.30.attn.qkv.bias": "model-00001-of-00004.safetensors",
637
+ "visual.blocks.30.attn.qkv.weight": "model-00001-of-00004.safetensors",
638
+ "visual.blocks.30.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
639
+ "visual.blocks.30.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
640
+ "visual.blocks.30.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
641
+ "visual.blocks.30.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
642
+ "visual.blocks.30.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
643
+ "visual.blocks.30.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
644
+ "visual.blocks.30.norm1.weight": "model-00001-of-00004.safetensors",
645
+ "visual.blocks.30.norm2.weight": "model-00001-of-00004.safetensors",
646
+ "visual.blocks.31.attn.proj.bias": "model-00001-of-00004.safetensors",
647
+ "visual.blocks.31.attn.proj.weight": "model-00001-of-00004.safetensors",
648
+ "visual.blocks.31.attn.qkv.bias": "model-00001-of-00004.safetensors",
649
+ "visual.blocks.31.attn.qkv.weight": "model-00001-of-00004.safetensors",
650
+ "visual.blocks.31.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
651
+ "visual.blocks.31.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
652
+ "visual.blocks.31.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
653
+ "visual.blocks.31.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
654
+ "visual.blocks.31.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
655
+ "visual.blocks.31.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
656
+ "visual.blocks.31.norm1.weight": "model-00001-of-00004.safetensors",
657
+ "visual.blocks.31.norm2.weight": "model-00001-of-00004.safetensors",
658
+ "visual.blocks.4.attn.proj.bias": "model-00001-of-00004.safetensors",
659
+ "visual.blocks.4.attn.proj.weight": "model-00001-of-00004.safetensors",
660
+ "visual.blocks.4.attn.qkv.bias": "model-00001-of-00004.safetensors",
661
+ "visual.blocks.4.attn.qkv.weight": "model-00001-of-00004.safetensors",
662
+ "visual.blocks.4.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
663
+ "visual.blocks.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
664
+ "visual.blocks.4.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
665
+ "visual.blocks.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
666
+ "visual.blocks.4.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
667
+ "visual.blocks.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
668
+ "visual.blocks.4.norm1.weight": "model-00001-of-00004.safetensors",
669
+ "visual.blocks.4.norm2.weight": "model-00001-of-00004.safetensors",
670
+ "visual.blocks.5.attn.proj.bias": "model-00001-of-00004.safetensors",
671
+ "visual.blocks.5.attn.proj.weight": "model-00001-of-00004.safetensors",
672
+ "visual.blocks.5.attn.qkv.bias": "model-00001-of-00004.safetensors",
673
+ "visual.blocks.5.attn.qkv.weight": "model-00001-of-00004.safetensors",
674
+ "visual.blocks.5.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
675
+ "visual.blocks.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
676
+ "visual.blocks.5.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
677
+ "visual.blocks.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
678
+ "visual.blocks.5.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
679
+ "visual.blocks.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
680
+ "visual.blocks.5.norm1.weight": "model-00001-of-00004.safetensors",
681
+ "visual.blocks.5.norm2.weight": "model-00001-of-00004.safetensors",
682
+ "visual.blocks.6.attn.proj.bias": "model-00001-of-00004.safetensors",
683
+ "visual.blocks.6.attn.proj.weight": "model-00001-of-00004.safetensors",
684
+ "visual.blocks.6.attn.qkv.bias": "model-00001-of-00004.safetensors",
685
+ "visual.blocks.6.attn.qkv.weight": "model-00001-of-00004.safetensors",
686
+ "visual.blocks.6.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
687
+ "visual.blocks.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
688
+ "visual.blocks.6.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
689
+ "visual.blocks.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
690
+ "visual.blocks.6.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
691
+ "visual.blocks.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
692
+ "visual.blocks.6.norm1.weight": "model-00001-of-00004.safetensors",
693
+ "visual.blocks.6.norm2.weight": "model-00001-of-00004.safetensors",
694
+ "visual.blocks.7.attn.proj.bias": "model-00001-of-00004.safetensors",
695
+ "visual.blocks.7.attn.proj.weight": "model-00001-of-00004.safetensors",
696
+ "visual.blocks.7.attn.qkv.bias": "model-00001-of-00004.safetensors",
697
+ "visual.blocks.7.attn.qkv.weight": "model-00001-of-00004.safetensors",
698
+ "visual.blocks.7.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
699
+ "visual.blocks.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
700
+ "visual.blocks.7.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
701
+ "visual.blocks.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
702
+ "visual.blocks.7.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
703
+ "visual.blocks.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
704
+ "visual.blocks.7.norm1.weight": "model-00001-of-00004.safetensors",
705
+ "visual.blocks.7.norm2.weight": "model-00001-of-00004.safetensors",
706
+ "visual.blocks.8.attn.proj.bias": "model-00001-of-00004.safetensors",
707
+ "visual.blocks.8.attn.proj.weight": "model-00001-of-00004.safetensors",
708
+ "visual.blocks.8.attn.qkv.bias": "model-00001-of-00004.safetensors",
709
+ "visual.blocks.8.attn.qkv.weight": "model-00001-of-00004.safetensors",
710
+ "visual.blocks.8.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
711
+ "visual.blocks.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
712
+ "visual.blocks.8.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
713
+ "visual.blocks.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
714
+ "visual.blocks.8.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
715
+ "visual.blocks.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
716
+ "visual.blocks.8.norm1.weight": "model-00001-of-00004.safetensors",
717
+ "visual.blocks.8.norm2.weight": "model-00001-of-00004.safetensors",
718
+ "visual.blocks.9.attn.proj.bias": "model-00001-of-00004.safetensors",
719
+ "visual.blocks.9.attn.proj.weight": "model-00001-of-00004.safetensors",
720
+ "visual.blocks.9.attn.qkv.bias": "model-00001-of-00004.safetensors",
721
+ "visual.blocks.9.attn.qkv.weight": "model-00001-of-00004.safetensors",
722
+ "visual.blocks.9.mlp.down_proj.bias": "model-00001-of-00004.safetensors",
723
+ "visual.blocks.9.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
724
+ "visual.blocks.9.mlp.gate_proj.bias": "model-00001-of-00004.safetensors",
725
+ "visual.blocks.9.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
726
+ "visual.blocks.9.mlp.up_proj.bias": "model-00001-of-00004.safetensors",
727
+ "visual.blocks.9.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
728
+ "visual.blocks.9.norm1.weight": "model-00001-of-00004.safetensors",
729
+ "visual.blocks.9.norm2.weight": "model-00001-of-00004.safetensors",
730
+ "visual.merger.ln_q.weight": "model-00001-of-00004.safetensors",
731
+ "visual.merger.mlp.0.bias": "model-00001-of-00004.safetensors",
732
+ "visual.merger.mlp.0.weight": "model-00001-of-00004.safetensors",
733
+ "visual.merger.mlp.2.bias": "model-00001-of-00004.safetensors",
734
+ "visual.merger.mlp.2.weight": "model-00001-of-00004.safetensors",
735
+ "visual.patch_embed.proj.weight": "model-00001-of-00004.safetensors"
736
+ }
737
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "disable_grouping": null,
7
+ "do_center_crop": null,
8
+ "do_convert_rgb": true,
9
+ "do_normalize": true,
10
+ "do_pad": null,
11
+ "do_rescale": true,
12
+ "do_resize": true,
13
+ "image_mean": [
14
+ 0.48145466,
15
+ 0.4578275,
16
+ 0.40821073
17
+ ],
18
+ "image_processor_type": "Qwen2VLImageProcessorFast",
19
+ "image_std": [
20
+ 0.26862954,
21
+ 0.26130258,
22
+ 0.27577711
23
+ ],
24
+ "input_data_format": null,
25
+ "max_pixels": 12845056,
26
+ "merge_size": 2,
27
+ "min_pixels": 3136,
28
+ "pad_size": null,
29
+ "patch_size": 14,
30
+ "processor_class": "Qwen2_5_VLProcessor",
31
+ "resample": 3,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_tensors": null,
34
+ "size": {
35
+ "longest_edge": 12845056,
36
+ "shortest_edge": 3136
37
+ },
38
+ "temporal_patch_size": 2
39
+ }
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d971eb6abf3febcd9b6caeba54b2cc7b45deea36ce1ee4e746826906a2d1542a
3
+ size 14917
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d120f681115d349dfbbdb1fe1ea4073c32fa0f70434ec433cc5932c8cae722c1
3
+ size 14917
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6ce6a9494978cfd7a683fa5f6bba18e567e13dd0f16141f6bcc070664946a7c
3
+ size 1465
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
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "processor_class": "Qwen2_5_VLProcessor",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
trainer_state.json ADDED
@@ -0,0 +1,3009 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 4252,
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.0023518344308560675,
14
+ "grad_norm": 116.89811794868847,
15
+ "learning_rate": 2.1126760563380282e-08,
16
+ "loss": 1.1517,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.004703668861712135,
21
+ "grad_norm": 277.9710155529788,
22
+ "learning_rate": 4.460093896713615e-08,
23
+ "loss": 1.2647,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0070555032925682035,
28
+ "grad_norm": 136.25013023553325,
29
+ "learning_rate": 6.807511737089202e-08,
30
+ "loss": 1.1512,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.00940733772342427,
35
+ "grad_norm": 113.12348827889794,
36
+ "learning_rate": 9.154929577464789e-08,
37
+ "loss": 1.0798,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.011759172154280339,
42
+ "grad_norm": 116.51120422837609,
43
+ "learning_rate": 1.1502347417840374e-07,
44
+ "loss": 1.0682,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.014111006585136407,
49
+ "grad_norm": 158.25517802003571,
50
+ "learning_rate": 1.384976525821596e-07,
51
+ "loss": 1.0344,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.016462841015992474,
56
+ "grad_norm": 100.5101888275114,
57
+ "learning_rate": 1.619718309859155e-07,
58
+ "loss": 0.9328,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.01881467544684854,
63
+ "grad_norm": 56.20830713816404,
64
+ "learning_rate": 1.8544600938967138e-07,
65
+ "loss": 0.8777,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.02116650987770461,
70
+ "grad_norm": 240.15395280772944,
71
+ "learning_rate": 2.089201877934272e-07,
72
+ "loss": 0.9159,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.023518344308560677,
77
+ "grad_norm": 203.37555869337805,
78
+ "learning_rate": 2.323943661971831e-07,
79
+ "loss": 0.8656,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.025870178739416744,
84
+ "grad_norm": 118.0083364283108,
85
+ "learning_rate": 2.5586854460093895e-07,
86
+ "loss": 0.7863,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.028222013170272814,
91
+ "grad_norm": 79.77067789322896,
92
+ "learning_rate": 2.7934272300469483e-07,
93
+ "loss": 0.8134,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.03057384760112888,
98
+ "grad_norm": 267.7680667397846,
99
+ "learning_rate": 3.0281690140845066e-07,
100
+ "loss": 0.7945,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.03292568203198495,
105
+ "grad_norm": 189.00926278298175,
106
+ "learning_rate": 3.2629107981220654e-07,
107
+ "loss": 0.8096,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.03527751646284102,
112
+ "grad_norm": 57.70972405124874,
113
+ "learning_rate": 3.497652582159624e-07,
114
+ "loss": 0.7752,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.03762935089369708,
119
+ "grad_norm": 69.99759640153404,
120
+ "learning_rate": 3.732394366197183e-07,
121
+ "loss": 0.7083,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.03998118532455315,
126
+ "grad_norm": 8809.659775787271,
127
+ "learning_rate": 3.967136150234742e-07,
128
+ "loss": 0.748,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.04233301975540922,
133
+ "grad_norm": 71.05386775505833,
134
+ "learning_rate": 4.2018779342723e-07,
135
+ "loss": 0.7624,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.044684854186265284,
140
+ "grad_norm": 35.37716956890071,
141
+ "learning_rate": 4.436619718309859e-07,
142
+ "loss": 0.751,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.047036688617121354,
147
+ "grad_norm": 80.85891409276856,
148
+ "learning_rate": 4.671361502347418e-07,
149
+ "loss": 0.7739,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.049388523047977424,
154
+ "grad_norm": 45.92516752004636,
155
+ "learning_rate": 4.906103286384976e-07,
156
+ "loss": 0.7545,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.05174035747883349,
161
+ "grad_norm": 68.60575847289506,
162
+ "learning_rate": 5.140845070422535e-07,
163
+ "loss": 0.726,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.05409219190968956,
168
+ "grad_norm": 442.4046356251326,
169
+ "learning_rate": 5.375586854460093e-07,
170
+ "loss": 0.7692,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.05644402634054563,
175
+ "grad_norm": 148.22276704875333,
176
+ "learning_rate": 5.610328638497653e-07,
177
+ "loss": 0.7193,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.05879586077140169,
182
+ "grad_norm": 121.42536705157094,
183
+ "learning_rate": 5.845070422535211e-07,
184
+ "loss": 0.7235,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.06114769520225776,
189
+ "grad_norm": 57.2265048995909,
190
+ "learning_rate": 6.079812206572769e-07,
191
+ "loss": 0.749,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.06349952963311382,
196
+ "grad_norm": 142.6135442328223,
197
+ "learning_rate": 6.314553990610329e-07,
198
+ "loss": 0.677,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.0658513640639699,
203
+ "grad_norm": 66.8189535712452,
204
+ "learning_rate": 6.549295774647887e-07,
205
+ "loss": 0.7162,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.06820319849482596,
210
+ "grad_norm": 47.59798393227095,
211
+ "learning_rate": 6.784037558685446e-07,
212
+ "loss": 0.7246,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.07055503292568203,
217
+ "grad_norm": 201.28699484373632,
218
+ "learning_rate": 7.018779342723005e-07,
219
+ "loss": 0.6994,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.0729068673565381,
224
+ "grad_norm": 236.38896159577624,
225
+ "learning_rate": 7.253521126760564e-07,
226
+ "loss": 0.6451,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.07525870178739416,
231
+ "grad_norm": 162.15190996547886,
232
+ "learning_rate": 7.488262910798122e-07,
233
+ "loss": 0.6597,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.07761053621825023,
238
+ "grad_norm": 56.18228731138108,
239
+ "learning_rate": 7.72300469483568e-07,
240
+ "loss": 0.6914,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.0799623706491063,
245
+ "grad_norm": 324.865693829362,
246
+ "learning_rate": 7.95774647887324e-07,
247
+ "loss": 0.6758,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.08231420507996237,
252
+ "grad_norm": 137.83272350854858,
253
+ "learning_rate": 8.192488262910797e-07,
254
+ "loss": 0.6552,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.08466603951081844,
259
+ "grad_norm": 51.74661746915652,
260
+ "learning_rate": 8.427230046948356e-07,
261
+ "loss": 0.6257,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.08701787394167451,
266
+ "grad_norm": 94.85986008371302,
267
+ "learning_rate": 8.661971830985915e-07,
268
+ "loss": 0.6168,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.08936970837253057,
273
+ "grad_norm": 83.03153262845805,
274
+ "learning_rate": 8.896713615023473e-07,
275
+ "loss": 0.6406,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.09172154280338664,
280
+ "grad_norm": 295.36784847538064,
281
+ "learning_rate": 9.131455399061032e-07,
282
+ "loss": 0.6493,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.09407337723424271,
287
+ "grad_norm": 87.86096387558246,
288
+ "learning_rate": 9.366197183098591e-07,
289
+ "loss": 0.6093,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.09642521166509878,
294
+ "grad_norm": 55.21521035928988,
295
+ "learning_rate": 9.60093896713615e-07,
296
+ "loss": 0.681,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.09877704609595485,
301
+ "grad_norm": 149.75943970393467,
302
+ "learning_rate": 9.83568075117371e-07,
303
+ "loss": 0.6635,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.10112888052681092,
308
+ "grad_norm": 96.72986417277598,
309
+ "learning_rate": 9.999984829771844e-07,
310
+ "loss": 0.6782,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.10348071495766697,
315
+ "grad_norm": 42.184520996896104,
316
+ "learning_rate": 9.999715139387692e-07,
317
+ "loss": 0.6748,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.10583254938852305,
322
+ "grad_norm": 93.47313883617879,
323
+ "learning_rate": 9.99910835375207e-07,
324
+ "loss": 0.6883,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.10818438381937912,
329
+ "grad_norm": 51.181550134553135,
330
+ "learning_rate": 9.99816451377622e-07,
331
+ "loss": 0.6567,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.11053621825023519,
336
+ "grad_norm": 88.52012869382804,
337
+ "learning_rate": 9.996883683096559e-07,
338
+ "loss": 0.6579,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.11288805268109126,
343
+ "grad_norm": 56.48549654574926,
344
+ "learning_rate": 9.995265948070397e-07,
345
+ "loss": 0.6076,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.11523988711194733,
350
+ "grad_norm": 50.9131497233012,
351
+ "learning_rate": 9.99331141777011e-07,
352
+ "loss": 0.5999,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.11759172154280338,
357
+ "grad_norm": 70.73723550031531,
358
+ "learning_rate": 9.991020223975778e-07,
359
+ "loss": 0.63,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.11994355597365945,
364
+ "grad_norm": 88.64709002603719,
365
+ "learning_rate": 9.988392521166315e-07,
366
+ "loss": 0.6039,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.12229539040451552,
371
+ "grad_norm": 75.39690510928469,
372
+ "learning_rate": 9.98542848650904e-07,
373
+ "loss": 0.586,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.12464722483537159,
378
+ "grad_norm": 113.20042490187971,
379
+ "learning_rate": 9.98212831984774e-07,
380
+ "loss": 0.5865,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.12699905926622765,
385
+ "grad_norm": 94.68667178533609,
386
+ "learning_rate": 9.978492243689197e-07,
387
+ "loss": 0.6069,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.12935089369708372,
392
+ "grad_norm": 34.52540469666706,
393
+ "learning_rate": 9.974520503188178e-07,
394
+ "loss": 0.6206,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.1317027281279398,
399
+ "grad_norm": 117.14521192427702,
400
+ "learning_rate": 9.970213366130908e-07,
401
+ "loss": 0.6274,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.13405456255879586,
406
+ "grad_norm": 53.776543081710706,
407
+ "learning_rate": 9.965571122917027e-07,
408
+ "loss": 0.6426,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.13640639698965193,
413
+ "grad_norm": 124.09156480152814,
414
+ "learning_rate": 9.960594086539992e-07,
415
+ "loss": 0.6068,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.138758231420508,
420
+ "grad_norm": 58.91257394960272,
421
+ "learning_rate": 9.95528259256599e-07,
422
+ "loss": 0.6136,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.14111006585136407,
427
+ "grad_norm": 44.14364925959302,
428
+ "learning_rate": 9.949636999111302e-07,
429
+ "loss": 0.6182,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.14346190028222014,
434
+ "grad_norm": 102.41392308653452,
435
+ "learning_rate": 9.94365768681816e-07,
436
+ "loss": 0.5759,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.1458137347130762,
441
+ "grad_norm": 105.69613721621276,
442
+ "learning_rate": 9.937345058829093e-07,
443
+ "loss": 0.5786,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.14816556914393228,
448
+ "grad_norm": 38.98828708919228,
449
+ "learning_rate": 9.930699540759728e-07,
450
+ "loss": 0.6084,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.15051740357478832,
455
+ "grad_norm": 354.4940196727006,
456
+ "learning_rate": 9.923721580670113e-07,
457
+ "loss": 0.5689,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.1528692380056444,
462
+ "grad_norm": 153.95231269118221,
463
+ "learning_rate": 9.916411649034491e-07,
464
+ "loss": 0.5657,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.15522107243650046,
469
+ "grad_norm": 928.564170107045,
470
+ "learning_rate": 9.908770238709592e-07,
471
+ "loss": 0.6084,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.15757290686735653,
476
+ "grad_norm": 92.12341812343223,
477
+ "learning_rate": 9.900797864901394e-07,
478
+ "loss": 0.5847,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.1599247412982126,
483
+ "grad_norm": 50.21703372463601,
484
+ "learning_rate": 9.892495065130394e-07,
485
+ "loss": 0.6206,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.16227657572906867,
490
+ "grad_norm": 38.305107297666325,
491
+ "learning_rate": 9.883862399195357e-07,
492
+ "loss": 0.6206,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.16462841015992474,
497
+ "grad_norm": 105.72112815211388,
498
+ "learning_rate": 9.874900449135582e-07,
499
+ "loss": 0.5821,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.1669802445907808,
504
+ "grad_norm": 162.13055243234115,
505
+ "learning_rate": 9.865609819191659e-07,
506
+ "loss": 0.5742,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.16933207902163688,
511
+ "grad_norm": 58.70026610582205,
512
+ "learning_rate": 9.855991135764718e-07,
513
+ "loss": 0.547,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.17168391345249295,
518
+ "grad_norm": 100.43914638169913,
519
+ "learning_rate": 9.846045047374215e-07,
520
+ "loss": 0.5794,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.17403574788334902,
525
+ "grad_norm": 139.51085792167504,
526
+ "learning_rate": 9.83577222461418e-07,
527
+ "loss": 0.5835,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.1763875823142051,
532
+ "grad_norm": 91.55902670992894,
533
+ "learning_rate": 9.825173360108034e-07,
534
+ "loss": 0.568,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.17873941674506114,
539
+ "grad_norm": 49.09585389161329,
540
+ "learning_rate": 9.814249168461868e-07,
541
+ "loss": 0.5416,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.1810912511759172,
546
+ "grad_norm": 39.30524914731049,
547
+ "learning_rate": 9.80300038621627e-07,
548
+ "loss": 0.5974,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.18344308560677328,
553
+ "grad_norm": 437.03477978317704,
554
+ "learning_rate": 9.79142777179666e-07,
555
+ "loss": 0.614,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.18579492003762935,
560
+ "grad_norm": 113.50973293517667,
561
+ "learning_rate": 9.779532105462173e-07,
562
+ "loss": 0.5798,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.18814675446848542,
567
+ "grad_norm": 310.99758984616733,
568
+ "learning_rate": 9.767314189253023e-07,
569
+ "loss": 0.5609,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.1904985888993415,
574
+ "grad_norm": 78.52431684901823,
575
+ "learning_rate": 9.754774846936455e-07,
576
+ "loss": 0.582,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.19285042333019756,
581
+ "grad_norm": 34.79880147456029,
582
+ "learning_rate": 9.74191492395118e-07,
583
+ "loss": 0.5538,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.19520225776105363,
588
+ "grad_norm": 48.17636180244228,
589
+ "learning_rate": 9.728735287350395e-07,
590
+ "loss": 0.5686,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.1975540921919097,
595
+ "grad_norm": 222.11427267611163,
596
+ "learning_rate": 9.715236825743306e-07,
597
+ "loss": 0.5695,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.19990592662276577,
602
+ "grad_norm": 163.48188564313824,
603
+ "learning_rate": 9.701420449235224e-07,
604
+ "loss": 0.5993,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.20225776105362184,
609
+ "grad_norm": 180.8729345274767,
610
+ "learning_rate": 9.687287089366208e-07,
611
+ "loss": 0.5765,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.20460959548447788,
616
+ "grad_norm": 64.88971976462376,
617
+ "learning_rate": 9.672837699048247e-07,
618
+ "loss": 0.6076,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.20696142991533395,
623
+ "grad_norm": 45.66335791522097,
624
+ "learning_rate": 9.65807325250101e-07,
625
+ "loss": 0.5102,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.20931326434619002,
630
+ "grad_norm": 69.3940533519506,
631
+ "learning_rate": 9.642994745186186e-07,
632
+ "loss": 0.596,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.2116650987770461,
637
+ "grad_norm": 90.66599474951411,
638
+ "learning_rate": 9.627603193740329e-07,
639
+ "loss": 0.5539,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.21401693320790216,
644
+ "grad_norm": 203.88445976449455,
645
+ "learning_rate": 9.611899635906345e-07,
646
+ "loss": 0.5494,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.21636876763875823,
651
+ "grad_norm": 35.55143547858949,
652
+ "learning_rate": 9.595885130463512e-07,
653
+ "loss": 0.5821,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.2187206020696143,
658
+ "grad_norm": 135.08153342145144,
659
+ "learning_rate": 9.579560757156092e-07,
660
+ "loss": 0.5466,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.22107243650047037,
665
+ "grad_norm": 89.381610871162,
666
+ "learning_rate": 9.562927616620534e-07,
667
+ "loss": 0.532,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.22342427093132644,
672
+ "grad_norm": 178.58317872348456,
673
+ "learning_rate": 9.545986830311271e-07,
674
+ "loss": 0.6014,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.2257761053621825,
679
+ "grad_norm": 84.70137793347699,
680
+ "learning_rate": 9.528739540425097e-07,
681
+ "loss": 0.5751,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.22812793979303858,
686
+ "grad_norm": 26.339901114155346,
687
+ "learning_rate": 9.511186909824171e-07,
688
+ "loss": 0.5783,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.23047977422389465,
693
+ "grad_norm": 67.79506982367464,
694
+ "learning_rate": 9.493330121957599e-07,
695
+ "loss": 0.563,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.2328316086547507,
700
+ "grad_norm": 119.24074854076687,
701
+ "learning_rate": 9.475170380781654e-07,
702
+ "loss": 0.5572,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.23518344308560676,
707
+ "grad_norm": 146.1667351412439,
708
+ "learning_rate": 9.456708910678595e-07,
709
+ "loss": 0.5367,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.23753527751646283,
714
+ "grad_norm": 88.88690460802079,
715
+ "learning_rate": 9.437946956374117e-07,
716
+ "loss": 0.5375,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.2398871119473189,
721
+ "grad_norm": 81.31694958580168,
722
+ "learning_rate": 9.41888578285343e-07,
723
+ "loss": 0.5458,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.24223894637817497,
728
+ "grad_norm": 45.5082728792024,
729
+ "learning_rate": 9.399526675275968e-07,
730
+ "loss": 0.5648,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.24459078080903104,
735
+ "grad_norm": 54.62994929806069,
736
+ "learning_rate": 9.379870938888743e-07,
737
+ "loss": 0.5464,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.24694261523988711,
742
+ "grad_norm": 95.25990550468921,
743
+ "learning_rate": 9.359919898938336e-07,
744
+ "loss": 0.5276,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.24929444967074318,
749
+ "grad_norm": 56.86836827412844,
750
+ "learning_rate": 9.33967490058155e-07,
751
+ "loss": 0.5037,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.2516462841015992,
756
+ "grad_norm": 263.1519863594519,
757
+ "learning_rate": 9.319137308794712e-07,
758
+ "loss": 0.5763,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.2539981185324553,
763
+ "grad_norm": 48.975787835710975,
764
+ "learning_rate": 9.298308508281645e-07,
765
+ "loss": 0.5204,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.25634995296331137,
770
+ "grad_norm": 618.5840505320624,
771
+ "learning_rate": 9.277189903380308e-07,
772
+ "loss": 0.5375,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.25870178739416744,
777
+ "grad_norm": 113.884112676073,
778
+ "learning_rate": 9.255782917968107e-07,
779
+ "loss": 0.568,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.2610536218250235,
784
+ "grad_norm": 385.97433675604555,
785
+ "learning_rate": 9.234088995365898e-07,
786
+ "loss": 0.5479,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.2634054562558796,
791
+ "grad_norm": 235.00439426458524,
792
+ "learning_rate": 9.212109598240669e-07,
793
+ "loss": 0.5667,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.26575729068673565,
798
+ "grad_norm": 526.3091500577647,
799
+ "learning_rate": 9.189846208506931e-07,
800
+ "loss": 0.519,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.2681091251175917,
805
+ "grad_norm": 150.0750656097666,
806
+ "learning_rate": 9.167300327226794e-07,
807
+ "loss": 0.4965,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.2704609595484478,
812
+ "grad_norm": 30.016558195777204,
813
+ "learning_rate": 9.144473474508765e-07,
814
+ "loss": 0.4756,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.27281279397930386,
819
+ "grad_norm": 60.193732037518764,
820
+ "learning_rate": 9.12136718940526e-07,
821
+ "loss": 0.5377,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.27516462841015993,
826
+ "grad_norm": 219.87409938307607,
827
+ "learning_rate": 9.097983029808831e-07,
828
+ "loss": 0.5231,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.277516462841016,
833
+ "grad_norm": 691.5188548277733,
834
+ "learning_rate": 9.074322572347135e-07,
835
+ "loss": 0.5553,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.27986829727187207,
840
+ "grad_norm": 58.14856175427267,
841
+ "learning_rate": 9.050387412276628e-07,
842
+ "loss": 0.5261,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.28222013170272814,
847
+ "grad_norm": 72.18580518142099,
848
+ "learning_rate": 9.026179163375012e-07,
849
+ "loss": 0.5083,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.2845719661335842,
854
+ "grad_norm": 48.319128442643155,
855
+ "learning_rate": 9.001699457832425e-07,
856
+ "loss": 0.5661,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.2869238005644403,
861
+ "grad_norm": 85.74869777359726,
862
+ "learning_rate": 8.976949946141399e-07,
863
+ "loss": 0.5502,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.28927563499529635,
868
+ "grad_norm": 27.470838511127315,
869
+ "learning_rate": 8.951932296985576e-07,
870
+ "loss": 0.5194,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.2916274694261524,
875
+ "grad_norm": 103.72100326338919,
876
+ "learning_rate": 8.926648197127202e-07,
877
+ "loss": 0.5538,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.2939793038570085,
882
+ "grad_norm": 37.395281219640474,
883
+ "learning_rate": 8.901099351293397e-07,
884
+ "loss": 0.5585,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.29633113828786456,
889
+ "grad_norm": 76.92500519691636,
890
+ "learning_rate": 8.875287482061225e-07,
891
+ "loss": 0.5556,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.29868297271872063,
896
+ "grad_norm": 115.83402029314064,
897
+ "learning_rate": 8.849214329741542e-07,
898
+ "loss": 0.5347,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.30103480714957664,
903
+ "grad_norm": 26.861221309569398,
904
+ "learning_rate": 8.822881652261671e-07,
905
+ "loss": 0.5434,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.3033866415804327,
910
+ "grad_norm": 47.06480089234017,
911
+ "learning_rate": 8.796291225046866e-07,
912
+ "loss": 0.515,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.3057384760112888,
917
+ "grad_norm": 242.58390403927206,
918
+ "learning_rate": 8.76944484090062e-07,
919
+ "loss": 0.5204,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.30809031044214485,
924
+ "grad_norm": 69.9924587472249,
925
+ "learning_rate": 8.742344309883776e-07,
926
+ "loss": 0.5266,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.3104421448730009,
931
+ "grad_norm": 174.79009098016476,
932
+ "learning_rate": 8.7149914591925e-07,
933
+ "loss": 0.5269,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.312793979303857,
938
+ "grad_norm": 51.84251807068747,
939
+ "learning_rate": 8.687388133035074e-07,
940
+ "loss": 0.513,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.31514581373471307,
945
+ "grad_norm": 101.12451895232418,
946
+ "learning_rate": 8.659536192507564e-07,
947
+ "loss": 0.5578,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.31749764816556914,
952
+ "grad_norm": 91.89776616663202,
953
+ "learning_rate": 8.631437515468336e-07,
954
+ "loss": 0.509,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.3198494825964252,
959
+ "grad_norm": 363.4004724877564,
960
+ "learning_rate": 8.603093996411444e-07,
961
+ "loss": 0.5398,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.3222013170272813,
966
+ "grad_norm": 66.77614323450521,
967
+ "learning_rate": 8.574507546338895e-07,
968
+ "loss": 0.4921,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.32455315145813735,
973
+ "grad_norm": 49.08933240076176,
974
+ "learning_rate": 8.545680092631815e-07,
975
+ "loss": 0.5313,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.3269049858889934,
980
+ "grad_norm": 49.554772352006694,
981
+ "learning_rate": 8.516613578920488e-07,
982
+ "loss": 0.447,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.3292568203198495,
987
+ "grad_norm": 43.55060672795549,
988
+ "learning_rate": 8.487309964953311e-07,
989
+ "loss": 0.5278,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.33160865475070556,
994
+ "grad_norm": 53.0380482362615,
995
+ "learning_rate": 8.457771226464674e-07,
996
+ "loss": 0.505,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.3339604891815616,
1001
+ "grad_norm": 79.64660023563455,
1002
+ "learning_rate": 8.427999355041735e-07,
1003
+ "loss": 0.5226,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.3363123236124177,
1008
+ "grad_norm": 55.95587949885615,
1009
+ "learning_rate": 8.397996357990153e-07,
1010
+ "loss": 0.5258,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.33866415804327377,
1015
+ "grad_norm": 411.2146929812851,
1016
+ "learning_rate": 8.367764258198744e-07,
1017
+ "loss": 0.5709,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.34101599247412984,
1022
+ "grad_norm": 43.734123642110056,
1023
+ "learning_rate": 8.337305094003091e-07,
1024
+ "loss": 0.5129,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.3433678269049859,
1029
+ "grad_norm": 227.72574989130484,
1030
+ "learning_rate": 8.306620919048115e-07,
1031
+ "loss": 0.5365,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.345719661335842,
1036
+ "grad_norm": 230.09797130940922,
1037
+ "learning_rate": 8.275713802149622e-07,
1038
+ "loss": 0.4906,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.34807149576669805,
1043
+ "grad_norm": 54.19875482542778,
1044
+ "learning_rate": 8.244585827154795e-07,
1045
+ "loss": 0.499,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.3504233301975541,
1050
+ "grad_norm": 55.791984177409674,
1051
+ "learning_rate": 8.213239092801718e-07,
1052
+ "loss": 0.5155,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.3527751646284102,
1057
+ "grad_norm": 38.61566415419522,
1058
+ "learning_rate": 8.181675712577864e-07,
1059
+ "loss": 0.4924,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.3551269990592662,
1064
+ "grad_norm": 59.61394018369017,
1065
+ "learning_rate": 8.149897814577589e-07,
1066
+ "loss": 0.4948,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.35747883349012227,
1071
+ "grad_norm": 52.530770820466806,
1072
+ "learning_rate": 8.117907541358664e-07,
1073
+ "loss": 0.4625,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.35983066792097834,
1078
+ "grad_norm": 53.03111212968418,
1079
+ "learning_rate": 8.08570704979781e-07,
1080
+ "loss": 0.4853,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.3621825023518344,
1085
+ "grad_norm": 65.37886086917705,
1086
+ "learning_rate": 8.053298510945279e-07,
1087
+ "loss": 0.499,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.3645343367826905,
1092
+ "grad_norm": 274.0211083038785,
1093
+ "learning_rate": 8.020684109878465e-07,
1094
+ "loss": 0.5308,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.36688617121354655,
1099
+ "grad_norm": 207.52089838136985,
1100
+ "learning_rate": 7.987866045554598e-07,
1101
+ "loss": 0.5111,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.3692380056444026,
1106
+ "grad_norm": 201.91551525915267,
1107
+ "learning_rate": 7.954846530662467e-07,
1108
+ "loss": 0.5095,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.3715898400752587,
1113
+ "grad_norm": 66.61996761679119,
1114
+ "learning_rate": 7.921627791473242e-07,
1115
+ "loss": 0.4668,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.37394167450611476,
1120
+ "grad_norm": 29.688431988926887,
1121
+ "learning_rate": 7.888212067690372e-07,
1122
+ "loss": 0.5093,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.37629350893697083,
1127
+ "grad_norm": 96.58502652217979,
1128
+ "learning_rate": 7.854601612298577e-07,
1129
+ "loss": 0.5492,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.3786453433678269,
1134
+ "grad_norm": 160.08236167143332,
1135
+ "learning_rate": 7.820798691411945e-07,
1136
+ "loss": 0.5056,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.380997177798683,
1141
+ "grad_norm": 94.89520708968821,
1142
+ "learning_rate": 7.786805584121143e-07,
1143
+ "loss": 0.5017,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.38334901222953904,
1148
+ "grad_norm": 111.60483541208626,
1149
+ "learning_rate": 7.75262458233976e-07,
1150
+ "loss": 0.4888,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.3857008466603951,
1155
+ "grad_norm": 52.130149242500984,
1156
+ "learning_rate": 7.718257990649766e-07,
1157
+ "loss": 0.5116,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.3880526810912512,
1162
+ "grad_norm": 132.947730554617,
1163
+ "learning_rate": 7.683708126146146e-07,
1164
+ "loss": 0.4888,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.39040451552210725,
1169
+ "grad_norm": 119.19032436133351,
1170
+ "learning_rate": 7.648977318280667e-07,
1171
+ "loss": 0.5562,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.3927563499529633,
1176
+ "grad_norm": 79.62177704099146,
1177
+ "learning_rate": 7.614067908704822e-07,
1178
+ "loss": 0.4979,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.3951081843838194,
1183
+ "grad_norm": 276.43996320587473,
1184
+ "learning_rate": 7.578982251111941e-07,
1185
+ "loss": 0.5253,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.39746001881467546,
1190
+ "grad_norm": 33.12487289775825,
1191
+ "learning_rate": 7.543722711078515e-07,
1192
+ "loss": 0.4725,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.39981185324553153,
1197
+ "grad_norm": 196.6122063462283,
1198
+ "learning_rate": 7.508291665904684e-07,
1199
+ "loss": 0.4929,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.4021636876763876,
1204
+ "grad_norm": 65.99306854525632,
1205
+ "learning_rate": 7.472691504453963e-07,
1206
+ "loss": 0.5353,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.4045155221072437,
1211
+ "grad_norm": 419.0366078449193,
1212
+ "learning_rate": 7.436924626992177e-07,
1213
+ "loss": 0.5149,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.40686735653809974,
1218
+ "grad_norm": 63.6596547753076,
1219
+ "learning_rate": 7.400993445025623e-07,
1220
+ "loss": 0.5043,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.40921919096895576,
1225
+ "grad_norm": 94.23732036703356,
1226
+ "learning_rate": 7.364900381138488e-07,
1227
+ "loss": 0.5123,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.41157102539981183,
1232
+ "grad_norm": 125.17343539075726,
1233
+ "learning_rate": 7.3286478688295e-07,
1234
+ "loss": 0.5495,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.4139228598306679,
1239
+ "grad_norm": 490.21785388787504,
1240
+ "learning_rate": 7.292238352347865e-07,
1241
+ "loss": 0.5369,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.41627469426152397,
1246
+ "grad_norm": 35.884085037680386,
1247
+ "learning_rate": 7.255674286528462e-07,
1248
+ "loss": 0.5539,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.41862652869238004,
1253
+ "grad_norm": 106.9642458702286,
1254
+ "learning_rate": 7.218958136626336e-07,
1255
+ "loss": 0.441,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.4209783631232361,
1260
+ "grad_norm": 71.82566114451349,
1261
+ "learning_rate": 7.182092378150479e-07,
1262
+ "loss": 0.5205,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.4233301975540922,
1267
+ "grad_norm": 779.4365683391414,
1268
+ "learning_rate": 7.145079496696924e-07,
1269
+ "loss": 0.4959,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.42568203198494825,
1274
+ "grad_norm": 44.667117126603884,
1275
+ "learning_rate": 7.107921987781162e-07,
1276
+ "loss": 0.4753,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.4280338664158043,
1281
+ "grad_norm": 110.85747495169443,
1282
+ "learning_rate": 7.070622356669887e-07,
1283
+ "loss": 0.4958,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.4303857008466604,
1288
+ "grad_norm": 113.10527215049324,
1289
+ "learning_rate": 7.03318311821208e-07,
1290
+ "loss": 0.454,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.43273753527751646,
1295
+ "grad_norm": 17.84232109387917,
1296
+ "learning_rate": 6.995606796669454e-07,
1297
+ "loss": 0.5019,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.43508936970837253,
1302
+ "grad_norm": 110.74344931358036,
1303
+ "learning_rate": 6.957895925546262e-07,
1304
+ "loss": 0.4719,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.4374412041392286,
1309
+ "grad_norm": 41.489250407979306,
1310
+ "learning_rate": 6.920053047418475e-07,
1311
+ "loss": 0.5075,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.43979303857008467,
1316
+ "grad_norm": 30.1685856705556,
1317
+ "learning_rate": 6.88208071376236e-07,
1318
+ "loss": 0.4843,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.44214487300094074,
1323
+ "grad_norm": 145.26880468994483,
1324
+ "learning_rate": 6.843981484782452e-07,
1325
+ "loss": 0.4794,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.4444967074317968,
1330
+ "grad_norm": 108.30784248543398,
1331
+ "learning_rate": 6.80575792923893e-07,
1332
+ "loss": 0.4918,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.4468485418626529,
1337
+ "grad_norm": 272.0716196572391,
1338
+ "learning_rate": 6.767412624274434e-07,
1339
+ "loss": 0.4926,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.44920037629350895,
1344
+ "grad_norm": 53.98848770173013,
1345
+ "learning_rate": 6.728948155240303e-07,
1346
+ "loss": 0.5,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.451552210724365,
1351
+ "grad_norm": 90.77607158800988,
1352
+ "learning_rate": 6.690367115522257e-07,
1353
+ "loss": 0.4901,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.4539040451552211,
1358
+ "grad_norm": 42.55048877269962,
1359
+ "learning_rate": 6.651672106365554e-07,
1360
+ "loss": 0.5189,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.45625587958607716,
1365
+ "grad_norm": 44.97567866783233,
1366
+ "learning_rate": 6.612865736699598e-07,
1367
+ "loss": 0.5033,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.45860771401693323,
1372
+ "grad_norm": 67.49282430103631,
1373
+ "learning_rate": 6.573950622962039e-07,
1374
+ "loss": 0.5276,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.4609595484477893,
1379
+ "grad_norm": 59.17058897377058,
1380
+ "learning_rate": 6.534929388922374e-07,
1381
+ "loss": 0.4735,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.4633113828786453,
1386
+ "grad_norm": 111.86181053840893,
1387
+ "learning_rate": 6.495804665505029e-07,
1388
+ "loss": 0.4788,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.4656632173095014,
1393
+ "grad_norm": 189.94498833584603,
1394
+ "learning_rate": 6.456579090611987e-07,
1395
+ "loss": 0.5144,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.46801505174035746,
1400
+ "grad_norm": 122.35102212459157,
1401
+ "learning_rate": 6.417255308944928e-07,
1402
+ "loss": 0.5283,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.4703668861712135,
1407
+ "grad_norm": 186.0617213529026,
1408
+ "learning_rate": 6.37783597182692e-07,
1409
+ "loss": 0.4672,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 0.4727187206020696,
1414
+ "grad_norm": 115.36410352920348,
1415
+ "learning_rate": 6.338323737023651e-07,
1416
+ "loss": 0.4965,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 0.47507055503292567,
1421
+ "grad_norm": 85.9333267678821,
1422
+ "learning_rate": 6.298721268564243e-07,
1423
+ "loss": 0.4895,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 0.47742238946378174,
1428
+ "grad_norm": 211.95325107965013,
1429
+ "learning_rate": 6.259031236561632e-07,
1430
+ "loss": 0.5538,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 0.4797742238946378,
1435
+ "grad_norm": 91.27430764319159,
1436
+ "learning_rate": 6.219256317032537e-07,
1437
+ "loss": 0.4437,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 0.4821260583254939,
1442
+ "grad_norm": 298.2235290567097,
1443
+ "learning_rate": 6.179399191717046e-07,
1444
+ "loss": 0.4904,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 0.48447789275634995,
1449
+ "grad_norm": 36.409310791398326,
1450
+ "learning_rate": 6.139462547897793e-07,
1451
+ "loss": 0.5011,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 0.486829727187206,
1456
+ "grad_norm": 61.35140792241313,
1457
+ "learning_rate": 6.099449078218781e-07,
1458
+ "loss": 0.4999,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 0.4891815616180621,
1463
+ "grad_norm": 192.0635061382374,
1464
+ "learning_rate": 6.059361480503839e-07,
1465
+ "loss": 0.4978,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 0.49153339604891816,
1470
+ "grad_norm": 1602.6959579230695,
1471
+ "learning_rate": 6.019202457574717e-07,
1472
+ "loss": 0.5296,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 0.49388523047977423,
1477
+ "grad_norm": 46.88396962107588,
1478
+ "learning_rate": 5.97897471706886e-07,
1479
+ "loss": 0.4666,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 0.4962370649106303,
1484
+ "grad_norm": 42.5404300683936,
1485
+ "learning_rate": 5.938680971256855e-07,
1486
+ "loss": 0.4917,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 0.49858889934148637,
1491
+ "grad_norm": 168.45591180658585,
1492
+ "learning_rate": 5.898323936859554e-07,
1493
+ "loss": 0.4982,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 0.5009407337723424,
1498
+ "grad_norm": 98.29895214863133,
1499
+ "learning_rate": 5.857906334864908e-07,
1500
+ "loss": 0.4613,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 0.5032925682031985,
1505
+ "grad_norm": 84.14383238818485,
1506
+ "learning_rate": 5.817430890344514e-07,
1507
+ "loss": 0.4573,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 0.5056444026340545,
1512
+ "grad_norm": 63.91190561893289,
1513
+ "learning_rate": 5.776900332269874e-07,
1514
+ "loss": 0.4658,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 0.5079962370649106,
1519
+ "grad_norm": 105.97500836643457,
1520
+ "learning_rate": 5.73631739332841e-07,
1521
+ "loss": 0.4943,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 0.5103480714957667,
1526
+ "grad_norm": 84.24147849783279,
1527
+ "learning_rate": 5.695684809739212e-07,
1528
+ "loss": 0.4429,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 0.5126999059266227,
1533
+ "grad_norm": 189.39210679587683,
1534
+ "learning_rate": 5.655005321068556e-07,
1535
+ "loss": 0.4739,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 0.5150517403574788,
1540
+ "grad_norm": 154.99555922544172,
1541
+ "learning_rate": 5.614281670045191e-07,
1542
+ "loss": 0.4914,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 0.5174035747883349,
1547
+ "grad_norm": 54.60327223607897,
1548
+ "learning_rate": 5.573516602375427e-07,
1549
+ "loss": 0.4801,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 0.519755409219191,
1554
+ "grad_norm": 83.19875850848948,
1555
+ "learning_rate": 5.532712866557994e-07,
1556
+ "loss": 0.5323,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 0.522107243650047,
1561
+ "grad_norm": 42.60436730500025,
1562
+ "learning_rate": 5.491873213698749e-07,
1563
+ "loss": 0.4573,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 0.5244590780809031,
1568
+ "grad_norm": 65.42258392696083,
1569
+ "learning_rate": 5.451000397325176e-07,
1570
+ "loss": 0.4814,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 0.5268109125117592,
1575
+ "grad_norm": 115.80636504665334,
1576
+ "learning_rate": 5.410097173200738e-07,
1577
+ "loss": 0.4587,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 0.5291627469426152,
1582
+ "grad_norm": 69.60117550551328,
1583
+ "learning_rate": 5.36916629913908e-07,
1584
+ "loss": 0.5132,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 0.5315145813734713,
1589
+ "grad_norm": 66.375344126355,
1590
+ "learning_rate": 5.32821053481808e-07,
1591
+ "loss": 0.4671,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 0.5338664158043274,
1596
+ "grad_norm": 35.28013711011858,
1597
+ "learning_rate": 5.287232641593799e-07,
1598
+ "loss": 0.4786,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 0.5362182502351834,
1603
+ "grad_norm": 786.6344541862824,
1604
+ "learning_rate": 5.24623538231428e-07,
1605
+ "loss": 0.446,
1606
+ "step": 2280
1607
+ },
1608
+ {
1609
+ "epoch": 0.5385700846660395,
1610
+ "grad_norm": 123.10978108283794,
1611
+ "learning_rate": 5.205221521133293e-07,
1612
+ "loss": 0.4589,
1613
+ "step": 2290
1614
+ },
1615
+ {
1616
+ "epoch": 0.5409219190968956,
1617
+ "grad_norm": 219.42520028684848,
1618
+ "learning_rate": 5.164193823323949e-07,
1619
+ "loss": 0.5345,
1620
+ "step": 2300
1621
+ },
1622
+ {
1623
+ "epoch": 0.5432737535277516,
1624
+ "grad_norm": 42.749936673742305,
1625
+ "learning_rate": 5.123155055092266e-07,
1626
+ "loss": 0.5589,
1627
+ "step": 2310
1628
+ },
1629
+ {
1630
+ "epoch": 0.5456255879586077,
1631
+ "grad_norm": 132.15751551013375,
1632
+ "learning_rate": 5.082107983390663e-07,
1633
+ "loss": 0.4669,
1634
+ "step": 2320
1635
+ },
1636
+ {
1637
+ "epoch": 0.5479774223894638,
1638
+ "grad_norm": 102.8246996509365,
1639
+ "learning_rate": 5.041055375731404e-07,
1640
+ "loss": 0.4539,
1641
+ "step": 2330
1642
+ },
1643
+ {
1644
+ "epoch": 0.5503292568203199,
1645
+ "grad_norm": 38.44411987577502,
1646
+ "learning_rate": 5e-07,
1647
+ "loss": 0.5467,
1648
+ "step": 2340
1649
+ },
1650
+ {
1651
+ "epoch": 0.5526810912511759,
1652
+ "grad_norm": 74.77277783685864,
1653
+ "learning_rate": 4.958944624268596e-07,
1654
+ "loss": 0.5021,
1655
+ "step": 2350
1656
+ },
1657
+ {
1658
+ "epoch": 0.555032925682032,
1659
+ "grad_norm": 38.676119419707206,
1660
+ "learning_rate": 4.917892016609336e-07,
1661
+ "loss": 0.4276,
1662
+ "step": 2360
1663
+ },
1664
+ {
1665
+ "epoch": 0.5573847601128881,
1666
+ "grad_norm": 108.70553186871935,
1667
+ "learning_rate": 4.876844944907734e-07,
1668
+ "loss": 0.4719,
1669
+ "step": 2370
1670
+ },
1671
+ {
1672
+ "epoch": 0.5597365945437441,
1673
+ "grad_norm": 295.3911082440077,
1674
+ "learning_rate": 4.835806176676051e-07,
1675
+ "loss": 0.4445,
1676
+ "step": 2380
1677
+ },
1678
+ {
1679
+ "epoch": 0.5620884289746002,
1680
+ "grad_norm": 49.65291441301108,
1681
+ "learning_rate": 4.794778478866707e-07,
1682
+ "loss": 0.4846,
1683
+ "step": 2390
1684
+ },
1685
+ {
1686
+ "epoch": 0.5644402634054563,
1687
+ "grad_norm": 60.72248586512295,
1688
+ "learning_rate": 4.753764617685719e-07,
1689
+ "loss": 0.4897,
1690
+ "step": 2400
1691
+ },
1692
+ {
1693
+ "epoch": 0.5667920978363123,
1694
+ "grad_norm": 64.47512708646681,
1695
+ "learning_rate": 4.7127673584062015e-07,
1696
+ "loss": 0.4741,
1697
+ "step": 2410
1698
+ },
1699
+ {
1700
+ "epoch": 0.5691439322671684,
1701
+ "grad_norm": 47.47422172419129,
1702
+ "learning_rate": 4.671789465181919e-07,
1703
+ "loss": 0.4669,
1704
+ "step": 2420
1705
+ },
1706
+ {
1707
+ "epoch": 0.5714957666980245,
1708
+ "grad_norm": 23.291621066236825,
1709
+ "learning_rate": 4.6308337008609215e-07,
1710
+ "loss": 0.4387,
1711
+ "step": 2430
1712
+ },
1713
+ {
1714
+ "epoch": 0.5738476011288806,
1715
+ "grad_norm": 38.681058186421566,
1716
+ "learning_rate": 4.5899028267992613e-07,
1717
+ "loss": 0.478,
1718
+ "step": 2440
1719
+ },
1720
+ {
1721
+ "epoch": 0.5761994355597366,
1722
+ "grad_norm": 49.47985557527302,
1723
+ "learning_rate": 4.548999602674824e-07,
1724
+ "loss": 0.4768,
1725
+ "step": 2450
1726
+ },
1727
+ {
1728
+ "epoch": 0.5785512699905927,
1729
+ "grad_norm": 61.860260636343476,
1730
+ "learning_rate": 4.5081267863012504e-07,
1731
+ "loss": 0.4633,
1732
+ "step": 2460
1733
+ },
1734
+ {
1735
+ "epoch": 0.5809031044214488,
1736
+ "grad_norm": 71.87446520905469,
1737
+ "learning_rate": 4.4672871334420054e-07,
1738
+ "loss": 0.4902,
1739
+ "step": 2470
1740
+ },
1741
+ {
1742
+ "epoch": 0.5832549388523048,
1743
+ "grad_norm": 59.913860308252595,
1744
+ "learning_rate": 4.4264833976245736e-07,
1745
+ "loss": 0.4773,
1746
+ "step": 2480
1747
+ },
1748
+ {
1749
+ "epoch": 0.5856067732831609,
1750
+ "grad_norm": 66.42267107533596,
1751
+ "learning_rate": 4.3857183299548084e-07,
1752
+ "loss": 0.4871,
1753
+ "step": 2490
1754
+ },
1755
+ {
1756
+ "epoch": 0.587958607714017,
1757
+ "grad_norm": 31.108180028188862,
1758
+ "learning_rate": 4.344994678931445e-07,
1759
+ "loss": 0.4645,
1760
+ "step": 2500
1761
+ },
1762
+ {
1763
+ "epoch": 0.590310442144873,
1764
+ "grad_norm": 28.34707994823098,
1765
+ "learning_rate": 4.304315190260787e-07,
1766
+ "loss": 0.4702,
1767
+ "step": 2510
1768
+ },
1769
+ {
1770
+ "epoch": 0.5926622765757291,
1771
+ "grad_norm": 171.3392721123324,
1772
+ "learning_rate": 4.2636826066715895e-07,
1773
+ "loss": 0.4394,
1774
+ "step": 2520
1775
+ },
1776
+ {
1777
+ "epoch": 0.5950141110065852,
1778
+ "grad_norm": 52.496086063752934,
1779
+ "learning_rate": 4.2230996677301265e-07,
1780
+ "loss": 0.468,
1781
+ "step": 2530
1782
+ },
1783
+ {
1784
+ "epoch": 0.5973659454374413,
1785
+ "grad_norm": 152.40165257833203,
1786
+ "learning_rate": 4.182569109655488e-07,
1787
+ "loss": 0.4449,
1788
+ "step": 2540
1789
+ },
1790
+ {
1791
+ "epoch": 0.5997177798682972,
1792
+ "grad_norm": 49.22527606031466,
1793
+ "learning_rate": 4.142093665135092e-07,
1794
+ "loss": 0.4621,
1795
+ "step": 2550
1796
+ },
1797
+ {
1798
+ "epoch": 0.6020696142991533,
1799
+ "grad_norm": 204.6300032968629,
1800
+ "learning_rate": 4.101676063140447e-07,
1801
+ "loss": 0.4697,
1802
+ "step": 2560
1803
+ },
1804
+ {
1805
+ "epoch": 0.6044214487300094,
1806
+ "grad_norm": 49.04313064544541,
1807
+ "learning_rate": 4.0613190287431457e-07,
1808
+ "loss": 0.4672,
1809
+ "step": 2570
1810
+ },
1811
+ {
1812
+ "epoch": 0.6067732831608654,
1813
+ "grad_norm": 75.74845619142411,
1814
+ "learning_rate": 4.0210252829311384e-07,
1815
+ "loss": 0.4547,
1816
+ "step": 2580
1817
+ },
1818
+ {
1819
+ "epoch": 0.6091251175917215,
1820
+ "grad_norm": 41.52522300616638,
1821
+ "learning_rate": 3.980797542425284e-07,
1822
+ "loss": 0.4841,
1823
+ "step": 2590
1824
+ },
1825
+ {
1826
+ "epoch": 0.6114769520225776,
1827
+ "grad_norm": 24.660847040050093,
1828
+ "learning_rate": 3.9406385194961617e-07,
1829
+ "loss": 0.505,
1830
+ "step": 2600
1831
+ },
1832
+ {
1833
+ "epoch": 0.6138287864534336,
1834
+ "grad_norm": 32.07608549927192,
1835
+ "learning_rate": 3.9005509217812195e-07,
1836
+ "loss": 0.4588,
1837
+ "step": 2610
1838
+ },
1839
+ {
1840
+ "epoch": 0.6161806208842897,
1841
+ "grad_norm": 39.70294250231196,
1842
+ "learning_rate": 3.8605374521022074e-07,
1843
+ "loss": 0.4559,
1844
+ "step": 2620
1845
+ },
1846
+ {
1847
+ "epoch": 0.6185324553151458,
1848
+ "grad_norm": 77.97272809649765,
1849
+ "learning_rate": 3.8206008082829546e-07,
1850
+ "loss": 0.4406,
1851
+ "step": 2630
1852
+ },
1853
+ {
1854
+ "epoch": 0.6208842897460018,
1855
+ "grad_norm": 45.67613106527001,
1856
+ "learning_rate": 3.7807436829674625e-07,
1857
+ "loss": 0.4385,
1858
+ "step": 2640
1859
+ },
1860
+ {
1861
+ "epoch": 0.6232361241768579,
1862
+ "grad_norm": 76.59247815028435,
1863
+ "learning_rate": 3.740968763438369e-07,
1864
+ "loss": 0.4869,
1865
+ "step": 2650
1866
+ },
1867
+ {
1868
+ "epoch": 0.625587958607714,
1869
+ "grad_norm": 39.68012913221431,
1870
+ "learning_rate": 3.7012787314357564e-07,
1871
+ "loss": 0.4721,
1872
+ "step": 2660
1873
+ },
1874
+ {
1875
+ "epoch": 0.6279397930385701,
1876
+ "grad_norm": 141.25589970566216,
1877
+ "learning_rate": 3.6616762629763485e-07,
1878
+ "loss": 0.5125,
1879
+ "step": 2670
1880
+ },
1881
+ {
1882
+ "epoch": 0.6302916274694261,
1883
+ "grad_norm": 23.55149435862232,
1884
+ "learning_rate": 3.6221640281730807e-07,
1885
+ "loss": 0.4115,
1886
+ "step": 2680
1887
+ },
1888
+ {
1889
+ "epoch": 0.6326434619002822,
1890
+ "grad_norm": 143.42525243309444,
1891
+ "learning_rate": 3.5827446910550706e-07,
1892
+ "loss": 0.4668,
1893
+ "step": 2690
1894
+ },
1895
+ {
1896
+ "epoch": 0.6349952963311383,
1897
+ "grad_norm": 77.81781401332093,
1898
+ "learning_rate": 3.543420909388013e-07,
1899
+ "loss": 0.4647,
1900
+ "step": 2700
1901
+ },
1902
+ {
1903
+ "epoch": 0.6373471307619943,
1904
+ "grad_norm": 368.31014969438706,
1905
+ "learning_rate": 3.5041953344949713e-07,
1906
+ "loss": 0.5143,
1907
+ "step": 2710
1908
+ },
1909
+ {
1910
+ "epoch": 0.6396989651928504,
1911
+ "grad_norm": 191.99282418445105,
1912
+ "learning_rate": 3.4650706110776263e-07,
1913
+ "loss": 0.4714,
1914
+ "step": 2720
1915
+ },
1916
+ {
1917
+ "epoch": 0.6420507996237065,
1918
+ "grad_norm": 172.6805749126617,
1919
+ "learning_rate": 3.4260493770379594e-07,
1920
+ "loss": 0.4876,
1921
+ "step": 2730
1922
+ },
1923
+ {
1924
+ "epoch": 0.6444026340545626,
1925
+ "grad_norm": 61.17327984316229,
1926
+ "learning_rate": 3.387134263300403e-07,
1927
+ "loss": 0.4178,
1928
+ "step": 2740
1929
+ },
1930
+ {
1931
+ "epoch": 0.6467544684854186,
1932
+ "grad_norm": 114.17761831777952,
1933
+ "learning_rate": 3.3483278936344473e-07,
1934
+ "loss": 0.4889,
1935
+ "step": 2750
1936
+ },
1937
+ {
1938
+ "epoch": 0.6491063029162747,
1939
+ "grad_norm": 29.259182763118652,
1940
+ "learning_rate": 3.3096328844777445e-07,
1941
+ "loss": 0.4508,
1942
+ "step": 2760
1943
+ },
1944
+ {
1945
+ "epoch": 0.6514581373471308,
1946
+ "grad_norm": 119.4854028220211,
1947
+ "learning_rate": 3.2710518447596975e-07,
1948
+ "loss": 0.4392,
1949
+ "step": 2770
1950
+ },
1951
+ {
1952
+ "epoch": 0.6538099717779868,
1953
+ "grad_norm": 25.936405577527868,
1954
+ "learning_rate": 3.232587375725566e-07,
1955
+ "loss": 0.4725,
1956
+ "step": 2780
1957
+ },
1958
+ {
1959
+ "epoch": 0.6561618062088429,
1960
+ "grad_norm": 67.32516092680038,
1961
+ "learning_rate": 3.1942420707610713e-07,
1962
+ "loss": 0.4363,
1963
+ "step": 2790
1964
+ },
1965
+ {
1966
+ "epoch": 0.658513640639699,
1967
+ "grad_norm": 49.096928986568244,
1968
+ "learning_rate": 3.156018515217549e-07,
1969
+ "loss": 0.4891,
1970
+ "step": 2800
1971
+ },
1972
+ {
1973
+ "epoch": 0.660865475070555,
1974
+ "grad_norm": 48.270407025181726,
1975
+ "learning_rate": 3.11791928623764e-07,
1976
+ "loss": 0.4846,
1977
+ "step": 2810
1978
+ },
1979
+ {
1980
+ "epoch": 0.6632173095014111,
1981
+ "grad_norm": 33.146338229003334,
1982
+ "learning_rate": 3.079946952581526e-07,
1983
+ "loss": 0.4372,
1984
+ "step": 2820
1985
+ },
1986
+ {
1987
+ "epoch": 0.6655691439322672,
1988
+ "grad_norm": 65.86339846284933,
1989
+ "learning_rate": 3.042104074453739e-07,
1990
+ "loss": 0.4938,
1991
+ "step": 2830
1992
+ },
1993
+ {
1994
+ "epoch": 0.6679209783631233,
1995
+ "grad_norm": 81.43044910317796,
1996
+ "learning_rate": 3.0043932033305455e-07,
1997
+ "loss": 0.5127,
1998
+ "step": 2840
1999
+ },
2000
+ {
2001
+ "epoch": 0.6702728127939793,
2002
+ "grad_norm": 28.25621020100993,
2003
+ "learning_rate": 2.9668168817879205e-07,
2004
+ "loss": 0.5283,
2005
+ "step": 2850
2006
+ },
2007
+ {
2008
+ "epoch": 0.6726246472248354,
2009
+ "grad_norm": 70.5644459258473,
2010
+ "learning_rate": 2.9293776433301144e-07,
2011
+ "loss": 0.4676,
2012
+ "step": 2860
2013
+ },
2014
+ {
2015
+ "epoch": 0.6749764816556915,
2016
+ "grad_norm": 833.1173554079337,
2017
+ "learning_rate": 2.8920780122188393e-07,
2018
+ "loss": 0.4238,
2019
+ "step": 2870
2020
+ },
2021
+ {
2022
+ "epoch": 0.6773283160865475,
2023
+ "grad_norm": 50.15505341992137,
2024
+ "learning_rate": 2.854920503303076e-07,
2025
+ "loss": 0.4317,
2026
+ "step": 2880
2027
+ },
2028
+ {
2029
+ "epoch": 0.6796801505174036,
2030
+ "grad_norm": 53.62160731503517,
2031
+ "learning_rate": 2.8179076218495213e-07,
2032
+ "loss": 0.5074,
2033
+ "step": 2890
2034
+ },
2035
+ {
2036
+ "epoch": 0.6820319849482597,
2037
+ "grad_norm": 82.67486758357786,
2038
+ "learning_rate": 2.7810418633736637e-07,
2039
+ "loss": 0.451,
2040
+ "step": 2900
2041
+ },
2042
+ {
2043
+ "epoch": 0.6843838193791157,
2044
+ "grad_norm": 70.65167543458996,
2045
+ "learning_rate": 2.744325713471536e-07,
2046
+ "loss": 0.4832,
2047
+ "step": 2910
2048
+ },
2049
+ {
2050
+ "epoch": 0.6867356538099718,
2051
+ "grad_norm": 70.82701033248681,
2052
+ "learning_rate": 2.707761647652135e-07,
2053
+ "loss": 0.4679,
2054
+ "step": 2920
2055
+ },
2056
+ {
2057
+ "epoch": 0.6890874882408279,
2058
+ "grad_norm": 119.20686302974886,
2059
+ "learning_rate": 2.6713521311705e-07,
2060
+ "loss": 0.4545,
2061
+ "step": 2930
2062
+ },
2063
+ {
2064
+ "epoch": 0.691439322671684,
2065
+ "grad_norm": 46.64006057310895,
2066
+ "learning_rate": 2.635099618861513e-07,
2067
+ "loss": 0.5192,
2068
+ "step": 2940
2069
+ },
2070
+ {
2071
+ "epoch": 0.69379115710254,
2072
+ "grad_norm": 62.9139122700984,
2073
+ "learning_rate": 2.5990065549743766e-07,
2074
+ "loss": 0.4554,
2075
+ "step": 2950
2076
+ },
2077
+ {
2078
+ "epoch": 0.6961429915333961,
2079
+ "grad_norm": 134.31949058487535,
2080
+ "learning_rate": 2.5630753730078236e-07,
2081
+ "loss": 0.5069,
2082
+ "step": 2960
2083
+ },
2084
+ {
2085
+ "epoch": 0.6984948259642522,
2086
+ "grad_norm": 91.61539909081964,
2087
+ "learning_rate": 2.527308495546038e-07,
2088
+ "loss": 0.4289,
2089
+ "step": 2970
2090
+ },
2091
+ {
2092
+ "epoch": 0.7008466603951082,
2093
+ "grad_norm": 104.86257682935386,
2094
+ "learning_rate": 2.4917083340953175e-07,
2095
+ "loss": 0.433,
2096
+ "step": 2980
2097
+ },
2098
+ {
2099
+ "epoch": 0.7031984948259643,
2100
+ "grad_norm": 21.474222567958595,
2101
+ "learning_rate": 2.456277288921485e-07,
2102
+ "loss": 0.4365,
2103
+ "step": 2990
2104
+ },
2105
+ {
2106
+ "epoch": 0.7055503292568204,
2107
+ "grad_norm": 324.3124016674876,
2108
+ "learning_rate": 2.4210177488880587e-07,
2109
+ "loss": 0.4179,
2110
+ "step": 3000
2111
+ },
2112
+ {
2113
+ "epoch": 0.7079021636876763,
2114
+ "grad_norm": 39.24490171045256,
2115
+ "learning_rate": 2.3859320912951797e-07,
2116
+ "loss": 0.4258,
2117
+ "step": 3010
2118
+ },
2119
+ {
2120
+ "epoch": 0.7102539981185324,
2121
+ "grad_norm": 26.55750023296075,
2122
+ "learning_rate": 2.3510226817193319e-07,
2123
+ "loss": 0.4575,
2124
+ "step": 3020
2125
+ },
2126
+ {
2127
+ "epoch": 0.7126058325493885,
2128
+ "grad_norm": 76.18210272558196,
2129
+ "learning_rate": 2.3162918738538539e-07,
2130
+ "loss": 0.4474,
2131
+ "step": 3030
2132
+ },
2133
+ {
2134
+ "epoch": 0.7149576669802445,
2135
+ "grad_norm": 163.82835782749893,
2136
+ "learning_rate": 2.281742009350235e-07,
2137
+ "loss": 0.5178,
2138
+ "step": 3040
2139
+ },
2140
+ {
2141
+ "epoch": 0.7173095014111006,
2142
+ "grad_norm": 71.20621946298115,
2143
+ "learning_rate": 2.247375417660241e-07,
2144
+ "loss": 0.4542,
2145
+ "step": 3050
2146
+ },
2147
+ {
2148
+ "epoch": 0.7196613358419567,
2149
+ "grad_norm": 29.44780246695801,
2150
+ "learning_rate": 2.2131944158788545e-07,
2151
+ "loss": 0.4696,
2152
+ "step": 3060
2153
+ },
2154
+ {
2155
+ "epoch": 0.7220131702728128,
2156
+ "grad_norm": 28.85017992785853,
2157
+ "learning_rate": 2.1792013085880539e-07,
2158
+ "loss": 0.4262,
2159
+ "step": 3070
2160
+ },
2161
+ {
2162
+ "epoch": 0.7243650047036688,
2163
+ "grad_norm": 161.1358114916103,
2164
+ "learning_rate": 2.1453983877014224e-07,
2165
+ "loss": 0.4506,
2166
+ "step": 3080
2167
+ },
2168
+ {
2169
+ "epoch": 0.7267168391345249,
2170
+ "grad_norm": 48.21294290482945,
2171
+ "learning_rate": 2.1117879323096283e-07,
2172
+ "loss": 0.4762,
2173
+ "step": 3090
2174
+ },
2175
+ {
2176
+ "epoch": 0.729068673565381,
2177
+ "grad_norm": 92.39652488615809,
2178
+ "learning_rate": 2.0783722085267592e-07,
2179
+ "loss": 0.4569,
2180
+ "step": 3100
2181
+ },
2182
+ {
2183
+ "epoch": 0.731420507996237,
2184
+ "grad_norm": 72.21113504991627,
2185
+ "learning_rate": 2.0451534693375344e-07,
2186
+ "loss": 0.4738,
2187
+ "step": 3110
2188
+ },
2189
+ {
2190
+ "epoch": 0.7337723424270931,
2191
+ "grad_norm": 92.26016205643168,
2192
+ "learning_rate": 2.0121339544454035e-07,
2193
+ "loss": 0.4435,
2194
+ "step": 3120
2195
+ },
2196
+ {
2197
+ "epoch": 0.7361241768579492,
2198
+ "grad_norm": 68.48228287299885,
2199
+ "learning_rate": 1.9793158901215346e-07,
2200
+ "loss": 0.4313,
2201
+ "step": 3130
2202
+ },
2203
+ {
2204
+ "epoch": 0.7384760112888052,
2205
+ "grad_norm": 164.80360664767645,
2206
+ "learning_rate": 1.9467014890547223e-07,
2207
+ "loss": 0.4148,
2208
+ "step": 3140
2209
+ },
2210
+ {
2211
+ "epoch": 0.7408278457196613,
2212
+ "grad_norm": 66.07514802799065,
2213
+ "learning_rate": 1.9142929502021904e-07,
2214
+ "loss": 0.4557,
2215
+ "step": 3150
2216
+ },
2217
+ {
2218
+ "epoch": 0.7431796801505174,
2219
+ "grad_norm": 54.18230405158542,
2220
+ "learning_rate": 1.8820924586413373e-07,
2221
+ "loss": 0.4389,
2222
+ "step": 3160
2223
+ },
2224
+ {
2225
+ "epoch": 0.7455315145813735,
2226
+ "grad_norm": 54.933584541808706,
2227
+ "learning_rate": 1.8501021854224115e-07,
2228
+ "loss": 0.4405,
2229
+ "step": 3170
2230
+ },
2231
+ {
2232
+ "epoch": 0.7478833490122295,
2233
+ "grad_norm": 73.88687819153088,
2234
+ "learning_rate": 1.8183242874221365e-07,
2235
+ "loss": 0.444,
2236
+ "step": 3180
2237
+ },
2238
+ {
2239
+ "epoch": 0.7502351834430856,
2240
+ "grad_norm": 155.9296620837369,
2241
+ "learning_rate": 1.786760907198281e-07,
2242
+ "loss": 0.4456,
2243
+ "step": 3190
2244
+ },
2245
+ {
2246
+ "epoch": 0.7525870178739417,
2247
+ "grad_norm": 98.13292721707111,
2248
+ "learning_rate": 1.7554141728452038e-07,
2249
+ "loss": 0.4804,
2250
+ "step": 3200
2251
+ },
2252
+ {
2253
+ "epoch": 0.7549388523047977,
2254
+ "grad_norm": 20.87180402977683,
2255
+ "learning_rate": 1.7242861978503782e-07,
2256
+ "loss": 0.3997,
2257
+ "step": 3210
2258
+ },
2259
+ {
2260
+ "epoch": 0.7572906867356538,
2261
+ "grad_norm": 139.8758062253345,
2262
+ "learning_rate": 1.6933790809518839e-07,
2263
+ "loss": 0.4336,
2264
+ "step": 3220
2265
+ },
2266
+ {
2267
+ "epoch": 0.7596425211665099,
2268
+ "grad_norm": 67.67816700607545,
2269
+ "learning_rate": 1.6626949059969098e-07,
2270
+ "loss": 0.4371,
2271
+ "step": 3230
2272
+ },
2273
+ {
2274
+ "epoch": 0.761994355597366,
2275
+ "grad_norm": 31.044524767135282,
2276
+ "learning_rate": 1.632235741801255e-07,
2277
+ "loss": 0.4678,
2278
+ "step": 3240
2279
+ },
2280
+ {
2281
+ "epoch": 0.764346190028222,
2282
+ "grad_norm": 31.59032271901563,
2283
+ "learning_rate": 1.6020036420098455e-07,
2284
+ "loss": 0.4474,
2285
+ "step": 3250
2286
+ },
2287
+ {
2288
+ "epoch": 0.7666980244590781,
2289
+ "grad_norm": 56.09519646865281,
2290
+ "learning_rate": 1.5720006449582635e-07,
2291
+ "loss": 0.4464,
2292
+ "step": 3260
2293
+ },
2294
+ {
2295
+ "epoch": 0.7690498588899342,
2296
+ "grad_norm": 60.68844089135062,
2297
+ "learning_rate": 1.5422287735353257e-07,
2298
+ "loss": 0.4525,
2299
+ "step": 3270
2300
+ },
2301
+ {
2302
+ "epoch": 0.7714016933207902,
2303
+ "grad_norm": 44.61096552113006,
2304
+ "learning_rate": 1.5126900350466886e-07,
2305
+ "loss": 0.4514,
2306
+ "step": 3280
2307
+ },
2308
+ {
2309
+ "epoch": 0.7737535277516463,
2310
+ "grad_norm": 79.00286386953672,
2311
+ "learning_rate": 1.4833864210795132e-07,
2312
+ "loss": 0.4546,
2313
+ "step": 3290
2314
+ },
2315
+ {
2316
+ "epoch": 0.7761053621825024,
2317
+ "grad_norm": 96.77266999382469,
2318
+ "learning_rate": 1.4543199073681855e-07,
2319
+ "loss": 0.4188,
2320
+ "step": 3300
2321
+ },
2322
+ {
2323
+ "epoch": 0.7784571966133584,
2324
+ "grad_norm": 62.93527984098046,
2325
+ "learning_rate": 1.4254924536611046e-07,
2326
+ "loss": 0.4931,
2327
+ "step": 3310
2328
+ },
2329
+ {
2330
+ "epoch": 0.7808090310442145,
2331
+ "grad_norm": 78.89136393447265,
2332
+ "learning_rate": 1.396906003588557e-07,
2333
+ "loss": 0.478,
2334
+ "step": 3320
2335
+ },
2336
+ {
2337
+ "epoch": 0.7831608654750706,
2338
+ "grad_norm": 123.25424347020814,
2339
+ "learning_rate": 1.368562484531664e-07,
2340
+ "loss": 0.4439,
2341
+ "step": 3330
2342
+ },
2343
+ {
2344
+ "epoch": 0.7855126999059266,
2345
+ "grad_norm": 72.17648953992217,
2346
+ "learning_rate": 1.3404638074924356e-07,
2347
+ "loss": 0.4661,
2348
+ "step": 3340
2349
+ },
2350
+ {
2351
+ "epoch": 0.7878645343367827,
2352
+ "grad_norm": 29.181609218156055,
2353
+ "learning_rate": 1.3126118669649255e-07,
2354
+ "loss": 0.4775,
2355
+ "step": 3350
2356
+ },
2357
+ {
2358
+ "epoch": 0.7902163687676388,
2359
+ "grad_norm": 26.80987859871448,
2360
+ "learning_rate": 1.2850085408075e-07,
2361
+ "loss": 0.432,
2362
+ "step": 3360
2363
+ },
2364
+ {
2365
+ "epoch": 0.7925682031984949,
2366
+ "grad_norm": 42.77599635619014,
2367
+ "learning_rate": 1.2576556901162234e-07,
2368
+ "loss": 0.4705,
2369
+ "step": 3370
2370
+ },
2371
+ {
2372
+ "epoch": 0.7949200376293509,
2373
+ "grad_norm": 45.81217647451442,
2374
+ "learning_rate": 1.2305551590993806e-07,
2375
+ "loss": 0.47,
2376
+ "step": 3380
2377
+ },
2378
+ {
2379
+ "epoch": 0.797271872060207,
2380
+ "grad_norm": 101.96913312576068,
2381
+ "learning_rate": 1.2037087749531328e-07,
2382
+ "loss": 0.4229,
2383
+ "step": 3390
2384
+ },
2385
+ {
2386
+ "epoch": 0.7996237064910631,
2387
+ "grad_norm": 215.88495935464798,
2388
+ "learning_rate": 1.177118347738329e-07,
2389
+ "loss": 0.4447,
2390
+ "step": 3400
2391
+ },
2392
+ {
2393
+ "epoch": 0.8019755409219191,
2394
+ "grad_norm": 72.55346736718074,
2395
+ "learning_rate": 1.1507856702584573e-07,
2396
+ "loss": 0.4563,
2397
+ "step": 3410
2398
+ },
2399
+ {
2400
+ "epoch": 0.8043273753527752,
2401
+ "grad_norm": 267.60170600595404,
2402
+ "learning_rate": 1.1247125179387734e-07,
2403
+ "loss": 0.4835,
2404
+ "step": 3420
2405
+ },
2406
+ {
2407
+ "epoch": 0.8066792097836313,
2408
+ "grad_norm": 38.91519432313084,
2409
+ "learning_rate": 1.098900648706601e-07,
2410
+ "loss": 0.445,
2411
+ "step": 3430
2412
+ },
2413
+ {
2414
+ "epoch": 0.8090310442144873,
2415
+ "grad_norm": 107.08048276724904,
2416
+ "learning_rate": 1.0733518028727973e-07,
2417
+ "loss": 0.437,
2418
+ "step": 3440
2419
+ },
2420
+ {
2421
+ "epoch": 0.8113828786453434,
2422
+ "grad_norm": 39.41515052926627,
2423
+ "learning_rate": 1.048067703014423e-07,
2424
+ "loss": 0.4016,
2425
+ "step": 3450
2426
+ },
2427
+ {
2428
+ "epoch": 0.8137347130761995,
2429
+ "grad_norm": 64.66608261177336,
2430
+ "learning_rate": 1.0230500538586012e-07,
2431
+ "loss": 0.4537,
2432
+ "step": 3460
2433
+ },
2434
+ {
2435
+ "epoch": 0.8160865475070554,
2436
+ "grad_norm": 61.054737141139334,
2437
+ "learning_rate": 9.983005421675761e-08,
2438
+ "loss": 0.4124,
2439
+ "step": 3470
2440
+ },
2441
+ {
2442
+ "epoch": 0.8184383819379115,
2443
+ "grad_norm": 59.104871236625186,
2444
+ "learning_rate": 9.738208366249895e-08,
2445
+ "loss": 0.447,
2446
+ "step": 3480
2447
+ },
2448
+ {
2449
+ "epoch": 0.8207902163687676,
2450
+ "grad_norm": 110.57928796201509,
2451
+ "learning_rate": 9.496125877233736e-08,
2452
+ "loss": 0.461,
2453
+ "step": 3490
2454
+ },
2455
+ {
2456
+ "epoch": 0.8231420507996237,
2457
+ "grad_norm": 234.52785886205078,
2458
+ "learning_rate": 9.256774276528655e-08,
2459
+ "loss": 0.4856,
2460
+ "step": 3500
2461
+ },
2462
+ {
2463
+ "epoch": 0.8254938852304797,
2464
+ "grad_norm": 63.124590798290406,
2465
+ "learning_rate": 9.020169701911695e-08,
2466
+ "loss": 0.4501,
2467
+ "step": 3510
2468
+ },
2469
+ {
2470
+ "epoch": 0.8278457196613358,
2471
+ "grad_norm": 146.5239433816864,
2472
+ "learning_rate": 8.786328105947405e-08,
2473
+ "loss": 0.4902,
2474
+ "step": 3520
2475
+ },
2476
+ {
2477
+ "epoch": 0.8301975540921919,
2478
+ "grad_norm": 34.913788680016566,
2479
+ "learning_rate": 8.555265254912337e-08,
2480
+ "loss": 0.4275,
2481
+ "step": 3530
2482
+ },
2483
+ {
2484
+ "epoch": 0.8325493885230479,
2485
+ "grad_norm": 79.65521261255103,
2486
+ "learning_rate": 8.326996727732055e-08,
2487
+ "loss": 0.4531,
2488
+ "step": 3540
2489
+ },
2490
+ {
2491
+ "epoch": 0.834901222953904,
2492
+ "grad_norm": 47.72263945629518,
2493
+ "learning_rate": 8.101537914930684e-08,
2494
+ "loss": 0.4062,
2495
+ "step": 3550
2496
+ },
2497
+ {
2498
+ "epoch": 0.8372530573847601,
2499
+ "grad_norm": 94.48797265907596,
2500
+ "learning_rate": 7.878904017593302e-08,
2501
+ "loss": 0.4462,
2502
+ "step": 3560
2503
+ },
2504
+ {
2505
+ "epoch": 0.8396048918156162,
2506
+ "grad_norm": 89.24680993944979,
2507
+ "learning_rate": 7.659110046341016e-08,
2508
+ "loss": 0.4334,
2509
+ "step": 3570
2510
+ },
2511
+ {
2512
+ "epoch": 0.8419567262464722,
2513
+ "grad_norm": 31.758114332081302,
2514
+ "learning_rate": 7.442170820318922e-08,
2515
+ "loss": 0.423,
2516
+ "step": 3580
2517
+ },
2518
+ {
2519
+ "epoch": 0.8443085606773283,
2520
+ "grad_norm": 108.36139891290028,
2521
+ "learning_rate": 7.228100966196916e-08,
2522
+ "loss": 0.46,
2523
+ "step": 3590
2524
+ },
2525
+ {
2526
+ "epoch": 0.8466603951081844,
2527
+ "grad_norm": 45.42121511612232,
2528
+ "learning_rate": 7.016914917183541e-08,
2529
+ "loss": 0.4393,
2530
+ "step": 3600
2531
+ },
2532
+ {
2533
+ "epoch": 0.8490122295390404,
2534
+ "grad_norm": 38.06302239041297,
2535
+ "learning_rate": 6.808626912052878e-08,
2536
+ "loss": 0.4123,
2537
+ "step": 3610
2538
+ },
2539
+ {
2540
+ "epoch": 0.8513640639698965,
2541
+ "grad_norm": 144.0496907397513,
2542
+ "learning_rate": 6.603250994184506e-08,
2543
+ "loss": 0.4226,
2544
+ "step": 3620
2545
+ },
2546
+ {
2547
+ "epoch": 0.8537158984007526,
2548
+ "grad_norm": 57.78752403702503,
2549
+ "learning_rate": 6.40080101061664e-08,
2550
+ "loss": 0.4378,
2551
+ "step": 3630
2552
+ },
2553
+ {
2554
+ "epoch": 0.8560677328316086,
2555
+ "grad_norm": 37.60367979124333,
2556
+ "learning_rate": 6.201290611112564e-08,
2557
+ "loss": 0.4561,
2558
+ "step": 3640
2559
+ },
2560
+ {
2561
+ "epoch": 0.8584195672624647,
2562
+ "grad_norm": 53.18398073653025,
2563
+ "learning_rate": 6.004733247240317e-08,
2564
+ "loss": 0.4678,
2565
+ "step": 3650
2566
+ },
2567
+ {
2568
+ "epoch": 0.8607714016933208,
2569
+ "grad_norm": 133.8658799415832,
2570
+ "learning_rate": 5.8111421714657105e-08,
2571
+ "loss": 0.4677,
2572
+ "step": 3660
2573
+ },
2574
+ {
2575
+ "epoch": 0.8631232361241769,
2576
+ "grad_norm": 53.25914607379931,
2577
+ "learning_rate": 5.620530436258841e-08,
2578
+ "loss": 0.5194,
2579
+ "step": 3670
2580
+ },
2581
+ {
2582
+ "epoch": 0.8654750705550329,
2583
+ "grad_norm": 70.42760542084339,
2584
+ "learning_rate": 5.4329108932140546e-08,
2585
+ "loss": 0.427,
2586
+ "step": 3680
2587
+ },
2588
+ {
2589
+ "epoch": 0.867826904985889,
2590
+ "grad_norm": 64.38658865994383,
2591
+ "learning_rate": 5.2482961921834604e-08,
2592
+ "loss": 0.4482,
2593
+ "step": 3690
2594
+ },
2595
+ {
2596
+ "epoch": 0.8701787394167451,
2597
+ "grad_norm": 42.99630254744219,
2598
+ "learning_rate": 5.066698780424006e-08,
2599
+ "loss": 0.4426,
2600
+ "step": 3700
2601
+ },
2602
+ {
2603
+ "epoch": 0.8725305738476011,
2604
+ "grad_norm": 51.11741118831597,
2605
+ "learning_rate": 4.888130901758292e-08,
2606
+ "loss": 0.434,
2607
+ "step": 3710
2608
+ },
2609
+ {
2610
+ "epoch": 0.8748824082784572,
2611
+ "grad_norm": 53.96851327406331,
2612
+ "learning_rate": 4.71260459574902e-08,
2613
+ "loss": 0.3842,
2614
+ "step": 3720
2615
+ },
2616
+ {
2617
+ "epoch": 0.8772342427093133,
2618
+ "grad_norm": 56.59443774149579,
2619
+ "learning_rate": 4.5401316968873004e-08,
2620
+ "loss": 0.4481,
2621
+ "step": 3730
2622
+ },
2623
+ {
2624
+ "epoch": 0.8795860771401693,
2625
+ "grad_norm": 83.85863914669255,
2626
+ "learning_rate": 4.370723833794665e-08,
2627
+ "loss": 0.4266,
2628
+ "step": 3740
2629
+ },
2630
+ {
2631
+ "epoch": 0.8819379115710254,
2632
+ "grad_norm": 39.06100931375012,
2633
+ "learning_rate": 4.2043924284390854e-08,
2634
+ "loss": 0.4238,
2635
+ "step": 3750
2636
+ },
2637
+ {
2638
+ "epoch": 0.8842897460018815,
2639
+ "grad_norm": 107.61806818011783,
2640
+ "learning_rate": 4.041148695364882e-08,
2641
+ "loss": 0.4485,
2642
+ "step": 3760
2643
+ },
2644
+ {
2645
+ "epoch": 0.8866415804327376,
2646
+ "grad_norm": 33.85213758711094,
2647
+ "learning_rate": 3.881003640936548e-08,
2648
+ "loss": 0.446,
2649
+ "step": 3770
2650
+ },
2651
+ {
2652
+ "epoch": 0.8889934148635936,
2653
+ "grad_norm": 61.187373812156466,
2654
+ "learning_rate": 3.723968062596711e-08,
2655
+ "loss": 0.4344,
2656
+ "step": 3780
2657
+ },
2658
+ {
2659
+ "epoch": 0.8913452492944497,
2660
+ "grad_norm": 736.9312025906532,
2661
+ "learning_rate": 3.570052548138147e-08,
2662
+ "loss": 0.4541,
2663
+ "step": 3790
2664
+ },
2665
+ {
2666
+ "epoch": 0.8936970837253058,
2667
+ "grad_norm": 119.33344609512177,
2668
+ "learning_rate": 3.4192674749898785e-08,
2669
+ "loss": 0.4908,
2670
+ "step": 3800
2671
+ },
2672
+ {
2673
+ "epoch": 0.8960489181561618,
2674
+ "grad_norm": 25.5797619702394,
2675
+ "learning_rate": 3.2716230095175435e-08,
2676
+ "loss": 0.4004,
2677
+ "step": 3810
2678
+ },
2679
+ {
2680
+ "epoch": 0.8984007525870179,
2681
+ "grad_norm": 49.359917397601,
2682
+ "learning_rate": 3.127129106337917e-08,
2683
+ "loss": 0.4518,
2684
+ "step": 3820
2685
+ },
2686
+ {
2687
+ "epoch": 0.900752587017874,
2688
+ "grad_norm": 25.07989197247865,
2689
+ "learning_rate": 2.985795507647754e-08,
2690
+ "loss": 0.4131,
2691
+ "step": 3830
2692
+ },
2693
+ {
2694
+ "epoch": 0.90310442144873,
2695
+ "grad_norm": 64.61035042248321,
2696
+ "learning_rate": 2.8476317425669527e-08,
2697
+ "loss": 0.447,
2698
+ "step": 3840
2699
+ },
2700
+ {
2701
+ "epoch": 0.9054562558795861,
2702
+ "grad_norm": 93.42176266818919,
2703
+ "learning_rate": 2.7126471264960593e-08,
2704
+ "loss": 0.4329,
2705
+ "step": 3850
2706
+ },
2707
+ {
2708
+ "epoch": 0.9078080903104422,
2709
+ "grad_norm": 89.24070781803138,
2710
+ "learning_rate": 2.580850760488196e-08,
2711
+ "loss": 0.4753,
2712
+ "step": 3860
2713
+ },
2714
+ {
2715
+ "epoch": 0.9101599247412983,
2716
+ "grad_norm": 26.373133567746557,
2717
+ "learning_rate": 2.4522515306354517e-08,
2718
+ "loss": 0.4606,
2719
+ "step": 3870
2720
+ },
2721
+ {
2722
+ "epoch": 0.9125117591721543,
2723
+ "grad_norm": 473.7854777781819,
2724
+ "learning_rate": 2.3268581074697536e-08,
2725
+ "loss": 0.5009,
2726
+ "step": 3880
2727
+ },
2728
+ {
2729
+ "epoch": 0.9148635936030104,
2730
+ "grad_norm": 32.436085698187235,
2731
+ "learning_rate": 2.204678945378269e-08,
2732
+ "loss": 0.4162,
2733
+ "step": 3890
2734
+ },
2735
+ {
2736
+ "epoch": 0.9172154280338665,
2737
+ "grad_norm": 170.05001192780844,
2738
+ "learning_rate": 2.0857222820333808e-08,
2739
+ "loss": 0.4458,
2740
+ "step": 3900
2741
+ },
2742
+ {
2743
+ "epoch": 0.9195672624647225,
2744
+ "grad_norm": 48.18623345953366,
2745
+ "learning_rate": 1.9699961378373097e-08,
2746
+ "loss": 0.4123,
2747
+ "step": 3910
2748
+ },
2749
+ {
2750
+ "epoch": 0.9219190968955786,
2751
+ "grad_norm": 1358.9466832068094,
2752
+ "learning_rate": 1.8575083153813175e-08,
2753
+ "loss": 0.4355,
2754
+ "step": 3920
2755
+ },
2756
+ {
2757
+ "epoch": 0.9242709313264346,
2758
+ "grad_norm": 113.07515347161218,
2759
+ "learning_rate": 1.7482663989196456e-08,
2760
+ "loss": 0.4339,
2761
+ "step": 3930
2762
+ },
2763
+ {
2764
+ "epoch": 0.9266227657572906,
2765
+ "grad_norm": 70.74972682616625,
2766
+ "learning_rate": 1.64227775385819e-08,
2767
+ "loss": 0.4448,
2768
+ "step": 3940
2769
+ },
2770
+ {
2771
+ "epoch": 0.9289746001881467,
2772
+ "grad_norm": 42.63045190997477,
2773
+ "learning_rate": 1.539549526257866e-08,
2774
+ "loss": 0.446,
2775
+ "step": 3950
2776
+ },
2777
+ {
2778
+ "epoch": 0.9313264346190028,
2779
+ "grad_norm": 297.25978639344856,
2780
+ "learning_rate": 1.4400886423528103e-08,
2781
+ "loss": 0.422,
2782
+ "step": 3960
2783
+ },
2784
+ {
2785
+ "epoch": 0.9336782690498588,
2786
+ "grad_norm": 67.23940820577212,
2787
+ "learning_rate": 1.3439018080834142e-08,
2788
+ "loss": 0.4835,
2789
+ "step": 3970
2790
+ },
2791
+ {
2792
+ "epoch": 0.9360301034807149,
2793
+ "grad_norm": 77.9763692203697,
2794
+ "learning_rate": 1.2509955086441758e-08,
2795
+ "loss": 0.4637,
2796
+ "step": 3980
2797
+ },
2798
+ {
2799
+ "epoch": 0.938381937911571,
2800
+ "grad_norm": 118.62750518663206,
2801
+ "learning_rate": 1.1613760080464385e-08,
2802
+ "loss": 0.44,
2803
+ "step": 3990
2804
+ },
2805
+ {
2806
+ "epoch": 0.940733772342427,
2807
+ "grad_norm": 34.90355156969723,
2808
+ "learning_rate": 1.0750493486960666e-08,
2809
+ "loss": 0.4278,
2810
+ "step": 4000
2811
+ },
2812
+ {
2813
+ "epoch": 0.9430856067732831,
2814
+ "grad_norm": 25.802830924781176,
2815
+ "learning_rate": 9.920213509860498e-09,
2816
+ "loss": 0.4353,
2817
+ "step": 4010
2818
+ },
2819
+ {
2820
+ "epoch": 0.9454374412041392,
2821
+ "grad_norm": 44.67589158879238,
2822
+ "learning_rate": 9.122976129040782e-09,
2823
+ "loss": 0.4026,
2824
+ "step": 4020
2825
+ },
2826
+ {
2827
+ "epoch": 0.9477892756349953,
2828
+ "grad_norm": 31.063785760081664,
2829
+ "learning_rate": 8.358835096550886e-09,
2830
+ "loss": 0.4056,
2831
+ "step": 4030
2832
+ },
2833
+ {
2834
+ "epoch": 0.9501411100658513,
2835
+ "grad_norm": 29.538919263142972,
2836
+ "learning_rate": 7.627841932988765e-09,
2837
+ "loss": 0.392,
2838
+ "step": 4040
2839
+ },
2840
+ {
2841
+ "epoch": 0.9524929444967074,
2842
+ "grad_norm": 48.153765650560715,
2843
+ "learning_rate": 6.9300459240271835e-09,
2844
+ "loss": 0.434,
2845
+ "step": 4050
2846
+ },
2847
+ {
2848
+ "epoch": 0.9548447789275635,
2849
+ "grad_norm": 97.9376546668311,
2850
+ "learning_rate": 6.265494117090764e-09,
2851
+ "loss": 0.4637,
2852
+ "step": 4060
2853
+ },
2854
+ {
2855
+ "epoch": 0.9571966133584195,
2856
+ "grad_norm": 46.369837122592855,
2857
+ "learning_rate": 5.634231318183913e-09,
2858
+ "loss": 0.4483,
2859
+ "step": 4070
2860
+ },
2861
+ {
2862
+ "epoch": 0.9595484477892756,
2863
+ "grad_norm": 34.112979889172955,
2864
+ "learning_rate": 5.036300088869794e-09,
2865
+ "loss": 0.3958,
2866
+ "step": 4080
2867
+ },
2868
+ {
2869
+ "epoch": 0.9619002822201317,
2870
+ "grad_norm": 67.68046313703896,
2871
+ "learning_rate": 4.471740743400843e-09,
2872
+ "loss": 0.3998,
2873
+ "step": 4090
2874
+ },
2875
+ {
2876
+ "epoch": 0.9642521166509878,
2877
+ "grad_norm": 64.94301439710068,
2878
+ "learning_rate": 3.94059134600061e-09,
2879
+ "loss": 0.5025,
2880
+ "step": 4100
2881
+ },
2882
+ {
2883
+ "epoch": 0.9666039510818438,
2884
+ "grad_norm": 72.14615132171306,
2885
+ "learning_rate": 3.4428877082972597e-09,
2886
+ "loss": 0.4421,
2887
+ "step": 4110
2888
+ },
2889
+ {
2890
+ "epoch": 0.9689557855126999,
2891
+ "grad_norm": 24.113378758695696,
2892
+ "learning_rate": 2.9786633869091083e-09,
2893
+ "loss": 0.4162,
2894
+ "step": 4120
2895
+ },
2896
+ {
2897
+ "epoch": 0.971307619943556,
2898
+ "grad_norm": 241.97699208841857,
2899
+ "learning_rate": 2.5479496811823264e-09,
2900
+ "loss": 0.4298,
2901
+ "step": 4130
2902
+ },
2903
+ {
2904
+ "epoch": 0.973659454374412,
2905
+ "grad_norm": 133.43074381257875,
2906
+ "learning_rate": 2.1507756310802926e-09,
2907
+ "loss": 0.4428,
2908
+ "step": 4140
2909
+ },
2910
+ {
2911
+ "epoch": 0.9760112888052681,
2912
+ "grad_norm": 26.108621458874143,
2913
+ "learning_rate": 1.7871680152258816e-09,
2914
+ "loss": 0.478,
2915
+ "step": 4150
2916
+ },
2917
+ {
2918
+ "epoch": 0.9783631232361242,
2919
+ "grad_norm": 48.05086153194788,
2920
+ "learning_rate": 1.4571513490960197e-09,
2921
+ "loss": 0.4364,
2922
+ "step": 4160
2923
+ },
2924
+ {
2925
+ "epoch": 0.9807149576669802,
2926
+ "grad_norm": 135.6321121517264,
2927
+ "learning_rate": 1.1607478833685624e-09,
2928
+ "loss": 0.4654,
2929
+ "step": 4170
2930
+ },
2931
+ {
2932
+ "epoch": 0.9830667920978363,
2933
+ "grad_norm": 43.352481280379564,
2934
+ "learning_rate": 8.97977602422162e-10,
2935
+ "loss": 0.4522,
2936
+ "step": 4180
2937
+ },
2938
+ {
2939
+ "epoch": 0.9854186265286924,
2940
+ "grad_norm": 400.18828509454596,
2941
+ "learning_rate": 6.688582229890106e-10,
2942
+ "loss": 0.4308,
2943
+ "step": 4190
2944
+ },
2945
+ {
2946
+ "epoch": 0.9877704609595485,
2947
+ "grad_norm": 118.9697384571146,
2948
+ "learning_rate": 4.734051929601857e-10,
2949
+ "loss": 0.4335,
2950
+ "step": 4200
2951
+ },
2952
+ {
2953
+ "epoch": 0.9901222953904045,
2954
+ "grad_norm": 620.0407392361634,
2955
+ "learning_rate": 3.116316903440941e-10,
2956
+ "loss": 0.4353,
2957
+ "step": 4210
2958
+ },
2959
+ {
2960
+ "epoch": 0.9924741298212606,
2961
+ "grad_norm": 93.82732661926246,
2962
+ "learning_rate": 1.8354862237812685e-10,
2963
+ "loss": 0.4672,
2964
+ "step": 4220
2965
+ },
2966
+ {
2967
+ "epoch": 0.9948259642521167,
2968
+ "grad_norm": 39.8947952442234,
2969
+ "learning_rate": 8.916462479297005e-11,
2970
+ "loss": 0.4519,
2971
+ "step": 4230
2972
+ },
2973
+ {
2974
+ "epoch": 0.9971777986829727,
2975
+ "grad_norm": 220.48761793592806,
2976
+ "learning_rate": 2.8486061230736934e-11,
2977
+ "loss": 0.4331,
2978
+ "step": 4240
2979
+ },
2980
+ {
2981
+ "epoch": 0.9995296331138288,
2982
+ "grad_norm": 32.77645356865427,
2983
+ "learning_rate": 1.5170228155891861e-12,
2984
+ "loss": 0.4223,
2985
+ "step": 4250
2986
+ }
2987
+ ],
2988
+ "logging_steps": 10,
2989
+ "max_steps": 4252,
2990
+ "num_input_tokens_seen": 0,
2991
+ "num_train_epochs": 1,
2992
+ "save_steps": 4000,
2993
+ "stateful_callbacks": {
2994
+ "TrainerControl": {
2995
+ "args": {
2996
+ "should_epoch_stop": false,
2997
+ "should_evaluate": false,
2998
+ "should_log": false,
2999
+ "should_save": true,
3000
+ "should_training_stop": true
3001
+ },
3002
+ "attributes": {}
3003
+ }
3004
+ },
3005
+ "total_flos": 4.149639304655667e+17,
3006
+ "train_batch_size": 1,
3007
+ "trial_name": null,
3008
+ "trial_params": null
3009
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a757353c01c2f283f2572e92f8623e708ef52bc6122d5574667b2788b47a5a5
3
+ size 8273
video_preprocessor_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "do_sample_frames": false,
12
+ "fps": null,
13
+ "image_mean": [
14
+ 0.48145466,
15
+ 0.4578275,
16
+ 0.40821073
17
+ ],
18
+ "image_std": [
19
+ 0.26862954,
20
+ 0.26130258,
21
+ 0.27577711
22
+ ],
23
+ "input_data_format": null,
24
+ "max_frames": 768,
25
+ "max_pixels": 12845056,
26
+ "merge_size": 2,
27
+ "min_frames": 4,
28
+ "min_pixels": 3136,
29
+ "num_frames": null,
30
+ "pad_size": null,
31
+ "patch_size": 14,
32
+ "processor_class": "Qwen2_5_VLProcessor",
33
+ "resample": 3,
34
+ "rescale_factor": 0.00392156862745098,
35
+ "return_metadata": false,
36
+ "size": {
37
+ "longest_edge": 12845056,
38
+ "shortest_edge": 3136
39
+ },
40
+ "temporal_patch_size": 2,
41
+ "video_metadata": null,
42
+ "video_processor_type": "Qwen2VLVideoProcessor"
43
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
zero_to_fp32.py ADDED
@@ -0,0 +1,760 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+
3
+ # Copyright (c) Microsoft Corporation.
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ # DeepSpeed Team
7
+
8
+ # This script extracts fp32 consolidated weights from a zero 1, 2 and 3 DeepSpeed checkpoints. It gets
9
+ # copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
10
+ # the future. Once extracted, the weights don't require DeepSpeed and can be used in any
11
+ # application.
12
+ #
13
+ # example:
14
+ # python zero_to_fp32.py . output_dir/
15
+ # or
16
+ # python zero_to_fp32.py . output_dir/ --safe_serialization
17
+
18
+ import argparse
19
+ import torch
20
+ import glob
21
+ import math
22
+ import os
23
+ import re
24
+ import gc
25
+ import json
26
+ import numpy as np
27
+ from tqdm import tqdm
28
+ from collections import OrderedDict
29
+ from dataclasses import dataclass
30
+
31
+ # while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
32
+ # DeepSpeed data structures it has to be available in the current python environment.
33
+ from deepspeed.utils import logger
34
+ from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
35
+ FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
36
+ FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
37
+
38
+
39
+ @dataclass
40
+ class zero_model_state:
41
+ buffers: dict()
42
+ param_shapes: dict()
43
+ shared_params: list
44
+ ds_version: int
45
+ frozen_param_shapes: dict()
46
+ frozen_param_fragments: dict()
47
+
48
+
49
+ debug = 0
50
+
51
+ # load to cpu
52
+ device = torch.device('cpu')
53
+
54
+
55
+ def atoi(text):
56
+ return int(text) if text.isdigit() else text
57
+
58
+
59
+ def natural_keys(text):
60
+ '''
61
+ alist.sort(key=natural_keys) sorts in human order
62
+ http://nedbatchelder.com/blog/200712/human_sorting.html
63
+ (See Toothy's implementation in the comments)
64
+ '''
65
+ return [atoi(c) for c in re.split(r'(\d+)', text)]
66
+
67
+
68
+ def get_model_state_file(checkpoint_dir, zero_stage):
69
+ if not os.path.isdir(checkpoint_dir):
70
+ raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
71
+
72
+ # there should be only one file
73
+ if zero_stage <= 2:
74
+ file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
75
+ elif zero_stage == 3:
76
+ file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
77
+
78
+ if not os.path.exists(file):
79
+ raise FileNotFoundError(f"can't find model states file at '{file}'")
80
+
81
+ return file
82
+
83
+
84
+ def get_checkpoint_files(checkpoint_dir, glob_pattern):
85
+ # XXX: need to test that this simple glob rule works for multi-node setup too
86
+ ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
87
+
88
+ if len(ckpt_files) == 0:
89
+ raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
90
+
91
+ return ckpt_files
92
+
93
+
94
+ def get_optim_files(checkpoint_dir):
95
+ return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
96
+
97
+
98
+ def get_model_state_files(checkpoint_dir):
99
+ return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
100
+
101
+
102
+ def parse_model_states(files):
103
+ zero_model_states = []
104
+ for file in files:
105
+ state_dict = torch.load(file, map_location=device, weights_only=False)
106
+
107
+ if BUFFER_NAMES not in state_dict:
108
+ raise ValueError(f"{file} is not a model state checkpoint")
109
+ buffer_names = state_dict[BUFFER_NAMES]
110
+ if debug:
111
+ print("Found buffers:", buffer_names)
112
+
113
+ # recover just the buffers while restoring them to fp32 if they were saved in fp16
114
+ buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
115
+ param_shapes = state_dict[PARAM_SHAPES]
116
+
117
+ # collect parameters that are included in param_shapes
118
+ param_names = []
119
+ for s in param_shapes:
120
+ for name in s.keys():
121
+ param_names.append(name)
122
+
123
+ # update with frozen parameters
124
+ frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
125
+ if frozen_param_shapes is not None:
126
+ if debug:
127
+ print(f"Found frozen_param_shapes: {frozen_param_shapes}")
128
+ param_names += list(frozen_param_shapes.keys())
129
+
130
+ # handle shared params
131
+ shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
132
+
133
+ ds_version = state_dict.get(DS_VERSION, None)
134
+
135
+ frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
136
+
137
+ z_model_state = zero_model_state(buffers=buffers,
138
+ param_shapes=param_shapes,
139
+ shared_params=shared_params,
140
+ ds_version=ds_version,
141
+ frozen_param_shapes=frozen_param_shapes,
142
+ frozen_param_fragments=frozen_param_fragments)
143
+ zero_model_states.append(z_model_state)
144
+
145
+ return zero_model_states
146
+
147
+
148
+ def parse_optim_states(files, ds_checkpoint_dir):
149
+ total_files = len(files)
150
+ state_dicts = []
151
+ for f in tqdm(files, desc='Loading checkpoint shards'):
152
+ state_dict = torch.load(f, map_location=device, mmap=True, weights_only=False)
153
+ # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
154
+ # and also handle the case where it was already removed by another helper script
155
+ state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
156
+ state_dicts.append(state_dict)
157
+
158
+ if not ZERO_STAGE in state_dicts[0][OPTIMIZER_STATE_DICT]:
159
+ raise ValueError(f"{files[0]} is not a zero checkpoint")
160
+ zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
161
+ world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
162
+
163
+ # For ZeRO-2 each param group can have different partition_count as data parallelism for expert
164
+ # parameters can be different from data parallelism for non-expert parameters. So we can just
165
+ # use the max of the partition_count to get the dp world_size.
166
+
167
+ if type(world_size) is list:
168
+ world_size = max(world_size)
169
+
170
+ if world_size != total_files:
171
+ raise ValueError(
172
+ f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
173
+ "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
174
+ )
175
+
176
+ # the groups are named differently in each stage
177
+ if zero_stage <= 2:
178
+ fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
179
+ elif zero_stage == 3:
180
+ fp32_groups_key = FP32_FLAT_GROUPS
181
+ else:
182
+ raise ValueError(f"unknown zero stage {zero_stage}")
183
+
184
+ fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
185
+ return zero_stage, world_size, fp32_flat_groups
186
+
187
+
188
+ def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
189
+ """
190
+ Returns fp32 state_dict reconstructed from ds checkpoint
191
+
192
+ Args:
193
+ - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
194
+
195
+ """
196
+ print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
197
+
198
+ optim_files = get_optim_files(ds_checkpoint_dir)
199
+ zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
200
+ print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
201
+
202
+ model_files = get_model_state_files(ds_checkpoint_dir)
203
+
204
+ zero_model_states = parse_model_states(model_files)
205
+ print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
206
+
207
+ if zero_stage <= 2:
208
+ return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
209
+ exclude_frozen_parameters)
210
+ elif zero_stage == 3:
211
+ return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
212
+ exclude_frozen_parameters)
213
+
214
+
215
+ def _zero2_merge_frozen_params(state_dict, zero_model_states):
216
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
217
+ return
218
+
219
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
220
+ frozen_param_fragments = zero_model_states[0].frozen_param_fragments
221
+
222
+ if debug:
223
+ num_elem = sum(s.numel() for s in frozen_param_shapes.values())
224
+ print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
225
+
226
+ wanted_params = len(frozen_param_shapes)
227
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
228
+ avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
229
+ print(f'Frozen params: Have {avail_numel} numels to process.')
230
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
231
+
232
+ total_params = 0
233
+ total_numel = 0
234
+ for name, shape in frozen_param_shapes.items():
235
+ total_params += 1
236
+ unpartitioned_numel = shape.numel()
237
+ total_numel += unpartitioned_numel
238
+
239
+ state_dict[name] = frozen_param_fragments[name]
240
+
241
+ if debug:
242
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
243
+
244
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
245
+
246
+
247
+ def _has_callable(obj, fn):
248
+ attr = getattr(obj, fn, None)
249
+ return callable(attr)
250
+
251
+
252
+ def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
253
+ param_shapes = zero_model_states[0].param_shapes
254
+
255
+ # Reconstruction protocol:
256
+ #
257
+ # XXX: document this
258
+
259
+ if debug:
260
+ for i in range(world_size):
261
+ for j in range(len(fp32_flat_groups[0])):
262
+ print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
263
+
264
+ # XXX: memory usage doubles here (zero2)
265
+ num_param_groups = len(fp32_flat_groups[0])
266
+ merged_single_partition_of_fp32_groups = []
267
+ for i in range(num_param_groups):
268
+ merged_partitions = [sd[i] for sd in fp32_flat_groups]
269
+ full_single_fp32_vector = torch.cat(merged_partitions, 0)
270
+ merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
271
+ avail_numel = sum(
272
+ [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
273
+
274
+ if debug:
275
+ wanted_params = sum([len(shapes) for shapes in param_shapes])
276
+ wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
277
+ # not asserting if there is a mismatch due to possible padding
278
+ print(f"Have {avail_numel} numels to process.")
279
+ print(f"Need {wanted_numel} numels in {wanted_params} params.")
280
+
281
+ # params
282
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
283
+ # out-of-core computing solution
284
+ total_numel = 0
285
+ total_params = 0
286
+ for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
287
+ offset = 0
288
+ avail_numel = full_single_fp32_vector.numel()
289
+ for name, shape in shapes.items():
290
+
291
+ unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
292
+ total_numel += unpartitioned_numel
293
+ total_params += 1
294
+
295
+ if debug:
296
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
297
+ state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
298
+ offset += unpartitioned_numel
299
+
300
+ # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
301
+ # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
302
+ # paddings performed in the code it's almost impossible to predict the exact numbers w/o the
303
+ # live optimizer object, so we are checking that the numbers are within the right range
304
+ align_to = 2 * world_size
305
+
306
+ def zero2_align(x):
307
+ return align_to * math.ceil(x / align_to)
308
+
309
+ if debug:
310
+ print(f"original offset={offset}, avail_numel={avail_numel}")
311
+
312
+ offset = zero2_align(offset)
313
+ avail_numel = zero2_align(avail_numel)
314
+
315
+ if debug:
316
+ print(f"aligned offset={offset}, avail_numel={avail_numel}")
317
+
318
+ # Sanity check
319
+ if offset != avail_numel:
320
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
321
+
322
+ print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
323
+
324
+
325
+ def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
326
+ exclude_frozen_parameters):
327
+ state_dict = OrderedDict()
328
+
329
+ # buffers
330
+ buffers = zero_model_states[0].buffers
331
+ state_dict.update(buffers)
332
+ if debug:
333
+ print(f"added {len(buffers)} buffers")
334
+
335
+ if not exclude_frozen_parameters:
336
+ _zero2_merge_frozen_params(state_dict, zero_model_states)
337
+
338
+ _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
339
+
340
+ # recover shared parameters
341
+ for pair in zero_model_states[0].shared_params:
342
+ if pair[1] in state_dict:
343
+ state_dict[pair[0]] = state_dict[pair[1]]
344
+
345
+ return state_dict
346
+
347
+
348
+ def zero3_partitioned_param_info(unpartitioned_numel, world_size):
349
+ remainder = unpartitioned_numel % world_size
350
+ padding_numel = (world_size - remainder) if remainder else 0
351
+ partitioned_numel = math.ceil(unpartitioned_numel / world_size)
352
+ return partitioned_numel, padding_numel
353
+
354
+
355
+ def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
356
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
357
+ return
358
+
359
+ if debug:
360
+ for i in range(world_size):
361
+ num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
362
+ print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
363
+
364
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
365
+ wanted_params = len(frozen_param_shapes)
366
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
367
+ avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
368
+ print(f'Frozen params: Have {avail_numel} numels to process.')
369
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
370
+
371
+ total_params = 0
372
+ total_numel = 0
373
+ for name, shape in zero_model_states[0].frozen_param_shapes.items():
374
+ total_params += 1
375
+ unpartitioned_numel = shape.numel()
376
+ total_numel += unpartitioned_numel
377
+
378
+ param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
379
+ state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
380
+
381
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
382
+
383
+ if debug:
384
+ print(
385
+ f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
386
+ )
387
+
388
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
389
+
390
+
391
+ class GatheredTensor:
392
+ """
393
+ A pseudo tensor that collects partitioned weights.
394
+ It is more memory efficient when there are multiple groups.
395
+ """
396
+
397
+ def __init__(self, flat_groups, flat_groups_offset, offset, partitioned_numel, shape):
398
+ self.flat_groups = flat_groups
399
+ self.flat_groups_offset = flat_groups_offset
400
+ self.offset = offset
401
+ self.partitioned_numel = partitioned_numel
402
+ self.shape = shape
403
+ self.dtype = self.flat_groups[0][0].dtype
404
+
405
+ def contiguous(self):
406
+ """
407
+ Merge partitioned weights from flat_groups into a single tensor.
408
+ """
409
+ end_idx = self.offset + self.partitioned_numel
410
+ world_size = len(self.flat_groups)
411
+ pad_flat_param_chunks = []
412
+
413
+ for rank_i in range(world_size):
414
+ # for each rank, we need to collect weights from related group/groups
415
+ flat_groups_at_rank_i = self.flat_groups[rank_i]
416
+ start_group_id = None
417
+ end_group_id = None
418
+ for group_id in range(len(self.flat_groups_offset)):
419
+ if self.flat_groups_offset[group_id] <= self.offset < self.flat_groups_offset[group_id + 1]:
420
+ start_group_id = group_id
421
+ if self.flat_groups_offset[group_id] < end_idx <= self.flat_groups_offset[group_id + 1]:
422
+ end_group_id = group_id
423
+ break
424
+ # collect weights from related group/groups
425
+ for group_id in range(start_group_id, end_group_id + 1):
426
+ flat_tensor = flat_groups_at_rank_i[group_id]
427
+ start_offset = self.offset - self.flat_groups_offset[group_id]
428
+ end_offset = min(end_idx, self.flat_groups_offset[group_id + 1]) - self.flat_groups_offset[group_id]
429
+ pad_flat_param_chunks.append(flat_tensor[start_offset:end_offset])
430
+
431
+ # collect weights from all ranks
432
+ pad_flat_param = torch.cat(pad_flat_param_chunks, dim=0)
433
+ param = pad_flat_param[:self.shape.numel()].view(self.shape).contiguous()
434
+ return param
435
+
436
+
437
+ def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
438
+ param_shapes = zero_model_states[0].param_shapes
439
+ avail_numel = sum([flat_group.numel() for flat_group in fp32_flat_groups[0]]) * world_size
440
+
441
+ # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
442
+ # param, re-consolidating each param, while dealing with padding if any
443
+
444
+ # merge list of dicts, preserving order
445
+ param_shapes = {k: v for d in param_shapes for k, v in d.items()}
446
+
447
+ if debug:
448
+ for i in range(world_size):
449
+ print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
450
+
451
+ wanted_params = len(param_shapes)
452
+ wanted_numel = sum(shape.numel() for shape in param_shapes.values())
453
+ # not asserting if there is a mismatch due to possible padding
454
+ avail_numel = fp32_flat_groups[0].numel() * world_size
455
+ print(f"Trainable params: Have {avail_numel} numels to process.")
456
+ print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
457
+
458
+ # params
459
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
460
+ # out-of-core computing solution
461
+ offset = 0
462
+ total_numel = 0
463
+ total_params = 0
464
+ flat_groups_offset = [0] + list(np.cumsum([flat_tensor.numel() for flat_tensor in fp32_flat_groups[0]]))
465
+ for name, shape in tqdm(param_shapes.items(), desc='Gathering sharded weights'):
466
+ unpartitioned_numel = shape.numel()
467
+ total_numel += unpartitioned_numel
468
+ total_params += 1
469
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
470
+
471
+ if debug:
472
+ print(
473
+ f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
474
+ )
475
+
476
+ # memory efficient tensor
477
+ tensor = GatheredTensor(fp32_flat_groups, flat_groups_offset, offset, partitioned_numel, shape)
478
+ state_dict[name] = tensor
479
+ offset += partitioned_numel
480
+
481
+ offset *= world_size
482
+
483
+ # Sanity check
484
+ if offset != avail_numel:
485
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
486
+
487
+ print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
488
+
489
+
490
+ def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
491
+ exclude_frozen_parameters):
492
+ state_dict = OrderedDict()
493
+
494
+ # buffers
495
+ buffers = zero_model_states[0].buffers
496
+ state_dict.update(buffers)
497
+ if debug:
498
+ print(f"added {len(buffers)} buffers")
499
+
500
+ if not exclude_frozen_parameters:
501
+ _zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
502
+
503
+ _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
504
+
505
+ # recover shared parameters
506
+ for pair in zero_model_states[0].shared_params:
507
+ if pair[1] in state_dict:
508
+ state_dict[pair[0]] = state_dict[pair[1]]
509
+
510
+ return state_dict
511
+
512
+
513
+ def to_torch_tensor(state_dict, return_empty_tensor=False):
514
+ """
515
+ Convert state_dict of GatheredTensor to torch tensor
516
+ """
517
+ torch_state_dict = {}
518
+ converted_tensors = {}
519
+ for name, tensor in state_dict.items():
520
+ tensor_id = id(tensor)
521
+ if tensor_id in converted_tensors: # shared tensors
522
+ shared_tensor = torch_state_dict[converted_tensors[tensor_id]]
523
+ torch_state_dict[name] = shared_tensor
524
+ else:
525
+ converted_tensors[tensor_id] = name
526
+ if return_empty_tensor:
527
+ torch_state_dict[name] = torch.empty(tensor.shape, dtype=tensor.dtype)
528
+ else:
529
+ torch_state_dict[name] = tensor.contiguous()
530
+ return torch_state_dict
531
+
532
+
533
+ def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir,
534
+ tag=None,
535
+ exclude_frozen_parameters=False,
536
+ lazy_mode=False):
537
+ """
538
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
539
+ ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
540
+ via a model hub.
541
+
542
+ Args:
543
+ - ``checkpoint_dir``: path to the desired checkpoint folder
544
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
545
+ - ``exclude_frozen_parameters``: exclude frozen parameters
546
+ - ``lazy_mode``: get state_dict in lazy mode. It returns a dict of pesduo tensor instead of torch tensor, which is more memory efficient.
547
+ Convert the pesduo tensor to torch tensor by ``.contiguous()``
548
+
549
+ Returns:
550
+ - pytorch ``state_dict``
551
+
552
+ A typical usage might be ::
553
+
554
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
555
+ # do the training and checkpoint saving
556
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
557
+ model = model.cpu() # move to cpu
558
+ model.load_state_dict(state_dict)
559
+ # submit to model hub or save the model to share with others
560
+
561
+ In this example the ``model`` will no longer be usable in the deepspeed context of the same
562
+ application. i.e. you will need to re-initialize the deepspeed engine, since
563
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
564
+
565
+ If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
566
+
567
+ Note: the above usage may not work if your application doesn't have sufficient free CPU memory.
568
+ You may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
569
+ the checkpoint. Or you can load state_dict in lazy mode ::
570
+
571
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
572
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, lazy_mode=True) # not on cpu
573
+ for name, lazy_tensor in state_dict.item():
574
+ tensor = lazy_tensor.contiguous() # to cpu
575
+ print(name, tensor)
576
+ # del tensor to release memory if it no longer in use
577
+ """
578
+ if tag is None:
579
+ latest_path = os.path.join(checkpoint_dir, 'latest')
580
+ if os.path.isfile(latest_path):
581
+ with open(latest_path, 'r') as fd:
582
+ tag = fd.read().strip()
583
+ else:
584
+ raise ValueError(f"Unable to find 'latest' file at {latest_path}")
585
+
586
+ ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
587
+
588
+ if not os.path.isdir(ds_checkpoint_dir):
589
+ raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
590
+
591
+ state_dict = _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
592
+ if lazy_mode:
593
+ return state_dict
594
+ else:
595
+ return to_torch_tensor(state_dict)
596
+
597
+
598
+ def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir,
599
+ output_dir,
600
+ max_shard_size="5GB",
601
+ safe_serialization=False,
602
+ tag=None,
603
+ exclude_frozen_parameters=False):
604
+ """
605
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
606
+ loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
607
+
608
+ Args:
609
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
610
+ - ``output_dir``: directory to the pytorch fp32 state_dict output files
611
+ - ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB
612
+ - ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).
613
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
614
+ - ``exclude_frozen_parameters``: exclude frozen parameters
615
+ """
616
+
617
+ # Dependency pre-check
618
+ if safe_serialization:
619
+ try:
620
+ from safetensors.torch import save_file
621
+ except ImportError:
622
+ print('If you want to use `safe_serialization`, please `pip install safetensors`')
623
+ raise
624
+ if max_shard_size is not None:
625
+ try:
626
+ from huggingface_hub import split_torch_state_dict_into_shards
627
+ except ImportError:
628
+ print('If you want to use `max_shard_size`, please `pip install huggingface_hub`')
629
+ raise
630
+
631
+ # Convert zero checkpoint to state_dict
632
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir,
633
+ tag,
634
+ exclude_frozen_parameters,
635
+ lazy_mode=True)
636
+
637
+ # Shard the model if it is too big.
638
+ weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin"
639
+ if max_shard_size is not None:
640
+ filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors")
641
+ # an memory-efficient approach for sharding
642
+ empty_state_dict = to_torch_tensor(state_dict, return_empty_tensor=True)
643
+ state_dict_split = split_torch_state_dict_into_shards(empty_state_dict,
644
+ filename_pattern=filename_pattern,
645
+ max_shard_size=max_shard_size)
646
+ else:
647
+ from collections import namedtuple
648
+ StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"])
649
+ state_dict_split = StateDictSplit(is_sharded=False,
650
+ filename_to_tensors={weights_name: list(state_dict.keys())})
651
+
652
+ # Save the model by shard
653
+ os.makedirs(output_dir, exist_ok=True)
654
+ filename_to_tensors = state_dict_split.filename_to_tensors.items()
655
+ for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"):
656
+ shard_state_dict = {tensor_name: state_dict[tensor_name] for tensor_name in tensors}
657
+ shard_state_dict = to_torch_tensor(shard_state_dict)
658
+ output_path = os.path.join(output_dir, shard_file)
659
+ if safe_serialization:
660
+ save_file(shard_state_dict, output_path, metadata={"format": "pt"})
661
+ else:
662
+ torch.save(shard_state_dict, output_path)
663
+ # release the memory of current shard
664
+ for tensor_name in list(shard_state_dict.keys()):
665
+ del state_dict[tensor_name]
666
+ del shard_state_dict[tensor_name]
667
+ del shard_state_dict
668
+ gc.collect()
669
+
670
+ # Save index if sharded
671
+ if state_dict_split.is_sharded:
672
+ index = {
673
+ "metadata": state_dict_split.metadata,
674
+ "weight_map": state_dict_split.tensor_to_filename,
675
+ }
676
+ save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json"
677
+ save_index_file = os.path.join(output_dir, save_index_file)
678
+ with open(save_index_file, "w", encoding="utf-8") as f:
679
+ content = json.dumps(index, indent=2, sort_keys=True) + "\n"
680
+ f.write(content)
681
+
682
+
683
+ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
684
+ """
685
+ 1. Put the provided model to cpu
686
+ 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
687
+ 3. Load it into the provided model
688
+
689
+ Args:
690
+ - ``model``: the model object to update
691
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
692
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
693
+
694
+ Returns:
695
+ - ``model`: modified model
696
+
697
+ Make sure you have plenty of CPU memory available before you call this function. If you don't
698
+ have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
699
+ conveniently placed for you in the checkpoint folder.
700
+
701
+ A typical usage might be ::
702
+
703
+ from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
704
+ model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
705
+ # submit to model hub or save the model to share with others
706
+
707
+ Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
708
+ of the same application. i.e. you will need to re-initialize the deepspeed engine, since
709
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
710
+
711
+ """
712
+ logger.info(f"Extracting fp32 weights")
713
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
714
+
715
+ logger.info(f"Overwriting model with fp32 weights")
716
+ model = model.cpu()
717
+ model.load_state_dict(state_dict, strict=False)
718
+
719
+ return model
720
+
721
+
722
+ if __name__ == "__main__":
723
+ parser = argparse.ArgumentParser()
724
+ parser.add_argument("checkpoint_dir",
725
+ type=str,
726
+ help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
727
+ parser.add_argument("output_dir",
728
+ type=str,
729
+ help="directory to the pytorch fp32 state_dict output files"
730
+ "(e.g. path/checkpoint-12-output/)")
731
+ parser.add_argument(
732
+ "--max_shard_size",
733
+ type=str,
734
+ default="5GB",
735
+ help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size"
736
+ "lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`"
737
+ "We default it to 5GB in order for models to be able to run easily on free-tier google colab instances"
738
+ "without CPU OOM issues.")
739
+ parser.add_argument(
740
+ "--safe_serialization",
741
+ default=False,
742
+ action='store_true',
743
+ help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).")
744
+ parser.add_argument("-t",
745
+ "--tag",
746
+ type=str,
747
+ default=None,
748
+ help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
749
+ parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
750
+ parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
751
+ args = parser.parse_args()
752
+
753
+ debug = args.debug
754
+
755
+ convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
756
+ args.output_dir,
757
+ max_shard_size=args.max_shard_size,
758
+ safe_serialization=args.safe_serialization,
759
+ tag=args.tag,
760
+ exclude_frozen_parameters=args.exclude_frozen_parameters)