npurson commited on
Commit
18aaed9
·
verified ·
1 Parent(s): 7f25880

Upload folder using huggingface_hub

Browse files
spa3_vlm/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
+ }
spa3_vlm/chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{% 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\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% 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|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
3
+ }
spa3_vlm/config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SPA3_VLMForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151645,
8
+ "feature_fusion_method": "add",
9
+ "fusion_num_layers": 1,
10
+ "geometry_encoder_type": "spa3r",
11
+ "geometry_merger_type": "mlp",
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2048,
14
+ "image_token_id": 151655,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 11008,
17
+ "max_position_embeddings": 128000,
18
+ "max_window_layers": 70,
19
+ "model_type": "qwen2_5_vl",
20
+ "num_attention_heads": 16,
21
+ "num_hidden_layers": 36,
22
+ "num_key_value_heads": 2,
23
+ "reference_frame": "first",
24
+ "rms_norm_eps": 1e-06,
25
+ "rope_scaling": {
26
+ "mrope_section": [
27
+ 16,
28
+ 24,
29
+ 24
30
+ ],
31
+ "rope_type": "default",
32
+ "type": "default"
33
+ },
34
+ "rope_theta": 1000000.0,
35
+ "sliding_window": 32768,
36
+ "tie_word_embeddings": true,
37
+ "torch_dtype": "bfloat16",
38
+ "transformers_version": "4.50.0",
39
+ "use_cache": true,
40
+ "use_geometry_encoder": true,
41
+ "use_sliding_window": false,
42
+ "video_token_id": 151656,
43
+ "vision_config": {
44
+ "depth": 32,
45
+ "fullatt_block_indexes": [
46
+ 7,
47
+ 15,
48
+ 23,
49
+ 31
50
+ ],
51
+ "hidden_act": "silu",
52
+ "hidden_size": 1280,
53
+ "in_channels": 3,
54
+ "in_chans": 3,
55
+ "intermediate_size": 3420,
56
+ "model_type": "qwen2_5_vl",
57
+ "num_heads": 16,
58
+ "out_hidden_size": 2048,
59
+ "patch_size": 14,
60
+ "spatial_merge_size": 2,
61
+ "spatial_patch_size": 14,
62
+ "temporal_patch_size": 2,
63
+ "tokens_per_second": 2,
64
+ "torch_dtype": "bfloat16",
65
+ "window_size": 112
66
+ },
67
+ "vision_end_token_id": 151653,
68
+ "vision_start_token_id": 151652,
69
+ "vision_token_id": 151654,
70
+ "vocab_size": 151936
71
+ }
spa3_vlm/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 1e-06,
11
+ "transformers_version": "4.50.0"
12
+ }
spa3_vlm/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
spa3_vlm/model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906f0fe47a9b5d64136ef20c5040f074e1cfaf91ab13fabd15a1b9832c8c741a
3
+ size 4997750760
spa3_vlm/model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba0ceb83af36b1684ed11e139e4e8e4faeebe542f2acd04d3322f7070767261e
3
+ size 4999471242
spa3_vlm/model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1bd1a8ff22e7a378dee8c0db855aecd0835830b86c5f20ddb1d1471db531487
3
+ size 1386799840
spa3_vlm/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
spa3_vlm/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.48145466,
8
+ 0.4578275,
9
+ 0.40821073
10
+ ],
11
+ "image_processor_type": "Qwen2VLImageProcessor",
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "max_pixels": 451584,
18
+ "merge_size": 2,
19
+ "min_pixels": 12544,
20
+ "patch_size": 14,
21
+ "processor_class": "Qwen2_5_VLProcessor",
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "longest_edge": 451584,
26
+ "shortest_edge": 12544
27
+ },
28
+ "temporal_patch_size": 2
29
+ }
spa3_vlm/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
+ }
spa3_vlm/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
+ "chat_template": "{% 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\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% 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|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 16384,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
spa3_vlm/trainer_state.json ADDED
@@ -0,0 +1,1331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9999729122084676,
6
+ "eval_steps": 500,
7
+ "global_step": 9229,
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.005417558306471273,
14
+ "grad_norm": 7.781421661376953,
15
+ "learning_rate": 1.805054151624549e-06,
16
+ "loss": 0.7515,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.010835116612942546,
21
+ "grad_norm": 7.788329124450684,
22
+ "learning_rate": 3.610108303249098e-06,
23
+ "loss": 0.5659,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.01625267491941382,
28
+ "grad_norm": 6.9556708335876465,
29
+ "learning_rate": 5.415162454873647e-06,
30
+ "loss": 0.5196,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.021670233225885092,
35
+ "grad_norm": 6.938107967376709,
36
+ "learning_rate": 7.220216606498196e-06,
37
+ "loss": 0.4934,
38
+ "step": 200
39
+ },
40
+ {
41
+ "epoch": 0.027087791532356367,
42
+ "grad_norm": 4.235167503356934,
43
+ "learning_rate": 9.025270758122744e-06,
44
+ "loss": 0.4951,
45
+ "step": 250
46
+ },
47
+ {
48
+ "epoch": 0.03250534983882764,
49
+ "grad_norm": 5.155239105224609,
50
+ "learning_rate": 9.999837125565374e-06,
51
+ "loss": 0.4739,
52
+ "step": 300
53
+ },
54
+ {
55
+ "epoch": 0.03792290814529892,
56
+ "grad_norm": 5.2537946701049805,
57
+ "learning_rate": 9.99835932872431e-06,
58
+ "loss": 0.4799,
59
+ "step": 350
60
+ },
61
+ {
62
+ "epoch": 0.043340466451770185,
63
+ "grad_norm": 5.433236598968506,
64
+ "learning_rate": 9.995342612258154e-06,
65
+ "loss": 0.4695,
66
+ "step": 400
67
+ },
68
+ {
69
+ "epoch": 0.04875802475824146,
70
+ "grad_norm": 7.882500171661377,
71
+ "learning_rate": 9.990787904968514e-06,
72
+ "loss": 0.4731,
73
+ "step": 450
74
+ },
75
+ {
76
+ "epoch": 0.054175583064712735,
77
+ "grad_norm": 4.700081825256348,
78
+ "learning_rate": 9.984696609181225e-06,
79
+ "loss": 0.4741,
80
+ "step": 500
81
+ },
82
+ {
83
+ "epoch": 0.05959314137118401,
84
+ "grad_norm": 4.382456302642822,
85
+ "learning_rate": 9.977070600314606e-06,
86
+ "loss": 0.4751,
87
+ "step": 550
88
+ },
89
+ {
90
+ "epoch": 0.06501069967765528,
91
+ "grad_norm": 5.6364426612854,
92
+ "learning_rate": 9.967912226302032e-06,
93
+ "loss": 0.4524,
94
+ "step": 600
95
+ },
96
+ {
97
+ "epoch": 0.07042825798412655,
98
+ "grad_norm": 3.0505552291870117,
99
+ "learning_rate": 9.957224306869053e-06,
100
+ "loss": 0.4493,
101
+ "step": 650
102
+ },
103
+ {
104
+ "epoch": 0.07584581629059783,
105
+ "grad_norm": 7.565575122833252,
106
+ "learning_rate": 9.945010132665239e-06,
107
+ "loss": 0.4549,
108
+ "step": 700
109
+ },
110
+ {
111
+ "epoch": 0.0812633745970691,
112
+ "grad_norm": 3.4038021564483643,
113
+ "learning_rate": 9.93127346425103e-06,
114
+ "loss": 0.4487,
115
+ "step": 750
116
+ },
117
+ {
118
+ "epoch": 0.08668093290354037,
119
+ "grad_norm": 3.1840455532073975,
120
+ "learning_rate": 9.916018530939939e-06,
121
+ "loss": 0.4416,
122
+ "step": 800
123
+ },
124
+ {
125
+ "epoch": 0.09209849121001165,
126
+ "grad_norm": 4.019189357757568,
127
+ "learning_rate": 9.89925002949638e-06,
128
+ "loss": 0.4562,
129
+ "step": 850
130
+ },
131
+ {
132
+ "epoch": 0.09751604951648292,
133
+ "grad_norm": 3.7514753341674805,
134
+ "learning_rate": 9.880973122689623e-06,
135
+ "loss": 0.4524,
136
+ "step": 900
137
+ },
138
+ {
139
+ "epoch": 0.1029336078229542,
140
+ "grad_norm": 4.089905738830566,
141
+ "learning_rate": 9.861193437704259e-06,
142
+ "loss": 0.429,
143
+ "step": 950
144
+ },
145
+ {
146
+ "epoch": 0.10835116612942547,
147
+ "grad_norm": 3.3279268741607666,
148
+ "learning_rate": 9.839917064407662e-06,
149
+ "loss": 0.4354,
150
+ "step": 1000
151
+ },
152
+ {
153
+ "epoch": 0.11376872443589674,
154
+ "grad_norm": 3.866124391555786,
155
+ "learning_rate": 9.817150553475016e-06,
156
+ "loss": 0.4403,
157
+ "step": 1050
158
+ },
159
+ {
160
+ "epoch": 0.11918628274236802,
161
+ "grad_norm": 5.939216136932373,
162
+ "learning_rate": 9.792900914372459e-06,
163
+ "loss": 0.4425,
164
+ "step": 1100
165
+ },
166
+ {
167
+ "epoch": 0.12460384104883929,
168
+ "grad_norm": 6.584618091583252,
169
+ "learning_rate": 9.767175613198979e-06,
170
+ "loss": 0.4396,
171
+ "step": 1150
172
+ },
173
+ {
174
+ "epoch": 0.13002139935531057,
175
+ "grad_norm": 3.3282132148742676,
176
+ "learning_rate": 9.739982570387706e-06,
177
+ "loss": 0.4353,
178
+ "step": 1200
179
+ },
180
+ {
181
+ "epoch": 0.13543895766178182,
182
+ "grad_norm": 2.8459200859069824,
183
+ "learning_rate": 9.71133015826734e-06,
184
+ "loss": 0.4222,
185
+ "step": 1250
186
+ },
187
+ {
188
+ "epoch": 0.1408565159682531,
189
+ "grad_norm": 2.846902370452881,
190
+ "learning_rate": 9.681227198484431e-06,
191
+ "loss": 0.4303,
192
+ "step": 1300
193
+ },
194
+ {
195
+ "epoch": 0.14627407427472439,
196
+ "grad_norm": 5.5621418952941895,
197
+ "learning_rate": 9.649682959287321e-06,
198
+ "loss": 0.4412,
199
+ "step": 1350
200
+ },
201
+ {
202
+ "epoch": 0.15169163258119567,
203
+ "grad_norm": 3.3358514308929443,
204
+ "learning_rate": 9.616707152672603e-06,
205
+ "loss": 0.4292,
206
+ "step": 1400
207
+ },
208
+ {
209
+ "epoch": 0.15710919088766692,
210
+ "grad_norm": 3.2699906826019287,
211
+ "learning_rate": 9.582309931394934e-06,
212
+ "loss": 0.4154,
213
+ "step": 1450
214
+ },
215
+ {
216
+ "epoch": 0.1625267491941382,
217
+ "grad_norm": 4.3978962898254395,
218
+ "learning_rate": 9.546501885841158e-06,
219
+ "loss": 0.4144,
220
+ "step": 1500
221
+ },
222
+ {
223
+ "epoch": 0.16794430750060949,
224
+ "grad_norm": 3.8703715801239014,
225
+ "learning_rate": 9.50929404076968e-06,
226
+ "loss": 0.4262,
227
+ "step": 1550
228
+ },
229
+ {
230
+ "epoch": 0.17336186580708074,
231
+ "grad_norm": 3.6931490898132324,
232
+ "learning_rate": 9.47069785191612e-06,
233
+ "loss": 0.4126,
234
+ "step": 1600
235
+ },
236
+ {
237
+ "epoch": 0.17877942411355202,
238
+ "grad_norm": 4.529512882232666,
239
+ "learning_rate": 9.430725202466256e-06,
240
+ "loss": 0.4037,
241
+ "step": 1650
242
+ },
243
+ {
244
+ "epoch": 0.1841969824200233,
245
+ "grad_norm": 3.3340742588043213,
246
+ "learning_rate": 9.389388399397365e-06,
247
+ "loss": 0.418,
248
+ "step": 1700
249
+ },
250
+ {
251
+ "epoch": 0.18961454072649456,
252
+ "grad_norm": 2.689044952392578,
253
+ "learning_rate": 9.346700169689107e-06,
254
+ "loss": 0.4047,
255
+ "step": 1750
256
+ },
257
+ {
258
+ "epoch": 0.19503209903296584,
259
+ "grad_norm": 3.985704183578491,
260
+ "learning_rate": 9.302673656405056e-06,
261
+ "loss": 0.4229,
262
+ "step": 1800
263
+ },
264
+ {
265
+ "epoch": 0.20044965733943712,
266
+ "grad_norm": 3.384211540222168,
267
+ "learning_rate": 9.257322414646177e-06,
268
+ "loss": 0.4166,
269
+ "step": 1850
270
+ },
271
+ {
272
+ "epoch": 0.2058672156459084,
273
+ "grad_norm": 2.8771655559539795,
274
+ "learning_rate": 9.210660407377383e-06,
275
+ "loss": 0.4097,
276
+ "step": 1900
277
+ },
278
+ {
279
+ "epoch": 0.21128477395237966,
280
+ "grad_norm": 4.303565502166748,
281
+ "learning_rate": 9.162702001128573e-06,
282
+ "loss": 0.3976,
283
+ "step": 1950
284
+ },
285
+ {
286
+ "epoch": 0.21670233225885094,
287
+ "grad_norm": 3.7666449546813965,
288
+ "learning_rate": 9.113461961571385e-06,
289
+ "loss": 0.4019,
290
+ "step": 2000
291
+ },
292
+ {
293
+ "epoch": 0.22211989056532222,
294
+ "grad_norm": 6.130232810974121,
295
+ "learning_rate": 9.062955448973063e-06,
296
+ "loss": 0.4046,
297
+ "step": 2050
298
+ },
299
+ {
300
+ "epoch": 0.22753744887179347,
301
+ "grad_norm": 3.652613878250122,
302
+ "learning_rate": 9.011198013528845e-06,
303
+ "loss": 0.3948,
304
+ "step": 2100
305
+ },
306
+ {
307
+ "epoch": 0.23295500717826476,
308
+ "grad_norm": 4.481716632843018,
309
+ "learning_rate": 8.958205590574289e-06,
310
+ "loss": 0.3966,
311
+ "step": 2150
312
+ },
313
+ {
314
+ "epoch": 0.23837256548473604,
315
+ "grad_norm": 4.057042598724365,
316
+ "learning_rate": 8.903994495679029e-06,
317
+ "loss": 0.3934,
318
+ "step": 2200
319
+ },
320
+ {
321
+ "epoch": 0.2437901237912073,
322
+ "grad_norm": 3.507650852203369,
323
+ "learning_rate": 8.848581419623446e-06,
324
+ "loss": 0.3931,
325
+ "step": 2250
326
+ },
327
+ {
328
+ "epoch": 0.24920768209767857,
329
+ "grad_norm": 3.1253199577331543,
330
+ "learning_rate": 8.791983423259836e-06,
331
+ "loss": 0.3922,
332
+ "step": 2300
333
+ },
334
+ {
335
+ "epoch": 0.25462524040414986,
336
+ "grad_norm": 3.4113478660583496,
337
+ "learning_rate": 8.734217932259627e-06,
338
+ "loss": 0.3983,
339
+ "step": 2350
340
+ },
341
+ {
342
+ "epoch": 0.26004279871062114,
343
+ "grad_norm": 4.213040828704834,
344
+ "learning_rate": 8.67530273174828e-06,
345
+ "loss": 0.3909,
346
+ "step": 2400
347
+ },
348
+ {
349
+ "epoch": 0.2654603570170924,
350
+ "grad_norm": 2.6129212379455566,
351
+ "learning_rate": 8.615255960829514e-06,
352
+ "loss": 0.3879,
353
+ "step": 2450
354
+ },
355
+ {
356
+ "epoch": 0.27087791532356364,
357
+ "grad_norm": 3.5744173526763916,
358
+ "learning_rate": 8.554096107000545e-06,
359
+ "loss": 0.3911,
360
+ "step": 2500
361
+ },
362
+ {
363
+ "epoch": 0.2762954736300349,
364
+ "grad_norm": 2.9202399253845215,
365
+ "learning_rate": 8.491842000460072e-06,
366
+ "loss": 0.3786,
367
+ "step": 2550
368
+ },
369
+ {
370
+ "epoch": 0.2817130319365062,
371
+ "grad_norm": 2.073516845703125,
372
+ "learning_rate": 8.428512808310738e-06,
373
+ "loss": 0.3852,
374
+ "step": 2600
375
+ },
376
+ {
377
+ "epoch": 0.2871305902429775,
378
+ "grad_norm": 2.9791362285614014,
379
+ "learning_rate": 8.364128028657869e-06,
380
+ "loss": 0.3858,
381
+ "step": 2650
382
+ },
383
+ {
384
+ "epoch": 0.29254814854944877,
385
+ "grad_norm": 3.5832362174987793,
386
+ "learning_rate": 8.298707484606294e-06,
387
+ "loss": 0.3902,
388
+ "step": 2700
389
+ },
390
+ {
391
+ "epoch": 0.29796570685592005,
392
+ "grad_norm": 3.3187594413757324,
393
+ "learning_rate": 8.232271318157122e-06,
394
+ "loss": 0.3912,
395
+ "step": 2750
396
+ },
397
+ {
398
+ "epoch": 0.30338326516239134,
399
+ "grad_norm": 3.5363144874572754,
400
+ "learning_rate": 8.164839984006312e-06,
401
+ "loss": 0.3815,
402
+ "step": 2800
403
+ },
404
+ {
405
+ "epoch": 0.30880082346886256,
406
+ "grad_norm": 2.7027199268341064,
407
+ "learning_rate": 8.09643424324698e-06,
408
+ "loss": 0.3766,
409
+ "step": 2850
410
+ },
411
+ {
412
+ "epoch": 0.31421838177533384,
413
+ "grad_norm": 2.912078380584717,
414
+ "learning_rate": 8.027075156977384e-06,
415
+ "loss": 0.3673,
416
+ "step": 2900
417
+ },
418
+ {
419
+ "epoch": 0.3196359400818051,
420
+ "grad_norm": 2.636035919189453,
421
+ "learning_rate": 7.95678407981651e-06,
422
+ "loss": 0.3765,
423
+ "step": 2950
424
+ },
425
+ {
426
+ "epoch": 0.3250534983882764,
427
+ "grad_norm": 5.268231391906738,
428
+ "learning_rate": 7.885582653329323e-06,
429
+ "loss": 0.3747,
430
+ "step": 3000
431
+ },
432
+ {
433
+ "epoch": 0.3304710566947477,
434
+ "grad_norm": 3.0212998390197754,
435
+ "learning_rate": 7.813492799363638e-06,
436
+ "loss": 0.3744,
437
+ "step": 3050
438
+ },
439
+ {
440
+ "epoch": 0.33588861500121897,
441
+ "grad_norm": 3.505629777908325,
442
+ "learning_rate": 7.740536713300731e-06,
443
+ "loss": 0.386,
444
+ "step": 3100
445
+ },
446
+ {
447
+ "epoch": 0.3413061733076902,
448
+ "grad_norm": 3.1320040225982666,
449
+ "learning_rate": 7.666736857221702e-06,
450
+ "loss": 0.3696,
451
+ "step": 3150
452
+ },
453
+ {
454
+ "epoch": 0.3467237316141615,
455
+ "grad_norm": 4.146528244018555,
456
+ "learning_rate": 7.592115952991741e-06,
457
+ "loss": 0.3629,
458
+ "step": 3200
459
+ },
460
+ {
461
+ "epoch": 0.35214128992063276,
462
+ "grad_norm": 4.457525253295898,
463
+ "learning_rate": 7.516696975264415e-06,
464
+ "loss": 0.3639,
465
+ "step": 3250
466
+ },
467
+ {
468
+ "epoch": 0.35755884822710404,
469
+ "grad_norm": 3.180326461791992,
470
+ "learning_rate": 7.440503144408105e-06,
471
+ "loss": 0.3587,
472
+ "step": 3300
473
+ },
474
+ {
475
+ "epoch": 0.3629764065335753,
476
+ "grad_norm": 3.1236040592193604,
477
+ "learning_rate": 7.3635579193568165e-06,
478
+ "loss": 0.3602,
479
+ "step": 3350
480
+ },
481
+ {
482
+ "epoch": 0.3683939648400466,
483
+ "grad_norm": 2.8138082027435303,
484
+ "learning_rate": 7.285884990387516e-06,
485
+ "loss": 0.3687,
486
+ "step": 3400
487
+ },
488
+ {
489
+ "epoch": 0.3738115231465179,
490
+ "grad_norm": 2.3730499744415283,
491
+ "learning_rate": 7.20750827182626e-06,
492
+ "loss": 0.3528,
493
+ "step": 3450
494
+ },
495
+ {
496
+ "epoch": 0.3792290814529891,
497
+ "grad_norm": 3.144355535507202,
498
+ "learning_rate": 7.128451894685329e-06,
499
+ "loss": 0.3553,
500
+ "step": 3500
501
+ },
502
+ {
503
+ "epoch": 0.3846466397594604,
504
+ "grad_norm": 3.7990708351135254,
505
+ "learning_rate": 7.048740199233655e-06,
506
+ "loss": 0.3593,
507
+ "step": 3550
508
+ },
509
+ {
510
+ "epoch": 0.3900641980659317,
511
+ "grad_norm": 3.613049030303955,
512
+ "learning_rate": 6.968397727502812e-06,
513
+ "loss": 0.3574,
514
+ "step": 3600
515
+ },
516
+ {
517
+ "epoch": 0.39548175637240296,
518
+ "grad_norm": 2.9559617042541504,
519
+ "learning_rate": 6.8874492157309045e-06,
520
+ "loss": 0.3485,
521
+ "step": 3650
522
+ },
523
+ {
524
+ "epoch": 0.40089931467887424,
525
+ "grad_norm": 4.09456205368042,
526
+ "learning_rate": 6.8059195867466435e-06,
527
+ "loss": 0.355,
528
+ "step": 3700
529
+ },
530
+ {
531
+ "epoch": 0.4063168729853455,
532
+ "grad_norm": 3.0889694690704346,
533
+ "learning_rate": 6.723833942295983e-06,
534
+ "loss": 0.3527,
535
+ "step": 3750
536
+ },
537
+ {
538
+ "epoch": 0.4117344312918168,
539
+ "grad_norm": 4.265697479248047,
540
+ "learning_rate": 6.64121755531368e-06,
541
+ "loss": 0.3562,
542
+ "step": 3800
543
+ },
544
+ {
545
+ "epoch": 0.41715198959828803,
546
+ "grad_norm": 2.60492205619812,
547
+ "learning_rate": 6.558095862142122e-06,
548
+ "loss": 0.3412,
549
+ "step": 3850
550
+ },
551
+ {
552
+ "epoch": 0.4225695479047593,
553
+ "grad_norm": 2.914607286453247,
554
+ "learning_rate": 6.4744944546998745e-06,
555
+ "loss": 0.3613,
556
+ "step": 3900
557
+ },
558
+ {
559
+ "epoch": 0.4279871062112306,
560
+ "grad_norm": 2.1643524169921875,
561
+ "learning_rate": 6.390439072602308e-06,
562
+ "loss": 0.3335,
563
+ "step": 3950
564
+ },
565
+ {
566
+ "epoch": 0.4334046645177019,
567
+ "grad_norm": 3.182020425796509,
568
+ "learning_rate": 6.305955595236753e-06,
569
+ "loss": 0.3454,
570
+ "step": 4000
571
+ },
572
+ {
573
+ "epoch": 0.43882222282417316,
574
+ "grad_norm": 3.495281219482422,
575
+ "learning_rate": 6.221070033794639e-06,
576
+ "loss": 0.3532,
577
+ "step": 4050
578
+ },
579
+ {
580
+ "epoch": 0.44423978113064444,
581
+ "grad_norm": 3.2466609477996826,
582
+ "learning_rate": 6.135808523263026e-06,
583
+ "loss": 0.3421,
584
+ "step": 4100
585
+ },
586
+ {
587
+ "epoch": 0.44965733943711567,
588
+ "grad_norm": 3.0939319133758545,
589
+ "learning_rate": 6.0501973143780455e-06,
590
+ "loss": 0.3437,
591
+ "step": 4150
592
+ },
593
+ {
594
+ "epoch": 0.45507489774358695,
595
+ "grad_norm": 3.692669153213501,
596
+ "learning_rate": 5.964262765542689e-06,
597
+ "loss": 0.3529,
598
+ "step": 4200
599
+ },
600
+ {
601
+ "epoch": 0.46049245605005823,
602
+ "grad_norm": 2.590897560119629,
603
+ "learning_rate": 5.878031334711452e-06,
604
+ "loss": 0.3468,
605
+ "step": 4250
606
+ },
607
+ {
608
+ "epoch": 0.4659100143565295,
609
+ "grad_norm": 3.975038528442383,
610
+ "learning_rate": 5.7915295712443285e-06,
611
+ "loss": 0.3302,
612
+ "step": 4300
613
+ },
614
+ {
615
+ "epoch": 0.4713275726630008,
616
+ "grad_norm": 3.6712021827697754,
617
+ "learning_rate": 5.704784107732669e-06,
618
+ "loss": 0.3322,
619
+ "step": 4350
620
+ },
621
+ {
622
+ "epoch": 0.4767451309694721,
623
+ "grad_norm": 3.436875820159912,
624
+ "learning_rate": 5.617821651799393e-06,
625
+ "loss": 0.338,
626
+ "step": 4400
627
+ },
628
+ {
629
+ "epoch": 0.48216268927594336,
630
+ "grad_norm": 2.936464309692383,
631
+ "learning_rate": 5.530668977876128e-06,
632
+ "loss": 0.3299,
633
+ "step": 4450
634
+ },
635
+ {
636
+ "epoch": 0.4875802475824146,
637
+ "grad_norm": 2.5533535480499268,
638
+ "learning_rate": 5.443352918959753e-06,
639
+ "loss": 0.3315,
640
+ "step": 4500
641
+ },
642
+ {
643
+ "epoch": 0.49299780588888586,
644
+ "grad_norm": 3.4961626529693604,
645
+ "learning_rate": 5.3559003583509305e-06,
646
+ "loss": 0.33,
647
+ "step": 4550
648
+ },
649
+ {
650
+ "epoch": 0.49841536419535715,
651
+ "grad_norm": 3.5909876823425293,
652
+ "learning_rate": 5.26833822137714e-06,
653
+ "loss": 0.3163,
654
+ "step": 4600
655
+ },
656
+ {
657
+ "epoch": 0.5038329225018284,
658
+ "grad_norm": 3.2068519592285156,
659
+ "learning_rate": 5.180693467102777e-06,
660
+ "loss": 0.3276,
661
+ "step": 4650
662
+ },
663
+ {
664
+ "epoch": 0.5092504808082997,
665
+ "grad_norm": 2.6540346145629883,
666
+ "learning_rate": 5.0929930800288555e-06,
667
+ "loss": 0.3196,
668
+ "step": 4700
669
+ },
670
+ {
671
+ "epoch": 0.514668039114771,
672
+ "grad_norm": 3.2414097785949707,
673
+ "learning_rate": 5.005264061784896e-06,
674
+ "loss": 0.319,
675
+ "step": 4750
676
+ },
677
+ {
678
+ "epoch": 0.5200855974212423,
679
+ "grad_norm": 2.983604669570923,
680
+ "learning_rate": 4.9175334228155236e-06,
681
+ "loss": 0.3191,
682
+ "step": 4800
683
+ },
684
+ {
685
+ "epoch": 0.5255031557277136,
686
+ "grad_norm": 2.9019827842712402,
687
+ "learning_rate": 4.829828174064359e-06,
688
+ "loss": 0.313,
689
+ "step": 4850
690
+ },
691
+ {
692
+ "epoch": 0.5309207140341848,
693
+ "grad_norm": 3.0724728107452393,
694
+ "learning_rate": 4.74217531865776e-06,
695
+ "loss": 0.3039,
696
+ "step": 4900
697
+ },
698
+ {
699
+ "epoch": 0.5363382723406561,
700
+ "grad_norm": 3.6231110095977783,
701
+ "learning_rate": 4.65460184359096e-06,
702
+ "loss": 0.3158,
703
+ "step": 4950
704
+ },
705
+ {
706
+ "epoch": 0.5417558306471273,
707
+ "grad_norm": 2.427344560623169,
708
+ "learning_rate": 4.567134711419181e-06,
709
+ "loss": 0.3224,
710
+ "step": 5000
711
+ },
712
+ {
713
+ "epoch": 0.5471733889535986,
714
+ "grad_norm": 3.4552643299102783,
715
+ "learning_rate": 4.479800851956265e-06,
716
+ "loss": 0.3125,
717
+ "step": 5050
718
+ },
719
+ {
720
+ "epoch": 0.5525909472600699,
721
+ "grad_norm": 3.9358913898468018,
722
+ "learning_rate": 4.3926271539833974e-06,
723
+ "loss": 0.3211,
724
+ "step": 5100
725
+ },
726
+ {
727
+ "epoch": 0.5580085055665411,
728
+ "grad_norm": 3.328477621078491,
729
+ "learning_rate": 4.305640456970448e-06,
730
+ "loss": 0.3048,
731
+ "step": 5150
732
+ },
733
+ {
734
+ "epoch": 0.5634260638730124,
735
+ "grad_norm": 2.9380927085876465,
736
+ "learning_rate": 4.2188675428125025e-06,
737
+ "loss": 0.305,
738
+ "step": 5200
739
+ },
740
+ {
741
+ "epoch": 0.5688436221794837,
742
+ "grad_norm": 2.578197479248047,
743
+ "learning_rate": 4.132335127584126e-06,
744
+ "loss": 0.3149,
745
+ "step": 5250
746
+ },
747
+ {
748
+ "epoch": 0.574261180485955,
749
+ "grad_norm": 3.2814207077026367,
750
+ "learning_rate": 4.046069853313882e-06,
751
+ "loss": 0.2958,
752
+ "step": 5300
753
+ },
754
+ {
755
+ "epoch": 0.5796787387924263,
756
+ "grad_norm": 3.4869089126586914,
757
+ "learning_rate": 3.960098279781651e-06,
758
+ "loss": 0.3057,
759
+ "step": 5350
760
+ },
761
+ {
762
+ "epoch": 0.5850962970988975,
763
+ "grad_norm": 3.0821373462677,
764
+ "learning_rate": 3.874446876341279e-06,
765
+ "loss": 0.3026,
766
+ "step": 5400
767
+ },
768
+ {
769
+ "epoch": 0.5905138554053688,
770
+ "grad_norm": 2.943082809448242,
771
+ "learning_rate": 3.7891420137710517e-06,
772
+ "loss": 0.3064,
773
+ "step": 5450
774
+ },
775
+ {
776
+ "epoch": 0.5959314137118401,
777
+ "grad_norm": 4.134742259979248,
778
+ "learning_rate": 3.7042099561545413e-06,
779
+ "loss": 0.294,
780
+ "step": 5500
781
+ },
782
+ {
783
+ "epoch": 0.6013489720183114,
784
+ "grad_norm": 2.8058090209960938,
785
+ "learning_rate": 3.6196768527942837e-06,
786
+ "loss": 0.3017,
787
+ "step": 5550
788
+ },
789
+ {
790
+ "epoch": 0.6067665303247827,
791
+ "grad_norm": 3.481924295425415,
792
+ "learning_rate": 3.535568730160799e-06,
793
+ "loss": 0.3,
794
+ "step": 5600
795
+ },
796
+ {
797
+ "epoch": 0.6121840886312538,
798
+ "grad_norm": 3.3531112670898438,
799
+ "learning_rate": 3.451911483879443e-06,
800
+ "loss": 0.2988,
801
+ "step": 5650
802
+ },
803
+ {
804
+ "epoch": 0.6176016469377251,
805
+ "grad_norm": 2.790590286254883,
806
+ "learning_rate": 3.3687308707575206e-06,
807
+ "loss": 0.3035,
808
+ "step": 5700
809
+ },
810
+ {
811
+ "epoch": 0.6230192052441964,
812
+ "grad_norm": 3.1013131141662598,
813
+ "learning_rate": 3.2860525008541622e-06,
814
+ "loss": 0.3004,
815
+ "step": 5750
816
+ },
817
+ {
818
+ "epoch": 0.6284367635506677,
819
+ "grad_norm": 3.09080171585083,
820
+ "learning_rate": 3.203901829595368e-06,
821
+ "loss": 0.2895,
822
+ "step": 5800
823
+ },
824
+ {
825
+ "epoch": 0.633854321857139,
826
+ "grad_norm": 3.0901217460632324,
827
+ "learning_rate": 3.122304149936666e-06,
828
+ "loss": 0.2943,
829
+ "step": 5850
830
+ },
831
+ {
832
+ "epoch": 0.6392718801636103,
833
+ "grad_norm": 3.16723370552063,
834
+ "learning_rate": 3.041284584575791e-06,
835
+ "loss": 0.2888,
836
+ "step": 5900
837
+ },
838
+ {
839
+ "epoch": 0.6446894384700815,
840
+ "grad_norm": 3.6559319496154785,
841
+ "learning_rate": 2.960868078217787e-06,
842
+ "loss": 0.2832,
843
+ "step": 5950
844
+ },
845
+ {
846
+ "epoch": 0.6501069967765528,
847
+ "grad_norm": 3.0292601585388184,
848
+ "learning_rate": 2.881079389894899e-06,
849
+ "loss": 0.292,
850
+ "step": 6000
851
+ },
852
+ {
853
+ "epoch": 0.6555245550830241,
854
+ "grad_norm": 2.4390199184417725,
855
+ "learning_rate": 2.801943085343657e-06,
856
+ "loss": 0.2974,
857
+ "step": 6050
858
+ },
859
+ {
860
+ "epoch": 0.6609421133894954,
861
+ "grad_norm": 2.870307207107544,
862
+ "learning_rate": 2.723483529441435e-06,
863
+ "loss": 0.273,
864
+ "step": 6100
865
+ },
866
+ {
867
+ "epoch": 0.6663596716959667,
868
+ "grad_norm": 3.480215072631836,
869
+ "learning_rate": 2.6457248787048874e-06,
870
+ "loss": 0.2749,
871
+ "step": 6150
872
+ },
873
+ {
874
+ "epoch": 0.6717772300024379,
875
+ "grad_norm": 4.0242228507995605,
876
+ "learning_rate": 2.5686910738525062e-06,
877
+ "loss": 0.2874,
878
+ "step": 6200
879
+ },
880
+ {
881
+ "epoch": 0.6771947883089092,
882
+ "grad_norm": 3.3167226314544678,
883
+ "learning_rate": 2.492405832433652e-06,
884
+ "loss": 0.2785,
885
+ "step": 6250
886
+ },
887
+ {
888
+ "epoch": 0.6826123466153804,
889
+ "grad_norm": 3.381011724472046,
890
+ "learning_rate": 2.416892641526264e-06,
891
+ "loss": 0.2891,
892
+ "step": 6300
893
+ },
894
+ {
895
+ "epoch": 0.6880299049218517,
896
+ "grad_norm": 3.1961159706115723,
897
+ "learning_rate": 2.3421747505055443e-06,
898
+ "loss": 0.2831,
899
+ "step": 6350
900
+ },
901
+ {
902
+ "epoch": 0.693447463228323,
903
+ "grad_norm": 2.952812433242798,
904
+ "learning_rate": 2.2682751638858357e-06,
905
+ "loss": 0.2739,
906
+ "step": 6400
907
+ },
908
+ {
909
+ "epoch": 0.6988650215347942,
910
+ "grad_norm": 3.127049446105957,
911
+ "learning_rate": 2.1952166342378576e-06,
912
+ "loss": 0.2689,
913
+ "step": 6450
914
+ },
915
+ {
916
+ "epoch": 0.7042825798412655,
917
+ "grad_norm": 3.175241231918335,
918
+ "learning_rate": 2.1230216551835505e-06,
919
+ "loss": 0.262,
920
+ "step": 6500
921
+ },
922
+ {
923
+ "epoch": 0.7097001381477368,
924
+ "grad_norm": 2.993858814239502,
925
+ "learning_rate": 2.0517124544706202e-06,
926
+ "loss": 0.265,
927
+ "step": 6550
928
+ },
929
+ {
930
+ "epoch": 0.7151176964542081,
931
+ "grad_norm": 2.3723642826080322,
932
+ "learning_rate": 1.9813109871289486e-06,
933
+ "loss": 0.2721,
934
+ "step": 6600
935
+ },
936
+ {
937
+ "epoch": 0.7205352547606794,
938
+ "grad_norm": 3.4100069999694824,
939
+ "learning_rate": 1.9118389287109734e-06,
940
+ "loss": 0.2629,
941
+ "step": 6650
942
+ },
943
+ {
944
+ "epoch": 0.7259528130671506,
945
+ "grad_norm": 3.2423717975616455,
946
+ "learning_rate": 1.8433176686181104e-06,
947
+ "loss": 0.2759,
948
+ "step": 6700
949
+ },
950
+ {
951
+ "epoch": 0.7313703713736219,
952
+ "grad_norm": 3.0641541481018066,
953
+ "learning_rate": 1.7757683035152706e-06,
954
+ "loss": 0.2582,
955
+ "step": 6750
956
+ },
957
+ {
958
+ "epoch": 0.7367879296800932,
959
+ "grad_norm": 3.797774314880371,
960
+ "learning_rate": 1.709211630835534e-06,
961
+ "loss": 0.2607,
962
+ "step": 6800
963
+ },
964
+ {
965
+ "epoch": 0.7422054879865645,
966
+ "grad_norm": 3.2128851413726807,
967
+ "learning_rate": 1.6436681423769134e-06,
968
+ "loss": 0.2745,
969
+ "step": 6850
970
+ },
971
+ {
972
+ "epoch": 0.7476230462930358,
973
+ "grad_norm": 3.2048397064208984,
974
+ "learning_rate": 1.579158017993247e-06,
975
+ "loss": 0.2665,
976
+ "step": 6900
977
+ },
978
+ {
979
+ "epoch": 0.7530406045995071,
980
+ "grad_norm": 3.453686237335205,
981
+ "learning_rate": 1.5157011193811255e-06,
982
+ "loss": 0.2801,
983
+ "step": 6950
984
+ },
985
+ {
986
+ "epoch": 0.7584581629059782,
987
+ "grad_norm": 2.968740940093994,
988
+ "learning_rate": 1.4533169839647682e-06,
989
+ "loss": 0.2643,
990
+ "step": 7000
991
+ },
992
+ {
993
+ "epoch": 0.7638757212124495,
994
+ "grad_norm": 2.3109071254730225,
995
+ "learning_rate": 1.392024818880754e-06,
996
+ "loss": 0.2621,
997
+ "step": 7050
998
+ },
999
+ {
1000
+ "epoch": 0.7692932795189208,
1001
+ "grad_norm": 3.5081787109375,
1002
+ "learning_rate": 1.3318434950644232e-06,
1003
+ "loss": 0.2597,
1004
+ "step": 7100
1005
+ },
1006
+ {
1007
+ "epoch": 0.7747108378253921,
1008
+ "grad_norm": 2.864156484603882,
1009
+ "learning_rate": 1.2727915414398113e-06,
1010
+ "loss": 0.2636,
1011
+ "step": 7150
1012
+ },
1013
+ {
1014
+ "epoch": 0.7801283961318634,
1015
+ "grad_norm": 2.492056131362915,
1016
+ "learning_rate": 1.2148871392148614e-06,
1017
+ "loss": 0.2689,
1018
+ "step": 7200
1019
+ },
1020
+ {
1021
+ "epoch": 0.7855459544383346,
1022
+ "grad_norm": 2.6361782550811768,
1023
+ "learning_rate": 1.1581481162837065e-06,
1024
+ "loss": 0.249,
1025
+ "step": 7250
1026
+ },
1027
+ {
1028
+ "epoch": 0.7909635127448059,
1029
+ "grad_norm": 3.332240104675293,
1030
+ "learning_rate": 1.1025919417377345e-06,
1031
+ "loss": 0.2595,
1032
+ "step": 7300
1033
+ },
1034
+ {
1035
+ "epoch": 0.7963810710512772,
1036
+ "grad_norm": 4.205018520355225,
1037
+ "learning_rate": 1.0482357204871136e-06,
1038
+ "loss": 0.2608,
1039
+ "step": 7350
1040
+ },
1041
+ {
1042
+ "epoch": 0.8017986293577485,
1043
+ "grad_norm": 3.955824375152588,
1044
+ "learning_rate": 9.95096187994447e-07,
1045
+ "loss": 0.2486,
1046
+ "step": 7400
1047
+ },
1048
+ {
1049
+ "epoch": 0.8072161876642198,
1050
+ "grad_norm": 3.6599531173706055,
1051
+ "learning_rate": 9.431897051221795e-07,
1052
+ "loss": 0.2465,
1053
+ "step": 7450
1054
+ },
1055
+ {
1056
+ "epoch": 0.812633745970691,
1057
+ "grad_norm": 3.454878091812134,
1058
+ "learning_rate": 8.925322530953301e-07,
1059
+ "loss": 0.2505,
1060
+ "step": 7500
1061
+ },
1062
+ {
1063
+ "epoch": 0.8180513042771623,
1064
+ "grad_norm": 3.9138760566711426,
1065
+ "learning_rate": 8.431394285811156e-07,
1066
+ "loss": 0.2586,
1067
+ "step": 7550
1068
+ },
1069
+ {
1070
+ "epoch": 0.8234688625836336,
1071
+ "grad_norm": 2.8272411823272705,
1072
+ "learning_rate": 7.950264388869721e-07,
1073
+ "loss": 0.2598,
1074
+ "step": 7600
1075
+ },
1076
+ {
1077
+ "epoch": 0.8288864208901048,
1078
+ "grad_norm": 3.8992950916290283,
1079
+ "learning_rate": 7.482080972784511e-07,
1080
+ "loss": 0.2571,
1081
+ "step": 7650
1082
+ },
1083
+ {
1084
+ "epoch": 0.8343039791965761,
1085
+ "grad_norm": 4.094478130340576,
1086
+ "learning_rate": 7.026988184184407e-07,
1087
+ "loss": 0.2463,
1088
+ "step": 7700
1089
+ },
1090
+ {
1091
+ "epoch": 0.8397215375030473,
1092
+ "grad_norm": 3.7604846954345703,
1093
+ "learning_rate": 6.585126139291076e-07,
1094
+ "loss": 0.2591,
1095
+ "step": 7750
1096
+ },
1097
+ {
1098
+ "epoch": 0.8451390958095186,
1099
+ "grad_norm": 2.4784250259399414,
1100
+ "learning_rate": 6.156630880779252e-07,
1101
+ "loss": 0.2527,
1102
+ "step": 7800
1103
+ },
1104
+ {
1105
+ "epoch": 0.8505566541159899,
1106
+ "grad_norm": 4.052146911621094,
1107
+ "learning_rate": 5.741634335891294e-07,
1108
+ "loss": 0.255,
1109
+ "step": 7850
1110
+ },
1111
+ {
1112
+ "epoch": 0.8559742124224612,
1113
+ "grad_norm": 3.8481266498565674,
1114
+ "learning_rate": 5.340264275818785e-07,
1115
+ "loss": 0.2607,
1116
+ "step": 7900
1117
+ },
1118
+ {
1119
+ "epoch": 0.8613917707289325,
1120
+ "grad_norm": 1.80850088596344,
1121
+ "learning_rate": 4.952644276363644e-07,
1122
+ "loss": 0.2564,
1123
+ "step": 7950
1124
+ },
1125
+ {
1126
+ "epoch": 0.8668093290354038,
1127
+ "grad_norm": 5.037997245788574,
1128
+ "learning_rate": 4.57889367989105e-07,
1129
+ "loss": 0.2482,
1130
+ "step": 8000
1131
+ },
1132
+ {
1133
+ "epoch": 0.872226887341875,
1134
+ "grad_norm": 3.722865343093872,
1135
+ "learning_rate": 4.219127558585662e-07,
1136
+ "loss": 0.2397,
1137
+ "step": 8050
1138
+ },
1139
+ {
1140
+ "epoch": 0.8776444456483463,
1141
+ "grad_norm": 3.6952178478240967,
1142
+ "learning_rate": 3.8734566790227023e-07,
1143
+ "loss": 0.25,
1144
+ "step": 8100
1145
+ },
1146
+ {
1147
+ "epoch": 0.8830620039548176,
1148
+ "grad_norm": 3.290282726287842,
1149
+ "learning_rate": 3.541987468064556e-07,
1150
+ "loss": 0.251,
1151
+ "step": 8150
1152
+ },
1153
+ {
1154
+ "epoch": 0.8884795622612889,
1155
+ "grad_norm": 3.523390769958496,
1156
+ "learning_rate": 3.224821980093523e-07,
1157
+ "loss": 0.2487,
1158
+ "step": 8200
1159
+ },
1160
+ {
1161
+ "epoch": 0.8938971205677602,
1162
+ "grad_norm": 3.55690336227417,
1163
+ "learning_rate": 2.9220578655908384e-07,
1164
+ "loss": 0.2479,
1165
+ "step": 8250
1166
+ },
1167
+ {
1168
+ "epoch": 0.8993146788742313,
1169
+ "grad_norm": 2.6040093898773193,
1170
+ "learning_rate": 2.6337883410715583e-07,
1171
+ "loss": 0.2569,
1172
+ "step": 8300
1173
+ },
1174
+ {
1175
+ "epoch": 0.9047322371807026,
1176
+ "grad_norm": 2.797853946685791,
1177
+ "learning_rate": 2.3601021603845754e-07,
1178
+ "loss": 0.2487,
1179
+ "step": 8350
1180
+ },
1181
+ {
1182
+ "epoch": 0.9101497954871739,
1183
+ "grad_norm": 2.88952374458313,
1184
+ "learning_rate": 2.1010835873866654e-07,
1185
+ "loss": 0.2508,
1186
+ "step": 8400
1187
+ },
1188
+ {
1189
+ "epoch": 0.9155673537936452,
1190
+ "grad_norm": 3.0155351161956787,
1191
+ "learning_rate": 1.8568123699989004e-07,
1192
+ "loss": 0.2504,
1193
+ "step": 8450
1194
+ },
1195
+ {
1196
+ "epoch": 0.9209849121001165,
1197
+ "grad_norm": 3.56722354888916,
1198
+ "learning_rate": 1.6273637156534738e-07,
1199
+ "loss": 0.2451,
1200
+ "step": 8500
1201
+ },
1202
+ {
1203
+ "epoch": 0.9264024704065877,
1204
+ "grad_norm": 2.918964147567749,
1205
+ "learning_rate": 1.4128082681384602e-07,
1206
+ "loss": 0.2462,
1207
+ "step": 8550
1208
+ },
1209
+ {
1210
+ "epoch": 0.931820028713059,
1211
+ "grad_norm": 3.4673612117767334,
1212
+ "learning_rate": 1.213212085847637e-07,
1213
+ "loss": 0.2453,
1214
+ "step": 8600
1215
+ },
1216
+ {
1217
+ "epoch": 0.9372375870195303,
1218
+ "grad_norm": 4.0660271644592285,
1219
+ "learning_rate": 1.0286366214421472e-07,
1220
+ "loss": 0.2495,
1221
+ "step": 8650
1222
+ },
1223
+ {
1224
+ "epoch": 0.9426551453260016,
1225
+ "grad_norm": 3.0246922969818115,
1226
+ "learning_rate": 8.591387029301013e-08,
1227
+ "loss": 0.2461,
1228
+ "step": 8700
1229
+ },
1230
+ {
1231
+ "epoch": 0.9480727036324729,
1232
+ "grad_norm": 4.276732444763184,
1233
+ "learning_rate": 7.047705161701002e-08,
1234
+ "loss": 0.2456,
1235
+ "step": 8750
1236
+ },
1237
+ {
1238
+ "epoch": 0.9534902619389442,
1239
+ "grad_norm": 3.485605001449585,
1240
+ "learning_rate": 5.655795888040272e-08,
1241
+ "loss": 0.2462,
1242
+ "step": 8800
1243
+ },
1244
+ {
1245
+ "epoch": 0.9589078202454154,
1246
+ "grad_norm": 3.392996072769165,
1247
+ "learning_rate": 4.4160877562393625e-08,
1248
+ "loss": 0.2611,
1249
+ "step": 8850
1250
+ },
1251
+ {
1252
+ "epoch": 0.9643253785518867,
1253
+ "grad_norm": 3.8503029346466064,
1254
+ "learning_rate": 3.328962453777895e-08,
1255
+ "loss": 0.2593,
1256
+ "step": 8900
1257
+ },
1258
+ {
1259
+ "epoch": 0.9697429368583579,
1260
+ "grad_norm": 2.5636746883392334,
1261
+ "learning_rate": 2.3947546901779696e-08,
1262
+ "loss": 0.2497,
1263
+ "step": 8950
1264
+ },
1265
+ {
1266
+ "epoch": 0.9751604951648292,
1267
+ "grad_norm": 3.013471841812134,
1268
+ "learning_rate": 1.613752093952703e-08,
1269
+ "loss": 0.243,
1270
+ "step": 9000
1271
+ },
1272
+ {
1273
+ "epoch": 0.9805780534713004,
1274
+ "grad_norm": 4.137032508850098,
1275
+ "learning_rate": 9.86195124049405e-09,
1276
+ "loss": 0.2564,
1277
+ "step": 9050
1278
+ },
1279
+ {
1280
+ "epoch": 0.9859956117777717,
1281
+ "grad_norm": 3.717381715774536,
1282
+ "learning_rate": 5.12276995816019e-09,
1283
+ "loss": 0.2444,
1284
+ "step": 9100
1285
+ },
1286
+ {
1287
+ "epoch": 0.991413170084243,
1288
+ "grad_norm": 4.272940158843994,
1289
+ "learning_rate": 1.921436215129302e-09,
1290
+ "loss": 0.2332,
1291
+ "step": 9150
1292
+ },
1293
+ {
1294
+ "epoch": 0.9968307283907143,
1295
+ "grad_norm": 2.4432733058929443,
1296
+ "learning_rate": 2.589356538906795e-10,
1297
+ "loss": 0.2537,
1298
+ "step": 9200
1299
+ },
1300
+ {
1301
+ "epoch": 0.9999729122084676,
1302
+ "step": 9229,
1303
+ "total_flos": 3.697200260631128e+19,
1304
+ "train_loss": 0.3376897029027299,
1305
+ "train_runtime": 181851.6542,
1306
+ "train_samples_per_second": 3.248,
1307
+ "train_steps_per_second": 0.051
1308
+ }
1309
+ ],
1310
+ "logging_steps": 50,
1311
+ "max_steps": 9229,
1312
+ "num_input_tokens_seen": 0,
1313
+ "num_train_epochs": 1,
1314
+ "save_steps": 1000,
1315
+ "stateful_callbacks": {
1316
+ "TrainerControl": {
1317
+ "args": {
1318
+ "should_epoch_stop": false,
1319
+ "should_evaluate": false,
1320
+ "should_log": false,
1321
+ "should_save": true,
1322
+ "should_training_stop": true
1323
+ },
1324
+ "attributes": {}
1325
+ }
1326
+ },
1327
+ "total_flos": 3.697200260631128e+19,
1328
+ "train_batch_size": 1,
1329
+ "trial_name": null,
1330
+ "trial_params": null
1331
+ }
spa3_vlm/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b8d1b8b81bdfe6e6c9a8f094641e023641c72322563d0de0aabe5e506d1cd51
3
+ size 7313
spa3_vlm/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
spa3r.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce8b388558747c8735f62c6d1a8c9a876f8c274593ee10ccb8d06b6cfe07da78
3
+ size 7216681563