furproxy commited on
Commit
b902716
·
verified ·
1 Parent(s): f329b7a

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,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - adamw lang, muon other
39
+ - family_to_muon_lr = {
40
+ "language": _fallback(getattr(training_args, "language_muon_lr", 1e-5), language_lr),
41
+ "vision": _fallback(getattr(training_args, "vision_muon_lr", 1e-5), vision_lr),
42
+ "merger": _fallback(getattr(training_args, "merger_muon_lr", 2e-5), merger_lr),
43
+ }
44
+
45
+ family_to_adamw_lr = {
46
+ "language": _fallback(getattr(training_args, "language_adamw_lr", 5e-6), language_lr),
47
+ "vision": _fallback(getattr(training_args, "vision_adamw_lr", 5e-6), vision_lr),
48
+ "merger": _fallback(getattr(training_args, "merger_adamw_lr", 1e-5), merger_lr),
49
+ }
50
+ - train_batch_size: 3
51
+ - eval_batch_size: 8
52
+ - seed: 42
53
+ - distributed_type: multi-GPU
54
+ - gradient_accumulation_steps: 20
55
+ - total_train_batch_size: 60
56
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
57
+ - lr_scheduler_type: cosine_with_min_lr
58
+ - lr_scheduler_warmup_steps: 0.05
59
+ - num_epochs: 4
60
+
61
+ ### Training results
62
+
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 5.5.3
68
+ - Pytorch 2.11.0+cu128
69
+ - Datasets 4.0.0
70
+ - Tokenizers 0.22.2
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - adamw lang, muon other
39
+ - family_to_muon_lr = {
40
+ "language": _fallback(getattr(training_args, "language_muon_lr", 1e-5), language_lr),
41
+ "vision": _fallback(getattr(training_args, "vision_muon_lr", 1e-5), vision_lr),
42
+ "merger": _fallback(getattr(training_args, "merger_muon_lr", 2e-5), merger_lr),
43
+ }
44
+
45
+ family_to_adamw_lr = {
46
+ "language": _fallback(getattr(training_args, "language_adamw_lr", 5e-6), language_lr),
47
+ "vision": _fallback(getattr(training_args, "vision_adamw_lr", 5e-6), vision_lr),
48
+ "merger": _fallback(getattr(training_args, "merger_adamw_lr", 1e-5), merger_lr),
49
+ }
50
+ - train_batch_size: 3
51
+ - eval_batch_size: 8
52
+ - seed: 42
53
+ - distributed_type: multi-GPU
54
+ - gradient_accumulation_steps: 20
55
+ - total_train_batch_size: 60
56
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
57
+ - lr_scheduler_type: cosine_with_min_lr
58
+ - lr_scheduler_warmup_steps: 0.05
59
+ - num_epochs: 4
60
+
61
+ ### Training results
62
+
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 5.5.3
68
+ - Pytorch 2.11.0+cu128
69
+ - Datasets 4.0.0
70
+ - Tokenizers 0.22.2
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "effective_tokens_per_sec": 7414.328680986972,
3
+ "epoch": 4.0,
4
+ "total_flos": 3.519329211045118e+18,
5
+ "train_loss": 0.8784391032123708,
6
+ "train_runtime": 9185.186,
7
+ "train_samples_per_second": 6.558,
8
+ "train_steps_per_second": 0.109
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:52f6334d9f3b1e3cf0c9d383b2f93769ed27efa21d23cb1c36b79179dafff0ce
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": 7414.328680986972,
3
+ "epoch": 4.0,
4
+ "total_flos": 3.519329211045118e+18,
5
+ "train_loss": 0.8784391032123708,
6
+ "train_runtime": 9185.186,
7
+ "train_samples_per_second": 6.558,
8
+ "train_steps_per_second": 0.109
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": 0.992431104183197,
15
+ "learning_rate": 9.803921568627452e-08,
16
+ "loss": 2.0965123176574707,
17
+ "step": 2
18
+ },
19
+ {
20
+ "epoch": 0.01593625498007968,
21
+ "grad_norm": 0.6924453377723694,
22
+ "learning_rate": 2.9411764705882356e-07,
23
+ "loss": 2.0111780166625977,
24
+ "step": 4
25
+ },
26
+ {
27
+ "epoch": 0.02390438247011952,
28
+ "grad_norm": 7.716898441314697,
29
+ "learning_rate": 4.901960784313725e-07,
30
+ "loss": 2.2013895511627197,
31
+ "step": 6
32
+ },
33
+ {
34
+ "epoch": 0.03187250996015936,
35
+ "grad_norm": 0.6880842447280884,
36
+ "learning_rate": 6.862745098039217e-07,
37
+ "loss": 1.9172271490097046,
38
+ "step": 8
39
+ },
40
+ {
41
+ "epoch": 0.0398406374501992,
42
+ "grad_norm": 17.071664810180664,
43
+ "learning_rate": 8.823529411764707e-07,
44
+ "loss": 1.570255994796753,
45
+ "step": 10
46
+ },
47
+ {
48
+ "epoch": 0.04780876494023904,
49
+ "grad_norm": 0.8794861435890198,
50
+ "learning_rate": 1.0784313725490197e-06,
51
+ "loss": 1.8185358047485352,
52
+ "step": 12
53
+ },
54
+ {
55
+ "epoch": 0.055776892430278883,
56
+ "grad_norm": 1.04573655128479,
57
+ "learning_rate": 1.2745098039215686e-06,
58
+ "loss": 2.72529935836792,
59
+ "step": 14
60
+ },
61
+ {
62
+ "epoch": 0.06374501992031872,
63
+ "grad_norm": 3.6514744758605957,
64
+ "learning_rate": 1.4705882352941177e-06,
65
+ "loss": 4.22023344039917,
66
+ "step": 16
67
+ },
68
+ {
69
+ "epoch": 0.07171314741035857,
70
+ "grad_norm": 1.0871148109436035,
71
+ "learning_rate": 1.6666666666666667e-06,
72
+ "loss": 1.7511793375015259,
73
+ "step": 18
74
+ },
75
+ {
76
+ "epoch": 0.0796812749003984,
77
+ "grad_norm": 0.7928332686424255,
78
+ "learning_rate": 1.8627450980392158e-06,
79
+ "loss": 1.6615186929702759,
80
+ "step": 20
81
+ },
82
+ {
83
+ "epoch": 0.08764940239043825,
84
+ "grad_norm": 0.678809404373169,
85
+ "learning_rate": 2.058823529411765e-06,
86
+ "loss": 1.561174750328064,
87
+ "step": 22
88
+ },
89
+ {
90
+ "epoch": 0.09561752988047809,
91
+ "grad_norm": 3.65730619430542,
92
+ "learning_rate": 2.254901960784314e-06,
93
+ "loss": 1.4451587200164795,
94
+ "step": 24
95
+ },
96
+ {
97
+ "epoch": 0.10358565737051793,
98
+ "grad_norm": 0.33973804116249084,
99
+ "learning_rate": 2.450980392156863e-06,
100
+ "loss": 1.549599528312683,
101
+ "step": 26
102
+ },
103
+ {
104
+ "epoch": 0.11155378486055777,
105
+ "grad_norm": 0.8768259286880493,
106
+ "learning_rate": 2.647058823529412e-06,
107
+ "loss": 1.6473324298858643,
108
+ "step": 28
109
+ },
110
+ {
111
+ "epoch": 0.11952191235059761,
112
+ "grad_norm": 2.4079723358154297,
113
+ "learning_rate": 2.843137254901961e-06,
114
+ "loss": 1.4100428819656372,
115
+ "step": 30
116
+ },
117
+ {
118
+ "epoch": 0.12749003984063745,
119
+ "grad_norm": 1.017041802406311,
120
+ "learning_rate": 3.03921568627451e-06,
121
+ "loss": 1.2292826175689697,
122
+ "step": 32
123
+ },
124
+ {
125
+ "epoch": 0.13545816733067728,
126
+ "grad_norm": 1.2878122329711914,
127
+ "learning_rate": 3.2352941176470594e-06,
128
+ "loss": 1.3186246156692505,
129
+ "step": 34
130
+ },
131
+ {
132
+ "epoch": 0.14342629482071714,
133
+ "grad_norm": 0.31396621465682983,
134
+ "learning_rate": 3.431372549019608e-06,
135
+ "loss": 1.4684935808181763,
136
+ "step": 36
137
+ },
138
+ {
139
+ "epoch": 0.15139442231075698,
140
+ "grad_norm": 1.5430070161819458,
141
+ "learning_rate": 3.6274509803921573e-06,
142
+ "loss": 1.2468595504760742,
143
+ "step": 38
144
+ },
145
+ {
146
+ "epoch": 0.1593625498007968,
147
+ "grad_norm": 0.5676092505455017,
148
+ "learning_rate": 3.8235294117647055e-06,
149
+ "loss": 1.374531626701355,
150
+ "step": 40
151
+ },
152
+ {
153
+ "epoch": 0.16733067729083664,
154
+ "grad_norm": 1.4426591396331787,
155
+ "learning_rate": 4.019607843137255e-06,
156
+ "loss": 0.8449196815490723,
157
+ "step": 42
158
+ },
159
+ {
160
+ "epoch": 0.1752988047808765,
161
+ "grad_norm": 0.5641521215438843,
162
+ "learning_rate": 4.215686274509805e-06,
163
+ "loss": 1.0525023937225342,
164
+ "step": 44
165
+ },
166
+ {
167
+ "epoch": 0.18326693227091634,
168
+ "grad_norm": 1.3331698179244995,
169
+ "learning_rate": 4.411764705882353e-06,
170
+ "loss": 0.9695785641670227,
171
+ "step": 46
172
+ },
173
+ {
174
+ "epoch": 0.19123505976095617,
175
+ "grad_norm": 1.4260269403457642,
176
+ "learning_rate": 4.607843137254902e-06,
177
+ "loss": 1.2222058773040771,
178
+ "step": 48
179
+ },
180
+ {
181
+ "epoch": 0.199203187250996,
182
+ "grad_norm": 0.5581679344177246,
183
+ "learning_rate": 4.803921568627452e-06,
184
+ "loss": 1.3815633058547974,
185
+ "step": 50
186
+ },
187
+ {
188
+ "epoch": 0.20717131474103587,
189
+ "grad_norm": 0.6564000844955444,
190
+ "learning_rate": 5e-06,
191
+ "loss": 1.3270047903060913,
192
+ "step": 52
193
+ },
194
+ {
195
+ "epoch": 0.2151394422310757,
196
+ "grad_norm": 7.490191459655762,
197
+ "learning_rate": 4.999951098195543e-06,
198
+ "loss": 1.1519843339920044,
199
+ "step": 54
200
+ },
201
+ {
202
+ "epoch": 0.22310756972111553,
203
+ "grad_norm": 0.8271077275276184,
204
+ "learning_rate": 4.9998043949078495e-06,
205
+ "loss": 1.547857403755188,
206
+ "step": 56
207
+ },
208
+ {
209
+ "epoch": 0.23107569721115537,
210
+ "grad_norm": 0.45603328943252563,
211
+ "learning_rate": 4.9995598965138565e-06,
212
+ "loss": 1.3779100179672241,
213
+ "step": 58
214
+ },
215
+ {
216
+ "epoch": 0.23904382470119523,
217
+ "grad_norm": 0.48901230096817017,
218
+ "learning_rate": 4.9992176136414875e-06,
219
+ "loss": 0.7783682942390442,
220
+ "step": 60
221
+ },
222
+ {
223
+ "epoch": 0.24701195219123506,
224
+ "grad_norm": 0.5585318803787231,
225
+ "learning_rate": 4.998777561169186e-06,
226
+ "loss": 1.3811372518539429,
227
+ "step": 62
228
+ },
229
+ {
230
+ "epoch": 0.2549800796812749,
231
+ "grad_norm": 0.918829619884491,
232
+ "learning_rate": 4.998239758225272e-06,
233
+ "loss": 1.1283096075057983,
234
+ "step": 64
235
+ },
236
+ {
237
+ "epoch": 0.26294820717131473,
238
+ "grad_norm": 0.35144737362861633,
239
+ "learning_rate": 4.99760422818711e-06,
240
+ "loss": 1.3033908605575562,
241
+ "step": 66
242
+ },
243
+ {
244
+ "epoch": 0.27091633466135456,
245
+ "grad_norm": 1.7168487310409546,
246
+ "learning_rate": 4.9968709986800925e-06,
247
+ "loss": 0.8534752130508423,
248
+ "step": 68
249
+ },
250
+ {
251
+ "epoch": 0.2788844621513944,
252
+ "grad_norm": 0.749099612236023,
253
+ "learning_rate": 4.996040101576436e-06,
254
+ "loss": 1.551970362663269,
255
+ "step": 70
256
+ },
257
+ {
258
+ "epoch": 0.2868525896414343,
259
+ "grad_norm": 0.7611069679260254,
260
+ "learning_rate": 4.995111572993804e-06,
261
+ "loss": 0.810857355594635,
262
+ "step": 72
263
+ },
264
+ {
265
+ "epoch": 0.2948207171314741,
266
+ "grad_norm": 2.7616355419158936,
267
+ "learning_rate": 4.994085453293725e-06,
268
+ "loss": 1.1411327123641968,
269
+ "step": 74
270
+ },
271
+ {
272
+ "epoch": 0.30278884462151395,
273
+ "grad_norm": 0.5434392094612122,
274
+ "learning_rate": 4.992961787079848e-06,
275
+ "loss": 1.4649794101715088,
276
+ "step": 76
277
+ },
278
+ {
279
+ "epoch": 0.3107569721115538,
280
+ "grad_norm": 1.744216799736023,
281
+ "learning_rate": 4.991740623196001e-06,
282
+ "loss": 0.8862255811691284,
283
+ "step": 78
284
+ },
285
+ {
286
+ "epoch": 0.3187250996015936,
287
+ "grad_norm": 0.27387645840644836,
288
+ "learning_rate": 4.990422014724068e-06,
289
+ "loss": 0.8150431513786316,
290
+ "step": 80
291
+ },
292
+ {
293
+ "epoch": 0.32669322709163345,
294
+ "grad_norm": 0.357980877161026,
295
+ "learning_rate": 4.989006018981675e-06,
296
+ "loss": 1.3231916427612305,
297
+ "step": 82
298
+ },
299
+ {
300
+ "epoch": 0.3346613545816733,
301
+ "grad_norm": 0.9259305596351624,
302
+ "learning_rate": 4.987492697519712e-06,
303
+ "loss": 0.8546282052993774,
304
+ "step": 84
305
+ },
306
+ {
307
+ "epoch": 0.3426294820717131,
308
+ "grad_norm": 0.5314663052558899,
309
+ "learning_rate": 4.985882116119643e-06,
310
+ "loss": 1.3115451335906982,
311
+ "step": 86
312
+ },
313
+ {
314
+ "epoch": 0.350597609561753,
315
+ "grad_norm": 1.0062167644500732,
316
+ "learning_rate": 4.9841743447906576e-06,
317
+ "loss": 0.8821735382080078,
318
+ "step": 88
319
+ },
320
+ {
321
+ "epoch": 0.35856573705179284,
322
+ "grad_norm": 0.4556940197944641,
323
+ "learning_rate": 4.982369457766621e-06,
324
+ "loss": 1.3327692747116089,
325
+ "step": 90
326
+ },
327
+ {
328
+ "epoch": 0.3665338645418327,
329
+ "grad_norm": 2.095075845718384,
330
+ "learning_rate": 4.980467533502853e-06,
331
+ "loss": 1.111242413520813,
332
+ "step": 92
333
+ },
334
+ {
335
+ "epoch": 0.3745019920318725,
336
+ "grad_norm": 0.38833457231521606,
337
+ "learning_rate": 4.978468654672709e-06,
338
+ "loss": 1.2480578422546387,
339
+ "step": 94
340
+ },
341
+ {
342
+ "epoch": 0.38247011952191234,
343
+ "grad_norm": 0.7908452153205872,
344
+ "learning_rate": 4.976372908163999e-06,
345
+ "loss": 1.090553879737854,
346
+ "step": 96
347
+ },
348
+ {
349
+ "epoch": 0.3904382470119522,
350
+ "grad_norm": 0.5664379000663757,
351
+ "learning_rate": 4.974180385075195e-06,
352
+ "loss": 1.27034592628479,
353
+ "step": 98
354
+ },
355
+ {
356
+ "epoch": 0.398406374501992,
357
+ "grad_norm": 0.5254221558570862,
358
+ "learning_rate": 4.971891180711488e-06,
359
+ "loss": 0.857801616191864,
360
+ "step": 100
361
+ },
362
+ {
363
+ "epoch": 0.4063745019920319,
364
+ "grad_norm": 0.7779160737991333,
365
+ "learning_rate": 4.9695053945806295e-06,
366
+ "loss": 1.2815327644348145,
367
+ "step": 102
368
+ },
369
+ {
370
+ "epoch": 0.41434262948207173,
371
+ "grad_norm": 0.3694826662540436,
372
+ "learning_rate": 4.9670231303886194e-06,
373
+ "loss": 0.7948889136314392,
374
+ "step": 104
375
+ },
376
+ {
377
+ "epoch": 0.42231075697211157,
378
+ "grad_norm": 0.9546980261802673,
379
+ "learning_rate": 4.9644444960351865e-06,
380
+ "loss": 0.7200071215629578,
381
+ "step": 106
382
+ },
383
+ {
384
+ "epoch": 0.4302788844621514,
385
+ "grad_norm": 0.38188251852989197,
386
+ "learning_rate": 4.9617696036091095e-06,
387
+ "loss": 0.982001781463623,
388
+ "step": 108
389
+ },
390
+ {
391
+ "epoch": 0.43824701195219123,
392
+ "grad_norm": 0.3423604667186737,
393
+ "learning_rate": 4.958998569383335e-06,
394
+ "loss": 1.2899435758590698,
395
+ "step": 110
396
+ },
397
+ {
398
+ "epoch": 0.44621513944223107,
399
+ "grad_norm": 1.0854977369308472,
400
+ "learning_rate": 4.956131513809928e-06,
401
+ "loss": 0.807125449180603,
402
+ "step": 112
403
+ },
404
+ {
405
+ "epoch": 0.4541832669322709,
406
+ "grad_norm": 0.5110481977462769,
407
+ "learning_rate": 4.953168561514838e-06,
408
+ "loss": 1.127668857574463,
409
+ "step": 114
410
+ },
411
+ {
412
+ "epoch": 0.46215139442231074,
413
+ "grad_norm": 0.5186073184013367,
414
+ "learning_rate": 4.950109841292475e-06,
415
+ "loss": 1.2891759872436523,
416
+ "step": 116
417
+ },
418
+ {
419
+ "epoch": 0.4701195219123506,
420
+ "grad_norm": 0.3974666893482208,
421
+ "learning_rate": 4.946955486100119e-06,
422
+ "loss": 1.3544564247131348,
423
+ "step": 118
424
+ },
425
+ {
426
+ "epoch": 0.47808764940239046,
427
+ "grad_norm": 0.4518771469593048,
428
+ "learning_rate": 4.943705633052134e-06,
429
+ "loss": 1.2342479228973389,
430
+ "step": 120
431
+ },
432
+ {
433
+ "epoch": 0.4860557768924303,
434
+ "grad_norm": 0.5646083950996399,
435
+ "learning_rate": 4.940360423414013e-06,
436
+ "loss": 0.9549684524536133,
437
+ "step": 122
438
+ },
439
+ {
440
+ "epoch": 0.4940239043824701,
441
+ "grad_norm": 1.9822407960891724,
442
+ "learning_rate": 4.936920002596233e-06,
443
+ "loss": 1.0306670665740967,
444
+ "step": 124
445
+ },
446
+ {
447
+ "epoch": 0.50199203187251,
448
+ "grad_norm": 0.7945346236228943,
449
+ "learning_rate": 4.9333845201479375e-06,
450
+ "loss": 0.924270749092102,
451
+ "step": 126
452
+ },
453
+ {
454
+ "epoch": 0.5099601593625498,
455
+ "grad_norm": 0.39196866750717163,
456
+ "learning_rate": 4.9297541297504345e-06,
457
+ "loss": 1.2751665115356445,
458
+ "step": 128
459
+ },
460
+ {
461
+ "epoch": 0.5179282868525896,
462
+ "grad_norm": 0.30852508544921875,
463
+ "learning_rate": 4.9260289892105164e-06,
464
+ "loss": 0.937262773513794,
465
+ "step": 130
466
+ },
467
+ {
468
+ "epoch": 0.5258964143426295,
469
+ "grad_norm": 0.4379243552684784,
470
+ "learning_rate": 4.922209260453599e-06,
471
+ "loss": 0.9695570468902588,
472
+ "step": 132
473
+ },
474
+ {
475
+ "epoch": 0.5338645418326693,
476
+ "grad_norm": 0.41885074973106384,
477
+ "learning_rate": 4.9182951095166875e-06,
478
+ "loss": 0.9263144731521606,
479
+ "step": 134
480
+ },
481
+ {
482
+ "epoch": 0.5418326693227091,
483
+ "grad_norm": 0.5145621299743652,
484
+ "learning_rate": 4.914286706541153e-06,
485
+ "loss": 1.2721548080444336,
486
+ "step": 136
487
+ },
488
+ {
489
+ "epoch": 0.549800796812749,
490
+ "grad_norm": 0.3161237835884094,
491
+ "learning_rate": 4.910184225765341e-06,
492
+ "loss": 0.9362800717353821,
493
+ "step": 138
494
+ },
495
+ {
496
+ "epoch": 0.5577689243027888,
497
+ "grad_norm": 1.6188466548919678,
498
+ "learning_rate": 4.905987845516996e-06,
499
+ "loss": 1.0818490982055664,
500
+ "step": 140
501
+ },
502
+ {
503
+ "epoch": 0.5657370517928287,
504
+ "grad_norm": 0.5755692720413208,
505
+ "learning_rate": 4.90169774820551e-06,
506
+ "loss": 1.0088565349578857,
507
+ "step": 142
508
+ },
509
+ {
510
+ "epoch": 0.5737051792828686,
511
+ "grad_norm": 0.37476515769958496,
512
+ "learning_rate": 4.897314120313996e-06,
513
+ "loss": 1.2249387502670288,
514
+ "step": 144
515
+ },
516
+ {
517
+ "epoch": 0.5816733067729084,
518
+ "grad_norm": 0.5977800488471985,
519
+ "learning_rate": 4.892837152391174e-06,
520
+ "loss": 1.3247590065002441,
521
+ "step": 146
522
+ },
523
+ {
524
+ "epoch": 0.5896414342629482,
525
+ "grad_norm": 0.44905203580856323,
526
+ "learning_rate": 4.888267039043101e-06,
527
+ "loss": 0.9548290967941284,
528
+ "step": 148
529
+ },
530
+ {
531
+ "epoch": 0.5976095617529881,
532
+ "grad_norm": 1.1062926054000854,
533
+ "learning_rate": 4.883603978924698e-06,
534
+ "loss": 0.9406803846359253,
535
+ "step": 150
536
+ },
537
+ {
538
+ "epoch": 0.6055776892430279,
539
+ "grad_norm": 1.2753959894180298,
540
+ "learning_rate": 4.878848174731126e-06,
541
+ "loss": 0.926374077796936,
542
+ "step": 152
543
+ },
544
+ {
545
+ "epoch": 0.6135458167330677,
546
+ "grad_norm": 1.027884602546692,
547
+ "learning_rate": 4.873999833188967e-06,
548
+ "loss": 1.1080248355865479,
549
+ "step": 154
550
+ },
551
+ {
552
+ "epoch": 0.6215139442231076,
553
+ "grad_norm": 2.7580108642578125,
554
+ "learning_rate": 4.8690591650472455e-06,
555
+ "loss": 0.8502599000930786,
556
+ "step": 156
557
+ },
558
+ {
559
+ "epoch": 0.6294820717131474,
560
+ "grad_norm": 0.5545320510864258,
561
+ "learning_rate": 4.864026385068259e-06,
562
+ "loss": 1.132275104522705,
563
+ "step": 158
564
+ },
565
+ {
566
+ "epoch": 0.6374501992031872,
567
+ "grad_norm": 0.40574920177459717,
568
+ "learning_rate": 4.858901712018251e-06,
569
+ "loss": 1.0040314197540283,
570
+ "step": 160
571
+ },
572
+ {
573
+ "epoch": 0.6454183266932271,
574
+ "grad_norm": 0.24671249091625214,
575
+ "learning_rate": 4.8536853686578965e-06,
576
+ "loss": 0.7447801232337952,
577
+ "step": 162
578
+ },
579
+ {
580
+ "epoch": 0.6533864541832669,
581
+ "grad_norm": 0.26141852140426636,
582
+ "learning_rate": 4.84837758173262e-06,
583
+ "loss": 1.139325737953186,
584
+ "step": 164
585
+ },
586
+ {
587
+ "epoch": 0.6613545816733067,
588
+ "grad_norm": 0.8306750059127808,
589
+ "learning_rate": 4.8429785819627395e-06,
590
+ "loss": 0.7993532419204712,
591
+ "step": 166
592
+ },
593
+ {
594
+ "epoch": 0.6693227091633466,
595
+ "grad_norm": 0.39537087082862854,
596
+ "learning_rate": 4.83748860403344e-06,
597
+ "loss": 1.2300182580947876,
598
+ "step": 168
599
+ },
600
+ {
601
+ "epoch": 0.6772908366533864,
602
+ "grad_norm": 1.5469924211502075,
603
+ "learning_rate": 4.831907886584566e-06,
604
+ "loss": 0.8583570122718811,
605
+ "step": 170
606
+ },
607
+ {
608
+ "epoch": 0.6852589641434262,
609
+ "grad_norm": 0.5137859582901001,
610
+ "learning_rate": 4.8262366722002535e-06,
611
+ "loss": 0.8191929459571838,
612
+ "step": 172
613
+ },
614
+ {
615
+ "epoch": 0.6932270916334662,
616
+ "grad_norm": 0.43556949496269226,
617
+ "learning_rate": 4.820475207398386e-06,
618
+ "loss": 1.2248395681381226,
619
+ "step": 174
620
+ },
621
+ {
622
+ "epoch": 0.701195219123506,
623
+ "grad_norm": 1.8620752096176147,
624
+ "learning_rate": 4.8146237426198735e-06,
625
+ "loss": 0.7317447662353516,
626
+ "step": 176
627
+ },
628
+ {
629
+ "epoch": 0.7091633466135459,
630
+ "grad_norm": 1.777799367904663,
631
+ "learning_rate": 4.808682532217772e-06,
632
+ "loss": 0.8984107375144958,
633
+ "step": 178
634
+ },
635
+ {
636
+ "epoch": 0.7171314741035857,
637
+ "grad_norm": 1.2318086624145508,
638
+ "learning_rate": 4.802651834446221e-06,
639
+ "loss": 1.059409499168396,
640
+ "step": 180
641
+ },
642
+ {
643
+ "epoch": 0.7250996015936255,
644
+ "grad_norm": 0.23143084347248077,
645
+ "learning_rate": 4.796531911449226e-06,
646
+ "loss": 0.4955834150314331,
647
+ "step": 182
648
+ },
649
+ {
650
+ "epoch": 0.7330677290836654,
651
+ "grad_norm": 0.3211841583251953,
652
+ "learning_rate": 4.790323029249252e-06,
653
+ "loss": 1.2554868459701538,
654
+ "step": 184
655
+ },
656
+ {
657
+ "epoch": 0.7410358565737052,
658
+ "grad_norm": 0.32706090807914734,
659
+ "learning_rate": 4.784025457735675e-06,
660
+ "loss": 1.2438033819198608,
661
+ "step": 186
662
+ },
663
+ {
664
+ "epoch": 0.749003984063745,
665
+ "grad_norm": 0.5452679395675659,
666
+ "learning_rate": 4.777639470653035e-06,
667
+ "loss": 1.0850731134414673,
668
+ "step": 188
669
+ },
670
+ {
671
+ "epoch": 0.7569721115537849,
672
+ "grad_norm": 0.9263575077056885,
673
+ "learning_rate": 4.771165345589148e-06,
674
+ "loss": 0.8628407716751099,
675
+ "step": 190
676
+ },
677
+ {
678
+ "epoch": 0.7649402390438247,
679
+ "grad_norm": 0.5482353568077087,
680
+ "learning_rate": 4.7646033639630355e-06,
681
+ "loss": 1.191858172416687,
682
+ "step": 192
683
+ },
684
+ {
685
+ "epoch": 0.7729083665338645,
686
+ "grad_norm": 0.43080008029937744,
687
+ "learning_rate": 4.757953811012688e-06,
688
+ "loss": 0.8647624850273132,
689
+ "step": 194
690
+ },
691
+ {
692
+ "epoch": 0.7808764940239044,
693
+ "grad_norm": 0.3980056941509247,
694
+ "learning_rate": 4.7512169757826735e-06,
695
+ "loss": 0.5781556367874146,
696
+ "step": 196
697
+ },
698
+ {
699
+ "epoch": 0.7888446215139442,
700
+ "grad_norm": 1.9437649250030518,
701
+ "learning_rate": 4.74439315111157e-06,
702
+ "loss": 0.7770846486091614,
703
+ "step": 198
704
+ },
705
+ {
706
+ "epoch": 0.796812749003984,
707
+ "grad_norm": 0.9418972134590149,
708
+ "learning_rate": 4.737482633619234e-06,
709
+ "loss": 1.0205211639404297,
710
+ "step": 200
711
+ },
712
+ {
713
+ "epoch": 0.8047808764940239,
714
+ "grad_norm": 0.3022700548171997,
715
+ "learning_rate": 4.730485723693912e-06,
716
+ "loss": 0.9564134478569031,
717
+ "step": 202
718
+ },
719
+ {
720
+ "epoch": 0.8127490039840638,
721
+ "grad_norm": 0.5594950914382935,
722
+ "learning_rate": 4.723402725479177e-06,
723
+ "loss": 1.504888892173767,
724
+ "step": 204
725
+ },
726
+ {
727
+ "epoch": 0.8207171314741036,
728
+ "grad_norm": 3.144648790359497,
729
+ "learning_rate": 4.71623394686071e-06,
730
+ "loss": 1.2124322652816772,
731
+ "step": 206
732
+ },
733
+ {
734
+ "epoch": 0.8286852589641435,
735
+ "grad_norm": 0.5176221132278442,
736
+ "learning_rate": 4.708979699452923e-06,
737
+ "loss": 0.5836835503578186,
738
+ "step": 208
739
+ },
740
+ {
741
+ "epoch": 0.8366533864541833,
742
+ "grad_norm": 0.4660533368587494,
743
+ "learning_rate": 4.701640298585405e-06,
744
+ "loss": 1.2577470541000366,
745
+ "step": 210
746
+ },
747
+ {
748
+ "epoch": 0.8446215139442231,
749
+ "grad_norm": 0.6715433597564697,
750
+ "learning_rate": 4.694216063289219e-06,
751
+ "loss": 1.2138832807540894,
752
+ "step": 212
753
+ },
754
+ {
755
+ "epoch": 0.852589641434263,
756
+ "grad_norm": 0.3243195712566376,
757
+ "learning_rate": 4.686707316283033e-06,
758
+ "loss": 0.9419237971305847,
759
+ "step": 214
760
+ },
761
+ {
762
+ "epoch": 0.8605577689243028,
763
+ "grad_norm": 0.7969087362289429,
764
+ "learning_rate": 4.679114383959095e-06,
765
+ "loss": 1.4263865947723389,
766
+ "step": 216
767
+ },
768
+ {
769
+ "epoch": 0.8685258964143426,
770
+ "grad_norm": 1.469743251800537,
771
+ "learning_rate": 4.6714375963690415e-06,
772
+ "loss": 0.8269627094268799,
773
+ "step": 218
774
+ },
775
+ {
776
+ "epoch": 0.8764940239043825,
777
+ "grad_norm": 0.40505316853523254,
778
+ "learning_rate": 4.6636772872095545e-06,
779
+ "loss": 1.232311725616455,
780
+ "step": 220
781
+ },
782
+ {
783
+ "epoch": 0.8844621513944223,
784
+ "grad_norm": 0.5862241983413696,
785
+ "learning_rate": 4.6558337938078505e-06,
786
+ "loss": 1.4802137613296509,
787
+ "step": 222
788
+ },
789
+ {
790
+ "epoch": 0.8924302788844621,
791
+ "grad_norm": 1.0030487775802612,
792
+ "learning_rate": 4.647907457107025e-06,
793
+ "loss": 0.6953156590461731,
794
+ "step": 224
795
+ },
796
+ {
797
+ "epoch": 0.900398406374502,
798
+ "grad_norm": 0.3918820023536682,
799
+ "learning_rate": 4.639898621651226e-06,
800
+ "loss": 0.9746219515800476,
801
+ "step": 226
802
+ },
803
+ {
804
+ "epoch": 0.9083665338645418,
805
+ "grad_norm": 1.1113313436508179,
806
+ "learning_rate": 4.631807635570681e-06,
807
+ "loss": 1.0772472620010376,
808
+ "step": 228
809
+ },
810
+ {
811
+ "epoch": 0.9163346613545816,
812
+ "grad_norm": 0.5826574563980103,
813
+ "learning_rate": 4.623634850566563e-06,
814
+ "loss": 1.1785383224487305,
815
+ "step": 230
816
+ },
817
+ {
818
+ "epoch": 0.9243027888446215,
819
+ "grad_norm": 0.4486997425556183,
820
+ "learning_rate": 4.615380621895701e-06,
821
+ "loss": 1.321905255317688,
822
+ "step": 232
823
+ },
824
+ {
825
+ "epoch": 0.9322709163346613,
826
+ "grad_norm": 0.8705466389656067,
827
+ "learning_rate": 4.607045308355141e-06,
828
+ "loss": 0.8072372674942017,
829
+ "step": 234
830
+ },
831
+ {
832
+ "epoch": 0.9402390438247012,
833
+ "grad_norm": 0.32237792015075684,
834
+ "learning_rate": 4.598629272266549e-06,
835
+ "loss": 0.8129540085792542,
836
+ "step": 236
837
+ },
838
+ {
839
+ "epoch": 0.9482071713147411,
840
+ "grad_norm": 0.3973919153213501,
841
+ "learning_rate": 4.590132879460458e-06,
842
+ "loss": 0.42645901441574097,
843
+ "step": 238
844
+ },
845
+ {
846
+ "epoch": 0.9561752988047809,
847
+ "grad_norm": 6.2584686279296875,
848
+ "learning_rate": 4.5815564992603705e-06,
849
+ "loss": 0.839176595211029,
850
+ "step": 240
851
+ },
852
+ {
853
+ "epoch": 0.9641434262948207,
854
+ "grad_norm": 0.7081606984138489,
855
+ "learning_rate": 4.572900504466702e-06,
856
+ "loss": 1.1235440969467163,
857
+ "step": 242
858
+ },
859
+ {
860
+ "epoch": 0.9721115537848606,
861
+ "grad_norm": 0.39649632573127747,
862
+ "learning_rate": 4.564165271340577e-06,
863
+ "loss": 1.2115644216537476,
864
+ "step": 244
865
+ },
866
+ {
867
+ "epoch": 0.9800796812749004,
868
+ "grad_norm": 1.6367366313934326,
869
+ "learning_rate": 4.555351179587472e-06,
870
+ "loss": 0.9500784873962402,
871
+ "step": 246
872
+ },
873
+ {
874
+ "epoch": 0.9880478087649402,
875
+ "grad_norm": 0.46789565682411194,
876
+ "learning_rate": 4.546458612340714e-06,
877
+ "loss": 0.9774641990661621,
878
+ "step": 248
879
+ },
880
+ {
881
+ "epoch": 0.9960159362549801,
882
+ "grad_norm": 0.4159293472766876,
883
+ "learning_rate": 4.537487956144821e-06,
884
+ "loss": 0.9703260064125061,
885
+ "step": 250
886
+ },
887
+ {
888
+ "epoch": 1.00398406374502,
889
+ "grad_norm": 3.030120611190796,
890
+ "learning_rate": 4.528439600938706e-06,
891
+ "loss": 0.9079171419143677,
892
+ "step": 252
893
+ },
894
+ {
895
+ "epoch": 1.0119521912350598,
896
+ "grad_norm": 0.3234848380088806,
897
+ "learning_rate": 4.519313940038721e-06,
898
+ "loss": 0.7094411849975586,
899
+ "step": 254
900
+ },
901
+ {
902
+ "epoch": 1.0199203187250996,
903
+ "grad_norm": 0.5853373408317566,
904
+ "learning_rate": 4.510111370121563e-06,
905
+ "loss": 1.172021746635437,
906
+ "step": 256
907
+ },
908
+ {
909
+ "epoch": 1.0278884462151394,
910
+ "grad_norm": 0.511910617351532,
911
+ "learning_rate": 4.500832291207033e-06,
912
+ "loss": 1.1384598016738892,
913
+ "step": 258
914
+ },
915
+ {
916
+ "epoch": 1.0358565737051793,
917
+ "grad_norm": 0.7625296711921692,
918
+ "learning_rate": 4.491477106640646e-06,
919
+ "loss": 1.091207504272461,
920
+ "step": 260
921
+ },
922
+ {
923
+ "epoch": 1.043824701195219,
924
+ "grad_norm": 0.47513219714164734,
925
+ "learning_rate": 4.482046223076092e-06,
926
+ "loss": 1.01276433467865,
927
+ "step": 262
928
+ },
929
+ {
930
+ "epoch": 1.051792828685259,
931
+ "grad_norm": 2.4036881923675537,
932
+ "learning_rate": 4.4725400504575725e-06,
933
+ "loss": 1.1120725870132446,
934
+ "step": 264
935
+ },
936
+ {
937
+ "epoch": 1.0597609561752988,
938
+ "grad_norm": 1.344622254371643,
939
+ "learning_rate": 4.462959002001971e-06,
940
+ "loss": 0.6211552023887634,
941
+ "step": 266
942
+ },
943
+ {
944
+ "epoch": 1.0677290836653386,
945
+ "grad_norm": 0.3280583918094635,
946
+ "learning_rate": 4.453303494180895e-06,
947
+ "loss": 0.9181345701217651,
948
+ "step": 268
949
+ },
950
+ {
951
+ "epoch": 1.0756972111553784,
952
+ "grad_norm": 0.9431546330451965,
953
+ "learning_rate": 4.443573946702573e-06,
954
+ "loss": 0.5670726299285889,
955
+ "step": 270
956
+ },
957
+ {
958
+ "epoch": 1.0836653386454183,
959
+ "grad_norm": 0.41420289874076843,
960
+ "learning_rate": 4.433770782493606e-06,
961
+ "loss": 1.2278110980987549,
962
+ "step": 272
963
+ },
964
+ {
965
+ "epoch": 1.091633466135458,
966
+ "grad_norm": 1.8112084865570068,
967
+ "learning_rate": 4.42389442768059e-06,
968
+ "loss": 0.6097539067268372,
969
+ "step": 274
970
+ },
971
+ {
972
+ "epoch": 1.099601593625498,
973
+ "grad_norm": 0.39676377177238464,
974
+ "learning_rate": 4.413945311571586e-06,
975
+ "loss": 0.9101986885070801,
976
+ "step": 276
977
+ },
978
+ {
979
+ "epoch": 1.1075697211155378,
980
+ "grad_norm": 0.3688848614692688,
981
+ "learning_rate": 4.40392386663747e-06,
982
+ "loss": 0.8728987574577332,
983
+ "step": 278
984
+ },
985
+ {
986
+ "epoch": 1.1155378486055776,
987
+ "grad_norm": 0.4303763806819916,
988
+ "learning_rate": 4.393830528493118e-06,
989
+ "loss": 1.0260114669799805,
990
+ "step": 280
991
+ },
992
+ {
993
+ "epoch": 1.1235059760956174,
994
+ "grad_norm": 0.47700682282447815,
995
+ "learning_rate": 4.3836657358784875e-06,
996
+ "loss": 1.1537423133850098,
997
+ "step": 282
998
+ },
999
+ {
1000
+ "epoch": 1.1314741035856573,
1001
+ "grad_norm": 0.5435411334037781,
1002
+ "learning_rate": 4.373429930639534e-06,
1003
+ "loss": 1.176669955253601,
1004
+ "step": 284
1005
+ },
1006
+ {
1007
+ "epoch": 1.139442231075697,
1008
+ "grad_norm": 0.2700730562210083,
1009
+ "learning_rate": 4.3631235577090085e-06,
1010
+ "loss": 0.2517479360103607,
1011
+ "step": 286
1012
+ },
1013
+ {
1014
+ "epoch": 1.1474103585657371,
1015
+ "grad_norm": 1.0374253988265991,
1016
+ "learning_rate": 4.35274706508712e-06,
1017
+ "loss": 0.7267593145370483,
1018
+ "step": 288
1019
+ },
1020
+ {
1021
+ "epoch": 1.155378486055777,
1022
+ "grad_norm": 1.0754668712615967,
1023
+ "learning_rate": 4.342300903822057e-06,
1024
+ "loss": 0.9300534129142761,
1025
+ "step": 290
1026
+ },
1027
+ {
1028
+ "epoch": 1.1633466135458168,
1029
+ "grad_norm": 0.4998929500579834,
1030
+ "learning_rate": 4.331785527990384e-06,
1031
+ "loss": 0.4582483768463135,
1032
+ "step": 292
1033
+ },
1034
+ {
1035
+ "epoch": 1.1713147410358566,
1036
+ "grad_norm": 0.44691503047943115,
1037
+ "learning_rate": 4.3212013946773045e-06,
1038
+ "loss": 1.1829777956008911,
1039
+ "step": 294
1040
+ },
1041
+ {
1042
+ "epoch": 1.1792828685258965,
1043
+ "grad_norm": 0.36078473925590515,
1044
+ "learning_rate": 4.31054896395679e-06,
1045
+ "loss": 1.2210935354232788,
1046
+ "step": 296
1047
+ },
1048
+ {
1049
+ "epoch": 1.1872509960159363,
1050
+ "grad_norm": 0.4337320625782013,
1051
+ "learning_rate": 4.299828698871581e-06,
1052
+ "loss": 1.339713215827942,
1053
+ "step": 298
1054
+ },
1055
+ {
1056
+ "epoch": 1.1952191235059761,
1057
+ "grad_norm": 1.310649037361145,
1058
+ "learning_rate": 4.289041065413062e-06,
1059
+ "loss": 0.6005781292915344,
1060
+ "step": 300
1061
+ },
1062
+ {
1063
+ "epoch": 1.203187250996016,
1064
+ "grad_norm": 0.7879869341850281,
1065
+ "learning_rate": 4.278186532501003e-06,
1066
+ "loss": 0.905928373336792,
1067
+ "step": 302
1068
+ },
1069
+ {
1070
+ "epoch": 1.2111553784860558,
1071
+ "grad_norm": 0.995727002620697,
1072
+ "learning_rate": 4.267265571963179e-06,
1073
+ "loss": 0.5665251612663269,
1074
+ "step": 304
1075
+ },
1076
+ {
1077
+ "epoch": 1.2191235059760956,
1078
+ "grad_norm": 0.6685842275619507,
1079
+ "learning_rate": 4.256278658514858e-06,
1080
+ "loss": 1.1679246425628662,
1081
+ "step": 306
1082
+ },
1083
+ {
1084
+ "epoch": 1.2270916334661355,
1085
+ "grad_norm": 0.8777851462364197,
1086
+ "learning_rate": 4.245226269738165e-06,
1087
+ "loss": 1.0079498291015625,
1088
+ "step": 308
1089
+ },
1090
+ {
1091
+ "epoch": 1.2350597609561753,
1092
+ "grad_norm": 1.0120943784713745,
1093
+ "learning_rate": 4.23410888606133e-06,
1094
+ "loss": 1.1408251523971558,
1095
+ "step": 310
1096
+ },
1097
+ {
1098
+ "epoch": 1.2430278884462151,
1099
+ "grad_norm": 1.1217892169952393,
1100
+ "learning_rate": 4.222926990737793e-06,
1101
+ "loss": 1.0556583404541016,
1102
+ "step": 312
1103
+ },
1104
+ {
1105
+ "epoch": 1.250996015936255,
1106
+ "grad_norm": 0.8425201177597046,
1107
+ "learning_rate": 4.211681069825207e-06,
1108
+ "loss": 0.875999927520752,
1109
+ "step": 314
1110
+ },
1111
+ {
1112
+ "epoch": 1.2589641434262948,
1113
+ "grad_norm": 1.5495978593826294,
1114
+ "learning_rate": 4.200371612164305e-06,
1115
+ "loss": 0.7391699552536011,
1116
+ "step": 316
1117
+ },
1118
+ {
1119
+ "epoch": 1.2669322709163346,
1120
+ "grad_norm": 3.013714075088501,
1121
+ "learning_rate": 4.1889991093576555e-06,
1122
+ "loss": 0.6309952735900879,
1123
+ "step": 318
1124
+ },
1125
+ {
1126
+ "epoch": 1.2749003984063745,
1127
+ "grad_norm": 1.1000335216522217,
1128
+ "learning_rate": 4.177564055748284e-06,
1129
+ "loss": 0.5071834325790405,
1130
+ "step": 320
1131
+ },
1132
+ {
1133
+ "epoch": 1.2828685258964143,
1134
+ "grad_norm": 1.0480402708053589,
1135
+ "learning_rate": 4.166066948398199e-06,
1136
+ "loss": 0.981095016002655,
1137
+ "step": 322
1138
+ },
1139
+ {
1140
+ "epoch": 1.2908366533864541,
1141
+ "grad_norm": 1.4282066822052002,
1142
+ "learning_rate": 4.154508287066772e-06,
1143
+ "loss": 0.9262098073959351,
1144
+ "step": 324
1145
+ },
1146
+ {
1147
+ "epoch": 1.298804780876494,
1148
+ "grad_norm": 0.57856285572052,
1149
+ "learning_rate": 4.142888574189025e-06,
1150
+ "loss": 1.2803043127059937,
1151
+ "step": 326
1152
+ },
1153
+ {
1154
+ "epoch": 1.3067729083665338,
1155
+ "grad_norm": 0.41403651237487793,
1156
+ "learning_rate": 4.131208314853778e-06,
1157
+ "loss": 0.7203609943389893,
1158
+ "step": 328
1159
+ },
1160
+ {
1161
+ "epoch": 1.3147410358565736,
1162
+ "grad_norm": 0.4426195025444031,
1163
+ "learning_rate": 4.119468016781707e-06,
1164
+ "loss": 0.8939486145973206,
1165
+ "step": 330
1166
+ },
1167
+ {
1168
+ "epoch": 1.3227091633466135,
1169
+ "grad_norm": 1.1591002941131592,
1170
+ "learning_rate": 4.107668190303266e-06,
1171
+ "loss": 0.9234914183616638,
1172
+ "step": 332
1173
+ },
1174
+ {
1175
+ "epoch": 1.3306772908366533,
1176
+ "grad_norm": 1.6737353801727295,
1177
+ "learning_rate": 4.095809348336506e-06,
1178
+ "loss": 0.6921515464782715,
1179
+ "step": 334
1180
+ },
1181
+ {
1182
+ "epoch": 1.3386454183266931,
1183
+ "grad_norm": 1.4772138595581055,
1184
+ "learning_rate": 4.083892006364777e-06,
1185
+ "loss": 0.8849189281463623,
1186
+ "step": 336
1187
+ },
1188
+ {
1189
+ "epoch": 1.3466135458167332,
1190
+ "grad_norm": 1.2881124019622803,
1191
+ "learning_rate": 4.071916682414327e-06,
1192
+ "loss": 1.1362943649291992,
1193
+ "step": 338
1194
+ },
1195
+ {
1196
+ "epoch": 1.354581673306773,
1197
+ "grad_norm": 0.4266433119773865,
1198
+ "learning_rate": 4.059883897031777e-06,
1199
+ "loss": 1.1299281120300293,
1200
+ "step": 340
1201
+ },
1202
+ {
1203
+ "epoch": 1.3625498007968129,
1204
+ "grad_norm": 0.4193069636821747,
1205
+ "learning_rate": 4.0477941732615e-06,
1206
+ "loss": 1.1752209663391113,
1207
+ "step": 342
1208
+ },
1209
+ {
1210
+ "epoch": 1.3705179282868527,
1211
+ "grad_norm": 1.072519063949585,
1212
+ "learning_rate": 4.035648036622879e-06,
1213
+ "loss": 1.169982671737671,
1214
+ "step": 344
1215
+ },
1216
+ {
1217
+ "epoch": 1.3784860557768925,
1218
+ "grad_norm": 1.1516021490097046,
1219
+ "learning_rate": 4.023446015087469e-06,
1220
+ "loss": 0.7040839195251465,
1221
+ "step": 346
1222
+ },
1223
+ {
1224
+ "epoch": 1.3864541832669324,
1225
+ "grad_norm": 0.5228333473205566,
1226
+ "learning_rate": 4.0111886390560446e-06,
1227
+ "loss": 1.163697600364685,
1228
+ "step": 348
1229
+ },
1230
+ {
1231
+ "epoch": 1.3944223107569722,
1232
+ "grad_norm": 0.2819441854953766,
1233
+ "learning_rate": 3.998876441335544e-06,
1234
+ "loss": 0.6836432814598083,
1235
+ "step": 350
1236
+ },
1237
+ {
1238
+ "epoch": 1.402390438247012,
1239
+ "grad_norm": 0.36361777782440186,
1240
+ "learning_rate": 3.98650995711591e-06,
1241
+ "loss": 1.1881886720657349,
1242
+ "step": 352
1243
+ },
1244
+ {
1245
+ "epoch": 1.4103585657370519,
1246
+ "grad_norm": 0.5527525544166565,
1247
+ "learning_rate": 3.974089723946826e-06,
1248
+ "loss": 1.1089881658554077,
1249
+ "step": 354
1250
+ },
1251
+ {
1252
+ "epoch": 1.4183266932270917,
1253
+ "grad_norm": 0.9690864086151123,
1254
+ "learning_rate": 3.9616162817143465e-06,
1255
+ "loss": 0.9128237962722778,
1256
+ "step": 356
1257
+ },
1258
+ {
1259
+ "epoch": 1.4262948207171315,
1260
+ "grad_norm": 0.7041119933128357,
1261
+ "learning_rate": 3.949090172617437e-06,
1262
+ "loss": 1.1476466655731201,
1263
+ "step": 358
1264
+ },
1265
+ {
1266
+ "epoch": 1.4342629482071714,
1267
+ "grad_norm": 0.5612359046936035,
1268
+ "learning_rate": 3.936511941144397e-06,
1269
+ "loss": 0.6003270745277405,
1270
+ "step": 360
1271
+ },
1272
+ {
1273
+ "epoch": 1.4422310756972112,
1274
+ "grad_norm": 0.7487348318099976,
1275
+ "learning_rate": 3.9238821340491936e-06,
1276
+ "loss": 0.7163197994232178,
1277
+ "step": 362
1278
+ },
1279
+ {
1280
+ "epoch": 1.450199203187251,
1281
+ "grad_norm": 0.9313085675239563,
1282
+ "learning_rate": 3.911201300327703e-06,
1283
+ "loss": 1.0451388359069824,
1284
+ "step": 364
1285
+ },
1286
+ {
1287
+ "epoch": 1.4581673306772909,
1288
+ "grad_norm": 0.6188122630119324,
1289
+ "learning_rate": 3.898469991193835e-06,
1290
+ "loss": 1.1301738023757935,
1291
+ "step": 366
1292
+ },
1293
+ {
1294
+ "epoch": 1.4661354581673307,
1295
+ "grad_norm": 0.40409159660339355,
1296
+ "learning_rate": 3.885688760055581e-06,
1297
+ "loss": 0.6099163889884949,
1298
+ "step": 368
1299
+ },
1300
+ {
1301
+ "epoch": 1.4741035856573705,
1302
+ "grad_norm": 0.3847958743572235,
1303
+ "learning_rate": 3.872858162490956e-06,
1304
+ "loss": 0.671179473400116,
1305
+ "step": 370
1306
+ },
1307
+ {
1308
+ "epoch": 1.4820717131474104,
1309
+ "grad_norm": 0.5476490259170532,
1310
+ "learning_rate": 3.859978756223845e-06,
1311
+ "loss": 1.220924735069275,
1312
+ "step": 372
1313
+ },
1314
+ {
1315
+ "epoch": 1.4900398406374502,
1316
+ "grad_norm": 0.47861382365226746,
1317
+ "learning_rate": 3.847051101099768e-06,
1318
+ "loss": 1.144132375717163,
1319
+ "step": 374
1320
+ },
1321
+ {
1322
+ "epoch": 1.49800796812749,
1323
+ "grad_norm": 0.37773212790489197,
1324
+ "learning_rate": 3.834075759061535e-06,
1325
+ "loss": 1.1360963582992554,
1326
+ "step": 376
1327
+ },
1328
+ {
1329
+ "epoch": 1.5059760956175299,
1330
+ "grad_norm": 1.0848755836486816,
1331
+ "learning_rate": 3.8210532941248255e-06,
1332
+ "loss": 0.9269629716873169,
1333
+ "step": 378
1334
+ },
1335
+ {
1336
+ "epoch": 1.5139442231075697,
1337
+ "grad_norm": 0.46528637409210205,
1338
+ "learning_rate": 3.8079842723536688e-06,
1339
+ "loss": 1.1278562545776367,
1340
+ "step": 380
1341
+ },
1342
+ {
1343
+ "epoch": 1.5219123505976095,
1344
+ "grad_norm": 0.4154779613018036,
1345
+ "learning_rate": 3.7948692618358424e-06,
1346
+ "loss": 0.7394702434539795,
1347
+ "step": 382
1348
+ },
1349
+ {
1350
+ "epoch": 1.5298804780876494,
1351
+ "grad_norm": 0.3956635594367981,
1352
+ "learning_rate": 3.781708832658169e-06,
1353
+ "loss": 0.7812275886535645,
1354
+ "step": 384
1355
+ },
1356
+ {
1357
+ "epoch": 1.5378486055776892,
1358
+ "grad_norm": 1.2779585123062134,
1359
+ "learning_rate": 3.7685035568817492e-06,
1360
+ "loss": 1.0294419527053833,
1361
+ "step": 386
1362
+ },
1363
+ {
1364
+ "epoch": 1.545816733067729,
1365
+ "grad_norm": 0.6137291789054871,
1366
+ "learning_rate": 3.7552540085170826e-06,
1367
+ "loss": 1.146806240081787,
1368
+ "step": 388
1369
+ },
1370
+ {
1371
+ "epoch": 1.5537848605577689,
1372
+ "grad_norm": 1.1068216562271118,
1373
+ "learning_rate": 3.7419607634991235e-06,
1374
+ "loss": 0.5710906982421875,
1375
+ "step": 390
1376
+ },
1377
+ {
1378
+ "epoch": 1.5617529880478087,
1379
+ "grad_norm": 1.3095977306365967,
1380
+ "learning_rate": 3.7286243996622432e-06,
1381
+ "loss": 0.5845750570297241,
1382
+ "step": 392
1383
+ },
1384
+ {
1385
+ "epoch": 1.5697211155378485,
1386
+ "grad_norm": 1.5929396152496338,
1387
+ "learning_rate": 3.715245496715116e-06,
1388
+ "loss": 1.115755319595337,
1389
+ "step": 394
1390
+ },
1391
+ {
1392
+ "epoch": 1.5776892430278884,
1393
+ "grad_norm": 1.1586883068084717,
1394
+ "learning_rate": 3.7018246362155134e-06,
1395
+ "loss": 1.0371090173721313,
1396
+ "step": 396
1397
+ },
1398
+ {
1399
+ "epoch": 1.5856573705179282,
1400
+ "grad_norm": 0.42481380701065063,
1401
+ "learning_rate": 3.6883624015450344e-06,
1402
+ "loss": 1.1346615552902222,
1403
+ "step": 398
1404
+ },
1405
+ {
1406
+ "epoch": 1.593625498007968,
1407
+ "grad_norm": 0.5337651968002319,
1408
+ "learning_rate": 3.6748593778837367e-06,
1409
+ "loss": 0.6428213715553284,
1410
+ "step": 400
1411
+ },
1412
+ {
1413
+ "epoch": 1.6015936254980079,
1414
+ "grad_norm": 0.7591474652290344,
1415
+ "learning_rate": 3.661316152184708e-06,
1416
+ "loss": 1.1169513463974,
1417
+ "step": 402
1418
+ },
1419
+ {
1420
+ "epoch": 1.6095617529880477,
1421
+ "grad_norm": 0.6696905493736267,
1422
+ "learning_rate": 3.6477333131485483e-06,
1423
+ "loss": 1.2621333599090576,
1424
+ "step": 404
1425
+ },
1426
+ {
1427
+ "epoch": 1.6175298804780875,
1428
+ "grad_norm": 1.6090987920761108,
1429
+ "learning_rate": 3.634111451197781e-06,
1430
+ "loss": 0.7362015247344971,
1431
+ "step": 406
1432
+ },
1433
+ {
1434
+ "epoch": 1.6254980079681274,
1435
+ "grad_norm": 0.3145546615123749,
1436
+ "learning_rate": 3.6204511584511865e-06,
1437
+ "loss": 0.5767532587051392,
1438
+ "step": 408
1439
+ },
1440
+ {
1441
+ "epoch": 1.6334661354581672,
1442
+ "grad_norm": 0.2829693853855133,
1443
+ "learning_rate": 3.606753028698067e-06,
1444
+ "loss": 0.7675127983093262,
1445
+ "step": 410
1446
+ },
1447
+ {
1448
+ "epoch": 1.641434262948207,
1449
+ "grad_norm": 0.48404109477996826,
1450
+ "learning_rate": 3.593017657372436e-06,
1451
+ "loss": 0.4761987328529358,
1452
+ "step": 412
1453
+ },
1454
+ {
1455
+ "epoch": 1.6494023904382469,
1456
+ "grad_norm": 0.3886066973209381,
1457
+ "learning_rate": 3.5792456415271288e-06,
1458
+ "loss": 0.8401291966438293,
1459
+ "step": 414
1460
+ },
1461
+ {
1462
+ "epoch": 1.6573705179282867,
1463
+ "grad_norm": 1.244385004043579,
1464
+ "learning_rate": 3.565437579807858e-06,
1465
+ "loss": 0.7371784448623657,
1466
+ "step": 416
1467
+ },
1468
+ {
1469
+ "epoch": 1.6653386454183265,
1470
+ "grad_norm": 0.7426787614822388,
1471
+ "learning_rate": 3.551594072427188e-06,
1472
+ "loss": 0.9862039089202881,
1473
+ "step": 418
1474
+ },
1475
+ {
1476
+ "epoch": 1.6733067729083664,
1477
+ "grad_norm": 2.1551995277404785,
1478
+ "learning_rate": 3.537715721138444e-06,
1479
+ "loss": 1.138071894645691,
1480
+ "step": 420
1481
+ },
1482
+ {
1483
+ "epoch": 1.6812749003984062,
1484
+ "grad_norm": 0.42246100306510925,
1485
+ "learning_rate": 3.523803129209554e-06,
1486
+ "loss": 1.0254541635513306,
1487
+ "step": 422
1488
+ },
1489
+ {
1490
+ "epoch": 1.6892430278884463,
1491
+ "grad_norm": 0.5328935384750366,
1492
+ "learning_rate": 3.5098569013968314e-06,
1493
+ "loss": 0.5915545225143433,
1494
+ "step": 424
1495
+ },
1496
+ {
1497
+ "epoch": 1.697211155378486,
1498
+ "grad_norm": 0.5242877006530762,
1499
+ "learning_rate": 3.49587764391868e-06,
1500
+ "loss": 1.2012101411819458,
1501
+ "step": 426
1502
+ },
1503
+ {
1504
+ "epoch": 1.705179282868526,
1505
+ "grad_norm": 0.4879375100135803,
1506
+ "learning_rate": 3.4818659644292473e-06,
1507
+ "loss": 1.135599970817566,
1508
+ "step": 428
1509
+ },
1510
+ {
1511
+ "epoch": 1.7131474103585658,
1512
+ "grad_norm": 0.6228365302085876,
1513
+ "learning_rate": 3.4678224719920085e-06,
1514
+ "loss": 0.7497591376304626,
1515
+ "step": 430
1516
+ },
1517
+ {
1518
+ "epoch": 1.7211155378486056,
1519
+ "grad_norm": 0.6589022874832153,
1520
+ "learning_rate": 3.4537477770532933e-06,
1521
+ "loss": 0.9566125273704529,
1522
+ "step": 432
1523
+ },
1524
+ {
1525
+ "epoch": 1.7290836653386454,
1526
+ "grad_norm": 1.0548697710037231,
1527
+ "learning_rate": 3.4396424914157527e-06,
1528
+ "loss": 0.6920331716537476,
1529
+ "step": 434
1530
+ },
1531
+ {
1532
+ "epoch": 1.7370517928286853,
1533
+ "grad_norm": 1.4375154972076416,
1534
+ "learning_rate": 3.4255072282117574e-06,
1535
+ "loss": 0.363805890083313,
1536
+ "step": 436
1537
+ },
1538
+ {
1539
+ "epoch": 1.745019920318725,
1540
+ "grad_norm": 0.5286189913749695,
1541
+ "learning_rate": 3.411342601876754e-06,
1542
+ "loss": 0.7935215830802917,
1543
+ "step": 438
1544
+ },
1545
+ {
1546
+ "epoch": 1.752988047808765,
1547
+ "grad_norm": 4.52565336227417,
1548
+ "learning_rate": 3.3971492281225554e-06,
1549
+ "loss": 0.729618489742279,
1550
+ "step": 440
1551
+ },
1552
+ {
1553
+ "epoch": 1.7609561752988048,
1554
+ "grad_norm": 0.696873128414154,
1555
+ "learning_rate": 3.382927723910572e-06,
1556
+ "loss": 1.4971410036087036,
1557
+ "step": 442
1558
+ },
1559
+ {
1560
+ "epoch": 1.7689243027888446,
1561
+ "grad_norm": 0.5262324810028076,
1562
+ "learning_rate": 3.3686787074249966e-06,
1563
+ "loss": 0.7912355065345764,
1564
+ "step": 444
1565
+ },
1566
+ {
1567
+ "epoch": 1.7768924302788844,
1568
+ "grad_norm": 0.3645341396331787,
1569
+ "learning_rate": 3.354402798045935e-06,
1570
+ "loss": 1.0550092458724976,
1571
+ "step": 446
1572
+ },
1573
+ {
1574
+ "epoch": 1.7848605577689243,
1575
+ "grad_norm": 0.8887290954589844,
1576
+ "learning_rate": 3.340100616322479e-06,
1577
+ "loss": 1.1042665243148804,
1578
+ "step": 448
1579
+ },
1580
+ {
1581
+ "epoch": 1.792828685258964,
1582
+ "grad_norm": 0.954005241394043,
1583
+ "learning_rate": 3.3257727839457356e-06,
1584
+ "loss": 0.8549948930740356,
1585
+ "step": 450
1586
+ },
1587
+ {
1588
+ "epoch": 1.800796812749004,
1589
+ "grad_norm": 0.4765973389148712,
1590
+ "learning_rate": 3.311419923721798e-06,
1591
+ "loss": 0.5229886770248413,
1592
+ "step": 452
1593
+ },
1594
+ {
1595
+ "epoch": 1.8087649402390438,
1596
+ "grad_norm": 15.211450576782227,
1597
+ "learning_rate": 3.29704265954468e-06,
1598
+ "loss": 0.9388401508331299,
1599
+ "step": 454
1600
+ },
1601
+ {
1602
+ "epoch": 1.8167330677290838,
1603
+ "grad_norm": 0.5665377974510193,
1604
+ "learning_rate": 3.282641616369193e-06,
1605
+ "loss": 0.6281580924987793,
1606
+ "step": 456
1607
+ },
1608
+ {
1609
+ "epoch": 1.8247011952191237,
1610
+ "grad_norm": 0.5543078184127808,
1611
+ "learning_rate": 3.2682174201837773e-06,
1612
+ "loss": 1.0435411930084229,
1613
+ "step": 458
1614
+ },
1615
+ {
1616
+ "epoch": 1.8326693227091635,
1617
+ "grad_norm": 0.7510952949523926,
1618
+ "learning_rate": 3.2537706979832955e-06,
1619
+ "loss": 0.7342970371246338,
1620
+ "step": 460
1621
+ },
1622
+ {
1623
+ "epoch": 1.8406374501992033,
1624
+ "grad_norm": 0.5338124632835388,
1625
+ "learning_rate": 3.23930207774178e-06,
1626
+ "loss": 0.7850310206413269,
1627
+ "step": 462
1628
+ },
1629
+ {
1630
+ "epoch": 1.8486055776892432,
1631
+ "grad_norm": 0.25599774718284607,
1632
+ "learning_rate": 3.2248121883851296e-06,
1633
+ "loss": 0.11079226434230804,
1634
+ "step": 464
1635
+ },
1636
+ {
1637
+ "epoch": 1.856573705179283,
1638
+ "grad_norm": 0.7927799820899963,
1639
+ "learning_rate": 3.210301659763777e-06,
1640
+ "loss": 1.156887173652649,
1641
+ "step": 466
1642
+ },
1643
+ {
1644
+ "epoch": 1.8645418326693228,
1645
+ "grad_norm": 2.078766345977783,
1646
+ "learning_rate": 3.1957711226253073e-06,
1647
+ "loss": 0.5489357113838196,
1648
+ "step": 468
1649
+ },
1650
+ {
1651
+ "epoch": 1.8725099601593627,
1652
+ "grad_norm": 0.6955522894859314,
1653
+ "learning_rate": 3.181221208587041e-06,
1654
+ "loss": 1.1430308818817139,
1655
+ "step": 470
1656
+ },
1657
+ {
1658
+ "epoch": 1.8804780876494025,
1659
+ "grad_norm": 1.3641225099563599,
1660
+ "learning_rate": 3.16665255010858e-06,
1661
+ "loss": 1.0507137775421143,
1662
+ "step": 472
1663
+ },
1664
+ {
1665
+ "epoch": 1.8884462151394423,
1666
+ "grad_norm": 0.9133515954017639,
1667
+ "learning_rate": 3.152065780464311e-06,
1668
+ "loss": 1.1702569723129272,
1669
+ "step": 474
1670
+ },
1671
+ {
1672
+ "epoch": 1.8964143426294822,
1673
+ "grad_norm": 0.29633691906929016,
1674
+ "learning_rate": 3.1374615337158874e-06,
1675
+ "loss": 0.9763537645339966,
1676
+ "step": 476
1677
+ },
1678
+ {
1679
+ "epoch": 1.904382470119522,
1680
+ "grad_norm": 0.428254634141922,
1681
+ "learning_rate": 3.1228404446846577e-06,
1682
+ "loss": 0.8701446056365967,
1683
+ "step": 478
1684
+ },
1685
+ {
1686
+ "epoch": 1.9123505976095618,
1687
+ "grad_norm": 1.131527304649353,
1688
+ "learning_rate": 3.1082031489240775e-06,
1689
+ "loss": 0.611979603767395,
1690
+ "step": 480
1691
+ },
1692
+ {
1693
+ "epoch": 1.9203187250996017,
1694
+ "grad_norm": 0.7094573378562927,
1695
+ "learning_rate": 3.093550282692081e-06,
1696
+ "loss": 0.7528533339500427,
1697
+ "step": 482
1698
+ },
1699
+ {
1700
+ "epoch": 1.9282868525896415,
1701
+ "grad_norm": 1.105019450187683,
1702
+ "learning_rate": 3.0788824829234206e-06,
1703
+ "loss": 1.1147563457489014,
1704
+ "step": 484
1705
+ },
1706
+ {
1707
+ "epoch": 1.9362549800796813,
1708
+ "grad_norm": 0.5338658094406128,
1709
+ "learning_rate": 3.064200387201987e-06,
1710
+ "loss": 1.148236870765686,
1711
+ "step": 486
1712
+ },
1713
+ {
1714
+ "epoch": 1.9442231075697212,
1715
+ "grad_norm": 0.5745646953582764,
1716
+ "learning_rate": 3.0495046337330917e-06,
1717
+ "loss": 1.1073964834213257,
1718
+ "step": 488
1719
+ },
1720
+ {
1721
+ "epoch": 1.952191235059761,
1722
+ "grad_norm": 0.3760293424129486,
1723
+ "learning_rate": 3.034795861315723e-06,
1724
+ "loss": 1.117495059967041,
1725
+ "step": 490
1726
+ },
1727
+ {
1728
+ "epoch": 1.9601593625498008,
1729
+ "grad_norm": 0.6365296840667725,
1730
+ "learning_rate": 3.020074709314781e-06,
1731
+ "loss": 0.7863898873329163,
1732
+ "step": 492
1733
+ },
1734
+ {
1735
+ "epoch": 1.9681274900398407,
1736
+ "grad_norm": 2.4303553104400635,
1737
+ "learning_rate": 3.0053418176332844e-06,
1738
+ "loss": 0.6176267266273499,
1739
+ "step": 494
1740
+ },
1741
+ {
1742
+ "epoch": 1.9760956175298805,
1743
+ "grad_norm": 0.3201427161693573,
1744
+ "learning_rate": 2.9905978266845565e-06,
1745
+ "loss": 1.0759797096252441,
1746
+ "step": 496
1747
+ },
1748
+ {
1749
+ "epoch": 1.9840637450199203,
1750
+ "grad_norm": 1.283196210861206,
1751
+ "learning_rate": 2.975843377364385e-06,
1752
+ "loss": 0.8235762715339661,
1753
+ "step": 498
1754
+ },
1755
+ {
1756
+ "epoch": 1.9920318725099602,
1757
+ "grad_norm": 0.8943160772323608,
1758
+ "learning_rate": 2.961079111023167e-06,
1759
+ "loss": 1.1678543090820312,
1760
+ "step": 500
1761
+ },
1762
+ {
1763
+ "epoch": 2.0,
1764
+ "grad_norm": 1.6844873428344727,
1765
+ "learning_rate": 2.9463056694380263e-06,
1766
+ "loss": 0.6115949749946594,
1767
+ "step": 502
1768
+ },
1769
+ {
1770
+ "epoch": 2.00796812749004,
1771
+ "grad_norm": 0.5327394008636475,
1772
+ "learning_rate": 2.9315236947849213e-06,
1773
+ "loss": 0.6432256698608398,
1774
+ "step": 504
1775
+ },
1776
+ {
1777
+ "epoch": 2.0159362549800797,
1778
+ "grad_norm": 0.9132230281829834,
1779
+ "learning_rate": 2.916733829610726e-06,
1780
+ "loss": 0.6147190928459167,
1781
+ "step": 506
1782
+ },
1783
+ {
1784
+ "epoch": 2.0239043824701195,
1785
+ "grad_norm": 0.10126911848783493,
1786
+ "learning_rate": 2.901936716805302e-06,
1787
+ "loss": 0.5483989715576172,
1788
+ "step": 508
1789
+ },
1790
+ {
1791
+ "epoch": 2.0318725099601593,
1792
+ "grad_norm": 0.3067198097705841,
1793
+ "learning_rate": 2.887132999573554e-06,
1794
+ "loss": 0.8682755827903748,
1795
+ "step": 510
1796
+ },
1797
+ {
1798
+ "epoch": 2.039840637450199,
1799
+ "grad_norm": 1.6026277542114258,
1800
+ "learning_rate": 2.8723233214074675e-06,
1801
+ "loss": 0.7569538950920105,
1802
+ "step": 512
1803
+ },
1804
+ {
1805
+ "epoch": 2.047808764940239,
1806
+ "grad_norm": 1.0882881879806519,
1807
+ "learning_rate": 2.857508326058142e-06,
1808
+ "loss": 0.277357816696167,
1809
+ "step": 514
1810
+ },
1811
+ {
1812
+ "epoch": 2.055776892430279,
1813
+ "grad_norm": 0.478473961353302,
1814
+ "learning_rate": 2.842688657507805e-06,
1815
+ "loss": 0.9134977459907532,
1816
+ "step": 516
1817
+ },
1818
+ {
1819
+ "epoch": 2.0637450199203187,
1820
+ "grad_norm": 5.478097438812256,
1821
+ "learning_rate": 2.8278649599418194e-06,
1822
+ "loss": 0.5646745562553406,
1823
+ "step": 518
1824
+ },
1825
+ {
1826
+ "epoch": 2.0717131474103585,
1827
+ "grad_norm": 0.9714582562446594,
1828
+ "learning_rate": 2.813037877720683e-06,
1829
+ "loss": 0.8388693928718567,
1830
+ "step": 520
1831
+ },
1832
+ {
1833
+ "epoch": 2.0796812749003983,
1834
+ "grad_norm": 2.761141061782837,
1835
+ "learning_rate": 2.798208055352017e-06,
1836
+ "loss": 1.0104105472564697,
1837
+ "step": 522
1838
+ },
1839
+ {
1840
+ "epoch": 2.087649402390438,
1841
+ "grad_norm": 0.9498922228813171,
1842
+ "learning_rate": 2.7833761374625546e-06,
1843
+ "loss": 0.9341850280761719,
1844
+ "step": 524
1845
+ },
1846
+ {
1847
+ "epoch": 2.095617529880478,
1848
+ "grad_norm": 2.1572089195251465,
1849
+ "learning_rate": 2.7685427687701172e-06,
1850
+ "loss": 0.46415963768959045,
1851
+ "step": 526
1852
+ },
1853
+ {
1854
+ "epoch": 2.103585657370518,
1855
+ "grad_norm": 2.22116756439209,
1856
+ "learning_rate": 2.753708594055588e-06,
1857
+ "loss": 0.777642548084259,
1858
+ "step": 528
1859
+ },
1860
+ {
1861
+ "epoch": 2.1115537848605577,
1862
+ "grad_norm": 0.18673063814640045,
1863
+ "learning_rate": 2.7388742581348893e-06,
1864
+ "loss": 0.6769290566444397,
1865
+ "step": 530
1866
+ },
1867
+ {
1868
+ "epoch": 2.1195219123505975,
1869
+ "grad_norm": 0.35420265793800354,
1870
+ "learning_rate": 2.7240404058309487e-06,
1871
+ "loss": 0.23003150522708893,
1872
+ "step": 532
1873
+ },
1874
+ {
1875
+ "epoch": 2.1274900398406373,
1876
+ "grad_norm": 0.5746468305587769,
1877
+ "learning_rate": 2.709207681945673e-06,
1878
+ "loss": 0.7779282927513123,
1879
+ "step": 534
1880
+ },
1881
+ {
1882
+ "epoch": 2.135458167330677,
1883
+ "grad_norm": 1.3902853727340698,
1884
+ "learning_rate": 2.6943767312319167e-06,
1885
+ "loss": 0.6417567133903503,
1886
+ "step": 536
1887
+ },
1888
+ {
1889
+ "epoch": 2.143426294820717,
1890
+ "grad_norm": 0.4856451451778412,
1891
+ "learning_rate": 2.679548198365462e-06,
1892
+ "loss": 0.6673528552055359,
1893
+ "step": 538
1894
+ },
1895
+ {
1896
+ "epoch": 2.151394422310757,
1897
+ "grad_norm": 0.6137409210205078,
1898
+ "learning_rate": 2.6647227279169873e-06,
1899
+ "loss": 0.9648311138153076,
1900
+ "step": 540
1901
+ },
1902
+ {
1903
+ "epoch": 2.1593625498007967,
1904
+ "grad_norm": 0.8184354305267334,
1905
+ "learning_rate": 2.6499009643240527e-06,
1906
+ "loss": 0.9341200590133667,
1907
+ "step": 542
1908
+ },
1909
+ {
1910
+ "epoch": 2.1673306772908365,
1911
+ "grad_norm": 0.4328656792640686,
1912
+ "learning_rate": 2.6350835518630907e-06,
1913
+ "loss": 0.7852800488471985,
1914
+ "step": 544
1915
+ },
1916
+ {
1917
+ "epoch": 2.1752988047808763,
1918
+ "grad_norm": 0.7456241846084595,
1919
+ "learning_rate": 2.620271134621397e-06,
1920
+ "loss": 0.6618594527244568,
1921
+ "step": 546
1922
+ },
1923
+ {
1924
+ "epoch": 2.183266932270916,
1925
+ "grad_norm": 0.8235044479370117,
1926
+ "learning_rate": 2.605464356469131e-06,
1927
+ "loss": 0.9851369261741638,
1928
+ "step": 548
1929
+ },
1930
+ {
1931
+ "epoch": 2.191235059760956,
1932
+ "grad_norm": 0.37690049409866333,
1933
+ "learning_rate": 2.5906638610313336e-06,
1934
+ "loss": 1.0946252346038818,
1935
+ "step": 550
1936
+ },
1937
+ {
1938
+ "epoch": 2.199203187250996,
1939
+ "grad_norm": 1.5211230516433716,
1940
+ "learning_rate": 2.575870291659946e-06,
1941
+ "loss": 0.7631247043609619,
1942
+ "step": 552
1943
+ },
1944
+ {
1945
+ "epoch": 2.2071713147410357,
1946
+ "grad_norm": 1.3870434761047363,
1947
+ "learning_rate": 2.5610842914058446e-06,
1948
+ "loss": 0.4632687270641327,
1949
+ "step": 554
1950
+ },
1951
+ {
1952
+ "epoch": 2.2151394422310755,
1953
+ "grad_norm": 0.4536760151386261,
1954
+ "learning_rate": 2.5463065029908906e-06,
1955
+ "loss": 0.6583999991416931,
1956
+ "step": 556
1957
+ },
1958
+ {
1959
+ "epoch": 2.2231075697211153,
1960
+ "grad_norm": 1.5122045278549194,
1961
+ "learning_rate": 2.5315375687799896e-06,
1962
+ "loss": 0.8496344089508057,
1963
+ "step": 558
1964
+ },
1965
+ {
1966
+ "epoch": 2.231075697211155,
1967
+ "grad_norm": 0.5606105923652649,
1968
+ "learning_rate": 2.5167781307531714e-06,
1969
+ "loss": 0.9522982835769653,
1970
+ "step": 560
1971
+ },
1972
+ {
1973
+ "epoch": 2.239043824701195,
1974
+ "grad_norm": 0.5168128609657288,
1975
+ "learning_rate": 2.5020288304776822e-06,
1976
+ "loss": 1.0419187545776367,
1977
+ "step": 562
1978
+ },
1979
+ {
1980
+ "epoch": 2.247011952191235,
1981
+ "grad_norm": 1.1527540683746338,
1982
+ "learning_rate": 2.487290309080097e-06,
1983
+ "loss": 0.8577864170074463,
1984
+ "step": 564
1985
+ },
1986
+ {
1987
+ "epoch": 2.2549800796812747,
1988
+ "grad_norm": 0.5744875073432922,
1989
+ "learning_rate": 2.472563207218454e-06,
1990
+ "loss": 0.6748538017272949,
1991
+ "step": 566
1992
+ },
1993
+ {
1994
+ "epoch": 2.2629482071713145,
1995
+ "grad_norm": 0.3853478729724884,
1996
+ "learning_rate": 2.457848165054402e-06,
1997
+ "loss": 0.7759252190589905,
1998
+ "step": 568
1999
+ },
2000
+ {
2001
+ "epoch": 2.2709163346613543,
2002
+ "grad_norm": 0.6155991554260254,
2003
+ "learning_rate": 2.4431458222253755e-06,
2004
+ "loss": 1.0235545635223389,
2005
+ "step": 570
2006
+ },
2007
+ {
2008
+ "epoch": 2.278884462151394,
2009
+ "grad_norm": 2.228321075439453,
2010
+ "learning_rate": 2.4284568178167923e-06,
2011
+ "loss": 0.6229550838470459,
2012
+ "step": 572
2013
+ },
2014
+ {
2015
+ "epoch": 2.2868525896414345,
2016
+ "grad_norm": 0.41492176055908203,
2017
+ "learning_rate": 2.413781790334272e-06,
2018
+ "loss": 0.7239646315574646,
2019
+ "step": 574
2020
+ },
2021
+ {
2022
+ "epoch": 2.2948207171314743,
2023
+ "grad_norm": 0.4200393557548523,
2024
+ "learning_rate": 2.3991213776758776e-06,
2025
+ "loss": 0.26977109909057617,
2026
+ "step": 576
2027
+ },
2028
+ {
2029
+ "epoch": 2.302788844621514,
2030
+ "grad_norm": 0.847767174243927,
2031
+ "learning_rate": 2.3844762171043975e-06,
2032
+ "loss": 0.6452472805976868,
2033
+ "step": 578
2034
+ },
2035
+ {
2036
+ "epoch": 2.310756972111554,
2037
+ "grad_norm": 0.5264169573783875,
2038
+ "learning_rate": 2.3698469452196328e-06,
2039
+ "loss": 0.6466808319091797,
2040
+ "step": 580
2041
+ },
2042
+ {
2043
+ "epoch": 2.318725099601594,
2044
+ "grad_norm": 1.2575100660324097,
2045
+ "learning_rate": 2.355234197930735e-06,
2046
+ "loss": 0.6322447657585144,
2047
+ "step": 582
2048
+ },
2049
+ {
2050
+ "epoch": 2.3266932270916336,
2051
+ "grad_norm": 1.5413649082183838,
2052
+ "learning_rate": 2.340638610428554e-06,
2053
+ "loss": 0.8036313056945801,
2054
+ "step": 584
2055
+ },
2056
+ {
2057
+ "epoch": 2.3346613545816735,
2058
+ "grad_norm": 0.9299190640449524,
2059
+ "learning_rate": 2.3260608171580412e-06,
2060
+ "loss": 0.6360403895378113,
2061
+ "step": 586
2062
+ },
2063
+ {
2064
+ "epoch": 2.3426294820717133,
2065
+ "grad_norm": 0.9121858477592468,
2066
+ "learning_rate": 2.311501451790658e-06,
2067
+ "loss": 0.8963300585746765,
2068
+ "step": 588
2069
+ },
2070
+ {
2071
+ "epoch": 2.350597609561753,
2072
+ "grad_norm": 0.5690445899963379,
2073
+ "learning_rate": 2.2969611471968386e-06,
2074
+ "loss": 1.0182307958602905,
2075
+ "step": 590
2076
+ },
2077
+ {
2078
+ "epoch": 2.358565737051793,
2079
+ "grad_norm": 0.5757805705070496,
2080
+ "learning_rate": 2.2824405354184776e-06,
2081
+ "loss": 1.0464677810668945,
2082
+ "step": 592
2083
+ },
2084
+ {
2085
+ "epoch": 2.366533864541833,
2086
+ "grad_norm": 0.8780666589736938,
2087
+ "learning_rate": 2.267940247641458e-06,
2088
+ "loss": 0.7089881896972656,
2089
+ "step": 594
2090
+ },
2091
+ {
2092
+ "epoch": 2.3745019920318726,
2093
+ "grad_norm": 0.35713064670562744,
2094
+ "learning_rate": 2.2534609141682135e-06,
2095
+ "loss": 1.0209615230560303,
2096
+ "step": 596
2097
+ },
2098
+ {
2099
+ "epoch": 2.3824701195219125,
2100
+ "grad_norm": 0.2997743785381317,
2101
+ "learning_rate": 2.2390031643903286e-06,
2102
+ "loss": 0.7192252278327942,
2103
+ "step": 598
2104
+ },
2105
+ {
2106
+ "epoch": 2.3904382470119523,
2107
+ "grad_norm": 1.2491768598556519,
2108
+ "learning_rate": 2.224567626761185e-06,
2109
+ "loss": 0.9660300612449646,
2110
+ "step": 600
2111
+ },
2112
+ {
2113
+ "epoch": 2.398406374501992,
2114
+ "grad_norm": 0.5286229252815247,
2115
+ "learning_rate": 2.2101549287686384e-06,
2116
+ "loss": 1.030888557434082,
2117
+ "step": 602
2118
+ },
2119
+ {
2120
+ "epoch": 2.406374501992032,
2121
+ "grad_norm": 3.877570629119873,
2122
+ "learning_rate": 2.195765696907745e-06,
2123
+ "loss": 0.5925008654594421,
2124
+ "step": 604
2125
+ },
2126
+ {
2127
+ "epoch": 2.414342629482072,
2128
+ "grad_norm": 1.100961685180664,
2129
+ "learning_rate": 2.1814005566535303e-06,
2130
+ "loss": 0.23619602620601654,
2131
+ "step": 606
2132
+ },
2133
+ {
2134
+ "epoch": 2.4223107569721116,
2135
+ "grad_norm": 0.25510329008102417,
2136
+ "learning_rate": 2.167060132433798e-06,
2137
+ "loss": 0.5397225618362427,
2138
+ "step": 608
2139
+ },
2140
+ {
2141
+ "epoch": 2.4302788844621515,
2142
+ "grad_norm": 0.1959323287010193,
2143
+ "learning_rate": 2.1527450476019895e-06,
2144
+ "loss": 0.9447913765907288,
2145
+ "step": 610
2146
+ },
2147
+ {
2148
+ "epoch": 2.4382470119521913,
2149
+ "grad_norm": 0.5705426335334778,
2150
+ "learning_rate": 2.138455924410085e-06,
2151
+ "loss": 0.6934602856636047,
2152
+ "step": 612
2153
+ },
2154
+ {
2155
+ "epoch": 2.446215139442231,
2156
+ "grad_norm": 0.6084771752357483,
2157
+ "learning_rate": 2.1241933839815606e-06,
2158
+ "loss": 0.5833254456520081,
2159
+ "step": 614
2160
+ },
2161
+ {
2162
+ "epoch": 2.454183266932271,
2163
+ "grad_norm": 0.446159690618515,
2164
+ "learning_rate": 2.109958046284382e-06,
2165
+ "loss": 0.9203718900680542,
2166
+ "step": 616
2167
+ },
2168
+ {
2169
+ "epoch": 2.462151394422311,
2170
+ "grad_norm": 0.9361494779586792,
2171
+ "learning_rate": 2.0957505301040604e-06,
2172
+ "loss": 0.747937798500061,
2173
+ "step": 618
2174
+ },
2175
+ {
2176
+ "epoch": 2.4701195219123506,
2177
+ "grad_norm": 1.2538261413574219,
2178
+ "learning_rate": 2.081571453016756e-06,
2179
+ "loss": 0.8260132670402527,
2180
+ "step": 620
2181
+ },
2182
+ {
2183
+ "epoch": 2.4780876494023905,
2184
+ "grad_norm": 0.6002716422080994,
2185
+ "learning_rate": 2.067421431362427e-06,
2186
+ "loss": 0.8383951187133789,
2187
+ "step": 622
2188
+ },
2189
+ {
2190
+ "epoch": 2.4860557768924303,
2191
+ "grad_norm": 1.006485939025879,
2192
+ "learning_rate": 2.053301080218044e-06,
2193
+ "loss": 0.7950708866119385,
2194
+ "step": 624
2195
+ },
2196
+ {
2197
+ "epoch": 2.49402390438247,
2198
+ "grad_norm": 0.6845659613609314,
2199
+ "learning_rate": 2.039211013370853e-06,
2200
+ "loss": 0.6514892578125,
2201
+ "step": 626
2202
+ },
2203
+ {
2204
+ "epoch": 2.50199203187251,
2205
+ "grad_norm": 0.5930602550506592,
2206
+ "learning_rate": 2.025151843291693e-06,
2207
+ "loss": 1.0060988664627075,
2208
+ "step": 628
2209
+ },
2210
+ {
2211
+ "epoch": 2.50996015936255,
2212
+ "grad_norm": 0.6088513135910034,
2213
+ "learning_rate": 2.0111241811083733e-06,
2214
+ "loss": 0.4965975284576416,
2215
+ "step": 630
2216
+ },
2217
+ {
2218
+ "epoch": 2.5179282868525896,
2219
+ "grad_norm": 1.4710122346878052,
2220
+ "learning_rate": 1.9971286365791092e-06,
2221
+ "loss": 0.4822719097137451,
2222
+ "step": 632
2223
+ },
2224
+ {
2225
+ "epoch": 2.5258964143426295,
2226
+ "grad_norm": 0.5500730872154236,
2227
+ "learning_rate": 1.9831658180660197e-06,
2228
+ "loss": 1.0231213569641113,
2229
+ "step": 634
2230
+ },
2231
+ {
2232
+ "epoch": 2.5338645418326693,
2233
+ "grad_norm": 1.0350205898284912,
2234
+ "learning_rate": 1.9692363325086774e-06,
2235
+ "loss": 0.9606418013572693,
2236
+ "step": 636
2237
+ },
2238
+ {
2239
+ "epoch": 2.541832669322709,
2240
+ "grad_norm": 2.1699728965759277,
2241
+ "learning_rate": 1.95534078539773e-06,
2242
+ "loss": 1.017174243927002,
2243
+ "step": 638
2244
+ },
2245
+ {
2246
+ "epoch": 2.549800796812749,
2247
+ "grad_norm": 0.5589404106140137,
2248
+ "learning_rate": 1.9414797807485796e-06,
2249
+ "loss": 0.7207890748977661,
2250
+ "step": 640
2251
+ },
2252
+ {
2253
+ "epoch": 2.557768924302789,
2254
+ "grad_norm": 0.9904406070709229,
2255
+ "learning_rate": 1.9276539210751295e-06,
2256
+ "loss": 1.0014190673828125,
2257
+ "step": 642
2258
+ },
2259
+ {
2260
+ "epoch": 2.5657370517928286,
2261
+ "grad_norm": 0.521212100982666,
2262
+ "learning_rate": 1.9138638073635886e-06,
2263
+ "loss": 1.094325304031372,
2264
+ "step": 644
2265
+ },
2266
+ {
2267
+ "epoch": 2.5737051792828685,
2268
+ "grad_norm": 0.611664354801178,
2269
+ "learning_rate": 1.90011003904635e-06,
2270
+ "loss": 0.5898622870445251,
2271
+ "step": 646
2272
+ },
2273
+ {
2274
+ "epoch": 2.5816733067729083,
2275
+ "grad_norm": 0.8709461688995361,
2276
+ "learning_rate": 1.886393213975939e-06,
2277
+ "loss": 1.0418039560317993,
2278
+ "step": 648
2279
+ },
2280
+ {
2281
+ "epoch": 2.589641434262948,
2282
+ "grad_norm": 0.3867081105709076,
2283
+ "learning_rate": 1.8727139283990203e-06,
2284
+ "loss": 0.8018988966941833,
2285
+ "step": 650
2286
+ },
2287
+ {
2288
+ "epoch": 2.597609561752988,
2289
+ "grad_norm": 4.007132053375244,
2290
+ "learning_rate": 1.8590727769304789e-06,
2291
+ "loss": 0.9010555148124695,
2292
+ "step": 652
2293
+ },
2294
+ {
2295
+ "epoch": 2.605577689243028,
2296
+ "grad_norm": 0.6614624857902527,
2297
+ "learning_rate": 1.8454703525275814e-06,
2298
+ "loss": 0.6523377895355225,
2299
+ "step": 654
2300
+ },
2301
+ {
2302
+ "epoch": 2.6135458167330676,
2303
+ "grad_norm": 0.836147129535675,
2304
+ "learning_rate": 1.8319072464641912e-06,
2305
+ "loss": 0.3493887782096863,
2306
+ "step": 656
2307
+ },
2308
+ {
2309
+ "epoch": 2.6215139442231075,
2310
+ "grad_norm": 0.7081486582756042,
2311
+ "learning_rate": 1.8183840483050741e-06,
2312
+ "loss": 0.5639723539352417,
2313
+ "step": 658
2314
+ },
2315
+ {
2316
+ "epoch": 2.6294820717131473,
2317
+ "grad_norm": 0.6342553496360779,
2318
+ "learning_rate": 1.8049013458802667e-06,
2319
+ "loss": 0.9494541883468628,
2320
+ "step": 660
2321
+ },
2322
+ {
2323
+ "epoch": 2.637450199203187,
2324
+ "grad_norm": 1.1497447490692139,
2325
+ "learning_rate": 1.7914597252595267e-06,
2326
+ "loss": 0.9833539128303528,
2327
+ "step": 662
2328
+ },
2329
+ {
2330
+ "epoch": 2.645418326693227,
2331
+ "grad_norm": 0.9240487217903137,
2332
+ "learning_rate": 1.7780597707268582e-06,
2333
+ "loss": 0.5901837944984436,
2334
+ "step": 664
2335
+ },
2336
+ {
2337
+ "epoch": 2.653386454183267,
2338
+ "grad_norm": 0.785715639591217,
2339
+ "learning_rate": 1.7647020647551105e-06,
2340
+ "loss": 0.924850344657898,
2341
+ "step": 666
2342
+ },
2343
+ {
2344
+ "epoch": 2.6613545816733066,
2345
+ "grad_norm": 0.1513298600912094,
2346
+ "learning_rate": 1.7513871879806605e-06,
2347
+ "loss": 0.5821530818939209,
2348
+ "step": 668
2349
+ },
2350
+ {
2351
+ "epoch": 2.6693227091633465,
2352
+ "grad_norm": 1.1863737106323242,
2353
+ "learning_rate": 1.7381157191781766e-06,
2354
+ "loss": 0.7250882387161255,
2355
+ "step": 670
2356
+ },
2357
+ {
2358
+ "epoch": 2.6772908366533863,
2359
+ "grad_norm": 0.3311910927295685,
2360
+ "learning_rate": 1.7248882352354571e-06,
2361
+ "loss": 0.3806076943874359,
2362
+ "step": 672
2363
+ },
2364
+ {
2365
+ "epoch": 2.685258964143426,
2366
+ "grad_norm": 0.4173329472541809,
2367
+ "learning_rate": 1.7117053111283528e-06,
2368
+ "loss": 1.0334678888320923,
2369
+ "step": 674
2370
+ },
2371
+ {
2372
+ "epoch": 2.6932270916334664,
2373
+ "grad_norm": 4.259430885314941,
2374
+ "learning_rate": 1.6985675198957752e-06,
2375
+ "loss": 0.6853829622268677,
2376
+ "step": 676
2377
+ },
2378
+ {
2379
+ "epoch": 2.7011952191235062,
2380
+ "grad_norm": 0.539608359336853,
2381
+ "learning_rate": 1.6854754326147916e-06,
2382
+ "loss": 0.6058146357536316,
2383
+ "step": 678
2384
+ },
2385
+ {
2386
+ "epoch": 2.709163346613546,
2387
+ "grad_norm": 0.42629122734069824,
2388
+ "learning_rate": 1.6724296183757925e-06,
2389
+ "loss": 1.0257009267807007,
2390
+ "step": 680
2391
+ },
2392
+ {
2393
+ "epoch": 2.717131474103586,
2394
+ "grad_norm": 0.8992399573326111,
2395
+ "learning_rate": 1.6594306442577629e-06,
2396
+ "loss": 1.0538326501846313,
2397
+ "step": 682
2398
+ },
2399
+ {
2400
+ "epoch": 2.7250996015936257,
2401
+ "grad_norm": 0.5011391639709473,
2402
+ "learning_rate": 1.6464790753036298e-06,
2403
+ "loss": 0.6967548727989197,
2404
+ "step": 684
2405
+ },
2406
+ {
2407
+ "epoch": 2.7330677290836656,
2408
+ "grad_norm": 1.0441275835037231,
2409
+ "learning_rate": 1.6335754744956935e-06,
2410
+ "loss": 0.4877105951309204,
2411
+ "step": 686
2412
+ },
2413
+ {
2414
+ "epoch": 2.7410358565737054,
2415
+ "grad_norm": 0.7679535746574402,
2416
+ "learning_rate": 1.6207204027311685e-06,
2417
+ "loss": 1.0346051454544067,
2418
+ "step": 688
2419
+ },
2420
+ {
2421
+ "epoch": 2.7490039840637452,
2422
+ "grad_norm": 0.9672122001647949,
2423
+ "learning_rate": 1.6079144187977925e-06,
2424
+ "loss": 0.5439547896385193,
2425
+ "step": 690
2426
+ },
2427
+ {
2428
+ "epoch": 2.756972111553785,
2429
+ "grad_norm": 0.5946493148803711,
2430
+ "learning_rate": 1.595158079349542e-06,
2431
+ "loss": 1.1041629314422607,
2432
+ "step": 692
2433
+ },
2434
+ {
2435
+ "epoch": 2.764940239043825,
2436
+ "grad_norm": 3.5004076957702637,
2437
+ "learning_rate": 1.5824519388824311e-06,
2438
+ "loss": 0.8648486137390137,
2439
+ "step": 694
2440
+ },
2441
+ {
2442
+ "epoch": 2.7729083665338647,
2443
+ "grad_norm": 1.398216962814331,
2444
+ "learning_rate": 1.5697965497104117e-06,
2445
+ "loss": 0.669555127620697,
2446
+ "step": 696
2447
+ },
2448
+ {
2449
+ "epoch": 2.7808764940239046,
2450
+ "grad_norm": 0.5257605910301208,
2451
+ "learning_rate": 1.557192461941367e-06,
2452
+ "loss": 0.9388008713722229,
2453
+ "step": 698
2454
+ },
2455
+ {
2456
+ "epoch": 2.7888446215139444,
2457
+ "grad_norm": 0.6866509914398193,
2458
+ "learning_rate": 1.5446402234531934e-06,
2459
+ "loss": 1.0469776391983032,
2460
+ "step": 700
2461
+ },
2462
+ {
2463
+ "epoch": 2.7968127490039842,
2464
+ "grad_norm": 0.9670447111129761,
2465
+ "learning_rate": 1.5321403798699924e-06,
2466
+ "loss": 0.6402778625488281,
2467
+ "step": 702
2468
+ },
2469
+ {
2470
+ "epoch": 2.804780876494024,
2471
+ "grad_norm": 0.7777611613273621,
2472
+ "learning_rate": 1.5196934745383456e-06,
2473
+ "loss": 1.2216871976852417,
2474
+ "step": 704
2475
+ },
2476
+ {
2477
+ "epoch": 2.812749003984064,
2478
+ "grad_norm": 0.4490237236022949,
2479
+ "learning_rate": 1.5073000485037044e-06,
2480
+ "loss": 1.2219018936157227,
2481
+ "step": 706
2482
+ },
2483
+ {
2484
+ "epoch": 2.8207171314741037,
2485
+ "grad_norm": 0.550182580947876,
2486
+ "learning_rate": 1.4949606404868638e-06,
2487
+ "loss": 1.094996690750122,
2488
+ "step": 708
2489
+ },
2490
+ {
2491
+ "epoch": 2.8286852589641436,
2492
+ "grad_norm": 0.6918236613273621,
2493
+ "learning_rate": 1.4826757868605519e-06,
2494
+ "loss": 0.5505000948905945,
2495
+ "step": 710
2496
+ },
2497
+ {
2498
+ "epoch": 2.8366533864541834,
2499
+ "grad_norm": 0.626388669013977,
2500
+ "learning_rate": 1.4704460216261125e-06,
2501
+ "loss": 1.0855085849761963,
2502
+ "step": 712
2503
+ },
2504
+ {
2505
+ "epoch": 2.8446215139442232,
2506
+ "grad_norm": 0.977725088596344,
2507
+ "learning_rate": 1.458271876390287e-06,
2508
+ "loss": 0.6149780750274658,
2509
+ "step": 714
2510
+ },
2511
+ {
2512
+ "epoch": 2.852589641434263,
2513
+ "grad_norm": 0.8420648574829102,
2514
+ "learning_rate": 1.446153880342117e-06,
2515
+ "loss": 1.0308772325515747,
2516
+ "step": 716
2517
+ },
2518
+ {
2519
+ "epoch": 2.860557768924303,
2520
+ "grad_norm": 2.214899778366089,
2521
+ "learning_rate": 1.4340925602299337e-06,
2522
+ "loss": 0.636957049369812,
2523
+ "step": 718
2524
+ },
2525
+ {
2526
+ "epoch": 2.8685258964143427,
2527
+ "grad_norm": 0.5352880358695984,
2528
+ "learning_rate": 1.4220884403384656e-06,
2529
+ "loss": 0.5828282833099365,
2530
+ "step": 720
2531
+ },
2532
+ {
2533
+ "epoch": 2.8764940239043826,
2534
+ "grad_norm": 0.5229229927062988,
2535
+ "learning_rate": 1.4101420424660433e-06,
2536
+ "loss": 0.7304311990737915,
2537
+ "step": 722
2538
+ },
2539
+ {
2540
+ "epoch": 2.8844621513944224,
2541
+ "grad_norm": 0.3471089005470276,
2542
+ "learning_rate": 1.3982538859019219e-06,
2543
+ "loss": 0.614575982093811,
2544
+ "step": 724
2545
+ },
2546
+ {
2547
+ "epoch": 2.8924302788844622,
2548
+ "grad_norm": 0.33785372972488403,
2549
+ "learning_rate": 1.3864244874037096e-06,
2550
+ "loss": 0.9909072518348694,
2551
+ "step": 726
2552
+ },
2553
+ {
2554
+ "epoch": 2.900398406374502,
2555
+ "grad_norm": 0.5180720090866089,
2556
+ "learning_rate": 1.3746543611749007e-06,
2557
+ "loss": 0.5618436336517334,
2558
+ "step": 728
2559
+ },
2560
+ {
2561
+ "epoch": 2.908366533864542,
2562
+ "grad_norm": 0.43437862396240234,
2563
+ "learning_rate": 1.3629440188425285e-06,
2564
+ "loss": 0.9497717618942261,
2565
+ "step": 730
2566
+ },
2567
+ {
2568
+ "epoch": 2.9163346613545817,
2569
+ "grad_norm": 3.7571897506713867,
2570
+ "learning_rate": 1.351293969434921e-06,
2571
+ "loss": 0.3881228268146515,
2572
+ "step": 732
2573
+ },
2574
+ {
2575
+ "epoch": 2.9243027888446216,
2576
+ "grad_norm": 0.49480491876602173,
2577
+ "learning_rate": 1.3397047193595809e-06,
2578
+ "loss": 1.0534650087356567,
2579
+ "step": 734
2580
+ },
2581
+ {
2582
+ "epoch": 2.9322709163346614,
2583
+ "grad_norm": 2.111862897872925,
2584
+ "learning_rate": 1.3281767723811651e-06,
2585
+ "loss": 0.4529063403606415,
2586
+ "step": 736
2587
+ },
2588
+ {
2589
+ "epoch": 2.9402390438247012,
2590
+ "grad_norm": 1.6681751012802124,
2591
+ "learning_rate": 1.3167106295995923e-06,
2592
+ "loss": 0.8840406537055969,
2593
+ "step": 738
2594
+ },
2595
+ {
2596
+ "epoch": 2.948207171314741,
2597
+ "grad_norm": 0.38326793909072876,
2598
+ "learning_rate": 1.3053067894282624e-06,
2599
+ "loss": 1.157111644744873,
2600
+ "step": 740
2601
+ },
2602
+ {
2603
+ "epoch": 2.956175298804781,
2604
+ "grad_norm": 0.9434833526611328,
2605
+ "learning_rate": 1.2939657475723844e-06,
2606
+ "loss": 0.3580433130264282,
2607
+ "step": 742
2608
+ },
2609
+ {
2610
+ "epoch": 2.9641434262948207,
2611
+ "grad_norm": 0.3832603096961975,
2612
+ "learning_rate": 1.2826879970074346e-06,
2613
+ "loss": 0.9365513920783997,
2614
+ "step": 744
2615
+ },
2616
+ {
2617
+ "epoch": 2.9721115537848606,
2618
+ "grad_norm": 0.39480799436569214,
2619
+ "learning_rate": 1.271474027957727e-06,
2620
+ "loss": 0.8868306279182434,
2621
+ "step": 746
2622
+ },
2623
+ {
2624
+ "epoch": 2.9800796812749004,
2625
+ "grad_norm": 0.4570213258266449,
2626
+ "learning_rate": 1.2603243278751043e-06,
2627
+ "loss": 0.5333258509635925,
2628
+ "step": 748
2629
+ },
2630
+ {
2631
+ "epoch": 2.9880478087649402,
2632
+ "grad_norm": 0.8246273994445801,
2633
+ "learning_rate": 1.249239381417746e-06,
2634
+ "loss": 0.12774328887462616,
2635
+ "step": 750
2636
+ },
2637
+ {
2638
+ "epoch": 2.99601593625498,
2639
+ "grad_norm": 0.6178113222122192,
2640
+ "learning_rate": 1.238219670429104e-06,
2641
+ "loss": 1.019992470741272,
2642
+ "step": 752
2643
+ },
2644
+ {
2645
+ "epoch": 3.00398406374502,
2646
+ "grad_norm": 0.5595139861106873,
2647
+ "learning_rate": 1.2272656739169589e-06,
2648
+ "loss": 0.579146146774292,
2649
+ "step": 754
2650
+ },
2651
+ {
2652
+ "epoch": 3.0119521912350598,
2653
+ "grad_norm": 0.5749949812889099,
2654
+ "learning_rate": 1.2163778680325948e-06,
2655
+ "loss": 0.625841498374939,
2656
+ "step": 756
2657
+ },
2658
+ {
2659
+ "epoch": 3.0199203187250996,
2660
+ "grad_norm": 0.6717772483825684,
2661
+ "learning_rate": 1.2055567260501055e-06,
2662
+ "loss": 0.3705125153064728,
2663
+ "step": 758
2664
+ },
2665
+ {
2666
+ "epoch": 3.0278884462151394,
2667
+ "grad_norm": 0.5492572784423828,
2668
+ "learning_rate": 1.1948027183458182e-06,
2669
+ "loss": 0.6853355765342712,
2670
+ "step": 760
2671
+ },
2672
+ {
2673
+ "epoch": 3.0358565737051793,
2674
+ "grad_norm": 0.6478875279426575,
2675
+ "learning_rate": 1.18411631237785e-06,
2676
+ "loss": 0.521458625793457,
2677
+ "step": 762
2678
+ },
2679
+ {
2680
+ "epoch": 3.043824701195219,
2681
+ "grad_norm": 0.36975279450416565,
2682
+ "learning_rate": 1.173497972665788e-06,
2683
+ "loss": 0.9694585204124451,
2684
+ "step": 764
2685
+ },
2686
+ {
2687
+ "epoch": 3.051792828685259,
2688
+ "grad_norm": 0.2931518256664276,
2689
+ "learning_rate": 1.1629481607704964e-06,
2690
+ "loss": 0.1518229842185974,
2691
+ "step": 766
2692
+ },
2693
+ {
2694
+ "epoch": 3.0597609561752988,
2695
+ "grad_norm": 0.37477609515190125,
2696
+ "learning_rate": 1.1524673352740543e-06,
2697
+ "loss": 0.5745505094528198,
2698
+ "step": 768
2699
+ },
2700
+ {
2701
+ "epoch": 3.0677290836653386,
2702
+ "grad_norm": 0.5869929194450378,
2703
+ "learning_rate": 1.1420559517598206e-06,
2704
+ "loss": 0.8037846684455872,
2705
+ "step": 770
2706
+ },
2707
+ {
2708
+ "epoch": 3.0756972111553784,
2709
+ "grad_norm": 0.4266442060470581,
2710
+ "learning_rate": 1.13171446279263e-06,
2711
+ "loss": 0.9616826772689819,
2712
+ "step": 772
2713
+ },
2714
+ {
2715
+ "epoch": 3.0836653386454183,
2716
+ "grad_norm": 1.799504041671753,
2717
+ "learning_rate": 1.1214433178991258e-06,
2718
+ "loss": 0.8843712210655212,
2719
+ "step": 774
2720
+ },
2721
+ {
2722
+ "epoch": 3.091633466135458,
2723
+ "grad_norm": 0.18844708800315857,
2724
+ "learning_rate": 1.111242963548212e-06,
2725
+ "loss": 0.558309018611908,
2726
+ "step": 776
2727
+ },
2728
+ {
2729
+ "epoch": 3.099601593625498,
2730
+ "grad_norm": 0.6273339986801147,
2731
+ "learning_rate": 1.1011138431316538e-06,
2732
+ "loss": 0.5815000534057617,
2733
+ "step": 778
2734
+ },
2735
+ {
2736
+ "epoch": 3.1075697211155378,
2737
+ "grad_norm": 0.540294885635376,
2738
+ "learning_rate": 1.0910563969447969e-06,
2739
+ "loss": 0.9752479195594788,
2740
+ "step": 780
2741
+ },
2742
+ {
2743
+ "epoch": 3.1155378486055776,
2744
+ "grad_norm": 0.23366230726242065,
2745
+ "learning_rate": 1.0810710621674355e-06,
2746
+ "loss": 0.2870320975780487,
2747
+ "step": 782
2748
+ },
2749
+ {
2750
+ "epoch": 3.1235059760956174,
2751
+ "grad_norm": 0.4389194846153259,
2752
+ "learning_rate": 1.0711582728448034e-06,
2753
+ "loss": 1.0099979639053345,
2754
+ "step": 784
2755
+ },
2756
+ {
2757
+ "epoch": 3.1314741035856573,
2758
+ "grad_norm": 0.5615717768669128,
2759
+ "learning_rate": 1.0613184598687088e-06,
2760
+ "loss": 0.791538417339325,
2761
+ "step": 786
2762
+ },
2763
+ {
2764
+ "epoch": 3.139442231075697,
2765
+ "grad_norm": 0.9747589826583862,
2766
+ "learning_rate": 1.0515520509588076e-06,
2767
+ "loss": 0.5976436734199524,
2768
+ "step": 788
2769
+ },
2770
+ {
2771
+ "epoch": 3.147410358565737,
2772
+ "grad_norm": 0.24722778797149658,
2773
+ "learning_rate": 1.0418594706440022e-06,
2774
+ "loss": 0.5254042744636536,
2775
+ "step": 790
2776
+ },
2777
+ {
2778
+ "epoch": 3.1553784860557768,
2779
+ "grad_norm": 1.2574716806411743,
2780
+ "learning_rate": 1.0322411402439982e-06,
2781
+ "loss": 0.7492045164108276,
2782
+ "step": 792
2783
+ },
2784
+ {
2785
+ "epoch": 3.1633466135458166,
2786
+ "grad_norm": 0.08566952496767044,
2787
+ "learning_rate": 1.0226974778509846e-06,
2788
+ "loss": 0.23793993890285492,
2789
+ "step": 794
2790
+ },
2791
+ {
2792
+ "epoch": 3.1713147410358564,
2793
+ "grad_norm": 0.915134847164154,
2794
+ "learning_rate": 1.0132288983114611e-06,
2795
+ "loss": 0.6315504312515259,
2796
+ "step": 796
2797
+ },
2798
+ {
2799
+ "epoch": 3.1792828685258963,
2800
+ "grad_norm": 1.230481505393982,
2801
+ "learning_rate": 1.003835813208206e-06,
2802
+ "loss": 0.5491132140159607,
2803
+ "step": 798
2804
+ },
2805
+ {
2806
+ "epoch": 3.187250996015936,
2807
+ "grad_norm": 0.957248330116272,
2808
+ "learning_rate": 9.945186308423832e-07,
2809
+ "loss": 0.8668388724327087,
2810
+ "step": 800
2811
+ },
2812
+ {
2813
+ "epoch": 3.195219123505976,
2814
+ "grad_norm": 0.26860058307647705,
2815
+ "learning_rate": 9.852777562157983e-07,
2816
+ "loss": 0.7234906554222107,
2817
+ "step": 802
2818
+ },
2819
+ {
2820
+ "epoch": 3.2031872509960158,
2821
+ "grad_norm": 1.195494294166565,
2822
+ "learning_rate": 9.7611359101329e-07,
2823
+ "loss": 0.6418740153312683,
2824
+ "step": 804
2825
+ },
2826
+ {
2827
+ "epoch": 3.2111553784860556,
2828
+ "grad_norm": 1.2842307090759277,
2829
+ "learning_rate": 9.670265335852725e-07,
2830
+ "loss": 1.1286014318466187,
2831
+ "step": 806
2832
+ },
2833
+ {
2834
+ "epoch": 3.2191235059760954,
2835
+ "grad_norm": 1.821799397468567,
2836
+ "learning_rate": 9.580169789304152e-07,
2837
+ "loss": 0.39762043952941895,
2838
+ "step": 808
2839
+ },
2840
+ {
2841
+ "epoch": 3.2270916334661353,
2842
+ "grad_norm": 0.583942711353302,
2843
+ "learning_rate": 9.490853186784801e-07,
2844
+ "loss": 0.7078452110290527,
2845
+ "step": 810
2846
+ },
2847
+ {
2848
+ "epoch": 3.235059760956175,
2849
+ "grad_norm": 1.0375887155532837,
2850
+ "learning_rate": 9.402319410732911e-07,
2851
+ "loss": 0.37614575028419495,
2852
+ "step": 812
2853
+ },
2854
+ {
2855
+ "epoch": 3.243027888446215,
2856
+ "grad_norm": 0.3879964053630829,
2857
+ "learning_rate": 9.314572309558617e-07,
2858
+ "loss": 0.8332592248916626,
2859
+ "step": 814
2860
+ },
2861
+ {
2862
+ "epoch": 3.2509960159362548,
2863
+ "grad_norm": 14.581340789794922,
2864
+ "learning_rate": 9.227615697476674e-07,
2865
+ "loss": 0.41820454597473145,
2866
+ "step": 816
2867
+ },
2868
+ {
2869
+ "epoch": 3.2589641434262946,
2870
+ "grad_norm": 0.8184705376625061,
2871
+ "learning_rate": 9.141453354340619e-07,
2872
+ "loss": 0.9523636102676392,
2873
+ "step": 818
2874
+ },
2875
+ {
2876
+ "epoch": 3.2669322709163344,
2877
+ "grad_norm": 2.0967276096343994,
2878
+ "learning_rate": 9.056089025478495e-07,
2879
+ "loss": 0.4982432723045349,
2880
+ "step": 820
2881
+ },
2882
+ {
2883
+ "epoch": 3.2749003984063743,
2884
+ "grad_norm": 1.5760488510131836,
2885
+ "learning_rate": 8.971526421530067e-07,
2886
+ "loss": 0.7282808423042297,
2887
+ "step": 822
2888
+ },
2889
+ {
2890
+ "epoch": 3.2828685258964145,
2891
+ "grad_norm": 0.9606645107269287,
2892
+ "learning_rate": 8.887769218285469e-07,
2893
+ "loss": 0.5421037673950195,
2894
+ "step": 824
2895
+ },
2896
+ {
2897
+ "epoch": 3.2908366533864544,
2898
+ "grad_norm": 0.4770655035972595,
2899
+ "learning_rate": 8.804821056525498e-07,
2900
+ "loss": 0.9671206474304199,
2901
+ "step": 826
2902
+ },
2903
+ {
2904
+ "epoch": 3.298804780876494,
2905
+ "grad_norm": 0.4865878224372864,
2906
+ "learning_rate": 8.722685541863284e-07,
2907
+ "loss": 0.9929076433181763,
2908
+ "step": 828
2909
+ },
2910
+ {
2911
+ "epoch": 3.306772908366534,
2912
+ "grad_norm": 0.7179232835769653,
2913
+ "learning_rate": 8.641366244587612e-07,
2914
+ "loss": 0.8825250864028931,
2915
+ "step": 830
2916
+ },
2917
+ {
2918
+ "epoch": 3.314741035856574,
2919
+ "grad_norm": 1.7425504922866821,
2920
+ "learning_rate": 8.560866699507703e-07,
2921
+ "loss": 0.5349132418632507,
2922
+ "step": 832
2923
+ },
2924
+ {
2925
+ "epoch": 3.3227091633466137,
2926
+ "grad_norm": 1.3007465600967407,
2927
+ "learning_rate": 8.481190405799569e-07,
2928
+ "loss": 0.3397764563560486,
2929
+ "step": 834
2930
+ },
2931
+ {
2932
+ "epoch": 3.3306772908366535,
2933
+ "grad_norm": 2.9653308391571045,
2934
+ "learning_rate": 8.402340826853908e-07,
2935
+ "loss": 0.6012100577354431,
2936
+ "step": 836
2937
+ },
2938
+ {
2939
+ "epoch": 3.3386454183266934,
2940
+ "grad_norm": 3.8056063652038574,
2941
+ "learning_rate": 8.324321390125548e-07,
2942
+ "loss": 0.8524638414382935,
2943
+ "step": 838
2944
+ },
2945
+ {
2946
+ "epoch": 3.346613545816733,
2947
+ "grad_norm": 1.1574907302856445,
2948
+ "learning_rate": 8.247135486984487e-07,
2949
+ "loss": 0.19105130434036255,
2950
+ "step": 840
2951
+ },
2952
+ {
2953
+ "epoch": 3.354581673306773,
2954
+ "grad_norm": 1.3461089134216309,
2955
+ "learning_rate": 8.170786472568451e-07,
2956
+ "loss": 0.7022271156311035,
2957
+ "step": 842
2958
+ },
2959
+ {
2960
+ "epoch": 3.362549800796813,
2961
+ "grad_norm": 0.4820784032344818,
2962
+ "learning_rate": 8.095277665637061e-07,
2963
+ "loss": 0.6833860874176025,
2964
+ "step": 844
2965
+ },
2966
+ {
2967
+ "epoch": 3.3705179282868527,
2968
+ "grad_norm": 0.6242122650146484,
2969
+ "learning_rate": 8.020612348427572e-07,
2970
+ "loss": 0.9958716630935669,
2971
+ "step": 846
2972
+ },
2973
+ {
2974
+ "epoch": 3.3784860557768925,
2975
+ "grad_norm": 0.5448309779167175,
2976
+ "learning_rate": 7.946793766512195e-07,
2977
+ "loss": 0.9622980356216431,
2978
+ "step": 848
2979
+ },
2980
+ {
2981
+ "epoch": 3.3864541832669324,
2982
+ "grad_norm": 1.0548478364944458,
2983
+ "learning_rate": 7.873825128657034e-07,
2984
+ "loss": 0.9945654273033142,
2985
+ "step": 850
2986
+ },
2987
+ {
2988
+ "epoch": 3.394422310756972,
2989
+ "grad_norm": 0.40971457958221436,
2990
+ "learning_rate": 7.801709606682573e-07,
2991
+ "loss": 0.9394071102142334,
2992
+ "step": 852
2993
+ },
2994
+ {
2995
+ "epoch": 3.402390438247012,
2996
+ "grad_norm": 0.770642101764679,
2997
+ "learning_rate": 7.730450335325852e-07,
2998
+ "loss": 0.5802016854286194,
2999
+ "step": 854
3000
+ },
3001
+ {
3002
+ "epoch": 3.410358565737052,
3003
+ "grad_norm": 0.8857874870300293,
3004
+ "learning_rate": 7.660050412104153e-07,
3005
+ "loss": 0.8953830003738403,
3006
+ "step": 856
3007
+ },
3008
+ {
3009
+ "epoch": 3.4183266932270917,
3010
+ "grad_norm": 0.7635868191719055,
3011
+ "learning_rate": 7.5905128971804e-07,
3012
+ "loss": 1.06135892868042,
3013
+ "step": 858
3014
+ },
3015
+ {
3016
+ "epoch": 3.4262948207171315,
3017
+ "grad_norm": 0.5823217034339905,
3018
+ "learning_rate": 7.521840813230098e-07,
3019
+ "loss": 1.0106362104415894,
3020
+ "step": 860
3021
+ },
3022
+ {
3023
+ "epoch": 3.4342629482071714,
3024
+ "grad_norm": 0.4080336093902588,
3025
+ "learning_rate": 7.454037145309986e-07,
3026
+ "loss": 0.692585289478302,
3027
+ "step": 862
3028
+ },
3029
+ {
3030
+ "epoch": 3.442231075697211,
3031
+ "grad_norm": 0.9530379176139832,
3032
+ "learning_rate": 7.38710484072826e-07,
3033
+ "loss": 0.536604642868042,
3034
+ "step": 864
3035
+ },
3036
+ {
3037
+ "epoch": 3.450199203187251,
3038
+ "grad_norm": 0.512589156627655,
3039
+ "learning_rate": 7.321046808916427e-07,
3040
+ "loss": 0.8482944369316101,
3041
+ "step": 866
3042
+ },
3043
+ {
3044
+ "epoch": 3.458167330677291,
3045
+ "grad_norm": 1.1212929487228394,
3046
+ "learning_rate": 7.255865921302902e-07,
3047
+ "loss": 0.7135361433029175,
3048
+ "step": 868
3049
+ },
3050
+ {
3051
+ "epoch": 3.4661354581673307,
3052
+ "grad_norm": 0.48777833580970764,
3053
+ "learning_rate": 7.191565011188149e-07,
3054
+ "loss": 0.5262725353240967,
3055
+ "step": 870
3056
+ },
3057
+ {
3058
+ "epoch": 3.4741035856573705,
3059
+ "grad_norm": 0.12542793154716492,
3060
+ "learning_rate": 7.128146873621533e-07,
3061
+ "loss": 0.5754909515380859,
3062
+ "step": 872
3063
+ },
3064
+ {
3065
+ "epoch": 3.4820717131474104,
3066
+ "grad_norm": 0.2517932951450348,
3067
+ "learning_rate": 7.065614265279819e-07,
3068
+ "loss": 0.694409191608429,
3069
+ "step": 874
3070
+ },
3071
+ {
3072
+ "epoch": 3.49003984063745,
3073
+ "grad_norm": 0.600282609462738,
3074
+ "learning_rate": 7.00396990434734e-07,
3075
+ "loss": 0.5396724343299866,
3076
+ "step": 876
3077
+ },
3078
+ {
3079
+ "epoch": 3.49800796812749,
3080
+ "grad_norm": 0.7411002516746521,
3081
+ "learning_rate": 6.943216470397872e-07,
3082
+ "loss": 0.5474315881729126,
3083
+ "step": 878
3084
+ },
3085
+ {
3086
+ "epoch": 3.50597609561753,
3087
+ "grad_norm": 0.1864290088415146,
3088
+ "learning_rate": 6.883356604278116e-07,
3089
+ "loss": 0.41033685207366943,
3090
+ "step": 880
3091
+ },
3092
+ {
3093
+ "epoch": 3.5139442231075697,
3094
+ "grad_norm": 0.47263798117637634,
3095
+ "learning_rate": 6.824392907992938e-07,
3096
+ "loss": 0.6487886309623718,
3097
+ "step": 882
3098
+ },
3099
+ {
3100
+ "epoch": 3.5219123505976095,
3101
+ "grad_norm": 1.165248155593872,
3102
+ "learning_rate": 6.76632794459224e-07,
3103
+ "loss": 0.17825782299041748,
3104
+ "step": 884
3105
+ },
3106
+ {
3107
+ "epoch": 3.5298804780876494,
3108
+ "grad_norm": 1.130654215812683,
3109
+ "learning_rate": 6.709164238059568e-07,
3110
+ "loss": 0.7878249287605286,
3111
+ "step": 886
3112
+ },
3113
+ {
3114
+ "epoch": 3.537848605577689,
3115
+ "grad_norm": 0.940370500087738,
3116
+ "learning_rate": 6.652904273202385e-07,
3117
+ "loss": 0.9679273962974548,
3118
+ "step": 888
3119
+ },
3120
+ {
3121
+ "epoch": 3.545816733067729,
3122
+ "grad_norm": 0.4817887544631958,
3123
+ "learning_rate": 6.597550495544071e-07,
3124
+ "loss": 0.49837806820869446,
3125
+ "step": 890
3126
+ },
3127
+ {
3128
+ "epoch": 3.553784860557769,
3129
+ "grad_norm": 1.3066110610961914,
3130
+ "learning_rate": 6.54310531121762e-07,
3131
+ "loss": 0.9139914512634277,
3132
+ "step": 892
3133
+ },
3134
+ {
3135
+ "epoch": 3.5617529880478087,
3136
+ "grad_norm": 0.49228933453559875,
3137
+ "learning_rate": 6.489571086861027e-07,
3138
+ "loss": 1.0401159524917603,
3139
+ "step": 894
3140
+ },
3141
+ {
3142
+ "epoch": 3.5697211155378485,
3143
+ "grad_norm": 0.27108216285705566,
3144
+ "learning_rate": 6.436950149514448e-07,
3145
+ "loss": 0.22903943061828613,
3146
+ "step": 896
3147
+ },
3148
+ {
3149
+ "epoch": 3.5776892430278884,
3150
+ "grad_norm": 0.3529016077518463,
3151
+ "learning_rate": 6.385244786519036e-07,
3152
+ "loss": 0.6440197229385376,
3153
+ "step": 898
3154
+ },
3155
+ {
3156
+ "epoch": 3.585657370517928,
3157
+ "grad_norm": 0.6561027765274048,
3158
+ "learning_rate": 6.334457245417491e-07,
3159
+ "loss": 0.23832546174526215,
3160
+ "step": 900
3161
+ },
3162
+ {
3163
+ "epoch": 3.593625498007968,
3164
+ "grad_norm": 2.001147508621216,
3165
+ "learning_rate": 6.284589733856403e-07,
3166
+ "loss": 0.10949621349573135,
3167
+ "step": 902
3168
+ },
3169
+ {
3170
+ "epoch": 3.601593625498008,
3171
+ "grad_norm": 1.1177871227264404,
3172
+ "learning_rate": 6.235644419490253e-07,
3173
+ "loss": 0.7543700337409973,
3174
+ "step": 904
3175
+ },
3176
+ {
3177
+ "epoch": 3.6095617529880477,
3178
+ "grad_norm": 0.6228533387184143,
3179
+ "learning_rate": 6.18762342988722e-07,
3180
+ "loss": 0.6378473043441772,
3181
+ "step": 906
3182
+ },
3183
+ {
3184
+ "epoch": 3.6175298804780875,
3185
+ "grad_norm": 0.7163503766059875,
3186
+ "learning_rate": 6.140528852436666e-07,
3187
+ "loss": 0.8991875052452087,
3188
+ "step": 908
3189
+ },
3190
+ {
3191
+ "epoch": 3.6254980079681274,
3192
+ "grad_norm": 1.8865348100662231,
3193
+ "learning_rate": 6.094362734258438e-07,
3194
+ "loss": 0.876941442489624,
3195
+ "step": 910
3196
+ },
3197
+ {
3198
+ "epoch": 3.633466135458167,
3199
+ "grad_norm": 0.514621376991272,
3200
+ "learning_rate": 6.049127082113853e-07,
3201
+ "loss": 0.04432225227355957,
3202
+ "step": 912
3203
+ },
3204
+ {
3205
+ "epoch": 3.641434262948207,
3206
+ "grad_norm": 0.35589325428009033,
3207
+ "learning_rate": 6.004823862318475e-07,
3208
+ "loss": 0.8069411516189575,
3209
+ "step": 914
3210
+ },
3211
+ {
3212
+ "epoch": 3.649402390438247,
3213
+ "grad_norm": 1.377711296081543,
3214
+ "learning_rate": 5.961455000656656e-07,
3215
+ "loss": 0.8312397599220276,
3216
+ "step": 916
3217
+ },
3218
+ {
3219
+ "epoch": 3.6573705179282867,
3220
+ "grad_norm": 2.0273678302764893,
3221
+ "learning_rate": 5.919022382297808e-07,
3222
+ "loss": 0.19391275942325592,
3223
+ "step": 918
3224
+ },
3225
+ {
3226
+ "epoch": 3.6653386454183265,
3227
+ "grad_norm": 0.7216324806213379,
3228
+ "learning_rate": 5.877527851714479e-07,
3229
+ "loss": 0.9630604386329651,
3230
+ "step": 920
3231
+ },
3232
+ {
3233
+ "epoch": 3.6733067729083664,
3234
+ "grad_norm": 1.1258862018585205,
3235
+ "learning_rate": 5.836973212602144e-07,
3236
+ "loss": 0.14493830502033234,
3237
+ "step": 922
3238
+ },
3239
+ {
3240
+ "epoch": 3.681274900398406,
3241
+ "grad_norm": 2.309058427810669,
3242
+ "learning_rate": 5.797360227800832e-07,
3243
+ "loss": 0.9860643744468689,
3244
+ "step": 924
3245
+ },
3246
+ {
3247
+ "epoch": 3.6892430278884465,
3248
+ "grad_norm": 0.4696836471557617,
3249
+ "learning_rate": 5.758690619218493e-07,
3250
+ "loss": 0.2675930857658386,
3251
+ "step": 926
3252
+ },
3253
+ {
3254
+ "epoch": 3.6972111553784863,
3255
+ "grad_norm": 0.6530823707580566,
3256
+ "learning_rate": 5.720966067756131e-07,
3257
+ "loss": 0.5636778473854065,
3258
+ "step": 928
3259
+ },
3260
+ {
3261
+ "epoch": 3.705179282868526,
3262
+ "grad_norm": 0.2877671718597412,
3263
+ "learning_rate": 5.684188213234763e-07,
3264
+ "loss": 0.8574612140655518,
3265
+ "step": 930
3266
+ },
3267
+ {
3268
+ "epoch": 3.713147410358566,
3269
+ "grad_norm": 0.49212750792503357,
3270
+ "learning_rate": 5.648358654324119e-07,
3271
+ "loss": 0.9533630609512329,
3272
+ "step": 932
3273
+ },
3274
+ {
3275
+ "epoch": 3.721115537848606,
3276
+ "grad_norm": 1.5291314125061035,
3277
+ "learning_rate": 5.613478948473166e-07,
3278
+ "loss": 0.4991132318973541,
3279
+ "step": 934
3280
+ },
3281
+ {
3282
+ "epoch": 3.7290836653386457,
3283
+ "grad_norm": 0.3981715142726898,
3284
+ "learning_rate": 5.579550611842395e-07,
3285
+ "loss": 0.87935870885849,
3286
+ "step": 936
3287
+ },
3288
+ {
3289
+ "epoch": 3.7370517928286855,
3290
+ "grad_norm": 1.3286118507385254,
3291
+ "learning_rate": 5.546575119237923e-07,
3292
+ "loss": 0.656298816204071,
3293
+ "step": 938
3294
+ },
3295
+ {
3296
+ "epoch": 3.7450199203187253,
3297
+ "grad_norm": 0.6346187591552734,
3298
+ "learning_rate": 5.514553904047394e-07,
3299
+ "loss": 0.8706903457641602,
3300
+ "step": 940
3301
+ },
3302
+ {
3303
+ "epoch": 3.752988047808765,
3304
+ "grad_norm": 1.8346360921859741,
3305
+ "learning_rate": 5.483488358177647e-07,
3306
+ "loss": 0.731263279914856,
3307
+ "step": 942
3308
+ },
3309
+ {
3310
+ "epoch": 3.760956175298805,
3311
+ "grad_norm": 0.47826090455055237,
3312
+ "learning_rate": 5.453379831994238e-07,
3313
+ "loss": 0.5193066000938416,
3314
+ "step": 944
3315
+ },
3316
+ {
3317
+ "epoch": 3.768924302788845,
3318
+ "grad_norm": 0.3809550702571869,
3319
+ "learning_rate": 5.424229634262735e-07,
3320
+ "loss": 0.9831307530403137,
3321
+ "step": 946
3322
+ },
3323
+ {
3324
+ "epoch": 3.7768924302788847,
3325
+ "grad_norm": 0.5871403813362122,
3326
+ "learning_rate": 5.396039032091826e-07,
3327
+ "loss": 0.5808805823326111,
3328
+ "step": 948
3329
+ },
3330
+ {
3331
+ "epoch": 3.7848605577689245,
3332
+ "grad_norm": 0.5625377893447876,
3333
+ "learning_rate": 5.368809250878228e-07,
3334
+ "loss": 0.9560198187828064,
3335
+ "step": 950
3336
+ },
3337
+ {
3338
+ "epoch": 3.7928286852589643,
3339
+ "grad_norm": 0.4426833987236023,
3340
+ "learning_rate": 5.342541474253438e-07,
3341
+ "loss": 0.9622094035148621,
3342
+ "step": 952
3343
+ },
3344
+ {
3345
+ "epoch": 3.800796812749004,
3346
+ "grad_norm": 1.08371901512146,
3347
+ "learning_rate": 5.317236844032285e-07,
3348
+ "loss": 0.5493331551551819,
3349
+ "step": 954
3350
+ },
3351
+ {
3352
+ "epoch": 3.808764940239044,
3353
+ "grad_norm": 0.965507447719574,
3354
+ "learning_rate": 5.292896460163282e-07,
3355
+ "loss": 0.768927812576294,
3356
+ "step": 956
3357
+ },
3358
+ {
3359
+ "epoch": 3.816733067729084,
3360
+ "grad_norm": 2.2096176147460938,
3361
+ "learning_rate": 5.269521380680823e-07,
3362
+ "loss": 0.5867412686347961,
3363
+ "step": 958
3364
+ },
3365
+ {
3366
+ "epoch": 3.8247011952191237,
3367
+ "grad_norm": 1.0418481826782227,
3368
+ "learning_rate": 5.247112621659186e-07,
3369
+ "loss": 0.7000386714935303,
3370
+ "step": 960
3371
+ },
3372
+ {
3373
+ "epoch": 3.8326693227091635,
3374
+ "grad_norm": 0.31872454285621643,
3375
+ "learning_rate": 5.225671157168378e-07,
3376
+ "loss": 0.559232234954834,
3377
+ "step": 962
3378
+ },
3379
+ {
3380
+ "epoch": 3.8406374501992033,
3381
+ "grad_norm": 0.6209536194801331,
3382
+ "learning_rate": 5.205197919231773e-07,
3383
+ "loss": 0.9737389087677002,
3384
+ "step": 964
3385
+ },
3386
+ {
3387
+ "epoch": 3.848605577689243,
3388
+ "grad_norm": 6.848320960998535,
3389
+ "learning_rate": 5.185693797785624e-07,
3390
+ "loss": 0.37415996193885803,
3391
+ "step": 966
3392
+ },
3393
+ {
3394
+ "epoch": 3.856573705179283,
3395
+ "grad_norm": 0.5784829258918762,
3396
+ "learning_rate": 5.167159640640358e-07,
3397
+ "loss": 0.5589777231216431,
3398
+ "step": 968
3399
+ },
3400
+ {
3401
+ "epoch": 3.864541832669323,
3402
+ "grad_norm": 1.4430149793624878,
3403
+ "learning_rate": 5.149596253443733e-07,
3404
+ "loss": 0.8073258996009827,
3405
+ "step": 970
3406
+ },
3407
+ {
3408
+ "epoch": 3.8725099601593627,
3409
+ "grad_norm": 0.1828831285238266,
3410
+ "learning_rate": 5.133004399645818e-07,
3411
+ "loss": 0.548916220664978,
3412
+ "step": 972
3413
+ },
3414
+ {
3415
+ "epoch": 3.8804780876494025,
3416
+ "grad_norm": 0.6177156567573547,
3417
+ "learning_rate": 5.117384800465806e-07,
3418
+ "loss": 0.45797914266586304,
3419
+ "step": 974
3420
+ },
3421
+ {
3422
+ "epoch": 3.8884462151394423,
3423
+ "grad_norm": 0.43884581327438354,
3424
+ "learning_rate": 5.102738134860656e-07,
3425
+ "loss": 0.9594522714614868,
3426
+ "step": 976
3427
+ },
3428
+ {
3429
+ "epoch": 3.896414342629482,
3430
+ "grad_norm": 3.0693905353546143,
3431
+ "learning_rate": 5.089065039495598e-07,
3432
+ "loss": 0.5316993594169617,
3433
+ "step": 978
3434
+ },
3435
+ {
3436
+ "epoch": 3.904382470119522,
3437
+ "grad_norm": 0.33187830448150635,
3438
+ "learning_rate": 5.076366108716438e-07,
3439
+ "loss": 0.3797495365142822,
3440
+ "step": 980
3441
+ },
3442
+ {
3443
+ "epoch": 3.912350597609562,
3444
+ "grad_norm": 0.8389091491699219,
3445
+ "learning_rate": 5.064641894523737e-07,
3446
+ "loss": 0.47458699345588684,
3447
+ "step": 982
3448
+ },
3449
+ {
3450
+ "epoch": 3.9203187250996017,
3451
+ "grad_norm": 0.42267730832099915,
3452
+ "learning_rate": 5.053892906548811e-07,
3453
+ "loss": 0.8960947394371033,
3454
+ "step": 984
3455
+ },
3456
+ {
3457
+ "epoch": 3.9282868525896415,
3458
+ "grad_norm": 1.4257805347442627,
3459
+ "learning_rate": 5.044119612031576e-07,
3460
+ "loss": 0.1468951553106308,
3461
+ "step": 986
3462
+ },
3463
+ {
3464
+ "epoch": 3.9362549800796813,
3465
+ "grad_norm": 1.6065291166305542,
3466
+ "learning_rate": 5.035322435800248e-07,
3467
+ "loss": 0.611916184425354,
3468
+ "step": 988
3469
+ },
3470
+ {
3471
+ "epoch": 3.944223107569721,
3472
+ "grad_norm": 0.1283290535211563,
3473
+ "learning_rate": 5.027501760252857e-07,
3474
+ "loss": 0.577924370765686,
3475
+ "step": 990
3476
+ },
3477
+ {
3478
+ "epoch": 3.952191235059761,
3479
+ "grad_norm": 0.4995441436767578,
3480
+ "learning_rate": 5.02065792534065e-07,
3481
+ "loss": 0.9942194223403931,
3482
+ "step": 992
3483
+ },
3484
+ {
3485
+ "epoch": 3.960159362549801,
3486
+ "grad_norm": 0.5510733723640442,
3487
+ "learning_rate": 5.014791228553294e-07,
3488
+ "loss": 0.3045363128185272,
3489
+ "step": 994
3490
+ },
3491
+ {
3492
+ "epoch": 3.9681274900398407,
3493
+ "grad_norm": 1.766745686531067,
3494
+ "learning_rate": 5.00990192490595e-07,
3495
+ "loss": 0.8708837628364563,
3496
+ "step": 996
3497
+ },
3498
+ {
3499
+ "epoch": 3.9760956175298805,
3500
+ "grad_norm": 0.398499459028244,
3501
+ "learning_rate": 5.005990226928196e-07,
3502
+ "loss": 0.5656142234802246,
3503
+ "step": 998
3504
+ },
3505
+ {
3506
+ "epoch": 3.9840637450199203,
3507
+ "grad_norm": 1.5753365755081177,
3508
+ "learning_rate": 5.003056304654774e-07,
3509
+ "loss": 0.4110683798789978,
3510
+ "step": 1000
3511
+ },
3512
+ {
3513
+ "epoch": 3.99203187250996,
3514
+ "grad_norm": 0.4048484265804291,
3515
+ "learning_rate": 5.001100285618214e-07,
3516
+ "loss": 0.9675297737121582,
3517
+ "step": 1002
3518
+ },
3519
+ {
3520
+ "epoch": 4.0,
3521
+ "grad_norm": 0.24079236388206482,
3522
+ "learning_rate": 5.000122254843282e-07,
3523
+ "loss": 0.2960621118545532,
3524
+ "step": 1004
3525
+ },
3526
+ {
3527
+ "epoch": 4.0,
3528
+ "step": 1004,
3529
+ "total_flos": 3.519329211045118e+18,
3530
+ "train_loss": 0.8784391032123708,
3531
+ "train_runtime": 9185.186,
3532
+ "train_samples_per_second": 6.558,
3533
+ "train_steps_per_second": 0.109
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": 3.519329211045118e+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:e2dae75b55731660e84e9bdaf07e0f5add551266c5c06e6965e9cc1e4dcced9a
3
+ size 5649
training_loss.png ADDED