furproxy commited on
Commit
902e3ea
·
verified ·
1 Parent(s): 62fb1f8

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
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: Qwen3.5-9B
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: qwen35_caption_galore
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # qwen35_caption_galore
18
+
19
+ This model is a fine-tuned version of [/workspace/models/Qwen3.5-9B](https://huggingface.co//workspace/models/Qwen3.5-9B) on the my_caption dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - family_to_adamw_lr = {
39
+ "language": _fallback(getattr(training_args, "language_adamw_lr", 2.5e-5), language_lr),
40
+ "vision": _fallback(getattr(training_args, "vision_adamw_lr", 4e-6), vision_lr),
41
+ "merger": _fallback(getattr(training_args, "merger_adamw_lr", 1.5e-5), merger_lr),
42
+ }
43
+ - train_batch_size: 3
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - gradient_accumulation_steps: 20
48
+ - total_train_batch_size: 60
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: cosine_with_min_lr
51
+ - lr_scheduler_warmup_steps: 0.05
52
+ - num_epochs: 4
53
+
54
+ ### Training results
55
+
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 5.5.3
61
+ - Pytorch 2.11.0+cu128
62
+ - Datasets 4.0.0
63
+ - Tokenizers 0.22.2
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: Qwen3.5-9B
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: qwen35_caption_galore
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # qwen35_caption_galore
18
+
19
+ This model is a fine-tuned version of [/workspace/models/Qwen3.5-9B](https://huggingface.co//workspace/models/Qwen3.5-9B) on the my_caption dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - family_to_adamw_lr = {
39
+ "language": _fallback(getattr(training_args, "language_adamw_lr", 2.5e-5), language_lr),
40
+ "vision": _fallback(getattr(training_args, "vision_adamw_lr", 4e-6), vision_lr),
41
+ "merger": _fallback(getattr(training_args, "merger_adamw_lr", 1.5e-5), merger_lr),
42
+ }
43
+ - train_batch_size: 3
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - gradient_accumulation_steps: 20
48
+ - total_train_batch_size: 60
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: cosine_with_min_lr
51
+ - lr_scheduler_warmup_steps: 0.05
52
+ - num_epochs: 4
53
+
54
+ ### Training results
55
+
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 5.5.3
61
+ - Pytorch 2.11.0+cu128
62
+ - Datasets 4.0.0
63
+ - Tokenizers 0.22.2
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "effective_tokens_per_sec": 7409.9375163599425,
3
+ "epoch": 4.0,
4
+ "total_flos": 4.038502240003031e+18,
5
+ "train_loss": 0.7041097417681578,
6
+ "train_runtime": 10571.9353,
7
+ "train_samples_per_second": 5.698,
8
+ "train_steps_per_second": 0.095
9
+ }
chat_template.jinja ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- if tools and tools is iterable and tools is not mapping %}
46
+ {{- '<|im_start|>system\n' }}
47
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
48
+ {%- for tool in tools %}
49
+ {{- "\n" }}
50
+ {{- tool | tojson }}
51
+ {%- endfor %}
52
+ {{- "\n</tools>" }}
53
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
54
+ {%- if messages[0].role == 'system' %}
55
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
56
+ {%- if content %}
57
+ {{- '\n\n' + content }}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {{- '<|im_end|>\n' }}
61
+ {%- else %}
62
+ {%- if messages[0].role == 'system' %}
63
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
64
+ {{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
65
+ {%- endif %}
66
+ {%- endif %}
67
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
68
+ {%- for message in messages[::-1] %}
69
+ {%- set index = (messages|length - 1) - loop.index0 %}
70
+ {%- if ns.multi_step_tool and message.role == "user" %}
71
+ {%- set content = render_content(message.content, false)|trim %}
72
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
73
+ {%- set ns.multi_step_tool = false %}
74
+ {%- set ns.last_query_index = index %}
75
+ {%- endif %}
76
+ {%- endif %}
77
+ {%- endfor %}
78
+ {%- if ns.multi_step_tool %}
79
+ {{- raise_exception('No user query found in messages.') }}
80
+ {%- endif %}
81
+ {%- for message in messages %}
82
+ {%- set content = render_content(message.content, true)|trim %}
83
+ {%- if message.role == "system" %}
84
+ {%- if not loop.first %}
85
+ {{- raise_exception('System message must be at the beginning.') }}
86
+ {%- endif %}
87
+ {%- elif message.role == "user" %}
88
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
89
+ {%- elif message.role == "assistant" %}
90
+ {%- set reasoning_content = '' %}
91
+ {%- if message.reasoning_content is string %}
92
+ {%- set reasoning_content = message.reasoning_content %}
93
+ {%- else %}
94
+ {%- if '</think>' in content %}
95
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
96
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
97
+ {%- endif %}
98
+ {%- endif %}
99
+ {%- set reasoning_content = reasoning_content|trim %}
100
+ {%- if loop.index0 > ns.last_query_index %}
101
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
102
+ {%- else %}
103
+ {{- '<|im_start|>' + message.role + '\n' + content }}
104
+ {%- endif %}
105
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
106
+ {%- for tool_call in message.tool_calls %}
107
+ {%- if tool_call.function is defined %}
108
+ {%- set tool_call = tool_call.function %}
109
+ {%- endif %}
110
+ {%- if loop.first %}
111
+ {%- if content|trim %}
112
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
113
+ {%- else %}
114
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
115
+ {%- endif %}
116
+ {%- else %}
117
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- if tool_call.arguments is defined %}
120
+ {%- for args_name, args_value in tool_call.arguments|items %}
121
+ {{- '<parameter=' + args_name + '>\n' }}
122
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
123
+ {{- args_value }}
124
+ {{- '\n</parameter>\n' }}
125
+ {%- endfor %}
126
+ {%- endif %}
127
+ {{- '</function>\n</tool_call>' }}
128
+ {%- endfor %}
129
+ {%- endif %}
130
+ {{- '<|im_end|>\n' }}
131
+ {%- elif message.role == "tool" %}
132
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
133
+ {{- '<|im_start|>user' }}
134
+ {%- endif %}
135
+ {{- '\n<tool_response>\n' }}
136
+ {{- content }}
137
+ {{- '\n</tool_response>' }}
138
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
139
+ {{- '<|im_end|>\n' }}
140
+ {%- elif loop.last %}
141
+ {{- '<|im_end|>\n' }}
142
+ {%- endif %}
143
+ {%- else %}
144
+ {{- raise_exception('Unexpected message role.') }}
145
+ {%- endif %}
146
+ {%- endfor %}
147
+ {%- if add_generation_prompt %}
148
+ {{- '<|im_start|>assistant\n' }}
149
+ {%- if enable_thinking is defined and enable_thinking is false %}
150
+ {{- '<think>\n\n</think>\n\n' }}
151
+ {%- else %}
152
+ {{- '<think>\n' }}
153
+ {%- endif %}
154
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5ForConditionalGeneration"
4
+ ],
5
+ "dtype": "bfloat16",
6
+ "eos_token_id": 248046,
7
+ "hidden_size": 4096,
8
+ "image_token_id": 248056,
9
+ "model_type": "qwen3_5",
10
+ "pad_token_id": 248044,
11
+ "text_config": {
12
+ "attention_bias": false,
13
+ "attention_dropout": 0.0,
14
+ "attn_output_gate": true,
15
+ "bos_token_id": null,
16
+ "dtype": "bfloat16",
17
+ "eos_token_id": 248044,
18
+ "full_attention_interval": 4,
19
+ "head_dim": 256,
20
+ "hidden_act": "silu",
21
+ "hidden_size": 4096,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 12288,
24
+ "layer_types": [
25
+ "linear_attention",
26
+ "linear_attention",
27
+ "linear_attention",
28
+ "full_attention",
29
+ "linear_attention",
30
+ "linear_attention",
31
+ "linear_attention",
32
+ "full_attention",
33
+ "linear_attention",
34
+ "linear_attention",
35
+ "linear_attention",
36
+ "full_attention",
37
+ "linear_attention",
38
+ "linear_attention",
39
+ "linear_attention",
40
+ "full_attention",
41
+ "linear_attention",
42
+ "linear_attention",
43
+ "linear_attention",
44
+ "full_attention",
45
+ "linear_attention",
46
+ "linear_attention",
47
+ "linear_attention",
48
+ "full_attention",
49
+ "linear_attention",
50
+ "linear_attention",
51
+ "linear_attention",
52
+ "full_attention",
53
+ "linear_attention",
54
+ "linear_attention",
55
+ "linear_attention",
56
+ "full_attention"
57
+ ],
58
+ "linear_conv_kernel_dim": 4,
59
+ "linear_key_head_dim": 128,
60
+ "linear_num_key_heads": 16,
61
+ "linear_num_value_heads": 32,
62
+ "linear_value_head_dim": 128,
63
+ "mamba_ssm_dtype": "float32",
64
+ "max_position_embeddings": 262144,
65
+ "mlp_only_layers": [],
66
+ "model_type": "qwen3_5_text",
67
+ "mtp_num_hidden_layers": 1,
68
+ "mtp_use_dedicated_embeddings": false,
69
+ "num_attention_heads": 16,
70
+ "num_hidden_layers": 32,
71
+ "num_key_value_heads": 4,
72
+ "pad_token_id": null,
73
+ "partial_rotary_factor": 0.25,
74
+ "rms_norm_eps": 1e-06,
75
+ "rope_parameters": {
76
+ "mrope_interleaved": true,
77
+ "mrope_section": [
78
+ 11,
79
+ 11,
80
+ 10
81
+ ],
82
+ "partial_rotary_factor": 0.25,
83
+ "rope_theta": 10000000,
84
+ "rope_type": "default"
85
+ },
86
+ "tie_word_embeddings": false,
87
+ "use_cache": false,
88
+ "vocab_size": 248320
89
+ },
90
+ "tie_word_embeddings": false,
91
+ "transformers_version": "5.5.3",
92
+ "use_cache": false,
93
+ "video_token_id": 248057,
94
+ "vision_config": {
95
+ "deepstack_visual_indexes": [],
96
+ "depth": 27,
97
+ "dtype": "bfloat16",
98
+ "hidden_act": "gelu_pytorch_tanh",
99
+ "hidden_size": 1152,
100
+ "in_channels": 3,
101
+ "initializer_range": 0.02,
102
+ "intermediate_size": 4304,
103
+ "model_type": "qwen3_5",
104
+ "num_heads": 16,
105
+ "num_position_embeddings": 2304,
106
+ "out_hidden_size": 4096,
107
+ "patch_size": 16,
108
+ "spatial_merge_size": 2,
109
+ "temporal_patch_size": 2
110
+ },
111
+ "vision_end_token_id": 248054,
112
+ "vision_start_token_id": 248053
113
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 248046,
5
+ 248044
6
+ ],
7
+ "pad_token_id": 248044,
8
+ "transformers_version": "5.5.3",
9
+ "use_cache": true
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1d46fb0a341c32054ec02f14df4f6c837c0f737276c64b7bf5958c93c907da
3
+ size 20859273368
processor_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "do_convert_rgb": true,
4
+ "do_normalize": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "Qwen2VLImageProcessor",
13
+ "image_std": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "merge_size": 2,
19
+ "patch_size": 16,
20
+ "resample": 3,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 16777216,
24
+ "shortest_edge": 65536
25
+ },
26
+ "temporal_patch_size": 2
27
+ },
28
+ "processor_class": "Qwen3VLProcessor",
29
+ "video_processor": {
30
+ "do_convert_rgb": true,
31
+ "do_normalize": true,
32
+ "do_rescale": true,
33
+ "do_resize": true,
34
+ "do_sample_frames": true,
35
+ "fps": 2,
36
+ "image_mean": [
37
+ 0.5,
38
+ 0.5,
39
+ 0.5
40
+ ],
41
+ "image_std": [
42
+ 0.5,
43
+ 0.5,
44
+ 0.5
45
+ ],
46
+ "max_frames": 768,
47
+ "merge_size": 2,
48
+ "min_frames": 4,
49
+ "patch_size": 16,
50
+ "resample": 3,
51
+ "rescale_factor": 0.00392156862745098,
52
+ "return_metadata": false,
53
+ "size": {
54
+ "longest_edge": 25165824,
55
+ "shortest_edge": 4096
56
+ },
57
+ "temporal_patch_size": 2,
58
+ "video_processor_type": "Qwen3VLVideoProcessor"
59
+ }
60
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a7830d63fcf43bf241c3c5242e96e62dd3fdc29224ca26fed8ea333db72de4
3
+ size 19989343
tokenizer_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "audio_bos_token": "<|audio_start|>",
4
+ "audio_eos_token": "<|audio_end|>",
5
+ "audio_token": "<|audio_pad|>",
6
+ "backend": "tokenizers",
7
+ "bos_token": null,
8
+ "clean_up_tokenization_spaces": false,
9
+ "eos_token": "<|im_end|>",
10
+ "errors": "replace",
11
+ "image_token": "<|image_pad|>",
12
+ "is_local": true,
13
+ "model_max_length": 262144,
14
+ "model_specific_special_tokens": {
15
+ "audio_bos_token": "<|audio_start|>",
16
+ "audio_eos_token": "<|audio_end|>",
17
+ "audio_token": "<|audio_pad|>",
18
+ "image_token": "<|image_pad|>",
19
+ "video_token": "<|video_pad|>",
20
+ "vision_bos_token": "<|vision_start|>",
21
+ "vision_eos_token": "<|vision_end|>"
22
+ },
23
+ "pad_token": "<|endoftext|>",
24
+ "padding_side": "right",
25
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
26
+ "processor_class": "Qwen3VLProcessor",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "TokenizersBackend",
29
+ "unk_token": null,
30
+ "video_token": "<|video_pad|>",
31
+ "vision_bos_token": "<|vision_start|>",
32
+ "vision_eos_token": "<|vision_end|>"
33
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "effective_tokens_per_sec": 7409.9375163599425,
3
+ "epoch": 4.0,
4
+ "total_flos": 4.038502240003031e+18,
5
+ "train_loss": 0.7041097417681578,
6
+ "train_runtime": 10571.9353,
7
+ "train_samples_per_second": 5.698,
8
+ "train_steps_per_second": 0.095
9
+ }
trainer_log.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,3557 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1004,
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.00796812749003984,
14
+ "grad_norm": 2.023987293243408,
15
+ "learning_rate": 4.901960784313725e-07,
16
+ "loss": 2.090776205062866,
17
+ "step": 2
18
+ },
19
+ {
20
+ "epoch": 0.01593625498007968,
21
+ "grad_norm": 0.7315244078636169,
22
+ "learning_rate": 1.4705882352941177e-06,
23
+ "loss": 2.0096936225891113,
24
+ "step": 4
25
+ },
26
+ {
27
+ "epoch": 0.02390438247011952,
28
+ "grad_norm": 3.48097825050354,
29
+ "learning_rate": 2.450980392156863e-06,
30
+ "loss": 2.0481386184692383,
31
+ "step": 6
32
+ },
33
+ {
34
+ "epoch": 0.03187250996015936,
35
+ "grad_norm": 0.44064468145370483,
36
+ "learning_rate": 3.431372549019608e-06,
37
+ "loss": 1.7936124801635742,
38
+ "step": 8
39
+ },
40
+ {
41
+ "epoch": 0.0398406374501992,
42
+ "grad_norm": 0.7415902614593506,
43
+ "learning_rate": 4.411764705882353e-06,
44
+ "loss": 1.2419222593307495,
45
+ "step": 10
46
+ },
47
+ {
48
+ "epoch": 0.04780876494023904,
49
+ "grad_norm": 0.45377975702285767,
50
+ "learning_rate": 5.392156862745099e-06,
51
+ "loss": 1.536027193069458,
52
+ "step": 12
53
+ },
54
+ {
55
+ "epoch": 0.055776892430278883,
56
+ "grad_norm": 0.5584130883216858,
57
+ "learning_rate": 6.372549019607843e-06,
58
+ "loss": 1.552971601486206,
59
+ "step": 14
60
+ },
61
+ {
62
+ "epoch": 0.06374501992031872,
63
+ "grad_norm": 2.158409833908081,
64
+ "learning_rate": 7.3529411764705884e-06,
65
+ "loss": 1.408432126045227,
66
+ "step": 16
67
+ },
68
+ {
69
+ "epoch": 0.07171314741035857,
70
+ "grad_norm": 0.8985700607299805,
71
+ "learning_rate": 8.333333333333334e-06,
72
+ "loss": 1.5199083089828491,
73
+ "step": 18
74
+ },
75
+ {
76
+ "epoch": 0.0796812749003984,
77
+ "grad_norm": 0.6790184378623962,
78
+ "learning_rate": 9.31372549019608e-06,
79
+ "loss": 1.4455268383026123,
80
+ "step": 20
81
+ },
82
+ {
83
+ "epoch": 0.08764940239043825,
84
+ "grad_norm": 1.0950764417648315,
85
+ "learning_rate": 1.0294117647058824e-05,
86
+ "loss": 1.0664888620376587,
87
+ "step": 22
88
+ },
89
+ {
90
+ "epoch": 0.09561752988047809,
91
+ "grad_norm": 0.720383882522583,
92
+ "learning_rate": 1.1274509803921569e-05,
93
+ "loss": 1.2728652954101562,
94
+ "step": 24
95
+ },
96
+ {
97
+ "epoch": 0.10358565737051793,
98
+ "grad_norm": 0.5877739787101746,
99
+ "learning_rate": 1.2254901960784313e-05,
100
+ "loss": 1.3846259117126465,
101
+ "step": 26
102
+ },
103
+ {
104
+ "epoch": 0.11155378486055777,
105
+ "grad_norm": 0.6533491611480713,
106
+ "learning_rate": 1.323529411764706e-05,
107
+ "loss": 1.6152613162994385,
108
+ "step": 28
109
+ },
110
+ {
111
+ "epoch": 0.11952191235059761,
112
+ "grad_norm": 0.7580568194389343,
113
+ "learning_rate": 1.4215686274509804e-05,
114
+ "loss": 1.350507378578186,
115
+ "step": 30
116
+ },
117
+ {
118
+ "epoch": 0.12749003984063745,
119
+ "grad_norm": 0.9999676942825317,
120
+ "learning_rate": 1.5196078431372548e-05,
121
+ "loss": 1.1312873363494873,
122
+ "step": 32
123
+ },
124
+ {
125
+ "epoch": 0.13545816733067728,
126
+ "grad_norm": 1.4729697704315186,
127
+ "learning_rate": 1.6176470588235296e-05,
128
+ "loss": 1.2183302640914917,
129
+ "step": 34
130
+ },
131
+ {
132
+ "epoch": 0.14342629482071714,
133
+ "grad_norm": 0.3444910943508148,
134
+ "learning_rate": 1.715686274509804e-05,
135
+ "loss": 1.3639639616012573,
136
+ "step": 36
137
+ },
138
+ {
139
+ "epoch": 0.15139442231075698,
140
+ "grad_norm": 0.67720627784729,
141
+ "learning_rate": 1.8137254901960785e-05,
142
+ "loss": 1.1725502014160156,
143
+ "step": 38
144
+ },
145
+ {
146
+ "epoch": 0.1593625498007968,
147
+ "grad_norm": 0.46388429403305054,
148
+ "learning_rate": 1.9117647058823528e-05,
149
+ "loss": 1.2786129713058472,
150
+ "step": 40
151
+ },
152
+ {
153
+ "epoch": 0.16733067729083664,
154
+ "grad_norm": 1.526458978652954,
155
+ "learning_rate": 2.0098039215686277e-05,
156
+ "loss": 0.8266106843948364,
157
+ "step": 42
158
+ },
159
+ {
160
+ "epoch": 0.1752988047808765,
161
+ "grad_norm": 0.4335272014141083,
162
+ "learning_rate": 2.107843137254902e-05,
163
+ "loss": 0.9850126504898071,
164
+ "step": 44
165
+ },
166
+ {
167
+ "epoch": 0.18326693227091634,
168
+ "grad_norm": 1.5010402202606201,
169
+ "learning_rate": 2.2058823529411766e-05,
170
+ "loss": 0.9776768088340759,
171
+ "step": 46
172
+ },
173
+ {
174
+ "epoch": 0.19123505976095617,
175
+ "grad_norm": 0.4024801254272461,
176
+ "learning_rate": 2.303921568627451e-05,
177
+ "loss": 1.201263189315796,
178
+ "step": 48
179
+ },
180
+ {
181
+ "epoch": 0.199203187250996,
182
+ "grad_norm": 1.3974441289901733,
183
+ "learning_rate": 2.401960784313726e-05,
184
+ "loss": 1.3466823101043701,
185
+ "step": 50
186
+ },
187
+ {
188
+ "epoch": 0.20717131474103587,
189
+ "grad_norm": 0.4053344428539276,
190
+ "learning_rate": 2.5e-05,
191
+ "loss": 1.304817795753479,
192
+ "step": 52
193
+ },
194
+ {
195
+ "epoch": 0.2151394422310757,
196
+ "grad_norm": 1.178676724433899,
197
+ "learning_rate": 2.4999755490977716e-05,
198
+ "loss": 1.170669436454773,
199
+ "step": 54
200
+ },
201
+ {
202
+ "epoch": 0.22310756972111553,
203
+ "grad_norm": 0.8294330835342407,
204
+ "learning_rate": 2.4999021974539246e-05,
205
+ "loss": 1.5720685720443726,
206
+ "step": 56
207
+ },
208
+ {
209
+ "epoch": 0.23107569721115537,
210
+ "grad_norm": 0.4647572934627533,
211
+ "learning_rate": 2.499779948256928e-05,
212
+ "loss": 1.3848868608474731,
213
+ "step": 58
214
+ },
215
+ {
216
+ "epoch": 0.23904382470119523,
217
+ "grad_norm": 0.5197198987007141,
218
+ "learning_rate": 2.4996088068207436e-05,
219
+ "loss": 0.9066517353057861,
220
+ "step": 60
221
+ },
222
+ {
223
+ "epoch": 0.24701195219123506,
224
+ "grad_norm": 0.5595812797546387,
225
+ "learning_rate": 2.499388780584593e-05,
226
+ "loss": 1.3845858573913574,
227
+ "step": 62
228
+ },
229
+ {
230
+ "epoch": 0.2549800796812749,
231
+ "grad_norm": 1.0602760314941406,
232
+ "learning_rate": 2.499119879112636e-05,
233
+ "loss": 1.1874157190322876,
234
+ "step": 64
235
+ },
236
+ {
237
+ "epoch": 0.26294820717131473,
238
+ "grad_norm": 0.2792101204395294,
239
+ "learning_rate": 2.498802114093555e-05,
240
+ "loss": 1.3185009956359863,
241
+ "step": 66
242
+ },
243
+ {
244
+ "epoch": 0.27091633466135456,
245
+ "grad_norm": 2.6775331497192383,
246
+ "learning_rate": 2.498435499340046e-05,
247
+ "loss": 1.5893816947937012,
248
+ "step": 68
249
+ },
250
+ {
251
+ "epoch": 0.2788844621513944,
252
+ "grad_norm": 0.5143619775772095,
253
+ "learning_rate": 2.498020050788218e-05,
254
+ "loss": 1.6420989036560059,
255
+ "step": 70
256
+ },
257
+ {
258
+ "epoch": 0.2868525896414343,
259
+ "grad_norm": 0.6029499173164368,
260
+ "learning_rate": 2.4975557864969017e-05,
261
+ "loss": 0.9500645995140076,
262
+ "step": 72
263
+ },
264
+ {
265
+ "epoch": 0.2948207171314741,
266
+ "grad_norm": 0.6316478252410889,
267
+ "learning_rate": 2.497042726646862e-05,
268
+ "loss": 1.224064826965332,
269
+ "step": 74
270
+ },
271
+ {
272
+ "epoch": 0.30278884462151395,
273
+ "grad_norm": 0.3514266908168793,
274
+ "learning_rate": 2.496480893539924e-05,
275
+ "loss": 1.5448570251464844,
276
+ "step": 76
277
+ },
278
+ {
279
+ "epoch": 0.3107569721115538,
280
+ "grad_norm": 0.950763463973999,
281
+ "learning_rate": 2.4958703115980007e-05,
282
+ "loss": 1.0478010177612305,
283
+ "step": 78
284
+ },
285
+ {
286
+ "epoch": 0.3187250996015936,
287
+ "grad_norm": 0.2530899941921234,
288
+ "learning_rate": 2.4952110073620335e-05,
289
+ "loss": 0.9237808585166931,
290
+ "step": 80
291
+ },
292
+ {
293
+ "epoch": 0.32669322709163345,
294
+ "grad_norm": 0.32029739022254944,
295
+ "learning_rate": 2.4945030094908376e-05,
296
+ "loss": 1.4276543855667114,
297
+ "step": 82
298
+ },
299
+ {
300
+ "epoch": 0.3346613545816733,
301
+ "grad_norm": 0.5300575494766235,
302
+ "learning_rate": 2.493746348759856e-05,
303
+ "loss": 1.0075225830078125,
304
+ "step": 84
305
+ },
306
+ {
307
+ "epoch": 0.3426294820717131,
308
+ "grad_norm": 0.25728508830070496,
309
+ "learning_rate": 2.4929410580598218e-05,
310
+ "loss": 1.397177815437317,
311
+ "step": 86
312
+ },
313
+ {
314
+ "epoch": 0.350597609561753,
315
+ "grad_norm": 0.6185736060142517,
316
+ "learning_rate": 2.4920871723953288e-05,
317
+ "loss": 1.047032117843628,
318
+ "step": 88
319
+ },
320
+ {
321
+ "epoch": 0.35856573705179284,
322
+ "grad_norm": 0.3299442529678345,
323
+ "learning_rate": 2.4911847288833108e-05,
324
+ "loss": 1.3797515630722046,
325
+ "step": 90
326
+ },
327
+ {
328
+ "epoch": 0.3665338645418327,
329
+ "grad_norm": 1.0324299335479736,
330
+ "learning_rate": 2.4902337667514263e-05,
331
+ "loss": 1.2001453638076782,
332
+ "step": 92
333
+ },
334
+ {
335
+ "epoch": 0.3745019920318725,
336
+ "grad_norm": 0.26941925287246704,
337
+ "learning_rate": 2.4892343273363546e-05,
338
+ "loss": 1.2868791818618774,
339
+ "step": 94
340
+ },
341
+ {
342
+ "epoch": 0.38247011952191234,
343
+ "grad_norm": 1.6706314086914062,
344
+ "learning_rate": 2.4881864540819994e-05,
345
+ "loss": 1.144903302192688,
346
+ "step": 96
347
+ },
348
+ {
349
+ "epoch": 0.3904382470119522,
350
+ "grad_norm": 0.698556125164032,
351
+ "learning_rate": 2.487090192537598e-05,
352
+ "loss": 1.2919436693191528,
353
+ "step": 98
354
+ },
355
+ {
356
+ "epoch": 0.398406374501992,
357
+ "grad_norm": 0.25945818424224854,
358
+ "learning_rate": 2.485945590355744e-05,
359
+ "loss": 0.9402350187301636,
360
+ "step": 100
361
+ },
362
+ {
363
+ "epoch": 0.4063745019920319,
364
+ "grad_norm": 1.8866931200027466,
365
+ "learning_rate": 2.4847526972903148e-05,
366
+ "loss": 1.2891254425048828,
367
+ "step": 102
368
+ },
369
+ {
370
+ "epoch": 0.41434262948207173,
371
+ "grad_norm": 0.2679593563079834,
372
+ "learning_rate": 2.4835115651943096e-05,
373
+ "loss": 0.8440443873405457,
374
+ "step": 104
375
+ },
376
+ {
377
+ "epoch": 0.42231075697211157,
378
+ "grad_norm": 1.1126761436462402,
379
+ "learning_rate": 2.482222248017593e-05,
380
+ "loss": 0.7792216539382935,
381
+ "step": 106
382
+ },
383
+ {
384
+ "epoch": 0.4302788844621514,
385
+ "grad_norm": 0.40202105045318604,
386
+ "learning_rate": 2.4808848018045546e-05,
387
+ "loss": 1.046218752861023,
388
+ "step": 108
389
+ },
390
+ {
391
+ "epoch": 0.43824701195219123,
392
+ "grad_norm": 0.29720884561538696,
393
+ "learning_rate": 2.4794992846916674e-05,
394
+ "loss": 1.3036984205245972,
395
+ "step": 110
396
+ },
397
+ {
398
+ "epoch": 0.44621513944223107,
399
+ "grad_norm": 0.3472993075847626,
400
+ "learning_rate": 2.478065756904964e-05,
401
+ "loss": 0.9472295641899109,
402
+ "step": 112
403
+ },
404
+ {
405
+ "epoch": 0.4541832669322709,
406
+ "grad_norm": 0.4952745735645294,
407
+ "learning_rate": 2.476584280757419e-05,
408
+ "loss": 1.2006454467773438,
409
+ "step": 114
410
+ },
411
+ {
412
+ "epoch": 0.46215139442231074,
413
+ "grad_norm": 0.380439430475235,
414
+ "learning_rate": 2.4750549206462377e-05,
415
+ "loss": 1.2998346090316772,
416
+ "step": 116
417
+ },
418
+ {
419
+ "epoch": 0.4701195219123506,
420
+ "grad_norm": 0.39273232221603394,
421
+ "learning_rate": 2.4734777430500595e-05,
422
+ "loss": 1.3684892654418945,
423
+ "step": 118
424
+ },
425
+ {
426
+ "epoch": 0.47808764940239046,
427
+ "grad_norm": 0.3348349928855896,
428
+ "learning_rate": 2.4718528165260672e-05,
429
+ "loss": 1.2450612783432007,
430
+ "step": 120
431
+ },
432
+ {
433
+ "epoch": 0.4860557768924303,
434
+ "grad_norm": 0.788051962852478,
435
+ "learning_rate": 2.4701802117070067e-05,
436
+ "loss": 1.0636615753173828,
437
+ "step": 122
438
+ },
439
+ {
440
+ "epoch": 0.4940239043824701,
441
+ "grad_norm": 1.3081300258636475,
442
+ "learning_rate": 2.4684600012981167e-05,
443
+ "loss": 1.0938397645950317,
444
+ "step": 124
445
+ },
446
+ {
447
+ "epoch": 0.50199203187251,
448
+ "grad_norm": 2.2981116771698,
449
+ "learning_rate": 2.4666922600739686e-05,
450
+ "loss": 0.967792809009552,
451
+ "step": 126
452
+ },
453
+ {
454
+ "epoch": 0.5099601593625498,
455
+ "grad_norm": 0.32456639409065247,
456
+ "learning_rate": 2.464877064875217e-05,
457
+ "loss": 1.3107523918151855,
458
+ "step": 128
459
+ },
460
+ {
461
+ "epoch": 0.5179282868525896,
462
+ "grad_norm": 0.3772982954978943,
463
+ "learning_rate": 2.463014494605258e-05,
464
+ "loss": 0.9880162477493286,
465
+ "step": 130
466
+ },
467
+ {
468
+ "epoch": 0.5258964143426295,
469
+ "grad_norm": 0.4235079288482666,
470
+ "learning_rate": 2.4611046302267994e-05,
471
+ "loss": 0.9253523945808411,
472
+ "step": 132
473
+ },
474
+ {
475
+ "epoch": 0.5338645418326693,
476
+ "grad_norm": 0.4231255054473877,
477
+ "learning_rate": 2.4591475547583437e-05,
478
+ "loss": 0.9504383206367493,
479
+ "step": 134
480
+ },
481
+ {
482
+ "epoch": 0.5418326693227091,
483
+ "grad_norm": 0.6800777912139893,
484
+ "learning_rate": 2.4571433532705763e-05,
485
+ "loss": 1.408877968788147,
486
+ "step": 136
487
+ },
488
+ {
489
+ "epoch": 0.549800796812749,
490
+ "grad_norm": 0.7125083208084106,
491
+ "learning_rate": 2.45509211288267e-05,
492
+ "loss": 1.0226997137069702,
493
+ "step": 138
494
+ },
495
+ {
496
+ "epoch": 0.5577689243027888,
497
+ "grad_norm": 1.0820659399032593,
498
+ "learning_rate": 2.452993922758498e-05,
499
+ "loss": 1.1290892362594604,
500
+ "step": 140
501
+ },
502
+ {
503
+ "epoch": 0.5657370517928287,
504
+ "grad_norm": 0.32195162773132324,
505
+ "learning_rate": 2.450848874102755e-05,
506
+ "loss": 1.0651096105575562,
507
+ "step": 142
508
+ },
509
+ {
510
+ "epoch": 0.5737051792828686,
511
+ "grad_norm": 0.42358705401420593,
512
+ "learning_rate": 2.4486570601569977e-05,
513
+ "loss": 1.2509379386901855,
514
+ "step": 144
515
+ },
516
+ {
517
+ "epoch": 0.5816733067729084,
518
+ "grad_norm": 0.49886709451675415,
519
+ "learning_rate": 2.446418576195587e-05,
520
+ "loss": 1.1880295276641846,
521
+ "step": 146
522
+ },
523
+ {
524
+ "epoch": 0.5896414342629482,
525
+ "grad_norm": 0.6109864115715027,
526
+ "learning_rate": 2.4441335195215505e-05,
527
+ "loss": 1.3319215774536133,
528
+ "step": 148
529
+ },
530
+ {
531
+ "epoch": 0.5976095617529881,
532
+ "grad_norm": 0.5601715445518494,
533
+ "learning_rate": 2.441801989462349e-05,
534
+ "loss": 1.0226577520370483,
535
+ "step": 150
536
+ },
537
+ {
538
+ "epoch": 0.6055776892430279,
539
+ "grad_norm": 0.495827853679657,
540
+ "learning_rate": 2.439424087365563e-05,
541
+ "loss": 1.0290615558624268,
542
+ "step": 152
543
+ },
544
+ {
545
+ "epoch": 0.6135458167330677,
546
+ "grad_norm": 0.7617877125740051,
547
+ "learning_rate": 2.4369999165944833e-05,
548
+ "loss": 1.1918120384216309,
549
+ "step": 154
550
+ },
551
+ {
552
+ "epoch": 0.6215139442231076,
553
+ "grad_norm": 4.383106231689453,
554
+ "learning_rate": 2.4345295825236227e-05,
555
+ "loss": 1.454586148262024,
556
+ "step": 156
557
+ },
558
+ {
559
+ "epoch": 0.6294820717131474,
560
+ "grad_norm": 1.0111958980560303,
561
+ "learning_rate": 2.4320131925341295e-05,
562
+ "loss": 1.2641454935073853,
563
+ "step": 158
564
+ },
565
+ {
566
+ "epoch": 0.6374501992031872,
567
+ "grad_norm": 0.3744335174560547,
568
+ "learning_rate": 2.429450856009125e-05,
569
+ "loss": 1.1201077699661255,
570
+ "step": 160
571
+ },
572
+ {
573
+ "epoch": 0.6454183266932271,
574
+ "grad_norm": 0.2399037629365921,
575
+ "learning_rate": 2.426842684328948e-05,
576
+ "loss": 0.8693634867668152,
577
+ "step": 162
578
+ },
579
+ {
580
+ "epoch": 0.6533864541832669,
581
+ "grad_norm": 0.3195260465145111,
582
+ "learning_rate": 2.4241887908663095e-05,
583
+ "loss": 1.2242621183395386,
584
+ "step": 164
585
+ },
586
+ {
587
+ "epoch": 0.6613545816733067,
588
+ "grad_norm": 0.3846421241760254,
589
+ "learning_rate": 2.4214892909813697e-05,
590
+ "loss": 0.9046586751937866,
591
+ "step": 166
592
+ },
593
+ {
594
+ "epoch": 0.6693227091633466,
595
+ "grad_norm": 0.4162372946739197,
596
+ "learning_rate": 2.4187443020167196e-05,
597
+ "loss": 1.2568726539611816,
598
+ "step": 168
599
+ },
600
+ {
601
+ "epoch": 0.6772908366533864,
602
+ "grad_norm": 4.051391124725342,
603
+ "learning_rate": 2.4159539432922827e-05,
604
+ "loss": 1.0550285577774048,
605
+ "step": 170
606
+ },
607
+ {
608
+ "epoch": 0.6852589641434262,
609
+ "grad_norm": 0.3953443467617035,
610
+ "learning_rate": 2.4131183361001265e-05,
611
+ "loss": 0.9443556666374207,
612
+ "step": 172
613
+ },
614
+ {
615
+ "epoch": 0.6932270916334662,
616
+ "grad_norm": 0.35415229201316833,
617
+ "learning_rate": 2.4102376036991927e-05,
618
+ "loss": 1.2645931243896484,
619
+ "step": 174
620
+ },
621
+ {
622
+ "epoch": 0.701195219123506,
623
+ "grad_norm": 1.9177939891815186,
624
+ "learning_rate": 2.407311871309937e-05,
625
+ "loss": 0.8933344483375549,
626
+ "step": 176
627
+ },
628
+ {
629
+ "epoch": 0.7091633466135459,
630
+ "grad_norm": 0.7749300599098206,
631
+ "learning_rate": 2.404341266108886e-05,
632
+ "loss": 1.0225528478622437,
633
+ "step": 178
634
+ },
635
+ {
636
+ "epoch": 0.7171314741035857,
637
+ "grad_norm": 0.9419974684715271,
638
+ "learning_rate": 2.4013259172231106e-05,
639
+ "loss": 1.1758071184158325,
640
+ "step": 180
641
+ },
642
+ {
643
+ "epoch": 0.7250996015936255,
644
+ "grad_norm": 0.22870370745658875,
645
+ "learning_rate": 2.3982659557246125e-05,
646
+ "loss": 0.5740191340446472,
647
+ "step": 182
648
+ },
649
+ {
650
+ "epoch": 0.7330677290836654,
651
+ "grad_norm": 0.319692999124527,
652
+ "learning_rate": 2.395161514624626e-05,
653
+ "loss": 1.4750192165374756,
654
+ "step": 184
655
+ },
656
+ {
657
+ "epoch": 0.7410358565737052,
658
+ "grad_norm": 0.7873232960700989,
659
+ "learning_rate": 2.3920127288678375e-05,
660
+ "loss": 1.350590705871582,
661
+ "step": 186
662
+ },
663
+ {
664
+ "epoch": 0.749003984063745,
665
+ "grad_norm": 0.4544673562049866,
666
+ "learning_rate": 2.3888197353265175e-05,
667
+ "loss": 1.1976053714752197,
668
+ "step": 188
669
+ },
670
+ {
671
+ "epoch": 0.7569721115537849,
672
+ "grad_norm": 0.7830284833908081,
673
+ "learning_rate": 2.385582672794574e-05,
674
+ "loss": 0.9791259765625,
675
+ "step": 190
676
+ },
677
+ {
678
+ "epoch": 0.7649402390438247,
679
+ "grad_norm": 0.6947764158248901,
680
+ "learning_rate": 2.3823016819815176e-05,
681
+ "loss": 1.3110116720199585,
682
+ "step": 192
683
+ },
684
+ {
685
+ "epoch": 0.7729083665338645,
686
+ "grad_norm": 0.5548290610313416,
687
+ "learning_rate": 2.378976905506344e-05,
688
+ "loss": 0.9962631464004517,
689
+ "step": 194
690
+ },
691
+ {
692
+ "epoch": 0.7808764940239044,
693
+ "grad_norm": 1.9333361387252808,
694
+ "learning_rate": 2.3756084878913367e-05,
695
+ "loss": 0.7299926280975342,
696
+ "step": 196
697
+ },
698
+ {
699
+ "epoch": 0.7888446215139442,
700
+ "grad_norm": 0.6085161566734314,
701
+ "learning_rate": 2.372196575555785e-05,
702
+ "loss": 0.8126811981201172,
703
+ "step": 198
704
+ },
705
+ {
706
+ "epoch": 0.796812749003984,
707
+ "grad_norm": 1.438844919204712,
708
+ "learning_rate": 2.3687413168096174e-05,
709
+ "loss": 1.1386101245880127,
710
+ "step": 200
711
+ },
712
+ {
713
+ "epoch": 0.8047808764940239,
714
+ "grad_norm": 0.176991268992424,
715
+ "learning_rate": 2.365242861846956e-05,
716
+ "loss": 1.0891478061676025,
717
+ "step": 202
718
+ },
719
+ {
720
+ "epoch": 0.8127490039840638,
721
+ "grad_norm": 0.6198769211769104,
722
+ "learning_rate": 2.361701362739588e-05,
723
+ "loss": 1.6056677103042603,
724
+ "step": 204
725
+ },
726
+ {
727
+ "epoch": 0.8207171314741036,
728
+ "grad_norm": 0.5717342495918274,
729
+ "learning_rate": 2.3581169734303547e-05,
730
+ "loss": 1.2705366611480713,
731
+ "step": 206
732
+ },
733
+ {
734
+ "epoch": 0.8286852589641435,
735
+ "grad_norm": 0.3315287232398987,
736
+ "learning_rate": 2.3544898497264617e-05,
737
+ "loss": 0.6427626013755798,
738
+ "step": 208
739
+ },
740
+ {
741
+ "epoch": 0.8366533864541833,
742
+ "grad_norm": 0.5869395136833191,
743
+ "learning_rate": 2.3508201492927025e-05,
744
+ "loss": 1.3021904230117798,
745
+ "step": 210
746
+ },
747
+ {
748
+ "epoch": 0.8446215139442231,
749
+ "grad_norm": 0.9014328718185425,
750
+ "learning_rate": 2.3471080316446093e-05,
751
+ "loss": 1.2499291896820068,
752
+ "step": 212
753
+ },
754
+ {
755
+ "epoch": 0.852589641434263,
756
+ "grad_norm": 0.39842960238456726,
757
+ "learning_rate": 2.3433536581415162e-05,
758
+ "loss": 0.9948866963386536,
759
+ "step": 214
760
+ },
761
+ {
762
+ "epoch": 0.8605577689243028,
763
+ "grad_norm": 1.6447372436523438,
764
+ "learning_rate": 2.3395571919795477e-05,
765
+ "loss": 1.4756721258163452,
766
+ "step": 216
767
+ },
768
+ {
769
+ "epoch": 0.8685258964143426,
770
+ "grad_norm": 0.4688930809497833,
771
+ "learning_rate": 2.335718798184521e-05,
772
+ "loss": 1.0991026163101196,
773
+ "step": 218
774
+ },
775
+ {
776
+ "epoch": 0.8764940239043825,
777
+ "grad_norm": 0.4185577630996704,
778
+ "learning_rate": 2.331838643604777e-05,
779
+ "loss": 1.2656034231185913,
780
+ "step": 220
781
+ },
782
+ {
783
+ "epoch": 0.8844621513944223,
784
+ "grad_norm": 0.5186870694160461,
785
+ "learning_rate": 2.3279168969039253e-05,
786
+ "loss": 1.530430555343628,
787
+ "step": 222
788
+ },
789
+ {
790
+ "epoch": 0.8924302788844621,
791
+ "grad_norm": 0.35704922676086426,
792
+ "learning_rate": 2.3239537285535126e-05,
793
+ "loss": 0.7939154505729675,
794
+ "step": 224
795
+ },
796
+ {
797
+ "epoch": 0.900398406374502,
798
+ "grad_norm": 0.2659592926502228,
799
+ "learning_rate": 2.319949310825613e-05,
800
+ "loss": 1.0852367877960205,
801
+ "step": 226
802
+ },
803
+ {
804
+ "epoch": 0.9083665338645418,
805
+ "grad_norm": 0.4553312659263611,
806
+ "learning_rate": 2.3159038177853402e-05,
807
+ "loss": 1.1500097513198853,
808
+ "step": 228
809
+ },
810
+ {
811
+ "epoch": 0.9163346613545816,
812
+ "grad_norm": 1.1017969846725464,
813
+ "learning_rate": 2.311817425283281e-05,
814
+ "loss": 1.2199984788894653,
815
+ "step": 230
816
+ },
817
+ {
818
+ "epoch": 0.9243027888446215,
819
+ "grad_norm": 0.45185157656669617,
820
+ "learning_rate": 2.30769031094785e-05,
821
+ "loss": 1.3661251068115234,
822
+ "step": 232
823
+ },
824
+ {
825
+ "epoch": 0.9322709163346613,
826
+ "grad_norm": 0.44691282510757446,
827
+ "learning_rate": 2.3035226541775707e-05,
828
+ "loss": 0.8792702555656433,
829
+ "step": 234
830
+ },
831
+ {
832
+ "epoch": 0.9402390438247012,
833
+ "grad_norm": 0.3235927224159241,
834
+ "learning_rate": 2.2993146361332747e-05,
835
+ "loss": 0.8648804426193237,
836
+ "step": 236
837
+ },
838
+ {
839
+ "epoch": 0.9482071713147411,
840
+ "grad_norm": 0.4361308217048645,
841
+ "learning_rate": 2.295066439730229e-05,
842
+ "loss": 0.6265156269073486,
843
+ "step": 238
844
+ },
845
+ {
846
+ "epoch": 0.9561752988047809,
847
+ "grad_norm": 1.0246118307113647,
848
+ "learning_rate": 2.290778249630185e-05,
849
+ "loss": 0.8974942564964294,
850
+ "step": 240
851
+ },
852
+ {
853
+ "epoch": 0.9641434262948207,
854
+ "grad_norm": 0.8501946330070496,
855
+ "learning_rate": 2.286450252233351e-05,
856
+ "loss": 1.1724505424499512,
857
+ "step": 242
858
+ },
859
+ {
860
+ "epoch": 0.9721115537848606,
861
+ "grad_norm": 0.4002952575683594,
862
+ "learning_rate": 2.2820826356702885e-05,
863
+ "loss": 1.2344274520874023,
864
+ "step": 244
865
+ },
866
+ {
867
+ "epoch": 0.9800796812749004,
868
+ "grad_norm": 0.7706432342529297,
869
+ "learning_rate": 2.2776755897937356e-05,
870
+ "loss": 1.0097391605377197,
871
+ "step": 246
872
+ },
873
+ {
874
+ "epoch": 0.9880478087649402,
875
+ "grad_norm": 0.33801567554473877,
876
+ "learning_rate": 2.2732293061703565e-05,
877
+ "loss": 1.0792330503463745,
878
+ "step": 248
879
+ },
880
+ {
881
+ "epoch": 0.9960159362549801,
882
+ "grad_norm": 2.0120701789855957,
883
+ "learning_rate": 2.2687439780724104e-05,
884
+ "loss": 1.0766074657440186,
885
+ "step": 250
886
+ },
887
+ {
888
+ "epoch": 1.00398406374502,
889
+ "grad_norm": 0.3848106563091278,
890
+ "learning_rate": 2.264219800469353e-05,
891
+ "loss": 0.9873009324073792,
892
+ "step": 252
893
+ },
894
+ {
895
+ "epoch": 1.0119521912350598,
896
+ "grad_norm": 0.36586278676986694,
897
+ "learning_rate": 2.2596569700193604e-05,
898
+ "loss": 0.6772463917732239,
899
+ "step": 254
900
+ },
901
+ {
902
+ "epoch": 1.0199203187250996,
903
+ "grad_norm": 0.49873465299606323,
904
+ "learning_rate": 2.255055685060782e-05,
905
+ "loss": 1.0441770553588867,
906
+ "step": 256
907
+ },
908
+ {
909
+ "epoch": 1.0278884462151394,
910
+ "grad_norm": 0.4037606120109558,
911
+ "learning_rate": 2.2504161456035167e-05,
912
+ "loss": 1.0247764587402344,
913
+ "step": 258
914
+ },
915
+ {
916
+ "epoch": 1.0358565737051793,
917
+ "grad_norm": 0.43454790115356445,
918
+ "learning_rate": 2.2457385533203227e-05,
919
+ "loss": 0.9123398661613464,
920
+ "step": 260
921
+ },
922
+ {
923
+ "epoch": 1.043824701195219,
924
+ "grad_norm": 0.5795056819915771,
925
+ "learning_rate": 2.2410231115380456e-05,
926
+ "loss": 0.9118765592575073,
927
+ "step": 262
928
+ },
929
+ {
930
+ "epoch": 1.051792828685259,
931
+ "grad_norm": 0.5023526549339294,
932
+ "learning_rate": 2.236270025228786e-05,
933
+ "loss": 1.0351191759109497,
934
+ "step": 264
935
+ },
936
+ {
937
+ "epoch": 1.0597609561752988,
938
+ "grad_norm": 0.3814879059791565,
939
+ "learning_rate": 2.2314795010009854e-05,
940
+ "loss": 0.647515058517456,
941
+ "step": 266
942
+ },
943
+ {
944
+ "epoch": 1.0677290836653386,
945
+ "grad_norm": 0.22013379633426666,
946
+ "learning_rate": 2.2266517470904478e-05,
947
+ "loss": 0.8579058647155762,
948
+ "step": 268
949
+ },
950
+ {
951
+ "epoch": 1.0756972111553784,
952
+ "grad_norm": 0.2437354475259781,
953
+ "learning_rate": 2.2217869733512865e-05,
954
+ "loss": 0.5969091057777405,
955
+ "step": 270
956
+ },
957
+ {
958
+ "epoch": 1.0836653386454183,
959
+ "grad_norm": 0.4381161630153656,
960
+ "learning_rate": 2.216885391246803e-05,
961
+ "loss": 1.1901330947875977,
962
+ "step": 272
963
+ },
964
+ {
965
+ "epoch": 1.091633466135458,
966
+ "grad_norm": 0.6550458669662476,
967
+ "learning_rate": 2.2119472138402948e-05,
968
+ "loss": 0.7100527882575989,
969
+ "step": 274
970
+ },
971
+ {
972
+ "epoch": 1.099601593625498,
973
+ "grad_norm": 0.3357766270637512,
974
+ "learning_rate": 2.206972655785793e-05,
975
+ "loss": 0.7771211266517639,
976
+ "step": 276
977
+ },
978
+ {
979
+ "epoch": 1.1075697211155378,
980
+ "grad_norm": 0.39857205748558044,
981
+ "learning_rate": 2.2019619333187346e-05,
982
+ "loss": 0.737285315990448,
983
+ "step": 278
984
+ },
985
+ {
986
+ "epoch": 1.1155378486055776,
987
+ "grad_norm": 1.949383020401001,
988
+ "learning_rate": 2.196915264246559e-05,
989
+ "loss": 1.027347207069397,
990
+ "step": 280
991
+ },
992
+ {
993
+ "epoch": 1.1235059760956174,
994
+ "grad_norm": 0.58866947889328,
995
+ "learning_rate": 2.1918328679392438e-05,
996
+ "loss": 1.0846821069717407,
997
+ "step": 282
998
+ },
999
+ {
1000
+ "epoch": 1.1314741035856573,
1001
+ "grad_norm": 0.5925541520118713,
1002
+ "learning_rate": 2.186714965319767e-05,
1003
+ "loss": 1.1215362548828125,
1004
+ "step": 284
1005
+ },
1006
+ {
1007
+ "epoch": 1.139442231075697,
1008
+ "grad_norm": 1.182293176651001,
1009
+ "learning_rate": 2.1815617788545043e-05,
1010
+ "loss": 0.42030107975006104,
1011
+ "step": 286
1012
+ },
1013
+ {
1014
+ "epoch": 1.1474103585657371,
1015
+ "grad_norm": 0.1760035902261734,
1016
+ "learning_rate": 2.1763735325435597e-05,
1017
+ "loss": 0.6199245452880859,
1018
+ "step": 288
1019
+ },
1020
+ {
1021
+ "epoch": 1.155378486055777,
1022
+ "grad_norm": 0.8143728375434875,
1023
+ "learning_rate": 2.1711504519110282e-05,
1024
+ "loss": 0.8853223323822021,
1025
+ "step": 290
1026
+ },
1027
+ {
1028
+ "epoch": 1.1633466135458168,
1029
+ "grad_norm": 0.44977709650993347,
1030
+ "learning_rate": 2.165892763995192e-05,
1031
+ "loss": 0.5433615446090698,
1032
+ "step": 292
1033
+ },
1034
+ {
1035
+ "epoch": 1.1713147410358566,
1036
+ "grad_norm": 0.2932179868221283,
1037
+ "learning_rate": 2.160600697338652e-05,
1038
+ "loss": 1.1232950687408447,
1039
+ "step": 294
1040
+ },
1041
+ {
1042
+ "epoch": 1.1792828685258965,
1043
+ "grad_norm": 0.3169727921485901,
1044
+ "learning_rate": 2.1552744819783953e-05,
1045
+ "loss": 1.1833813190460205,
1046
+ "step": 296
1047
+ },
1048
+ {
1049
+ "epoch": 1.1872509960159363,
1050
+ "grad_norm": 0.40002286434173584,
1051
+ "learning_rate": 2.1499143494357905e-05,
1052
+ "loss": 1.1253842115402222,
1053
+ "step": 298
1054
+ },
1055
+ {
1056
+ "epoch": 1.1952191235059761,
1057
+ "grad_norm": 0.7417656183242798,
1058
+ "learning_rate": 2.144520532706531e-05,
1059
+ "loss": 0.6202850937843323,
1060
+ "step": 300
1061
+ },
1062
+ {
1063
+ "epoch": 1.203187250996016,
1064
+ "grad_norm": 0.4357120990753174,
1065
+ "learning_rate": 2.1390932662505013e-05,
1066
+ "loss": 0.8437725901603699,
1067
+ "step": 302
1068
+ },
1069
+ {
1070
+ "epoch": 1.2111553784860558,
1071
+ "grad_norm": 0.43674275279045105,
1072
+ "learning_rate": 2.1336327859815892e-05,
1073
+ "loss": 0.5135228037834167,
1074
+ "step": 304
1075
+ },
1076
+ {
1077
+ "epoch": 1.2191235059760956,
1078
+ "grad_norm": 0.532661497592926,
1079
+ "learning_rate": 2.1281393292574287e-05,
1080
+ "loss": 1.096781849861145,
1081
+ "step": 306
1082
+ },
1083
+ {
1084
+ "epoch": 1.2270916334661355,
1085
+ "grad_norm": 0.8392455577850342,
1086
+ "learning_rate": 2.1226131348690828e-05,
1087
+ "loss": 0.8513472080230713,
1088
+ "step": 308
1089
+ },
1090
+ {
1091
+ "epoch": 1.2350597609561753,
1092
+ "grad_norm": 0.7447803616523743,
1093
+ "learning_rate": 2.1170544430306653e-05,
1094
+ "loss": 1.0444648265838623,
1095
+ "step": 310
1096
+ },
1097
+ {
1098
+ "epoch": 1.2430278884462151,
1099
+ "grad_norm": 0.4204055964946747,
1100
+ "learning_rate": 2.1114634953688967e-05,
1101
+ "loss": 0.9815379977226257,
1102
+ "step": 312
1103
+ },
1104
+ {
1105
+ "epoch": 1.250996015936255,
1106
+ "grad_norm": 0.5915699601173401,
1107
+ "learning_rate": 2.1058405349126034e-05,
1108
+ "loss": 0.844771683216095,
1109
+ "step": 314
1110
+ },
1111
+ {
1112
+ "epoch": 1.2589641434262948,
1113
+ "grad_norm": 0.8848176598548889,
1114
+ "learning_rate": 2.1001858060821527e-05,
1115
+ "loss": 0.7396162152290344,
1116
+ "step": 316
1117
+ },
1118
+ {
1119
+ "epoch": 1.2669322709163346,
1120
+ "grad_norm": 0.782599687576294,
1121
+ "learning_rate": 2.0944995546788275e-05,
1122
+ "loss": 0.6623770594596863,
1123
+ "step": 318
1124
+ },
1125
+ {
1126
+ "epoch": 1.2749003984063745,
1127
+ "grad_norm": 0.566226065158844,
1128
+ "learning_rate": 2.088782027874142e-05,
1129
+ "loss": 0.6006486415863037,
1130
+ "step": 320
1131
+ },
1132
+ {
1133
+ "epoch": 1.2828685258964143,
1134
+ "grad_norm": 1.0356029272079468,
1135
+ "learning_rate": 2.0830334741990995e-05,
1136
+ "loss": 0.9051658511161804,
1137
+ "step": 322
1138
+ },
1139
+ {
1140
+ "epoch": 1.2908366533864541,
1141
+ "grad_norm": 0.386123925447464,
1142
+ "learning_rate": 2.077254143533386e-05,
1143
+ "loss": 0.8423581719398499,
1144
+ "step": 324
1145
+ },
1146
+ {
1147
+ "epoch": 1.298804780876494,
1148
+ "grad_norm": 0.9391600489616394,
1149
+ "learning_rate": 2.0714442870945122e-05,
1150
+ "loss": 1.2191598415374756,
1151
+ "step": 326
1152
+ },
1153
+ {
1154
+ "epoch": 1.3067729083665338,
1155
+ "grad_norm": 0.22411197423934937,
1156
+ "learning_rate": 2.065604157426889e-05,
1157
+ "loss": 0.6406465172767639,
1158
+ "step": 328
1159
+ },
1160
+ {
1161
+ "epoch": 1.3147410358565736,
1162
+ "grad_norm": 0.40532219409942627,
1163
+ "learning_rate": 2.0597340083908537e-05,
1164
+ "loss": 0.6966909766197205,
1165
+ "step": 330
1166
+ },
1167
+ {
1168
+ "epoch": 1.3227091633466135,
1169
+ "grad_norm": 0.5293474197387695,
1170
+ "learning_rate": 2.053834095151633e-05,
1171
+ "loss": 0.8643190860748291,
1172
+ "step": 332
1173
+ },
1174
+ {
1175
+ "epoch": 1.3306772908366533,
1176
+ "grad_norm": 0.7702229022979736,
1177
+ "learning_rate": 2.0479046741682527e-05,
1178
+ "loss": 0.6109381914138794,
1179
+ "step": 334
1180
+ },
1181
+ {
1182
+ "epoch": 1.3386454183266931,
1183
+ "grad_norm": 0.6019669771194458,
1184
+ "learning_rate": 2.0419460031823886e-05,
1185
+ "loss": 0.8153576254844666,
1186
+ "step": 336
1187
+ },
1188
+ {
1189
+ "epoch": 1.3466135458167332,
1190
+ "grad_norm": 0.5080145001411438,
1191
+ "learning_rate": 2.0359583412071636e-05,
1192
+ "loss": 1.0472195148468018,
1193
+ "step": 338
1194
+ },
1195
+ {
1196
+ "epoch": 1.354581673306773,
1197
+ "grad_norm": 0.2602000832557678,
1198
+ "learning_rate": 2.0299419485158882e-05,
1199
+ "loss": 0.990772545337677,
1200
+ "step": 340
1201
+ },
1202
+ {
1203
+ "epoch": 1.3625498007968129,
1204
+ "grad_norm": 0.20945246517658234,
1205
+ "learning_rate": 2.0238970866307496e-05,
1206
+ "loss": 1.1070572137832642,
1207
+ "step": 342
1208
+ },
1209
+ {
1210
+ "epoch": 1.3705179282868527,
1211
+ "grad_norm": 0.31776490807533264,
1212
+ "learning_rate": 2.0178240183114393e-05,
1213
+ "loss": 1.0254907608032227,
1214
+ "step": 344
1215
+ },
1216
+ {
1217
+ "epoch": 1.3784860557768925,
1218
+ "grad_norm": 0.6745681166648865,
1219
+ "learning_rate": 2.0117230075437344e-05,
1220
+ "loss": 0.6767964363098145,
1221
+ "step": 346
1222
+ },
1223
+ {
1224
+ "epoch": 1.3864541832669324,
1225
+ "grad_norm": 0.250434547662735,
1226
+ "learning_rate": 2.005594319528022e-05,
1227
+ "loss": 1.0467485189437866,
1228
+ "step": 348
1229
+ },
1230
+ {
1231
+ "epoch": 1.3944223107569722,
1232
+ "grad_norm": 0.2523025870323181,
1233
+ "learning_rate": 1.999438220667772e-05,
1234
+ "loss": 0.617721676826477,
1235
+ "step": 350
1236
+ },
1237
+ {
1238
+ "epoch": 1.402390438247012,
1239
+ "grad_norm": 0.25256848335266113,
1240
+ "learning_rate": 1.9932549785579548e-05,
1241
+ "loss": 1.072009563446045,
1242
+ "step": 352
1243
+ },
1244
+ {
1245
+ "epoch": 1.4103585657370519,
1246
+ "grad_norm": 0.3956409990787506,
1247
+ "learning_rate": 1.987044861973413e-05,
1248
+ "loss": 1.0613605976104736,
1249
+ "step": 354
1250
+ },
1251
+ {
1252
+ "epoch": 1.4183266932270917,
1253
+ "grad_norm": 0.32173997163772583,
1254
+ "learning_rate": 1.980808140857173e-05,
1255
+ "loss": 0.8194036483764648,
1256
+ "step": 356
1257
+ },
1258
+ {
1259
+ "epoch": 1.4262948207171315,
1260
+ "grad_norm": 0.9387481808662415,
1261
+ "learning_rate": 1.9745450863087185e-05,
1262
+ "loss": 1.1056541204452515,
1263
+ "step": 358
1264
+ },
1265
+ {
1266
+ "epoch": 1.4342629482071714,
1267
+ "grad_norm": 0.5239622592926025,
1268
+ "learning_rate": 1.9682559705721985e-05,
1269
+ "loss": 0.5867342352867126,
1270
+ "step": 360
1271
+ },
1272
+ {
1273
+ "epoch": 1.4422310756972112,
1274
+ "grad_norm": 0.32403695583343506,
1275
+ "learning_rate": 1.9619410670245968e-05,
1276
+ "loss": 0.6357664465904236,
1277
+ "step": 362
1278
+ },
1279
+ {
1280
+ "epoch": 1.450199203187251,
1281
+ "grad_norm": 0.37655097246170044,
1282
+ "learning_rate": 1.9556006501638512e-05,
1283
+ "loss": 1.0264805555343628,
1284
+ "step": 364
1285
+ },
1286
+ {
1287
+ "epoch": 1.4581673306772909,
1288
+ "grad_norm": 0.26585426926612854,
1289
+ "learning_rate": 1.9492349955969174e-05,
1290
+ "loss": 1.0221697092056274,
1291
+ "step": 366
1292
+ },
1293
+ {
1294
+ "epoch": 1.4661354581673307,
1295
+ "grad_norm": 0.7691898941993713,
1296
+ "learning_rate": 1.9428443800277907e-05,
1297
+ "loss": 0.5706173181533813,
1298
+ "step": 368
1299
+ },
1300
+ {
1301
+ "epoch": 1.4741035856573705,
1302
+ "grad_norm": 0.413251131772995,
1303
+ "learning_rate": 1.9364290812454778e-05,
1304
+ "loss": 0.6572546362876892,
1305
+ "step": 370
1306
+ },
1307
+ {
1308
+ "epoch": 1.4820717131474104,
1309
+ "grad_norm": 0.8349089622497559,
1310
+ "learning_rate": 1.9299893781119227e-05,
1311
+ "loss": 1.2169642448425293,
1312
+ "step": 372
1313
+ },
1314
+ {
1315
+ "epoch": 1.4900398406374502,
1316
+ "grad_norm": 0.2802586853504181,
1317
+ "learning_rate": 1.9235255505498843e-05,
1318
+ "loss": 0.9851334691047668,
1319
+ "step": 374
1320
+ },
1321
+ {
1322
+ "epoch": 1.49800796812749,
1323
+ "grad_norm": 0.22245906293392181,
1324
+ "learning_rate": 1.9170378795307676e-05,
1325
+ "loss": 1.0062472820281982,
1326
+ "step": 376
1327
+ },
1328
+ {
1329
+ "epoch": 1.5059760956175299,
1330
+ "grad_norm": 1.4086861610412598,
1331
+ "learning_rate": 1.9105266470624128e-05,
1332
+ "loss": 0.8641257882118225,
1333
+ "step": 378
1334
+ },
1335
+ {
1336
+ "epoch": 1.5139442231075697,
1337
+ "grad_norm": 0.335869699716568,
1338
+ "learning_rate": 1.9039921361768342e-05,
1339
+ "loss": 1.0744060277938843,
1340
+ "step": 380
1341
+ },
1342
+ {
1343
+ "epoch": 1.5219123505976095,
1344
+ "grad_norm": 0.27242788672447205,
1345
+ "learning_rate": 1.897434630917921e-05,
1346
+ "loss": 0.6748390197753906,
1347
+ "step": 382
1348
+ },
1349
+ {
1350
+ "epoch": 1.5298804780876494,
1351
+ "grad_norm": 0.34286174178123474,
1352
+ "learning_rate": 1.8908544163290846e-05,
1353
+ "loss": 0.6672536134719849,
1354
+ "step": 384
1355
+ },
1356
+ {
1357
+ "epoch": 1.5378486055776892,
1358
+ "grad_norm": 1.9025431871414185,
1359
+ "learning_rate": 1.8842517784408743e-05,
1360
+ "loss": 0.9685118794441223,
1361
+ "step": 386
1362
+ },
1363
+ {
1364
+ "epoch": 1.545816733067729,
1365
+ "grad_norm": 0.5212134122848511,
1366
+ "learning_rate": 1.877627004258541e-05,
1367
+ "loss": 1.0655114650726318,
1368
+ "step": 388
1369
+ },
1370
+ {
1371
+ "epoch": 1.5537848605577689,
1372
+ "grad_norm": 0.5611221194267273,
1373
+ "learning_rate": 1.8709803817495617e-05,
1374
+ "loss": 0.6233720183372498,
1375
+ "step": 390
1376
+ },
1377
+ {
1378
+ "epoch": 1.5617529880478087,
1379
+ "grad_norm": 0.7503693103790283,
1380
+ "learning_rate": 1.8643121998311218e-05,
1381
+ "loss": 0.542980432510376,
1382
+ "step": 392
1383
+ },
1384
+ {
1385
+ "epoch": 1.5697211155378485,
1386
+ "grad_norm": 0.5970079302787781,
1387
+ "learning_rate": 1.857622748357558e-05,
1388
+ "loss": 1.1312108039855957,
1389
+ "step": 394
1390
+ },
1391
+ {
1392
+ "epoch": 1.5776892430278884,
1393
+ "grad_norm": 0.661026656627655,
1394
+ "learning_rate": 1.8509123181077567e-05,
1395
+ "loss": 0.9834690690040588,
1396
+ "step": 396
1397
+ },
1398
+ {
1399
+ "epoch": 1.5856573705179282,
1400
+ "grad_norm": 0.21081377565860748,
1401
+ "learning_rate": 1.844181200772517e-05,
1402
+ "loss": 1.0674799680709839,
1403
+ "step": 398
1404
+ },
1405
+ {
1406
+ "epoch": 1.593625498007968,
1407
+ "grad_norm": 0.33451369404792786,
1408
+ "learning_rate": 1.8374296889418683e-05,
1409
+ "loss": 0.5782875418663025,
1410
+ "step": 400
1411
+ },
1412
+ {
1413
+ "epoch": 1.6015936254980079,
1414
+ "grad_norm": 0.490013062953949,
1415
+ "learning_rate": 1.8306580760923538e-05,
1416
+ "loss": 1.0008902549743652,
1417
+ "step": 402
1418
+ },
1419
+ {
1420
+ "epoch": 1.6095617529880477,
1421
+ "grad_norm": 0.2503955662250519,
1422
+ "learning_rate": 1.823866656574274e-05,
1423
+ "loss": 1.1085338592529297,
1424
+ "step": 404
1425
+ },
1426
+ {
1427
+ "epoch": 1.6175298804780875,
1428
+ "grad_norm": 0.9677779078483582,
1429
+ "learning_rate": 1.8170557255988906e-05,
1430
+ "loss": 0.7185835242271423,
1431
+ "step": 406
1432
+ },
1433
+ {
1434
+ "epoch": 1.6254980079681274,
1435
+ "grad_norm": 0.33572229743003845,
1436
+ "learning_rate": 1.810225579225593e-05,
1437
+ "loss": 0.5569627285003662,
1438
+ "step": 408
1439
+ },
1440
+ {
1441
+ "epoch": 1.6334661354581672,
1442
+ "grad_norm": 0.26946014165878296,
1443
+ "learning_rate": 1.8033765143490337e-05,
1444
+ "loss": 0.6784675717353821,
1445
+ "step": 410
1446
+ },
1447
+ {
1448
+ "epoch": 1.641434262948207,
1449
+ "grad_norm": 0.482138454914093,
1450
+ "learning_rate": 1.7965088286862177e-05,
1451
+ "loss": 0.48974257707595825,
1452
+ "step": 412
1453
+ },
1454
+ {
1455
+ "epoch": 1.6494023904382469,
1456
+ "grad_norm": 0.2134891152381897,
1457
+ "learning_rate": 1.7896228207635643e-05,
1458
+ "loss": 0.7183177471160889,
1459
+ "step": 414
1460
+ },
1461
+ {
1462
+ "epoch": 1.6573705179282867,
1463
+ "grad_norm": 0.39308246970176697,
1464
+ "learning_rate": 1.782718789903929e-05,
1465
+ "loss": 0.7660385370254517,
1466
+ "step": 416
1467
+ },
1468
+ {
1469
+ "epoch": 1.6653386454183265,
1470
+ "grad_norm": 0.41467955708503723,
1471
+ "learning_rate": 1.775797036213594e-05,
1472
+ "loss": 0.8051981925964355,
1473
+ "step": 418
1474
+ },
1475
+ {
1476
+ "epoch": 1.6733067729083664,
1477
+ "grad_norm": 0.3546353280544281,
1478
+ "learning_rate": 1.768857860569222e-05,
1479
+ "loss": 1.0917823314666748,
1480
+ "step": 420
1481
+ },
1482
+ {
1483
+ "epoch": 1.6812749003984062,
1484
+ "grad_norm": 0.2528360188007355,
1485
+ "learning_rate": 1.761901564604777e-05,
1486
+ "loss": 0.9082453846931458,
1487
+ "step": 422
1488
+ },
1489
+ {
1490
+ "epoch": 1.6892430278884463,
1491
+ "grad_norm": 0.5713571906089783,
1492
+ "learning_rate": 1.7549284506984155e-05,
1493
+ "loss": 0.6437570452690125,
1494
+ "step": 424
1495
+ },
1496
+ {
1497
+ "epoch": 1.697211155378486,
1498
+ "grad_norm": 0.2368750423192978,
1499
+ "learning_rate": 1.7479388219593398e-05,
1500
+ "loss": 1.11428964138031,
1501
+ "step": 426
1502
+ },
1503
+ {
1504
+ "epoch": 1.705179282868526,
1505
+ "grad_norm": 0.36424264311790466,
1506
+ "learning_rate": 1.7409329822146237e-05,
1507
+ "loss": 1.1256872415542603,
1508
+ "step": 428
1509
+ },
1510
+ {
1511
+ "epoch": 1.7131474103585658,
1512
+ "grad_norm": 0.2989889979362488,
1513
+ "learning_rate": 1.7339112359960042e-05,
1514
+ "loss": 0.7030774354934692,
1515
+ "step": 430
1516
+ },
1517
+ {
1518
+ "epoch": 1.7211155378486056,
1519
+ "grad_norm": 0.8977339863777161,
1520
+ "learning_rate": 1.7268738885266466e-05,
1521
+ "loss": 0.840191662311554,
1522
+ "step": 432
1523
+ },
1524
+ {
1525
+ "epoch": 1.7290836653386454,
1526
+ "grad_norm": 0.5040406584739685,
1527
+ "learning_rate": 1.7198212457078762e-05,
1528
+ "loss": 0.6149595379829407,
1529
+ "step": 434
1530
+ },
1531
+ {
1532
+ "epoch": 1.7370517928286853,
1533
+ "grad_norm": 0.902721643447876,
1534
+ "learning_rate": 1.7127536141058785e-05,
1535
+ "loss": 0.42500048875808716,
1536
+ "step": 436
1537
+ },
1538
+ {
1539
+ "epoch": 1.745019920318725,
1540
+ "grad_norm": 0.6491820812225342,
1541
+ "learning_rate": 1.705671300938377e-05,
1542
+ "loss": 0.7307272553443909,
1543
+ "step": 438
1544
+ },
1545
+ {
1546
+ "epoch": 1.752988047808765,
1547
+ "grad_norm": 3.873206853866577,
1548
+ "learning_rate": 1.6985746140612777e-05,
1549
+ "loss": 0.6927053928375244,
1550
+ "step": 440
1551
+ },
1552
+ {
1553
+ "epoch": 1.7609561752988048,
1554
+ "grad_norm": 0.6419493556022644,
1555
+ "learning_rate": 1.6914638619552857e-05,
1556
+ "loss": 1.3595691919326782,
1557
+ "step": 442
1558
+ },
1559
+ {
1560
+ "epoch": 1.7689243027888446,
1561
+ "grad_norm": 0.6623972058296204,
1562
+ "learning_rate": 1.684339353712498e-05,
1563
+ "loss": 0.7792170643806458,
1564
+ "step": 444
1565
+ },
1566
+ {
1567
+ "epoch": 1.7768924302788844,
1568
+ "grad_norm": 0.3009021580219269,
1569
+ "learning_rate": 1.6772013990229674e-05,
1570
+ "loss": 0.9983497262001038,
1571
+ "step": 446
1572
+ },
1573
+ {
1574
+ "epoch": 1.7848605577689243,
1575
+ "grad_norm": 0.8442715406417847,
1576
+ "learning_rate": 1.6700503081612396e-05,
1577
+ "loss": 1.011168122291565,
1578
+ "step": 448
1579
+ },
1580
+ {
1581
+ "epoch": 1.792828685258964,
1582
+ "grad_norm": 0.34507128596305847,
1583
+ "learning_rate": 1.6628863919728677e-05,
1584
+ "loss": 0.8132411241531372,
1585
+ "step": 450
1586
+ },
1587
+ {
1588
+ "epoch": 1.800796812749004,
1589
+ "grad_norm": 0.16587740182876587,
1590
+ "learning_rate": 1.655709961860899e-05,
1591
+ "loss": 0.4028864800930023,
1592
+ "step": 452
1593
+ },
1594
+ {
1595
+ "epoch": 1.8087649402390438,
1596
+ "grad_norm": 0.39269912242889404,
1597
+ "learning_rate": 1.6485213297723402e-05,
1598
+ "loss": 0.8867176175117493,
1599
+ "step": 454
1600
+ },
1601
+ {
1602
+ "epoch": 1.8167330677290838,
1603
+ "grad_norm": 0.5646684765815735,
1604
+ "learning_rate": 1.6413208081845964e-05,
1605
+ "loss": 0.6442360281944275,
1606
+ "step": 456
1607
+ },
1608
+ {
1609
+ "epoch": 1.8247011952191237,
1610
+ "grad_norm": 1.0004042387008667,
1611
+ "learning_rate": 1.6341087100918886e-05,
1612
+ "loss": 1.0023376941680908,
1613
+ "step": 458
1614
+ },
1615
+ {
1616
+ "epoch": 1.8326693227091635,
1617
+ "grad_norm": 0.2544229328632355,
1618
+ "learning_rate": 1.6268853489916478e-05,
1619
+ "loss": 0.7372154593467712,
1620
+ "step": 460
1621
+ },
1622
+ {
1623
+ "epoch": 1.8406374501992033,
1624
+ "grad_norm": 0.32100027799606323,
1625
+ "learning_rate": 1.61965103887089e-05,
1626
+ "loss": 0.7921067476272583,
1627
+ "step": 462
1628
+ },
1629
+ {
1630
+ "epoch": 1.8486055776892432,
1631
+ "grad_norm": 0.21843624114990234,
1632
+ "learning_rate": 1.6124060941925646e-05,
1633
+ "loss": 0.14675641059875488,
1634
+ "step": 464
1635
+ },
1636
+ {
1637
+ "epoch": 1.856573705179283,
1638
+ "grad_norm": 0.34702828526496887,
1639
+ "learning_rate": 1.6051508298818884e-05,
1640
+ "loss": 1.0574944019317627,
1641
+ "step": 466
1642
+ },
1643
+ {
1644
+ "epoch": 1.8645418326693228,
1645
+ "grad_norm": 0.49059736728668213,
1646
+ "learning_rate": 1.5978855613126538e-05,
1647
+ "loss": 0.49086442589759827,
1648
+ "step": 468
1649
+ },
1650
+ {
1651
+ "epoch": 1.8725099601593627,
1652
+ "grad_norm": 0.46234646439552307,
1653
+ "learning_rate": 1.5906106042935205e-05,
1654
+ "loss": 1.1290267705917358,
1655
+ "step": 470
1656
+ },
1657
+ {
1658
+ "epoch": 1.8804780876494025,
1659
+ "grad_norm": 0.6888619661331177,
1660
+ "learning_rate": 1.58332627505429e-05,
1661
+ "loss": 0.8859848976135254,
1662
+ "step": 472
1663
+ },
1664
+ {
1665
+ "epoch": 1.8884462151394423,
1666
+ "grad_norm": 1.7080014944076538,
1667
+ "learning_rate": 1.5760328902321555e-05,
1668
+ "loss": 1.154191255569458,
1669
+ "step": 474
1670
+ },
1671
+ {
1672
+ "epoch": 1.8964143426294822,
1673
+ "grad_norm": 0.3313632607460022,
1674
+ "learning_rate": 1.5687307668579437e-05,
1675
+ "loss": 0.9348896741867065,
1676
+ "step": 476
1677
+ },
1678
+ {
1679
+ "epoch": 1.904382470119522,
1680
+ "grad_norm": 0.25657084584236145,
1681
+ "learning_rate": 1.561420222342329e-05,
1682
+ "loss": 0.786576509475708,
1683
+ "step": 478
1684
+ },
1685
+ {
1686
+ "epoch": 1.9123505976095618,
1687
+ "grad_norm": 3.075324535369873,
1688
+ "learning_rate": 1.554101574462039e-05,
1689
+ "loss": 0.5916264653205872,
1690
+ "step": 480
1691
+ },
1692
+ {
1693
+ "epoch": 1.9203187250996017,
1694
+ "grad_norm": 0.619073212146759,
1695
+ "learning_rate": 1.5467751413460404e-05,
1696
+ "loss": 0.7957924008369446,
1697
+ "step": 482
1698
+ },
1699
+ {
1700
+ "epoch": 1.9282868525896415,
1701
+ "grad_norm": 0.2277441918849945,
1702
+ "learning_rate": 1.53944124146171e-05,
1703
+ "loss": 1.013961672782898,
1704
+ "step": 484
1705
+ },
1706
+ {
1707
+ "epoch": 1.9362549800796813,
1708
+ "grad_norm": 0.34578096866607666,
1709
+ "learning_rate": 1.5321001936009934e-05,
1710
+ "loss": 0.913303792476654,
1711
+ "step": 486
1712
+ },
1713
+ {
1714
+ "epoch": 1.9442231075697212,
1715
+ "grad_norm": 0.24846151471138,
1716
+ "learning_rate": 1.524752316866546e-05,
1717
+ "loss": 0.9955238103866577,
1718
+ "step": 488
1719
+ },
1720
+ {
1721
+ "epoch": 1.952191235059761,
1722
+ "grad_norm": 0.3897765576839447,
1723
+ "learning_rate": 1.5173979306578615e-05,
1724
+ "loss": 1.0086604356765747,
1725
+ "step": 490
1726
+ },
1727
+ {
1728
+ "epoch": 1.9601593625498008,
1729
+ "grad_norm": 0.2907620668411255,
1730
+ "learning_rate": 1.5100373546573904e-05,
1731
+ "loss": 0.7454448342323303,
1732
+ "step": 492
1733
+ },
1734
+ {
1735
+ "epoch": 1.9681274900398407,
1736
+ "grad_norm": 5.719922065734863,
1737
+ "learning_rate": 1.5026709088166422e-05,
1738
+ "loss": 0.76938796043396,
1739
+ "step": 494
1740
+ },
1741
+ {
1742
+ "epoch": 1.9760956175298805,
1743
+ "grad_norm": 0.3191843032836914,
1744
+ "learning_rate": 1.4952989133422782e-05,
1745
+ "loss": 0.9833912253379822,
1746
+ "step": 496
1747
+ },
1748
+ {
1749
+ "epoch": 1.9840637450199203,
1750
+ "grad_norm": 3.906707763671875,
1751
+ "learning_rate": 1.4879216886821925e-05,
1752
+ "loss": 0.7836262583732605,
1753
+ "step": 498
1754
+ },
1755
+ {
1756
+ "epoch": 1.9920318725099602,
1757
+ "grad_norm": 0.23314878344535828,
1758
+ "learning_rate": 1.4805395555115834e-05,
1759
+ "loss": 1.1056411266326904,
1760
+ "step": 500
1761
+ },
1762
+ {
1763
+ "epoch": 2.0,
1764
+ "grad_norm": 0.4651053845882416,
1765
+ "learning_rate": 1.4731528347190133e-05,
1766
+ "loss": 0.5553019046783447,
1767
+ "step": 502
1768
+ },
1769
+ {
1770
+ "epoch": 2.00796812749004,
1771
+ "grad_norm": 0.3860473334789276,
1772
+ "learning_rate": 1.4657618473924606e-05,
1773
+ "loss": 0.44113031029701233,
1774
+ "step": 504
1775
+ },
1776
+ {
1777
+ "epoch": 2.0159362549800797,
1778
+ "grad_norm": 0.40843892097473145,
1779
+ "learning_rate": 1.458366914805363e-05,
1780
+ "loss": 0.4357832968235016,
1781
+ "step": 506
1782
+ },
1783
+ {
1784
+ "epoch": 2.0239043824701195,
1785
+ "grad_norm": 0.1141304150223732,
1786
+ "learning_rate": 1.450968358402651e-05,
1787
+ "loss": 0.3898138999938965,
1788
+ "step": 508
1789
+ },
1790
+ {
1791
+ "epoch": 2.0318725099601593,
1792
+ "grad_norm": 0.23500245809555054,
1793
+ "learning_rate": 1.443566499786777e-05,
1794
+ "loss": 0.6758836507797241,
1795
+ "step": 510
1796
+ },
1797
+ {
1798
+ "epoch": 2.039840637450199,
1799
+ "grad_norm": 0.4461332857608795,
1800
+ "learning_rate": 1.4361616607037338e-05,
1801
+ "loss": 0.5746989250183105,
1802
+ "step": 512
1803
+ },
1804
+ {
1805
+ "epoch": 2.047808764940239,
1806
+ "grad_norm": 4.716413497924805,
1807
+ "learning_rate": 1.428754163029071e-05,
1808
+ "loss": 0.3819912075996399,
1809
+ "step": 514
1810
+ },
1811
+ {
1812
+ "epoch": 2.055776892430279,
1813
+ "grad_norm": 0.3279768228530884,
1814
+ "learning_rate": 1.4213443287539025e-05,
1815
+ "loss": 0.6755325794219971,
1816
+ "step": 516
1817
+ },
1818
+ {
1819
+ "epoch": 2.0637450199203187,
1820
+ "grad_norm": 1.3221046924591064,
1821
+ "learning_rate": 1.4139324799709097e-05,
1822
+ "loss": 0.4200603663921356,
1823
+ "step": 518
1824
+ },
1825
+ {
1826
+ "epoch": 2.0717131474103585,
1827
+ "grad_norm": 0.5988231301307678,
1828
+ "learning_rate": 1.4065189388603414e-05,
1829
+ "loss": 0.5700657367706299,
1830
+ "step": 520
1831
+ },
1832
+ {
1833
+ "epoch": 2.0796812749003983,
1834
+ "grad_norm": 0.7151240706443787,
1835
+ "learning_rate": 1.3991040276760084e-05,
1836
+ "loss": 0.699086606502533,
1837
+ "step": 522
1838
+ },
1839
+ {
1840
+ "epoch": 2.087649402390438,
1841
+ "grad_norm": 0.3767349421977997,
1842
+ "learning_rate": 1.3916880687312772e-05,
1843
+ "loss": 0.7041755318641663,
1844
+ "step": 524
1845
+ },
1846
+ {
1847
+ "epoch": 2.095617529880478,
1848
+ "grad_norm": 21.821245193481445,
1849
+ "learning_rate": 1.3842713843850586e-05,
1850
+ "loss": 0.32073432207107544,
1851
+ "step": 526
1852
+ },
1853
+ {
1854
+ "epoch": 2.103585657370518,
1855
+ "grad_norm": 0.3366837501525879,
1856
+ "learning_rate": 1.3768542970277939e-05,
1857
+ "loss": 0.537539005279541,
1858
+ "step": 528
1859
+ },
1860
+ {
1861
+ "epoch": 2.1115537848605577,
1862
+ "grad_norm": 0.14259065687656403,
1863
+ "learning_rate": 1.3694371290674446e-05,
1864
+ "loss": 0.4907974302768707,
1865
+ "step": 530
1866
+ },
1867
+ {
1868
+ "epoch": 2.1195219123505975,
1869
+ "grad_norm": 0.562319815158844,
1870
+ "learning_rate": 1.3620202029154745e-05,
1871
+ "loss": 0.19045501947402954,
1872
+ "step": 532
1873
+ },
1874
+ {
1875
+ "epoch": 2.1274900398406373,
1876
+ "grad_norm": 0.5693976879119873,
1877
+ "learning_rate": 1.3546038409728366e-05,
1878
+ "loss": 0.5350707769393921,
1879
+ "step": 534
1880
+ },
1881
+ {
1882
+ "epoch": 2.135458167330677,
1883
+ "grad_norm": 0.7718969583511353,
1884
+ "learning_rate": 1.3471883656159584e-05,
1885
+ "loss": 0.5544182658195496,
1886
+ "step": 536
1887
+ },
1888
+ {
1889
+ "epoch": 2.143426294820717,
1890
+ "grad_norm": 1.18233060836792,
1891
+ "learning_rate": 1.3397740991827309e-05,
1892
+ "loss": 0.5668792128562927,
1893
+ "step": 538
1894
+ },
1895
+ {
1896
+ "epoch": 2.151394422310757,
1897
+ "grad_norm": 0.3552509844303131,
1898
+ "learning_rate": 1.3323613639584937e-05,
1899
+ "loss": 0.6888652443885803,
1900
+ "step": 540
1901
+ },
1902
+ {
1903
+ "epoch": 2.1593625498007967,
1904
+ "grad_norm": 0.29430294036865234,
1905
+ "learning_rate": 1.3249504821620261e-05,
1906
+ "loss": 0.6434365510940552,
1907
+ "step": 542
1908
+ },
1909
+ {
1910
+ "epoch": 2.1673306772908365,
1911
+ "grad_norm": 0.29388901591300964,
1912
+ "learning_rate": 1.3175417759315453e-05,
1913
+ "loss": 0.4334697127342224,
1914
+ "step": 544
1915
+ },
1916
+ {
1917
+ "epoch": 2.1752988047808763,
1918
+ "grad_norm": 0.743347704410553,
1919
+ "learning_rate": 1.3101355673106985e-05,
1920
+ "loss": 0.4870750904083252,
1921
+ "step": 546
1922
+ },
1923
+ {
1924
+ "epoch": 2.183266932270916,
1925
+ "grad_norm": 0.671739399433136,
1926
+ "learning_rate": 1.3027321782345655e-05,
1927
+ "loss": 0.6575522422790527,
1928
+ "step": 548
1929
+ },
1930
+ {
1931
+ "epoch": 2.191235059760956,
1932
+ "grad_norm": 0.6698936223983765,
1933
+ "learning_rate": 1.2953319305156666e-05,
1934
+ "loss": 0.8323569297790527,
1935
+ "step": 550
1936
+ },
1937
+ {
1938
+ "epoch": 2.199203187250996,
1939
+ "grad_norm": 0.7439915537834167,
1940
+ "learning_rate": 1.2879351458299729e-05,
1941
+ "loss": 0.4803932309150696,
1942
+ "step": 552
1943
+ },
1944
+ {
1945
+ "epoch": 2.2071713147410357,
1946
+ "grad_norm": 0.7964186668395996,
1947
+ "learning_rate": 1.2805421457029224e-05,
1948
+ "loss": 0.4710814356803894,
1949
+ "step": 554
1950
+ },
1951
+ {
1952
+ "epoch": 2.2151394422310755,
1953
+ "grad_norm": 0.2705269157886505,
1954
+ "learning_rate": 1.2731532514954454e-05,
1955
+ "loss": 0.5913985967636108,
1956
+ "step": 556
1957
+ },
1958
+ {
1959
+ "epoch": 2.2231075697211153,
1960
+ "grad_norm": 0.6730039119720459,
1961
+ "learning_rate": 1.2657687843899949e-05,
1962
+ "loss": 0.7226806282997131,
1963
+ "step": 558
1964
+ },
1965
+ {
1966
+ "epoch": 2.231075697211155,
1967
+ "grad_norm": 0.24639157950878143,
1968
+ "learning_rate": 1.2583890653765856e-05,
1969
+ "loss": 0.7639114856719971,
1970
+ "step": 560
1971
+ },
1972
+ {
1973
+ "epoch": 2.239043824701195,
1974
+ "grad_norm": 0.3987577557563782,
1975
+ "learning_rate": 1.2510144152388411e-05,
1976
+ "loss": 0.7780134081840515,
1977
+ "step": 562
1978
+ },
1979
+ {
1980
+ "epoch": 2.247011952191235,
1981
+ "grad_norm": 0.6101713180541992,
1982
+ "learning_rate": 1.2436451545400484e-05,
1983
+ "loss": 0.6677888035774231,
1984
+ "step": 564
1985
+ },
1986
+ {
1987
+ "epoch": 2.2549800796812747,
1988
+ "grad_norm": 0.27706581354141235,
1989
+ "learning_rate": 1.236281603609227e-05,
1990
+ "loss": 0.40493103861808777,
1991
+ "step": 566
1992
+ },
1993
+ {
1994
+ "epoch": 2.2629482071713145,
1995
+ "grad_norm": 0.22308364510536194,
1996
+ "learning_rate": 1.228924082527201e-05,
1997
+ "loss": 0.5804494023323059,
1998
+ "step": 568
1999
+ },
2000
+ {
2001
+ "epoch": 2.2709163346613543,
2002
+ "grad_norm": 0.43112289905548096,
2003
+ "learning_rate": 1.2215729111126877e-05,
2004
+ "loss": 0.633328378200531,
2005
+ "step": 570
2006
+ },
2007
+ {
2008
+ "epoch": 2.278884462151394,
2009
+ "grad_norm": 0.7963998317718506,
2010
+ "learning_rate": 1.2142284089083961e-05,
2011
+ "loss": 0.5453795790672302,
2012
+ "step": 572
2013
+ },
2014
+ {
2015
+ "epoch": 2.2868525896414345,
2016
+ "grad_norm": 0.590513288974762,
2017
+ "learning_rate": 1.206890895167136e-05,
2018
+ "loss": 0.558796763420105,
2019
+ "step": 574
2020
+ },
2021
+ {
2022
+ "epoch": 2.2948207171314743,
2023
+ "grad_norm": 0.6780595779418945,
2024
+ "learning_rate": 1.1995606888379387e-05,
2025
+ "loss": 0.23361682891845703,
2026
+ "step": 576
2027
+ },
2028
+ {
2029
+ "epoch": 2.302788844621514,
2030
+ "grad_norm": 0.4337788224220276,
2031
+ "learning_rate": 1.1922381085521985e-05,
2032
+ "loss": 0.4590423107147217,
2033
+ "step": 578
2034
+ },
2035
+ {
2036
+ "epoch": 2.310756972111554,
2037
+ "grad_norm": 0.4065179228782654,
2038
+ "learning_rate": 1.1849234726098163e-05,
2039
+ "loss": 0.447817325592041,
2040
+ "step": 580
2041
+ },
2042
+ {
2043
+ "epoch": 2.318725099601594,
2044
+ "grad_norm": 3.771479845046997,
2045
+ "learning_rate": 1.1776170989653674e-05,
2046
+ "loss": 0.6217383742332458,
2047
+ "step": 582
2048
+ },
2049
+ {
2050
+ "epoch": 2.3266932270916336,
2051
+ "grad_norm": 0.3368018865585327,
2052
+ "learning_rate": 1.170319305214277e-05,
2053
+ "loss": 0.5960506200790405,
2054
+ "step": 584
2055
+ },
2056
+ {
2057
+ "epoch": 2.3346613545816735,
2058
+ "grad_norm": 0.47800812125205994,
2059
+ "learning_rate": 1.1630304085790206e-05,
2060
+ "loss": 0.48045945167541504,
2061
+ "step": 586
2062
+ },
2063
+ {
2064
+ "epoch": 2.3426294820717133,
2065
+ "grad_norm": 0.3794075548648834,
2066
+ "learning_rate": 1.155750725895329e-05,
2067
+ "loss": 0.657084047794342,
2068
+ "step": 588
2069
+ },
2070
+ {
2071
+ "epoch": 2.350597609561753,
2072
+ "grad_norm": 0.29157790541648865,
2073
+ "learning_rate": 1.1484805735984191e-05,
2074
+ "loss": 0.6771900057792664,
2075
+ "step": 590
2076
+ },
2077
+ {
2078
+ "epoch": 2.358565737051793,
2079
+ "grad_norm": 0.378120481967926,
2080
+ "learning_rate": 1.1412202677092388e-05,
2081
+ "loss": 0.7127939462661743,
2082
+ "step": 592
2083
+ },
2084
+ {
2085
+ "epoch": 2.366533864541833,
2086
+ "grad_norm": 0.3749159276485443,
2087
+ "learning_rate": 1.133970123820729e-05,
2088
+ "loss": 0.4554901719093323,
2089
+ "step": 594
2090
+ },
2091
+ {
2092
+ "epoch": 2.3745019920318726,
2093
+ "grad_norm": 0.3079882264137268,
2094
+ "learning_rate": 1.1267304570841067e-05,
2095
+ "loss": 0.6119897961616516,
2096
+ "step": 596
2097
+ },
2098
+ {
2099
+ "epoch": 2.3824701195219125,
2100
+ "grad_norm": 0.2140430063009262,
2101
+ "learning_rate": 1.1195015821951642e-05,
2102
+ "loss": 0.5725736021995544,
2103
+ "step": 598
2104
+ },
2105
+ {
2106
+ "epoch": 2.3904382470119523,
2107
+ "grad_norm": 0.3181394636631012,
2108
+ "learning_rate": 1.1122838133805924e-05,
2109
+ "loss": 0.5081043243408203,
2110
+ "step": 600
2111
+ },
2112
+ {
2113
+ "epoch": 2.398406374501992,
2114
+ "grad_norm": 0.3187297582626343,
2115
+ "learning_rate": 1.1050774643843192e-05,
2116
+ "loss": 0.6516472101211548,
2117
+ "step": 602
2118
+ },
2119
+ {
2120
+ "epoch": 2.406374501992032,
2121
+ "grad_norm": 1.1320936679840088,
2122
+ "learning_rate": 1.0978828484538725e-05,
2123
+ "loss": 0.4262102544307709,
2124
+ "step": 604
2125
+ },
2126
+ {
2127
+ "epoch": 2.414342629482072,
2128
+ "grad_norm": 0.76902174949646,
2129
+ "learning_rate": 1.0907002783267651e-05,
2130
+ "loss": 0.21533596515655518,
2131
+ "step": 606
2132
+ },
2133
+ {
2134
+ "epoch": 2.4223107569721116,
2135
+ "grad_norm": 0.34701016545295715,
2136
+ "learning_rate": 1.083530066216899e-05,
2137
+ "loss": 0.3049370050430298,
2138
+ "step": 608
2139
+ },
2140
+ {
2141
+ "epoch": 2.4302788844621515,
2142
+ "grad_norm": 0.13942857086658478,
2143
+ "learning_rate": 1.0763725238009948e-05,
2144
+ "loss": 0.5161043405532837,
2145
+ "step": 610
2146
+ },
2147
+ {
2148
+ "epoch": 2.4382470119521913,
2149
+ "grad_norm": 0.31895408034324646,
2150
+ "learning_rate": 1.0692279622050424e-05,
2151
+ "loss": 0.5794556140899658,
2152
+ "step": 612
2153
+ },
2154
+ {
2155
+ "epoch": 2.446215139442231,
2156
+ "grad_norm": 0.4094986617565155,
2157
+ "learning_rate": 1.0620966919907802e-05,
2158
+ "loss": 0.3795400857925415,
2159
+ "step": 614
2160
+ },
2161
+ {
2162
+ "epoch": 2.454183266932271,
2163
+ "grad_norm": 0.6053380966186523,
2164
+ "learning_rate": 1.054979023142191e-05,
2165
+ "loss": 0.6777042746543884,
2166
+ "step": 616
2167
+ },
2168
+ {
2169
+ "epoch": 2.462151394422311,
2170
+ "grad_norm": 0.47795283794403076,
2171
+ "learning_rate": 1.0478752650520301e-05,
2172
+ "loss": 0.531360387802124,
2173
+ "step": 618
2174
+ },
2175
+ {
2176
+ "epoch": 2.4701195219123506,
2177
+ "grad_norm": 0.5629068613052368,
2178
+ "learning_rate": 1.0407857265083779e-05,
2179
+ "loss": 0.6984584927558899,
2180
+ "step": 620
2181
+ },
2182
+ {
2183
+ "epoch": 2.4780876494023905,
2184
+ "grad_norm": 0.3025050759315491,
2185
+ "learning_rate": 1.0337107156812135e-05,
2186
+ "loss": 0.6388870477676392,
2187
+ "step": 622
2188
+ },
2189
+ {
2190
+ "epoch": 2.4860557768924303,
2191
+ "grad_norm": 0.3667789399623871,
2192
+ "learning_rate": 1.026650540109022e-05,
2193
+ "loss": 0.6092079281806946,
2194
+ "step": 624
2195
+ },
2196
+ {
2197
+ "epoch": 2.49402390438247,
2198
+ "grad_norm": 1.2361482381820679,
2199
+ "learning_rate": 1.0196055066854265e-05,
2200
+ "loss": 0.3069516718387604,
2201
+ "step": 626
2202
+ },
2203
+ {
2204
+ "epoch": 2.50199203187251,
2205
+ "grad_norm": 0.42347556352615356,
2206
+ "learning_rate": 1.0125759216458467e-05,
2207
+ "loss": 0.6878538727760315,
2208
+ "step": 628
2209
+ },
2210
+ {
2211
+ "epoch": 2.50996015936255,
2212
+ "grad_norm": 0.4100952744483948,
2213
+ "learning_rate": 1.0055620905541865e-05,
2214
+ "loss": 0.23041468858718872,
2215
+ "step": 630
2216
+ },
2217
+ {
2218
+ "epoch": 2.5179282868525896,
2219
+ "grad_norm": 1.4519829750061035,
2220
+ "learning_rate": 9.985643182895546e-06,
2221
+ "loss": 0.3131229877471924,
2222
+ "step": 632
2223
+ },
2224
+ {
2225
+ "epoch": 2.5258964143426295,
2226
+ "grad_norm": 0.4016880989074707,
2227
+ "learning_rate": 9.915829090330097e-06,
2228
+ "loss": 0.6878085136413574,
2229
+ "step": 634
2230
+ },
2231
+ {
2232
+ "epoch": 2.5338645418326693,
2233
+ "grad_norm": 0.30623283982276917,
2234
+ "learning_rate": 9.846181662543385e-06,
2235
+ "loss": 0.6297607421875,
2236
+ "step": 636
2237
+ },
2238
+ {
2239
+ "epoch": 2.541832669322709,
2240
+ "grad_norm": 0.7893882989883423,
2241
+ "learning_rate": 9.77670392698865e-06,
2242
+ "loss": 0.807242214679718,
2243
+ "step": 638
2244
+ },
2245
+ {
2246
+ "epoch": 2.549800796812749,
2247
+ "grad_norm": 0.12514376640319824,
2248
+ "learning_rate": 9.707398903742898e-06,
2249
+ "loss": 0.2793222665786743,
2250
+ "step": 640
2251
+ },
2252
+ {
2253
+ "epoch": 2.557768924302789,
2254
+ "grad_norm": 0.447418749332428,
2255
+ "learning_rate": 9.638269605375646e-06,
2256
+ "loss": 0.6577051877975464,
2257
+ "step": 642
2258
+ },
2259
+ {
2260
+ "epoch": 2.5657370517928286,
2261
+ "grad_norm": 0.25221747159957886,
2262
+ "learning_rate": 9.569319036817942e-06,
2263
+ "loss": 0.6412659883499146,
2264
+ "step": 644
2265
+ },
2266
+ {
2267
+ "epoch": 2.5737051792828685,
2268
+ "grad_norm": 0.29057738184928894,
2269
+ "learning_rate": 9.50055019523175e-06,
2270
+ "loss": 0.5261269211769104,
2271
+ "step": 646
2272
+ },
2273
+ {
2274
+ "epoch": 2.5816733067729083,
2275
+ "grad_norm": 0.38685640692710876,
2276
+ "learning_rate": 9.431966069879694e-06,
2277
+ "loss": 0.655281662940979,
2278
+ "step": 648
2279
+ },
2280
+ {
2281
+ "epoch": 2.589641434262948,
2282
+ "grad_norm": 0.25463399291038513,
2283
+ "learning_rate": 9.363569641995102e-06,
2284
+ "loss": 0.4800514280796051,
2285
+ "step": 650
2286
+ },
2287
+ {
2288
+ "epoch": 2.597609561752988,
2289
+ "grad_norm": 0.599278450012207,
2290
+ "learning_rate": 9.295363884652394e-06,
2291
+ "loss": 0.4531796872615814,
2292
+ "step": 652
2293
+ },
2294
+ {
2295
+ "epoch": 2.605577689243028,
2296
+ "grad_norm": 0.2729853689670563,
2297
+ "learning_rate": 9.227351762637907e-06,
2298
+ "loss": 0.547470211982727,
2299
+ "step": 654
2300
+ },
2301
+ {
2302
+ "epoch": 2.6135458167330676,
2303
+ "grad_norm": 0.37375718355178833,
2304
+ "learning_rate": 9.159536232320955e-06,
2305
+ "loss": 0.23799745738506317,
2306
+ "step": 656
2307
+ },
2308
+ {
2309
+ "epoch": 2.6215139442231075,
2310
+ "grad_norm": 0.3460836112499237,
2311
+ "learning_rate": 9.09192024152537e-06,
2312
+ "loss": 0.4408121705055237,
2313
+ "step": 658
2314
+ },
2315
+ {
2316
+ "epoch": 2.6294820717131473,
2317
+ "grad_norm": 0.2145247757434845,
2318
+ "learning_rate": 9.024506729401333e-06,
2319
+ "loss": 0.608639657497406,
2320
+ "step": 660
2321
+ },
2322
+ {
2323
+ "epoch": 2.637450199203187,
2324
+ "grad_norm": 0.8424778580665588,
2325
+ "learning_rate": 8.957298626297633e-06,
2326
+ "loss": 0.4632888734340668,
2327
+ "step": 662
2328
+ },
2329
+ {
2330
+ "epoch": 2.645418326693227,
2331
+ "grad_norm": 0.42404642701148987,
2332
+ "learning_rate": 8.890298853634292e-06,
2333
+ "loss": 0.42067912220954895,
2334
+ "step": 664
2335
+ },
2336
+ {
2337
+ "epoch": 2.653386454183267,
2338
+ "grad_norm": 0.43092215061187744,
2339
+ "learning_rate": 8.823510323775552e-06,
2340
+ "loss": 0.6638267636299133,
2341
+ "step": 666
2342
+ },
2343
+ {
2344
+ "epoch": 2.6613545816733066,
2345
+ "grad_norm": 0.08587604016065598,
2346
+ "learning_rate": 8.756935939903301e-06,
2347
+ "loss": 0.5093077421188354,
2348
+ "step": 668
2349
+ },
2350
+ {
2351
+ "epoch": 2.6693227091633465,
2352
+ "grad_norm": 0.7821229100227356,
2353
+ "learning_rate": 8.690578595890883e-06,
2354
+ "loss": 0.5566848516464233,
2355
+ "step": 670
2356
+ },
2357
+ {
2358
+ "epoch": 2.6772908366533863,
2359
+ "grad_norm": 0.1694018691778183,
2360
+ "learning_rate": 8.624441176177285e-06,
2361
+ "loss": 0.3764144778251648,
2362
+ "step": 672
2363
+ },
2364
+ {
2365
+ "epoch": 2.685258964143426,
2366
+ "grad_norm": 0.23217065632343292,
2367
+ "learning_rate": 8.558526555641764e-06,
2368
+ "loss": 0.6601039171218872,
2369
+ "step": 674
2370
+ },
2371
+ {
2372
+ "epoch": 2.6932270916334664,
2373
+ "grad_norm": 4.333953380584717,
2374
+ "learning_rate": 8.492837599478875e-06,
2375
+ "loss": 0.472968727350235,
2376
+ "step": 676
2377
+ },
2378
+ {
2379
+ "epoch": 2.7011952191235062,
2380
+ "grad_norm": 0.380391001701355,
2381
+ "learning_rate": 8.427377163073958e-06,
2382
+ "loss": 0.4582363963127136,
2383
+ "step": 678
2384
+ },
2385
+ {
2386
+ "epoch": 2.709163346613546,
2387
+ "grad_norm": 0.3102791905403137,
2388
+ "learning_rate": 8.362148091878962e-06,
2389
+ "loss": 0.7194199562072754,
2390
+ "step": 680
2391
+ },
2392
+ {
2393
+ "epoch": 2.717131474103586,
2394
+ "grad_norm": 0.2712518274784088,
2395
+ "learning_rate": 8.297153221288815e-06,
2396
+ "loss": 0.6685885787010193,
2397
+ "step": 682
2398
+ },
2399
+ {
2400
+ "epoch": 2.7250996015936257,
2401
+ "grad_norm": 0.35200121998786926,
2402
+ "learning_rate": 8.232395376518148e-06,
2403
+ "loss": 0.4935896396636963,
2404
+ "step": 684
2405
+ },
2406
+ {
2407
+ "epoch": 2.7330677290836656,
2408
+ "grad_norm": 8.354119300842285,
2409
+ "learning_rate": 8.167877372478468e-06,
2410
+ "loss": 0.3051784336566925,
2411
+ "step": 686
2412
+ },
2413
+ {
2414
+ "epoch": 2.7410358565737054,
2415
+ "grad_norm": 0.3017679452896118,
2416
+ "learning_rate": 8.103602013655842e-06,
2417
+ "loss": 0.6676462292671204,
2418
+ "step": 688
2419
+ },
2420
+ {
2421
+ "epoch": 2.7490039840637452,
2422
+ "grad_norm": 0.32495346665382385,
2423
+ "learning_rate": 8.039572093988961e-06,
2424
+ "loss": 0.3756825923919678,
2425
+ "step": 690
2426
+ },
2427
+ {
2428
+ "epoch": 2.756972111553785,
2429
+ "grad_norm": 0.3361388146877289,
2430
+ "learning_rate": 7.97579039674771e-06,
2431
+ "loss": 0.7831878662109375,
2432
+ "step": 692
2433
+ },
2434
+ {
2435
+ "epoch": 2.764940239043825,
2436
+ "grad_norm": 0.8197224140167236,
2437
+ "learning_rate": 7.912259694412155e-06,
2438
+ "loss": 0.5665961503982544,
2439
+ "step": 694
2440
+ },
2441
+ {
2442
+ "epoch": 2.7729083665338647,
2443
+ "grad_norm": 0.718382716178894,
2444
+ "learning_rate": 7.848982748552058e-06,
2445
+ "loss": 0.5898396372795105,
2446
+ "step": 696
2447
+ },
2448
+ {
2449
+ "epoch": 2.7808764940239046,
2450
+ "grad_norm": 0.286214679479599,
2451
+ "learning_rate": 7.785962309706834e-06,
2452
+ "loss": 0.6114211082458496,
2453
+ "step": 698
2454
+ },
2455
+ {
2456
+ "epoch": 2.7888446215139444,
2457
+ "grad_norm": 0.2647058665752411,
2458
+ "learning_rate": 7.723201117265967e-06,
2459
+ "loss": 0.7290526032447815,
2460
+ "step": 700
2461
+ },
2462
+ {
2463
+ "epoch": 2.7968127490039842,
2464
+ "grad_norm": 0.17934134602546692,
2465
+ "learning_rate": 7.660701899349961e-06,
2466
+ "loss": 0.41632407903671265,
2467
+ "step": 702
2468
+ },
2469
+ {
2470
+ "epoch": 2.804780876494024,
2471
+ "grad_norm": 0.7281224131584167,
2472
+ "learning_rate": 7.598467372691729e-06,
2473
+ "loss": 0.7692102789878845,
2474
+ "step": 704
2475
+ },
2476
+ {
2477
+ "epoch": 2.812749003984064,
2478
+ "grad_norm": 0.2112652212381363,
2479
+ "learning_rate": 7.536500242518521e-06,
2480
+ "loss": 0.6137795448303223,
2481
+ "step": 706
2482
+ },
2483
+ {
2484
+ "epoch": 2.8207171314741037,
2485
+ "grad_norm": 0.525693416595459,
2486
+ "learning_rate": 7.474803202434319e-06,
2487
+ "loss": 0.8058525323867798,
2488
+ "step": 708
2489
+ },
2490
+ {
2491
+ "epoch": 2.8286852589641436,
2492
+ "grad_norm": 0.2055388242006302,
2493
+ "learning_rate": 7.4133789343027584e-06,
2494
+ "loss": 0.38117560744285583,
2495
+ "step": 710
2496
+ },
2497
+ {
2498
+ "epoch": 2.8366533864541834,
2499
+ "grad_norm": 0.33113518357276917,
2500
+ "learning_rate": 7.352230108130562e-06,
2501
+ "loss": 0.735668957233429,
2502
+ "step": 712
2503
+ },
2504
+ {
2505
+ "epoch": 2.8446215139442232,
2506
+ "grad_norm": 0.28394532203674316,
2507
+ "learning_rate": 7.291359381951435e-06,
2508
+ "loss": 0.4625368118286133,
2509
+ "step": 714
2510
+ },
2511
+ {
2512
+ "epoch": 2.852589641434263,
2513
+ "grad_norm": 0.32944923639297485,
2514
+ "learning_rate": 7.230769401710585e-06,
2515
+ "loss": 0.6521753668785095,
2516
+ "step": 716
2517
+ },
2518
+ {
2519
+ "epoch": 2.860557768924303,
2520
+ "grad_norm": 0.7421508431434631,
2521
+ "learning_rate": 7.1704628011496684e-06,
2522
+ "loss": 0.5228698253631592,
2523
+ "step": 718
2524
+ },
2525
+ {
2526
+ "epoch": 2.8685258964143427,
2527
+ "grad_norm": 0.24052925407886505,
2528
+ "learning_rate": 7.110442201692327e-06,
2529
+ "loss": 0.42685985565185547,
2530
+ "step": 720
2531
+ },
2532
+ {
2533
+ "epoch": 2.8764940239043826,
2534
+ "grad_norm": 0.6366944909095764,
2535
+ "learning_rate": 7.050710212330217e-06,
2536
+ "loss": 0.40909215807914734,
2537
+ "step": 722
2538
+ },
2539
+ {
2540
+ "epoch": 2.8844621513944224,
2541
+ "grad_norm": 0.2380335032939911,
2542
+ "learning_rate": 6.991269429509608e-06,
2543
+ "loss": 0.47712504863739014,
2544
+ "step": 724
2545
+ },
2546
+ {
2547
+ "epoch": 2.8924302788844622,
2548
+ "grad_norm": 0.46672236919403076,
2549
+ "learning_rate": 6.932122437018548e-06,
2550
+ "loss": 0.652793288230896,
2551
+ "step": 726
2552
+ },
2553
+ {
2554
+ "epoch": 2.900398406374502,
2555
+ "grad_norm": 0.2884184718132019,
2556
+ "learning_rate": 6.873271805874504e-06,
2557
+ "loss": 0.39024391770362854,
2558
+ "step": 728
2559
+ },
2560
+ {
2561
+ "epoch": 2.908366533864542,
2562
+ "grad_norm": 0.25529900193214417,
2563
+ "learning_rate": 6.814720094212643e-06,
2564
+ "loss": 0.7011076211929321,
2565
+ "step": 730
2566
+ },
2567
+ {
2568
+ "epoch": 2.9163346613545817,
2569
+ "grad_norm": 0.2143237292766571,
2570
+ "learning_rate": 6.756469847174606e-06,
2571
+ "loss": 0.2097426950931549,
2572
+ "step": 732
2573
+ },
2574
+ {
2575
+ "epoch": 2.9243027888446216,
2576
+ "grad_norm": 0.32660678029060364,
2577
+ "learning_rate": 6.698523596797904e-06,
2578
+ "loss": 0.7196627855300903,
2579
+ "step": 734
2580
+ },
2581
+ {
2582
+ "epoch": 2.9322709163346614,
2583
+ "grad_norm": 0.6449710726737976,
2584
+ "learning_rate": 6.640883861905825e-06,
2585
+ "loss": 0.37205058336257935,
2586
+ "step": 736
2587
+ },
2588
+ {
2589
+ "epoch": 2.9402390438247012,
2590
+ "grad_norm": 0.7962883710861206,
2591
+ "learning_rate": 6.583553147997962e-06,
2592
+ "loss": 0.4908309280872345,
2593
+ "step": 738
2594
+ },
2595
+ {
2596
+ "epoch": 2.948207171314741,
2597
+ "grad_norm": 0.24611425399780273,
2598
+ "learning_rate": 6.526533947141311e-06,
2599
+ "loss": 0.6733062863349915,
2600
+ "step": 740
2601
+ },
2602
+ {
2603
+ "epoch": 2.956175298804781,
2604
+ "grad_norm": 0.8728877902030945,
2605
+ "learning_rate": 6.469828737861922e-06,
2606
+ "loss": 0.281482994556427,
2607
+ "step": 742
2608
+ },
2609
+ {
2610
+ "epoch": 2.9641434262948207,
2611
+ "grad_norm": 0.38738852739334106,
2612
+ "learning_rate": 6.413439985037173e-06,
2613
+ "loss": 0.5737511515617371,
2614
+ "step": 744
2615
+ },
2616
+ {
2617
+ "epoch": 2.9721115537848606,
2618
+ "grad_norm": 0.28229281306266785,
2619
+ "learning_rate": 6.357370139788635e-06,
2620
+ "loss": 0.6209017038345337,
2621
+ "step": 746
2622
+ },
2623
+ {
2624
+ "epoch": 2.9800796812749004,
2625
+ "grad_norm": 0.24411159753799438,
2626
+ "learning_rate": 6.301621639375521e-06,
2627
+ "loss": 0.406149297952652,
2628
+ "step": 748
2629
+ },
2630
+ {
2631
+ "epoch": 2.9880478087649402,
2632
+ "grad_norm": 0.2958669662475586,
2633
+ "learning_rate": 6.246196907088729e-06,
2634
+ "loss": 0.12414422631263733,
2635
+ "step": 750
2636
+ },
2637
+ {
2638
+ "epoch": 2.99601593625498,
2639
+ "grad_norm": 0.23955702781677246,
2640
+ "learning_rate": 6.19109835214552e-06,
2641
+ "loss": 0.6650469899177551,
2642
+ "step": 752
2643
+ },
2644
+ {
2645
+ "epoch": 3.00398406374502,
2646
+ "grad_norm": 0.18620793521404266,
2647
+ "learning_rate": 6.136328369584794e-06,
2648
+ "loss": 0.3096679449081421,
2649
+ "step": 754
2650
+ },
2651
+ {
2652
+ "epoch": 3.0119521912350598,
2653
+ "grad_norm": 0.4313194155693054,
2654
+ "learning_rate": 6.081889340162973e-06,
2655
+ "loss": 0.25961756706237793,
2656
+ "step": 756
2657
+ },
2658
+ {
2659
+ "epoch": 3.0199203187250996,
2660
+ "grad_norm": 0.2690771520137787,
2661
+ "learning_rate": 6.027783630250527e-06,
2662
+ "loss": 0.12224570661783218,
2663
+ "step": 758
2664
+ },
2665
+ {
2666
+ "epoch": 3.0278884462151394,
2667
+ "grad_norm": 0.7186622619628906,
2668
+ "learning_rate": 5.974013591729091e-06,
2669
+ "loss": 0.3025573790073395,
2670
+ "step": 760
2671
+ },
2672
+ {
2673
+ "epoch": 3.0358565737051793,
2674
+ "grad_norm": 1.3814857006072998,
2675
+ "learning_rate": 5.920581561889251e-06,
2676
+ "loss": 0.23363067209720612,
2677
+ "step": 762
2678
+ },
2679
+ {
2680
+ "epoch": 3.043824701195219,
2681
+ "grad_norm": 0.3901160657405853,
2682
+ "learning_rate": 5.867489863328939e-06,
2683
+ "loss": 0.3046700358390808,
2684
+ "step": 764
2685
+ },
2686
+ {
2687
+ "epoch": 3.051792828685259,
2688
+ "grad_norm": 0.37714093923568726,
2689
+ "learning_rate": 5.814740803852481e-06,
2690
+ "loss": 0.16742630302906036,
2691
+ "step": 766
2692
+ },
2693
+ {
2694
+ "epoch": 3.0597609561752988,
2695
+ "grad_norm": 0.46958741545677185,
2696
+ "learning_rate": 5.7623366763702715e-06,
2697
+ "loss": 0.237832710146904,
2698
+ "step": 768
2699
+ },
2700
+ {
2701
+ "epoch": 3.0677290836653386,
2702
+ "grad_norm": 0.4390011727809906,
2703
+ "learning_rate": 5.7102797587991026e-06,
2704
+ "loss": 0.22830596566200256,
2705
+ "step": 770
2706
+ },
2707
+ {
2708
+ "epoch": 3.0756972111553784,
2709
+ "grad_norm": 6.966987133026123,
2710
+ "learning_rate": 5.65857231396315e-06,
2711
+ "loss": 0.35515689849853516,
2712
+ "step": 772
2713
+ },
2714
+ {
2715
+ "epoch": 3.0836653386454183,
2716
+ "grad_norm": 0.658822238445282,
2717
+ "learning_rate": 5.607216589495629e-06,
2718
+ "loss": 0.3950346112251282,
2719
+ "step": 774
2720
+ },
2721
+ {
2722
+ "epoch": 3.091633466135458,
2723
+ "grad_norm": 0.07788458466529846,
2724
+ "learning_rate": 5.556214817741059e-06,
2725
+ "loss": 0.2262239009141922,
2726
+ "step": 776
2727
+ },
2728
+ {
2729
+ "epoch": 3.099601593625498,
2730
+ "grad_norm": 0.30647003650665283,
2731
+ "learning_rate": 5.505569215658268e-06,
2732
+ "loss": 0.21924108266830444,
2733
+ "step": 778
2734
+ },
2735
+ {
2736
+ "epoch": 3.1075697211155378,
2737
+ "grad_norm": 0.3421042859554291,
2738
+ "learning_rate": 5.4552819847239844e-06,
2739
+ "loss": 0.3232831060886383,
2740
+ "step": 780
2741
+ },
2742
+ {
2743
+ "epoch": 3.1155378486055776,
2744
+ "grad_norm": 0.0918380469083786,
2745
+ "learning_rate": 5.4053553108371776e-06,
2746
+ "loss": 0.11867938935756683,
2747
+ "step": 782
2748
+ },
2749
+ {
2750
+ "epoch": 3.1235059760956174,
2751
+ "grad_norm": 0.2789020836353302,
2752
+ "learning_rate": 5.3557913642240165e-06,
2753
+ "loss": 0.3726314604282379,
2754
+ "step": 784
2755
+ },
2756
+ {
2757
+ "epoch": 3.1314741035856573,
2758
+ "grad_norm": 0.3296692669391632,
2759
+ "learning_rate": 5.306592299343544e-06,
2760
+ "loss": 0.23498745262622833,
2761
+ "step": 786
2762
+ },
2763
+ {
2764
+ "epoch": 3.139442231075697,
2765
+ "grad_norm": 0.4843685030937195,
2766
+ "learning_rate": 5.257760254794037e-06,
2767
+ "loss": 0.22427764534950256,
2768
+ "step": 788
2769
+ },
2770
+ {
2771
+ "epoch": 3.147410358565737,
2772
+ "grad_norm": 0.22648558020591736,
2773
+ "learning_rate": 5.20929735322001e-06,
2774
+ "loss": 0.20027917623519897,
2775
+ "step": 790
2776
+ },
2777
+ {
2778
+ "epoch": 3.1553784860557768,
2779
+ "grad_norm": 0.5183139443397522,
2780
+ "learning_rate": 5.1612057012199915e-06,
2781
+ "loss": 0.23067830502986908,
2782
+ "step": 792
2783
+ },
2784
+ {
2785
+ "epoch": 3.1633466135458166,
2786
+ "grad_norm": 0.1671808362007141,
2787
+ "learning_rate": 5.113487389254923e-06,
2788
+ "loss": 0.11641529947519302,
2789
+ "step": 794
2790
+ },
2791
+ {
2792
+ "epoch": 3.1713147410358564,
2793
+ "grad_norm": 0.7252765893936157,
2794
+ "learning_rate": 5.0661444915573055e-06,
2795
+ "loss": 0.26584768295288086,
2796
+ "step": 796
2797
+ },
2798
+ {
2799
+ "epoch": 3.1792828685258963,
2800
+ "grad_norm": 1.4055886268615723,
2801
+ "learning_rate": 5.01917906604103e-06,
2802
+ "loss": 0.2983208894729614,
2803
+ "step": 798
2804
+ },
2805
+ {
2806
+ "epoch": 3.187250996015936,
2807
+ "grad_norm": 0.4246300160884857,
2808
+ "learning_rate": 4.972593154211916e-06,
2809
+ "loss": 0.3397647738456726,
2810
+ "step": 800
2811
+ },
2812
+ {
2813
+ "epoch": 3.195219123505976,
2814
+ "grad_norm": 0.4503802955150604,
2815
+ "learning_rate": 4.9263887810789916e-06,
2816
+ "loss": 0.2282993644475937,
2817
+ "step": 802
2818
+ },
2819
+ {
2820
+ "epoch": 3.2031872509960158,
2821
+ "grad_norm": 0.9323911666870117,
2822
+ "learning_rate": 4.880567955066451e-06,
2823
+ "loss": 0.16186261177062988,
2824
+ "step": 804
2825
+ },
2826
+ {
2827
+ "epoch": 3.2111553784860556,
2828
+ "grad_norm": 0.6153744459152222,
2829
+ "learning_rate": 4.835132667926362e-06,
2830
+ "loss": 0.2332218438386917,
2831
+ "step": 806
2832
+ },
2833
+ {
2834
+ "epoch": 3.2191235059760954,
2835
+ "grad_norm": 0.3493005633354187,
2836
+ "learning_rate": 4.790084894652076e-06,
2837
+ "loss": 0.05802680924534798,
2838
+ "step": 808
2839
+ },
2840
+ {
2841
+ "epoch": 3.2270916334661353,
2842
+ "grad_norm": 0.39290812611579895,
2843
+ "learning_rate": 4.7454265933924004e-06,
2844
+ "loss": 0.381905734539032,
2845
+ "step": 810
2846
+ },
2847
+ {
2848
+ "epoch": 3.235059760956175,
2849
+ "grad_norm": 0.6026656627655029,
2850
+ "learning_rate": 4.701159705366455e-06,
2851
+ "loss": 0.30244818329811096,
2852
+ "step": 812
2853
+ },
2854
+ {
2855
+ "epoch": 3.243027888446215,
2856
+ "grad_norm": 0.3029796779155731,
2857
+ "learning_rate": 4.657286154779308e-06,
2858
+ "loss": 0.25009334087371826,
2859
+ "step": 814
2860
+ },
2861
+ {
2862
+ "epoch": 3.2509960159362548,
2863
+ "grad_norm": 0.5528416633605957,
2864
+ "learning_rate": 4.613807848738337e-06,
2865
+ "loss": 0.0697302594780922,
2866
+ "step": 816
2867
+ },
2868
+ {
2869
+ "epoch": 3.2589641434262946,
2870
+ "grad_norm": 0.3179832696914673,
2871
+ "learning_rate": 4.57072667717031e-06,
2872
+ "loss": 0.3150222599506378,
2873
+ "step": 818
2874
+ },
2875
+ {
2876
+ "epoch": 3.2669322709163344,
2877
+ "grad_norm": 1.380695104598999,
2878
+ "learning_rate": 4.528044512739247e-06,
2879
+ "loss": 0.19252577424049377,
2880
+ "step": 820
2881
+ },
2882
+ {
2883
+ "epoch": 3.2749003984063743,
2884
+ "grad_norm": 0.5292989015579224,
2885
+ "learning_rate": 4.485763210765033e-06,
2886
+ "loss": 0.165231391787529,
2887
+ "step": 822
2888
+ },
2889
+ {
2890
+ "epoch": 3.2828685258964145,
2891
+ "grad_norm": 0.5927901864051819,
2892
+ "learning_rate": 4.443884609142735e-06,
2893
+ "loss": 0.2680898606777191,
2894
+ "step": 824
2895
+ },
2896
+ {
2897
+ "epoch": 3.2908366533864544,
2898
+ "grad_norm": 0.30026665329933167,
2899
+ "learning_rate": 4.402410528262748e-06,
2900
+ "loss": 0.31436988711357117,
2901
+ "step": 826
2902
+ },
2903
+ {
2904
+ "epoch": 3.298804780876494,
2905
+ "grad_norm": 0.30230429768562317,
2906
+ "learning_rate": 4.361342770931641e-06,
2907
+ "loss": 0.40432700514793396,
2908
+ "step": 828
2909
+ },
2910
+ {
2911
+ "epoch": 3.306772908366534,
2912
+ "grad_norm": 0.506352424621582,
2913
+ "learning_rate": 4.320683122293806e-06,
2914
+ "loss": 0.23675966262817383,
2915
+ "step": 830
2916
+ },
2917
+ {
2918
+ "epoch": 3.314741035856574,
2919
+ "grad_norm": 0.34960469603538513,
2920
+ "learning_rate": 4.280433349753851e-06,
2921
+ "loss": 0.2234186828136444,
2922
+ "step": 832
2923
+ },
2924
+ {
2925
+ "epoch": 3.3227091633466137,
2926
+ "grad_norm": 1.093450665473938,
2927
+ "learning_rate": 4.240595202899784e-06,
2928
+ "loss": 0.2236480414867401,
2929
+ "step": 834
2930
+ },
2931
+ {
2932
+ "epoch": 3.3306772908366535,
2933
+ "grad_norm": 1.7021102905273438,
2934
+ "learning_rate": 4.2011704134269536e-06,
2935
+ "loss": 0.244973286986351,
2936
+ "step": 836
2937
+ },
2938
+ {
2939
+ "epoch": 3.3386454183266934,
2940
+ "grad_norm": 1.0127544403076172,
2941
+ "learning_rate": 4.162160695062774e-06,
2942
+ "loss": 0.3762524127960205,
2943
+ "step": 838
2944
+ },
2945
+ {
2946
+ "epoch": 3.346613545816733,
2947
+ "grad_norm": 0.48283928632736206,
2948
+ "learning_rate": 4.123567743492243e-06,
2949
+ "loss": 0.09160395711660385,
2950
+ "step": 840
2951
+ },
2952
+ {
2953
+ "epoch": 3.354581673306773,
2954
+ "grad_norm": 0.3954333961009979,
2955
+ "learning_rate": 4.085393236284226e-06,
2956
+ "loss": 0.20918384194374084,
2957
+ "step": 842
2958
+ },
2959
+ {
2960
+ "epoch": 3.362549800796813,
2961
+ "grad_norm": 0.3748583197593689,
2962
+ "learning_rate": 4.0476388328185306e-06,
2963
+ "loss": 0.24666330218315125,
2964
+ "step": 844
2965
+ },
2966
+ {
2967
+ "epoch": 3.3705179282868527,
2968
+ "grad_norm": 0.37042000889778137,
2969
+ "learning_rate": 4.010306174213786e-06,
2970
+ "loss": 0.33929553627967834,
2971
+ "step": 846
2972
+ },
2973
+ {
2974
+ "epoch": 3.3784860557768925,
2975
+ "grad_norm": 0.38942667841911316,
2976
+ "learning_rate": 3.973396883256098e-06,
2977
+ "loss": 0.3574102222919464,
2978
+ "step": 848
2979
+ },
2980
+ {
2981
+ "epoch": 3.3864541832669324,
2982
+ "grad_norm": 0.4091942310333252,
2983
+ "learning_rate": 3.9369125643285164e-06,
2984
+ "loss": 0.23076759278774261,
2985
+ "step": 850
2986
+ },
2987
+ {
2988
+ "epoch": 3.394422310756972,
2989
+ "grad_norm": 0.31176552176475525,
2990
+ "learning_rate": 3.900854803341286e-06,
2991
+ "loss": 0.3034666180610657,
2992
+ "step": 852
2993
+ },
2994
+ {
2995
+ "epoch": 3.402390438247012,
2996
+ "grad_norm": 0.341012567281723,
2997
+ "learning_rate": 3.865225167662926e-06,
2998
+ "loss": 0.3238814175128937,
2999
+ "step": 854
3000
+ },
3001
+ {
3002
+ "epoch": 3.410358565737052,
3003
+ "grad_norm": 0.9658647179603577,
3004
+ "learning_rate": 3.830025206052076e-06,
3005
+ "loss": 0.29980388283729553,
3006
+ "step": 856
3007
+ },
3008
+ {
3009
+ "epoch": 3.4183266932270917,
3010
+ "grad_norm": 0.28022247552871704,
3011
+ "learning_rate": 3.7952564485901993e-06,
3012
+ "loss": 0.3209022283554077,
3013
+ "step": 858
3014
+ },
3015
+ {
3016
+ "epoch": 3.4262948207171315,
3017
+ "grad_norm": 0.30447283387184143,
3018
+ "learning_rate": 3.760920406615049e-06,
3019
+ "loss": 0.31163108348846436,
3020
+ "step": 860
3021
+ },
3022
+ {
3023
+ "epoch": 3.4342629482071714,
3024
+ "grad_norm": 0.460216760635376,
3025
+ "learning_rate": 3.727018572654993e-06,
3026
+ "loss": 0.19528982043266296,
3027
+ "step": 862
3028
+ },
3029
+ {
3030
+ "epoch": 3.442231075697211,
3031
+ "grad_norm": 0.5468026995658875,
3032
+ "learning_rate": 3.6935524203641296e-06,
3033
+ "loss": 0.20554818212985992,
3034
+ "step": 864
3035
+ },
3036
+ {
3037
+ "epoch": 3.450199203187251,
3038
+ "grad_norm": 0.3372550308704376,
3039
+ "learning_rate": 3.660523404458213e-06,
3040
+ "loss": 0.35659119486808777,
3041
+ "step": 866
3042
+ },
3043
+ {
3044
+ "epoch": 3.458167330677291,
3045
+ "grad_norm": 0.2969035804271698,
3046
+ "learning_rate": 3.6279329606514515e-06,
3047
+ "loss": 0.2657085657119751,
3048
+ "step": 868
3049
+ },
3050
+ {
3051
+ "epoch": 3.4661354581673307,
3052
+ "grad_norm": 0.3335762619972229,
3053
+ "learning_rate": 3.5957825055940745e-06,
3054
+ "loss": 0.25995686650276184,
3055
+ "step": 870
3056
+ },
3057
+ {
3058
+ "epoch": 3.4741035856573705,
3059
+ "grad_norm": 0.07810402661561966,
3060
+ "learning_rate": 3.5640734368107665e-06,
3061
+ "loss": 0.21163897216320038,
3062
+ "step": 872
3063
+ },
3064
+ {
3065
+ "epoch": 3.4820717131474104,
3066
+ "grad_norm": 0.06156105175614357,
3067
+ "learning_rate": 3.532807132639909e-06,
3068
+ "loss": 0.1695207953453064,
3069
+ "step": 874
3070
+ },
3071
+ {
3072
+ "epoch": 3.49003984063745,
3073
+ "grad_norm": 0.29371005296707153,
3074
+ "learning_rate": 3.5019849521736703e-06,
3075
+ "loss": 0.1652969866991043,
3076
+ "step": 876
3077
+ },
3078
+ {
3079
+ "epoch": 3.49800796812749,
3080
+ "grad_norm": 0.29471254348754883,
3081
+ "learning_rate": 3.4716082351989357e-06,
3082
+ "loss": 0.2616461217403412,
3083
+ "step": 878
3084
+ },
3085
+ {
3086
+ "epoch": 3.50597609561753,
3087
+ "grad_norm": 0.10254102945327759,
3088
+ "learning_rate": 3.4416783021390577e-06,
3089
+ "loss": 0.1497431844472885,
3090
+ "step": 880
3091
+ },
3092
+ {
3093
+ "epoch": 3.5139442231075697,
3094
+ "grad_norm": 0.3706572949886322,
3095
+ "learning_rate": 3.412196453996469e-06,
3096
+ "loss": 0.10484407097101212,
3097
+ "step": 882
3098
+ },
3099
+ {
3100
+ "epoch": 3.5219123505976095,
3101
+ "grad_norm": 0.28233277797698975,
3102
+ "learning_rate": 3.3831639722961196e-06,
3103
+ "loss": 0.04023301973938942,
3104
+ "step": 884
3105
+ },
3106
+ {
3107
+ "epoch": 3.5298804780876494,
3108
+ "grad_norm": 0.5272843837738037,
3109
+ "learning_rate": 3.354582119029784e-06,
3110
+ "loss": 0.3029521703720093,
3111
+ "step": 886
3112
+ },
3113
+ {
3114
+ "epoch": 3.537848605577689,
3115
+ "grad_norm": 0.4497409462928772,
3116
+ "learning_rate": 3.326452136601192e-06,
3117
+ "loss": 0.35895416140556335,
3118
+ "step": 888
3119
+ },
3120
+ {
3121
+ "epoch": 3.545816733067729,
3122
+ "grad_norm": 0.3548281788825989,
3123
+ "learning_rate": 3.298775247772035e-06,
3124
+ "loss": 0.17913445830345154,
3125
+ "step": 890
3126
+ },
3127
+ {
3128
+ "epoch": 3.553784860557769,
3129
+ "grad_norm": 0.6090046167373657,
3130
+ "learning_rate": 3.27155265560881e-06,
3131
+ "loss": 0.20643927156925201,
3132
+ "step": 892
3133
+ },
3134
+ {
3135
+ "epoch": 3.5617529880478087,
3136
+ "grad_norm": 0.2786542773246765,
3137
+ "learning_rate": 3.2447855434305134e-06,
3138
+ "loss": 0.5030993223190308,
3139
+ "step": 894
3140
+ },
3141
+ {
3142
+ "epoch": 3.5697211155378485,
3143
+ "grad_norm": 0.14362268149852753,
3144
+ "learning_rate": 3.218475074757224e-06,
3145
+ "loss": 0.06106302887201309,
3146
+ "step": 896
3147
+ },
3148
+ {
3149
+ "epoch": 3.5776892430278884,
3150
+ "grad_norm": 0.259156197309494,
3151
+ "learning_rate": 3.192622393259518e-06,
3152
+ "loss": 0.16078512370586395,
3153
+ "step": 898
3154
+ },
3155
+ {
3156
+ "epoch": 3.585657370517928,
3157
+ "grad_norm": 0.3713056743144989,
3158
+ "learning_rate": 3.1672286227087457e-06,
3159
+ "loss": 0.08721793442964554,
3160
+ "step": 900
3161
+ },
3162
+ {
3163
+ "epoch": 3.593625498007968,
3164
+ "grad_norm": 0.470853328704834,
3165
+ "learning_rate": 3.1422948669282013e-06,
3166
+ "loss": 0.06528808921575546,
3167
+ "step": 902
3168
+ },
3169
+ {
3170
+ "epoch": 3.601593625498008,
3171
+ "grad_norm": 0.4089232087135315,
3172
+ "learning_rate": 3.1178222097451264e-06,
3173
+ "loss": 0.2283235788345337,
3174
+ "step": 904
3175
+ },
3176
+ {
3177
+ "epoch": 3.6095617529880477,
3178
+ "grad_norm": 0.33979326486587524,
3179
+ "learning_rate": 3.09381171494361e-06,
3180
+ "loss": 0.15290184319019318,
3181
+ "step": 906
3182
+ },
3183
+ {
3184
+ "epoch": 3.6175298804780875,
3185
+ "grad_norm": 0.31778720021247864,
3186
+ "learning_rate": 3.0702644262183325e-06,
3187
+ "loss": 0.3788220286369324,
3188
+ "step": 908
3189
+ },
3190
+ {
3191
+ "epoch": 3.6254980079681274,
3192
+ "grad_norm": 0.484840989112854,
3193
+ "learning_rate": 3.047181367129219e-06,
3194
+ "loss": 0.2795168459415436,
3195
+ "step": 910
3196
+ },
3197
+ {
3198
+ "epoch": 3.633466135458167,
3199
+ "grad_norm": 0.08123687654733658,
3200
+ "learning_rate": 3.0245635410569265e-06,
3201
+ "loss": 0.038957491517066956,
3202
+ "step": 912
3203
+ },
3204
+ {
3205
+ "epoch": 3.641434262948207,
3206
+ "grad_norm": 0.3782183825969696,
3207
+ "learning_rate": 3.002411931159237e-06,
3208
+ "loss": 0.2506720721721649,
3209
+ "step": 914
3210
+ },
3211
+ {
3212
+ "epoch": 3.649402390438247,
3213
+ "grad_norm": 0.35183200240135193,
3214
+ "learning_rate": 2.980727500328328e-06,
3215
+ "loss": 0.2860797345638275,
3216
+ "step": 916
3217
+ },
3218
+ {
3219
+ "epoch": 3.6573705179282867,
3220
+ "grad_norm": 0.5603599548339844,
3221
+ "learning_rate": 2.9595111911489044e-06,
3222
+ "loss": 0.05544031411409378,
3223
+ "step": 918
3224
+ },
3225
+ {
3226
+ "epoch": 3.6653386454183265,
3227
+ "grad_norm": 0.34753990173339844,
3228
+ "learning_rate": 2.9387639258572393e-06,
3229
+ "loss": 0.2869701683521271,
3230
+ "step": 920
3231
+ },
3232
+ {
3233
+ "epoch": 3.6733067729083664,
3234
+ "grad_norm": 0.16297142207622528,
3235
+ "learning_rate": 2.9184866063010715e-06,
3236
+ "loss": 0.0460997000336647,
3237
+ "step": 922
3238
+ },
3239
+ {
3240
+ "epoch": 3.681274900398406,
3241
+ "grad_norm": 0.8638817071914673,
3242
+ "learning_rate": 2.898680113900416e-06,
3243
+ "loss": 0.2628190815448761,
3244
+ "step": 924
3245
+ },
3246
+ {
3247
+ "epoch": 3.6892430278884465,
3248
+ "grad_norm": 0.35263216495513916,
3249
+ "learning_rate": 2.8793453096092467e-06,
3250
+ "loss": 0.08740659058094025,
3251
+ "step": 926
3252
+ },
3253
+ {
3254
+ "epoch": 3.6972111553784863,
3255
+ "grad_norm": 0.2342199981212616,
3256
+ "learning_rate": 2.860483033878065e-06,
3257
+ "loss": 0.1996232569217682,
3258
+ "step": 928
3259
+ },
3260
+ {
3261
+ "epoch": 3.705179282868526,
3262
+ "grad_norm": 0.08421018719673157,
3263
+ "learning_rate": 2.8420941066173814e-06,
3264
+ "loss": 0.20934821665287018,
3265
+ "step": 930
3266
+ },
3267
+ {
3268
+ "epoch": 3.713147410358566,
3269
+ "grad_norm": 0.343291699886322,
3270
+ "learning_rate": 2.8241793271620595e-06,
3271
+ "loss": 0.30004775524139404,
3272
+ "step": 932
3273
+ },
3274
+ {
3275
+ "epoch": 3.721115537848606,
3276
+ "grad_norm": 0.40662598609924316,
3277
+ "learning_rate": 2.806739474236583e-06,
3278
+ "loss": 0.17531633377075195,
3279
+ "step": 934
3280
+ },
3281
+ {
3282
+ "epoch": 3.7290836653386457,
3283
+ "grad_norm": 0.41496917605400085,
3284
+ "learning_rate": 2.7897753059211975e-06,
3285
+ "loss": 0.3278602063655853,
3286
+ "step": 936
3287
+ },
3288
+ {
3289
+ "epoch": 3.7370517928286855,
3290
+ "grad_norm": 0.559548556804657,
3291
+ "learning_rate": 2.7732875596189618e-06,
3292
+ "loss": 0.11036017537117004,
3293
+ "step": 938
3294
+ },
3295
+ {
3296
+ "epoch": 3.7450199203187253,
3297
+ "grad_norm": 0.31999555230140686,
3298
+ "learning_rate": 2.7572769520236975e-06,
3299
+ "loss": 0.34991517663002014,
3300
+ "step": 940
3301
+ },
3302
+ {
3303
+ "epoch": 3.752988047808765,
3304
+ "grad_norm": 0.23487690091133118,
3305
+ "learning_rate": 2.7417441790888235e-06,
3306
+ "loss": 0.17355544865131378,
3307
+ "step": 942
3308
+ },
3309
+ {
3310
+ "epoch": 3.760956175298805,
3311
+ "grad_norm": 0.1940401941537857,
3312
+ "learning_rate": 2.7266899159971187e-06,
3313
+ "loss": 0.1706204116344452,
3314
+ "step": 944
3315
+ },
3316
+ {
3317
+ "epoch": 3.768924302788845,
3318
+ "grad_norm": 0.3785277009010315,
3319
+ "learning_rate": 2.7121148171313677e-06,
3320
+ "loss": 0.39207062125205994,
3321
+ "step": 946
3322
+ },
3323
+ {
3324
+ "epoch": 3.7768924302788847,
3325
+ "grad_norm": 0.343730628490448,
3326
+ "learning_rate": 2.698019516045913e-06,
3327
+ "loss": 0.2191389501094818,
3328
+ "step": 948
3329
+ },
3330
+ {
3331
+ "epoch": 3.7848605577689245,
3332
+ "grad_norm": 0.2559804916381836,
3333
+ "learning_rate": 2.6844046254391136e-06,
3334
+ "loss": 0.36427849531173706,
3335
+ "step": 950
3336
+ },
3337
+ {
3338
+ "epoch": 3.7928286852589643,
3339
+ "grad_norm": 0.25515085458755493,
3340
+ "learning_rate": 2.671270737126719e-06,
3341
+ "loss": 0.30214783549308777,
3342
+ "step": 952
3343
+ },
3344
+ {
3345
+ "epoch": 3.800796812749004,
3346
+ "grad_norm": 0.325765460729599,
3347
+ "learning_rate": 2.6586184220161427e-06,
3348
+ "loss": 0.18529954552650452,
3349
+ "step": 954
3350
+ },
3351
+ {
3352
+ "epoch": 3.808764940239044,
3353
+ "grad_norm": 0.6795303821563721,
3354
+ "learning_rate": 2.6464482300816413e-06,
3355
+ "loss": 0.37121716141700745,
3356
+ "step": 956
3357
+ },
3358
+ {
3359
+ "epoch": 3.816733067729084,
3360
+ "grad_norm": 0.1896744966506958,
3361
+ "learning_rate": 2.6347606903404116e-06,
3362
+ "loss": 0.1599966585636139,
3363
+ "step": 958
3364
+ },
3365
+ {
3366
+ "epoch": 3.8247011952191237,
3367
+ "grad_norm": 0.359385222196579,
3368
+ "learning_rate": 2.623556310829593e-06,
3369
+ "loss": 0.11625859141349792,
3370
+ "step": 960
3371
+ },
3372
+ {
3373
+ "epoch": 3.8326693227091635,
3374
+ "grad_norm": 0.09733131527900696,
3375
+ "learning_rate": 2.6128355785841883e-06,
3376
+ "loss": 0.2088605761528015,
3377
+ "step": 962
3378
+ },
3379
+ {
3380
+ "epoch": 3.8406374501992033,
3381
+ "grad_norm": 0.3594829738140106,
3382
+ "learning_rate": 2.6025989596158866e-06,
3383
+ "loss": 0.41164886951446533,
3384
+ "step": 964
3385
+ },
3386
+ {
3387
+ "epoch": 3.848605577689243,
3388
+ "grad_norm": 0.5380414724349976,
3389
+ "learning_rate": 2.5928468988928117e-06,
3390
+ "loss": 0.17345690727233887,
3391
+ "step": 966
3392
+ },
3393
+ {
3394
+ "epoch": 3.856573705179283,
3395
+ "grad_norm": 0.5892635583877563,
3396
+ "learning_rate": 2.5835798203201787e-06,
3397
+ "loss": 0.2570192217826843,
3398
+ "step": 968
3399
+ },
3400
+ {
3401
+ "epoch": 3.864541832669323,
3402
+ "grad_norm": 0.3574495315551758,
3403
+ "learning_rate": 2.574798126721867e-06,
3404
+ "loss": 0.23841306567192078,
3405
+ "step": 970
3406
+ },
3407
+ {
3408
+ "epoch": 3.8725099601593627,
3409
+ "grad_norm": 0.05246090516448021,
3410
+ "learning_rate": 2.5665021998229085e-06,
3411
+ "loss": 0.22528496384620667,
3412
+ "step": 972
3413
+ },
3414
+ {
3415
+ "epoch": 3.8804780876494025,
3416
+ "grad_norm": 1.4794021844863892,
3417
+ "learning_rate": 2.5586924002329033e-06,
3418
+ "loss": 0.20363985002040863,
3419
+ "step": 974
3420
+ },
3421
+ {
3422
+ "epoch": 3.8884462151394423,
3423
+ "grad_norm": 0.36268168687820435,
3424
+ "learning_rate": 2.551369067430328e-06,
3425
+ "loss": 0.3567611277103424,
3426
+ "step": 976
3427
+ },
3428
+ {
3429
+ "epoch": 3.896414342629482,
3430
+ "grad_norm": 0.6210702657699585,
3431
+ "learning_rate": 2.544532519747799e-06,
3432
+ "loss": 0.24332654476165771,
3433
+ "step": 978
3434
+ },
3435
+ {
3436
+ "epoch": 3.904382470119522,
3437
+ "grad_norm": 0.08069682866334915,
3438
+ "learning_rate": 2.5381830543582185e-06,
3439
+ "loss": 0.16302455961704254,
3440
+ "step": 980
3441
+ },
3442
+ {
3443
+ "epoch": 3.912350597609562,
3444
+ "grad_norm": 0.5772701501846313,
3445
+ "learning_rate": 2.5323209472618684e-06,
3446
+ "loss": 0.22316807508468628,
3447
+ "step": 982
3448
+ },
3449
+ {
3450
+ "epoch": 3.9203187250996017,
3451
+ "grad_norm": 0.4512209892272949,
3452
+ "learning_rate": 2.526946453274405e-06,
3453
+ "loss": 0.3951210379600525,
3454
+ "step": 984
3455
+ },
3456
+ {
3457
+ "epoch": 3.9282868525896415,
3458
+ "grad_norm": 0.37502825260162354,
3459
+ "learning_rate": 2.522059806015788e-06,
3460
+ "loss": 0.10022931545972824,
3461
+ "step": 986
3462
+ },
3463
+ {
3464
+ "epoch": 3.9362549800796813,
3465
+ "grad_norm": 7.970139026641846,
3466
+ "learning_rate": 2.5176612179001236e-06,
3467
+ "loss": 0.3307144045829773,
3468
+ "step": 988
3469
+ },
3470
+ {
3471
+ "epoch": 3.944223107569721,
3472
+ "grad_norm": 0.0624762661755085,
3473
+ "learning_rate": 2.5137508801264286e-06,
3474
+ "loss": 0.19763189554214478,
3475
+ "step": 990
3476
+ },
3477
+ {
3478
+ "epoch": 3.952191235059761,
3479
+ "grad_norm": 0.2932847738265991,
3480
+ "learning_rate": 2.5103289626703247e-06,
3481
+ "loss": 0.30540770292282104,
3482
+ "step": 992
3483
+ },
3484
+ {
3485
+ "epoch": 3.960159362549801,
3486
+ "grad_norm": 0.2334122210741043,
3487
+ "learning_rate": 2.5073956142766468e-06,
3488
+ "loss": 0.11537239700555801,
3489
+ "step": 994
3490
+ },
3491
+ {
3492
+ "epoch": 3.9681274900398407,
3493
+ "grad_norm": 0.6144185066223145,
3494
+ "learning_rate": 2.504950962452975e-06,
3495
+ "loss": 0.2402108907699585,
3496
+ "step": 996
3497
+ },
3498
+ {
3499
+ "epoch": 3.9760956175298805,
3500
+ "grad_norm": 0.09196891635656357,
3501
+ "learning_rate": 2.5029951134640978e-06,
3502
+ "loss": 0.20369143784046173,
3503
+ "step": 998
3504
+ },
3505
+ {
3506
+ "epoch": 3.9840637450199203,
3507
+ "grad_norm": 0.3909507095813751,
3508
+ "learning_rate": 2.501528152327387e-06,
3509
+ "loss": 0.15496620535850525,
3510
+ "step": 1000
3511
+ },
3512
+ {
3513
+ "epoch": 3.99203187250996,
3514
+ "grad_norm": 0.3289106488227844,
3515
+ "learning_rate": 2.500550142809107e-06,
3516
+ "loss": 0.2950751781463623,
3517
+ "step": 1002
3518
+ },
3519
+ {
3520
+ "epoch": 4.0,
3521
+ "grad_norm": 0.10831116139888763,
3522
+ "learning_rate": 2.500061127421641e-06,
3523
+ "loss": 0.11359266936779022,
3524
+ "step": 1004
3525
+ },
3526
+ {
3527
+ "epoch": 4.0,
3528
+ "step": 1004,
3529
+ "total_flos": 4.038502240003031e+18,
3530
+ "train_loss": 0.7041097417681578,
3531
+ "train_runtime": 10571.9353,
3532
+ "train_samples_per_second": 5.698,
3533
+ "train_steps_per_second": 0.095
3534
+ }
3535
+ ],
3536
+ "logging_steps": 2,
3537
+ "max_steps": 1004,
3538
+ "num_input_tokens_seen": 0,
3539
+ "num_train_epochs": 4,
3540
+ "save_steps": 99999,
3541
+ "stateful_callbacks": {
3542
+ "TrainerControl": {
3543
+ "args": {
3544
+ "should_epoch_stop": false,
3545
+ "should_evaluate": false,
3546
+ "should_log": false,
3547
+ "should_save": false,
3548
+ "should_training_stop": false
3549
+ },
3550
+ "attributes": {}
3551
+ }
3552
+ },
3553
+ "total_flos": 4.038502240003031e+18,
3554
+ "train_batch_size": 3,
3555
+ "trial_name": null,
3556
+ "trial_params": null
3557
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ca1a3153d0bb381eded7d815a0d6c846f865dfd739454844594d8ea37ee83d
3
+ size 5649
training_loss.png ADDED