furproxy commited on
Commit
a2a1521
·
verified ·
1 Parent(s): 4609fe7

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: Qwen3.5-9B
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: qwen35_caption_galore
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # qwen35_caption_galore
18
+
19
+ This model is a fine-tuned version of [/workspace/models/Qwen3.5-9B](https://huggingface.co//workspace/models/Qwen3.5-9B) on the my_caption dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - family_to_adamw_lr = {
39
+ "language": _fallback(getattr(training_args, "language_adamw_lr", 1e-6), language_lr),
40
+ "vision": _fallback(getattr(training_args, "vision_adamw_lr", 5e-6), vision_lr),
41
+ "merger": _fallback(getattr(training_args, "merger_adamw_lr", 1e-5), merger_lr),
42
+ }
43
+ - train_batch_size: 3
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - gradient_accumulation_steps: 20
48
+ - total_train_batch_size: 60
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: cosine_with_min_lr
51
+ - lr_scheduler_warmup_steps: 0.05
52
+ - num_epochs: 4
53
+
54
+ ### Training results
55
+
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 5.5.3
61
+ - Pytorch 2.11.0+cu128
62
+ - Datasets 4.0.0
63
+ - Tokenizers 0.22.2
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ base_model: Qwen3.5-9B
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: qwen35_caption_galore
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # qwen35_caption_galore
18
+
19
+ This model is a fine-tuned version of [/workspace/models/Qwen3.5-9B](https://huggingface.co//workspace/models/Qwen3.5-9B) on the my_caption dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - family_to_adamw_lr = {
39
+ "language": _fallback(getattr(training_args, "language_adamw_lr", 1e-6), language_lr),
40
+ "vision": _fallback(getattr(training_args, "vision_adamw_lr", 5e-6), vision_lr),
41
+ "merger": _fallback(getattr(training_args, "merger_adamw_lr", 1e-5), merger_lr),
42
+ }
43
+ - train_batch_size: 3
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - gradient_accumulation_steps: 20
48
+ - total_train_batch_size: 60
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: cosine_with_min_lr
51
+ - lr_scheduler_warmup_steps: 0.05
52
+ - num_epochs: 4
53
+
54
+ ### Training results
55
+
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 5.5.3
61
+ - Pytorch 2.11.0+cu128
62
+ - Datasets 4.0.0
63
+ - Tokenizers 0.22.2
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "effective_tokens_per_sec": 7436.254647328101,
3
+ "epoch": 4.0,
4
+ "total_flos": 4.038502240003031e+18,
5
+ "train_loss": 1.0441685825645686,
6
+ "train_runtime": 10534.5209,
7
+ "train_samples_per_second": 5.718,
8
+ "train_steps_per_second": 0.095
9
+ }
chat_template.jinja ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- if tools and tools is iterable and tools is not mapping %}
46
+ {{- '<|im_start|>system\n' }}
47
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
48
+ {%- for tool in tools %}
49
+ {{- "\n" }}
50
+ {{- tool | tojson }}
51
+ {%- endfor %}
52
+ {{- "\n</tools>" }}
53
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
54
+ {%- if messages[0].role == 'system' %}
55
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
56
+ {%- if content %}
57
+ {{- '\n\n' + content }}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {{- '<|im_end|>\n' }}
61
+ {%- else %}
62
+ {%- if messages[0].role == 'system' %}
63
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
64
+ {{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
65
+ {%- endif %}
66
+ {%- endif %}
67
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
68
+ {%- for message in messages[::-1] %}
69
+ {%- set index = (messages|length - 1) - loop.index0 %}
70
+ {%- if ns.multi_step_tool and message.role == "user" %}
71
+ {%- set content = render_content(message.content, false)|trim %}
72
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
73
+ {%- set ns.multi_step_tool = false %}
74
+ {%- set ns.last_query_index = index %}
75
+ {%- endif %}
76
+ {%- endif %}
77
+ {%- endfor %}
78
+ {%- if ns.multi_step_tool %}
79
+ {{- raise_exception('No user query found in messages.') }}
80
+ {%- endif %}
81
+ {%- for message in messages %}
82
+ {%- set content = render_content(message.content, true)|trim %}
83
+ {%- if message.role == "system" %}
84
+ {%- if not loop.first %}
85
+ {{- raise_exception('System message must be at the beginning.') }}
86
+ {%- endif %}
87
+ {%- elif message.role == "user" %}
88
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
89
+ {%- elif message.role == "assistant" %}
90
+ {%- set reasoning_content = '' %}
91
+ {%- if message.reasoning_content is string %}
92
+ {%- set reasoning_content = message.reasoning_content %}
93
+ {%- else %}
94
+ {%- if '</think>' in content %}
95
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
96
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
97
+ {%- endif %}
98
+ {%- endif %}
99
+ {%- set reasoning_content = reasoning_content|trim %}
100
+ {%- if loop.index0 > ns.last_query_index %}
101
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
102
+ {%- else %}
103
+ {{- '<|im_start|>' + message.role + '\n' + content }}
104
+ {%- endif %}
105
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
106
+ {%- for tool_call in message.tool_calls %}
107
+ {%- if tool_call.function is defined %}
108
+ {%- set tool_call = tool_call.function %}
109
+ {%- endif %}
110
+ {%- if loop.first %}
111
+ {%- if content|trim %}
112
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
113
+ {%- else %}
114
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
115
+ {%- endif %}
116
+ {%- else %}
117
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- if tool_call.arguments is defined %}
120
+ {%- for args_name, args_value in tool_call.arguments|items %}
121
+ {{- '<parameter=' + args_name + '>\n' }}
122
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
123
+ {{- args_value }}
124
+ {{- '\n</parameter>\n' }}
125
+ {%- endfor %}
126
+ {%- endif %}
127
+ {{- '</function>\n</tool_call>' }}
128
+ {%- endfor %}
129
+ {%- endif %}
130
+ {{- '<|im_end|>\n' }}
131
+ {%- elif message.role == "tool" %}
132
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
133
+ {{- '<|im_start|>user' }}
134
+ {%- endif %}
135
+ {{- '\n<tool_response>\n' }}
136
+ {{- content }}
137
+ {{- '\n</tool_response>' }}
138
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
139
+ {{- '<|im_end|>\n' }}
140
+ {%- elif loop.last %}
141
+ {{- '<|im_end|>\n' }}
142
+ {%- endif %}
143
+ {%- else %}
144
+ {{- raise_exception('Unexpected message role.') }}
145
+ {%- endif %}
146
+ {%- endfor %}
147
+ {%- if add_generation_prompt %}
148
+ {{- '<|im_start|>assistant\n' }}
149
+ {%- if enable_thinking is defined and enable_thinking is false %}
150
+ {{- '<think>\n\n</think>\n\n' }}
151
+ {%- else %}
152
+ {{- '<think>\n' }}
153
+ {%- endif %}
154
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3_5ForConditionalGeneration"
4
+ ],
5
+ "dtype": "bfloat16",
6
+ "eos_token_id": 248046,
7
+ "hidden_size": 4096,
8
+ "image_token_id": 248056,
9
+ "model_type": "qwen3_5",
10
+ "pad_token_id": 248044,
11
+ "text_config": {
12
+ "attention_bias": false,
13
+ "attention_dropout": 0.0,
14
+ "attn_output_gate": true,
15
+ "bos_token_id": null,
16
+ "dtype": "bfloat16",
17
+ "eos_token_id": 248044,
18
+ "full_attention_interval": 4,
19
+ "head_dim": 256,
20
+ "hidden_act": "silu",
21
+ "hidden_size": 4096,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 12288,
24
+ "layer_types": [
25
+ "linear_attention",
26
+ "linear_attention",
27
+ "linear_attention",
28
+ "full_attention",
29
+ "linear_attention",
30
+ "linear_attention",
31
+ "linear_attention",
32
+ "full_attention",
33
+ "linear_attention",
34
+ "linear_attention",
35
+ "linear_attention",
36
+ "full_attention",
37
+ "linear_attention",
38
+ "linear_attention",
39
+ "linear_attention",
40
+ "full_attention",
41
+ "linear_attention",
42
+ "linear_attention",
43
+ "linear_attention",
44
+ "full_attention",
45
+ "linear_attention",
46
+ "linear_attention",
47
+ "linear_attention",
48
+ "full_attention",
49
+ "linear_attention",
50
+ "linear_attention",
51
+ "linear_attention",
52
+ "full_attention",
53
+ "linear_attention",
54
+ "linear_attention",
55
+ "linear_attention",
56
+ "full_attention"
57
+ ],
58
+ "linear_conv_kernel_dim": 4,
59
+ "linear_key_head_dim": 128,
60
+ "linear_num_key_heads": 16,
61
+ "linear_num_value_heads": 32,
62
+ "linear_value_head_dim": 128,
63
+ "mamba_ssm_dtype": "float32",
64
+ "max_position_embeddings": 262144,
65
+ "mlp_only_layers": [],
66
+ "model_type": "qwen3_5_text",
67
+ "mtp_num_hidden_layers": 1,
68
+ "mtp_use_dedicated_embeddings": false,
69
+ "num_attention_heads": 16,
70
+ "num_hidden_layers": 32,
71
+ "num_key_value_heads": 4,
72
+ "pad_token_id": null,
73
+ "partial_rotary_factor": 0.25,
74
+ "rms_norm_eps": 1e-06,
75
+ "rope_parameters": {
76
+ "mrope_interleaved": true,
77
+ "mrope_section": [
78
+ 11,
79
+ 11,
80
+ 10
81
+ ],
82
+ "partial_rotary_factor": 0.25,
83
+ "rope_theta": 10000000,
84
+ "rope_type": "default"
85
+ },
86
+ "tie_word_embeddings": false,
87
+ "use_cache": false,
88
+ "vocab_size": 248320
89
+ },
90
+ "tie_word_embeddings": false,
91
+ "transformers_version": "5.5.3",
92
+ "use_cache": false,
93
+ "video_token_id": 248057,
94
+ "vision_config": {
95
+ "deepstack_visual_indexes": [],
96
+ "depth": 27,
97
+ "dtype": "bfloat16",
98
+ "hidden_act": "gelu_pytorch_tanh",
99
+ "hidden_size": 1152,
100
+ "in_channels": 3,
101
+ "initializer_range": 0.02,
102
+ "intermediate_size": 4304,
103
+ "model_type": "qwen3_5",
104
+ "num_heads": 16,
105
+ "num_position_embeddings": 2304,
106
+ "out_hidden_size": 4096,
107
+ "patch_size": 16,
108
+ "spatial_merge_size": 2,
109
+ "temporal_patch_size": 2
110
+ },
111
+ "vision_end_token_id": 248054,
112
+ "vision_start_token_id": 248053
113
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 248046,
5
+ 248044
6
+ ],
7
+ "pad_token_id": 248044,
8
+ "transformers_version": "5.5.3",
9
+ "use_cache": true
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95783b4ce87743d0e226f998ca18589279c2869cd29ed336d238f112d60f5707
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": 7436.254647328101,
3
+ "epoch": 4.0,
4
+ "total_flos": 4.038502240003031e+18,
5
+ "train_loss": 1.0441685825645686,
6
+ "train_runtime": 10534.5209,
7
+ "train_samples_per_second": 5.718,
8
+ "train_steps_per_second": 0.095
9
+ }
trainer_log.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,3557 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1004,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.00796812749003984,
14
+ "grad_norm": 0.8425382375717163,
15
+ "learning_rate": 1.9607843137254902e-08,
16
+ "loss": 2.0922725200653076,
17
+ "step": 2
18
+ },
19
+ {
20
+ "epoch": 0.01593625498007968,
21
+ "grad_norm": 0.803239107131958,
22
+ "learning_rate": 5.88235294117647e-08,
23
+ "loss": 2.010118246078491,
24
+ "step": 4
25
+ },
26
+ {
27
+ "epoch": 0.02390438247011952,
28
+ "grad_norm": 2.5188472270965576,
29
+ "learning_rate": 9.80392156862745e-08,
30
+ "loss": 2.2071139812469482,
31
+ "step": 6
32
+ },
33
+ {
34
+ "epoch": 0.03187250996015936,
35
+ "grad_norm": 0.8189099431037903,
36
+ "learning_rate": 1.3725490196078432e-07,
37
+ "loss": 1.9252610206604004,
38
+ "step": 8
39
+ },
40
+ {
41
+ "epoch": 0.0398406374501992,
42
+ "grad_norm": 1.6914823055267334,
43
+ "learning_rate": 1.764705882352941e-07,
44
+ "loss": 1.6076843738555908,
45
+ "step": 10
46
+ },
47
+ {
48
+ "epoch": 0.04780876494023904,
49
+ "grad_norm": 1.1839359998703003,
50
+ "learning_rate": 2.156862745098039e-07,
51
+ "loss": 1.8892102241516113,
52
+ "step": 12
53
+ },
54
+ {
55
+ "epoch": 0.055776892430278883,
56
+ "grad_norm": 2.1418583393096924,
57
+ "learning_rate": 2.549019607843137e-07,
58
+ "loss": 2.9728989601135254,
59
+ "step": 14
60
+ },
61
+ {
62
+ "epoch": 0.06374501992031872,
63
+ "grad_norm": 3.9288241863250732,
64
+ "learning_rate": 2.941176470588235e-07,
65
+ "loss": 5.759878635406494,
66
+ "step": 16
67
+ },
68
+ {
69
+ "epoch": 0.07171314741035857,
70
+ "grad_norm": 1.1443700790405273,
71
+ "learning_rate": 3.333333333333333e-07,
72
+ "loss": 2.0372538566589355,
73
+ "step": 18
74
+ },
75
+ {
76
+ "epoch": 0.0796812749003984,
77
+ "grad_norm": 0.8676067590713501,
78
+ "learning_rate": 3.7254901960784315e-07,
79
+ "loss": 1.881750464439392,
80
+ "step": 20
81
+ },
82
+ {
83
+ "epoch": 0.08764940239043825,
84
+ "grad_norm": 1.101248860359192,
85
+ "learning_rate": 4.117647058823529e-07,
86
+ "loss": 2.997101068496704,
87
+ "step": 22
88
+ },
89
+ {
90
+ "epoch": 0.09561752988047809,
91
+ "grad_norm": 1.9547584056854248,
92
+ "learning_rate": 4.5098039215686274e-07,
93
+ "loss": 1.8748698234558105,
94
+ "step": 24
95
+ },
96
+ {
97
+ "epoch": 0.10358565737051793,
98
+ "grad_norm": 0.5487688183784485,
99
+ "learning_rate": 4.901960784313725e-07,
100
+ "loss": 1.868337869644165,
101
+ "step": 26
102
+ },
103
+ {
104
+ "epoch": 0.11155378486055777,
105
+ "grad_norm": 1.0396053791046143,
106
+ "learning_rate": 5.294117647058823e-07,
107
+ "loss": 1.952110767364502,
108
+ "step": 28
109
+ },
110
+ {
111
+ "epoch": 0.11952191235059761,
112
+ "grad_norm": 2.0077109336853027,
113
+ "learning_rate": 5.686274509803921e-07,
114
+ "loss": 1.9521887302398682,
115
+ "step": 30
116
+ },
117
+ {
118
+ "epoch": 0.12749003984063745,
119
+ "grad_norm": 1.8067870140075684,
120
+ "learning_rate": 6.078431372549019e-07,
121
+ "loss": 1.727762222290039,
122
+ "step": 32
123
+ },
124
+ {
125
+ "epoch": 0.13545816733067728,
126
+ "grad_norm": 1.690971851348877,
127
+ "learning_rate": 6.470588235294117e-07,
128
+ "loss": 1.7112396955490112,
129
+ "step": 34
130
+ },
131
+ {
132
+ "epoch": 0.14342629482071714,
133
+ "grad_norm": 0.4531589448451996,
134
+ "learning_rate": 6.862745098039216e-07,
135
+ "loss": 1.721122145652771,
136
+ "step": 36
137
+ },
138
+ {
139
+ "epoch": 0.15139442231075698,
140
+ "grad_norm": 0.8850814700126648,
141
+ "learning_rate": 7.254901960784313e-07,
142
+ "loss": 1.4740442037582397,
143
+ "step": 38
144
+ },
145
+ {
146
+ "epoch": 0.1593625498007968,
147
+ "grad_norm": 0.3963426649570465,
148
+ "learning_rate": 7.647058823529411e-07,
149
+ "loss": 1.6165574789047241,
150
+ "step": 40
151
+ },
152
+ {
153
+ "epoch": 0.16733067729083664,
154
+ "grad_norm": 2.674665927886963,
155
+ "learning_rate": 8.03921568627451e-07,
156
+ "loss": 1.2724214792251587,
157
+ "step": 42
158
+ },
159
+ {
160
+ "epoch": 0.1752988047808765,
161
+ "grad_norm": 0.38429734110832214,
162
+ "learning_rate": 8.431372549019608e-07,
163
+ "loss": 1.3460066318511963,
164
+ "step": 44
165
+ },
166
+ {
167
+ "epoch": 0.18326693227091634,
168
+ "grad_norm": 1.1492419242858887,
169
+ "learning_rate": 8.823529411764705e-07,
170
+ "loss": 1.118135690689087,
171
+ "step": 46
172
+ },
173
+ {
174
+ "epoch": 0.19123505976095617,
175
+ "grad_norm": 1.7088249921798706,
176
+ "learning_rate": 9.215686274509803e-07,
177
+ "loss": 1.3846871852874756,
178
+ "step": 48
179
+ },
180
+ {
181
+ "epoch": 0.199203187250996,
182
+ "grad_norm": 0.6297861933708191,
183
+ "learning_rate": 9.607843137254902e-07,
184
+ "loss": 1.5227962732315063,
185
+ "step": 50
186
+ },
187
+ {
188
+ "epoch": 0.20717131474103587,
189
+ "grad_norm": 0.732559084892273,
190
+ "learning_rate": 1e-06,
191
+ "loss": 1.4811941385269165,
192
+ "step": 52
193
+ },
194
+ {
195
+ "epoch": 0.2151394422310757,
196
+ "grad_norm": 1.7871214151382446,
197
+ "learning_rate": 9.999902196391085e-07,
198
+ "loss": 1.3609808683395386,
199
+ "step": 54
200
+ },
201
+ {
202
+ "epoch": 0.22310756972111553,
203
+ "grad_norm": 0.7547661662101746,
204
+ "learning_rate": 9.999608789815699e-07,
205
+ "loss": 1.6412900686264038,
206
+ "step": 56
207
+ },
208
+ {
209
+ "epoch": 0.23107569721115537,
210
+ "grad_norm": 0.6946903467178345,
211
+ "learning_rate": 9.999119793027712e-07,
212
+ "loss": 1.5298701524734497,
213
+ "step": 58
214
+ },
215
+ {
216
+ "epoch": 0.23904382470119523,
217
+ "grad_norm": 0.4203775227069855,
218
+ "learning_rate": 9.998435227282974e-07,
219
+ "loss": 1.0508219003677368,
220
+ "step": 60
221
+ },
222
+ {
223
+ "epoch": 0.24701195219123506,
224
+ "grad_norm": 0.7225731611251831,
225
+ "learning_rate": 9.997555122338371e-07,
226
+ "loss": 1.5216001272201538,
227
+ "step": 62
228
+ },
229
+ {
230
+ "epoch": 0.2549800796812749,
231
+ "grad_norm": 1.30720055103302,
232
+ "learning_rate": 9.996479516450542e-07,
233
+ "loss": 1.2563985586166382,
234
+ "step": 64
235
+ },
236
+ {
237
+ "epoch": 0.26294820717131473,
238
+ "grad_norm": 0.3728600740432739,
239
+ "learning_rate": 9.99520845637422e-07,
240
+ "loss": 1.418299674987793,
241
+ "step": 66
242
+ },
243
+ {
244
+ "epoch": 0.27091633466135456,
245
+ "grad_norm": 1.6880732774734497,
246
+ "learning_rate": 9.993741997360183e-07,
247
+ "loss": 1.0281386375427246,
248
+ "step": 68
249
+ },
250
+ {
251
+ "epoch": 0.2788844621513944,
252
+ "grad_norm": 0.7022993564605713,
253
+ "learning_rate": 9.992080203152872e-07,
254
+ "loss": 1.6319724321365356,
255
+ "step": 70
256
+ },
257
+ {
258
+ "epoch": 0.2868525896414343,
259
+ "grad_norm": 1.1037302017211914,
260
+ "learning_rate": 9.990223145987605e-07,
261
+ "loss": 0.9391559958457947,
262
+ "step": 72
263
+ },
264
+ {
265
+ "epoch": 0.2948207171314741,
266
+ "grad_norm": 1.4968682527542114,
267
+ "learning_rate": 9.988170906587447e-07,
268
+ "loss": 1.2250131368637085,
269
+ "step": 74
270
+ },
271
+ {
272
+ "epoch": 0.30278884462151395,
273
+ "grad_norm": 0.5804729461669922,
274
+ "learning_rate": 9.985923574159694e-07,
275
+ "loss": 1.5532232522964478,
276
+ "step": 76
277
+ },
278
+ {
279
+ "epoch": 0.3107569721115538,
280
+ "grad_norm": 3.3081233501434326,
281
+ "learning_rate": 9.983481246392002e-07,
282
+ "loss": 1.0145370960235596,
283
+ "step": 78
284
+ },
285
+ {
286
+ "epoch": 0.3187250996015936,
287
+ "grad_norm": 0.4309065341949463,
288
+ "learning_rate": 9.980844029448134e-07,
289
+ "loss": 0.8697817325592041,
290
+ "step": 80
291
+ },
292
+ {
293
+ "epoch": 0.32669322709163345,
294
+ "grad_norm": 0.316090852022171,
295
+ "learning_rate": 9.978012037963349e-07,
296
+ "loss": 1.3778233528137207,
297
+ "step": 82
298
+ },
299
+ {
300
+ "epoch": 0.3346613545816733,
301
+ "grad_norm": 0.7420907616615295,
302
+ "learning_rate": 9.974985395039423e-07,
303
+ "loss": 0.9268777966499329,
304
+ "step": 84
305
+ },
306
+ {
307
+ "epoch": 0.3426294820717131,
308
+ "grad_norm": 0.4883190989494324,
309
+ "learning_rate": 9.971764232239285e-07,
310
+ "loss": 1.3983604907989502,
311
+ "step": 86
312
+ },
313
+ {
314
+ "epoch": 0.350597609561753,
315
+ "grad_norm": 1.7797441482543945,
316
+ "learning_rate": 9.968348689581315e-07,
317
+ "loss": 0.9551000595092773,
318
+ "step": 88
319
+ },
320
+ {
321
+ "epoch": 0.35856573705179284,
322
+ "grad_norm": 0.6802905797958374,
323
+ "learning_rate": 9.964738915533242e-07,
324
+ "loss": 1.4219110012054443,
325
+ "step": 90
326
+ },
327
+ {
328
+ "epoch": 0.3665338645418327,
329
+ "grad_norm": 1.2425458431243896,
330
+ "learning_rate": 9.960935067005704e-07,
331
+ "loss": 1.196105718612671,
332
+ "step": 92
333
+ },
334
+ {
335
+ "epoch": 0.3745019920318725,
336
+ "grad_norm": 0.4075991213321686,
337
+ "learning_rate": 9.956937309345418e-07,
338
+ "loss": 1.3398497104644775,
339
+ "step": 94
340
+ },
341
+ {
342
+ "epoch": 0.38247011952191234,
343
+ "grad_norm": 0.8651424646377563,
344
+ "learning_rate": 9.952745816327997e-07,
345
+ "loss": 1.1787023544311523,
346
+ "step": 96
347
+ },
348
+ {
349
+ "epoch": 0.3904382470119522,
350
+ "grad_norm": 0.7215142250061035,
351
+ "learning_rate": 9.94836077015039e-07,
352
+ "loss": 1.3582069873809814,
353
+ "step": 98
354
+ },
355
+ {
356
+ "epoch": 0.398406374501992,
357
+ "grad_norm": 0.5184227228164673,
358
+ "learning_rate": 9.943782361422975e-07,
359
+ "loss": 0.9418277144432068,
360
+ "step": 100
361
+ },
362
+ {
363
+ "epoch": 0.4063745019920319,
364
+ "grad_norm": 0.7048274874687195,
365
+ "learning_rate": 9.939010789161259e-07,
366
+ "loss": 1.3647910356521606,
367
+ "step": 102
368
+ },
369
+ {
370
+ "epoch": 0.41434262948207173,
371
+ "grad_norm": 0.49403125047683716,
372
+ "learning_rate": 9.934046260777237e-07,
373
+ "loss": 0.821587860584259,
374
+ "step": 104
375
+ },
376
+ {
377
+ "epoch": 0.42231075697211157,
378
+ "grad_norm": 1.0906405448913574,
379
+ "learning_rate": 9.928888992070372e-07,
380
+ "loss": 0.779825747013092,
381
+ "step": 106
382
+ },
383
+ {
384
+ "epoch": 0.4302788844621514,
385
+ "grad_norm": 0.9795541763305664,
386
+ "learning_rate": 9.923539207218217e-07,
387
+ "loss": 1.0549049377441406,
388
+ "step": 108
389
+ },
390
+ {
391
+ "epoch": 0.43824701195219123,
392
+ "grad_norm": 0.44692325592041016,
393
+ "learning_rate": 9.91799713876667e-07,
394
+ "loss": 1.3694568872451782,
395
+ "step": 110
396
+ },
397
+ {
398
+ "epoch": 0.44621513944223107,
399
+ "grad_norm": 0.5556872487068176,
400
+ "learning_rate": 9.912263027619856e-07,
401
+ "loss": 0.8702759742736816,
402
+ "step": 112
403
+ },
404
+ {
405
+ "epoch": 0.4541832669322709,
406
+ "grad_norm": 1.4165143966674805,
407
+ "learning_rate": 9.906337123029674e-07,
408
+ "loss": 1.1946947574615479,
409
+ "step": 114
410
+ },
411
+ {
412
+ "epoch": 0.46215139442231074,
413
+ "grad_norm": 1.068716049194336,
414
+ "learning_rate": 9.900219682584949e-07,
415
+ "loss": 1.374321460723877,
416
+ "step": 116
417
+ },
418
+ {
419
+ "epoch": 0.4701195219123506,
420
+ "grad_norm": 0.5233946442604065,
421
+ "learning_rate": 9.893910972200236e-07,
422
+ "loss": 1.422488808631897,
423
+ "step": 118
424
+ },
425
+ {
426
+ "epoch": 0.47808764940239046,
427
+ "grad_norm": 0.4229278266429901,
428
+ "learning_rate": 9.887411266104268e-07,
429
+ "loss": 1.3195555210113525,
430
+ "step": 120
431
+ },
432
+ {
433
+ "epoch": 0.4860557768924303,
434
+ "grad_norm": 0.38519975543022156,
435
+ "learning_rate": 9.880720846828027e-07,
436
+ "loss": 0.9988375306129456,
437
+ "step": 122
438
+ },
439
+ {
440
+ "epoch": 0.4940239043824701,
441
+ "grad_norm": 1.230621576309204,
442
+ "learning_rate": 9.873840005192465e-07,
443
+ "loss": 1.0740467309951782,
444
+ "step": 124
445
+ },
446
+ {
447
+ "epoch": 0.50199203187251,
448
+ "grad_norm": 1.4735175371170044,
449
+ "learning_rate": 9.866769040295874e-07,
450
+ "loss": 0.9878921508789062,
451
+ "step": 126
452
+ },
453
+ {
454
+ "epoch": 0.5099601593625498,
455
+ "grad_norm": 0.6711484789848328,
456
+ "learning_rate": 9.859508259500868e-07,
457
+ "loss": 1.3353742361068726,
458
+ "step": 128
459
+ },
460
+ {
461
+ "epoch": 0.5179282868525896,
462
+ "grad_norm": 0.4325737953186035,
463
+ "learning_rate": 9.85205797842103e-07,
464
+ "loss": 0.9991917014122009,
465
+ "step": 130
466
+ },
467
+ {
468
+ "epoch": 0.5258964143426295,
469
+ "grad_norm": 0.45981335639953613,
470
+ "learning_rate": 9.844418520907198e-07,
471
+ "loss": 0.8318514227867126,
472
+ "step": 132
473
+ },
474
+ {
475
+ "epoch": 0.5338645418326693,
476
+ "grad_norm": 0.6961105465888977,
477
+ "learning_rate": 9.836590219033375e-07,
478
+ "loss": 0.9709692001342773,
479
+ "step": 134
480
+ },
481
+ {
482
+ "epoch": 0.5418326693227091,
483
+ "grad_norm": 0.7408419847488403,
484
+ "learning_rate": 9.828573413082303e-07,
485
+ "loss": 1.315981149673462,
486
+ "step": 136
487
+ },
488
+ {
489
+ "epoch": 0.549800796812749,
490
+ "grad_norm": 0.7233710885047913,
491
+ "learning_rate": 9.82036845153068e-07,
492
+ "loss": 0.9771102070808411,
493
+ "step": 138
494
+ },
495
+ {
496
+ "epoch": 0.5577689243027888,
497
+ "grad_norm": 1.1119574308395386,
498
+ "learning_rate": 9.811975691033992e-07,
499
+ "loss": 1.133639931678772,
500
+ "step": 140
501
+ },
502
+ {
503
+ "epoch": 0.5657370517928287,
504
+ "grad_norm": 0.5853333473205566,
505
+ "learning_rate": 9.80339549641102e-07,
506
+ "loss": 1.0645649433135986,
507
+ "step": 142
508
+ },
509
+ {
510
+ "epoch": 0.5737051792828686,
511
+ "grad_norm": 0.4608076810836792,
512
+ "learning_rate": 9.79462824062799e-07,
513
+ "loss": 1.2968108654022217,
514
+ "step": 144
515
+ },
516
+ {
517
+ "epoch": 0.5816733067729084,
518
+ "grad_norm": 0.9481902718544006,
519
+ "learning_rate": 9.785674304782349e-07,
520
+ "loss": 1.6632933616638184,
521
+ "step": 146
522
+ },
523
+ {
524
+ "epoch": 0.5896414342629482,
525
+ "grad_norm": 0.6470722556114197,
526
+ "learning_rate": 9.776534078086203e-07,
527
+ "loss": 0.9678738117218018,
528
+ "step": 148
529
+ },
530
+ {
531
+ "epoch": 0.5976095617529881,
532
+ "grad_norm": 0.8709889054298401,
533
+ "learning_rate": 9.767207957849396e-07,
534
+ "loss": 0.9982343316078186,
535
+ "step": 150
536
+ },
537
+ {
538
+ "epoch": 0.6055776892430279,
539
+ "grad_norm": 1.292151927947998,
540
+ "learning_rate": 9.757696349462252e-07,
541
+ "loss": 1.002139925956726,
542
+ "step": 152
543
+ },
544
+ {
545
+ "epoch": 0.6135458167330677,
546
+ "grad_norm": 0.9532095789909363,
547
+ "learning_rate": 9.747999666377932e-07,
548
+ "loss": 1.1617112159729004,
549
+ "step": 154
550
+ },
551
+ {
552
+ "epoch": 0.6215139442231076,
553
+ "grad_norm": 2.9578909873962402,
554
+ "learning_rate": 9.73811833009449e-07,
555
+ "loss": 0.8545269966125488,
556
+ "step": 156
557
+ },
558
+ {
559
+ "epoch": 0.6294820717131474,
560
+ "grad_norm": 0.5140585899353027,
561
+ "learning_rate": 9.728052770136516e-07,
562
+ "loss": 1.1517466306686401,
563
+ "step": 158
564
+ },
565
+ {
566
+ "epoch": 0.6374501992031872,
567
+ "grad_norm": 0.6556440591812134,
568
+ "learning_rate": 9.7178034240365e-07,
569
+ "loss": 1.0348566770553589,
570
+ "step": 160
571
+ },
572
+ {
573
+ "epoch": 0.6454183266932271,
574
+ "grad_norm": 0.3231322765350342,
575
+ "learning_rate": 9.707370737315792e-07,
576
+ "loss": 0.7647264003753662,
577
+ "step": 162
578
+ },
579
+ {
580
+ "epoch": 0.6533864541832669,
581
+ "grad_norm": 0.4657403826713562,
582
+ "learning_rate": 9.696755163465239e-07,
583
+ "loss": 1.1963428258895874,
584
+ "step": 164
585
+ },
586
+ {
587
+ "epoch": 0.6613545816733067,
588
+ "grad_norm": 0.5329248309135437,
589
+ "learning_rate": 9.685957163925477e-07,
590
+ "loss": 0.8025826215744019,
591
+ "step": 166
592
+ },
593
+ {
594
+ "epoch": 0.6693227091633466,
595
+ "grad_norm": 0.3986462354660034,
596
+ "learning_rate": 9.674977208066878e-07,
597
+ "loss": 1.2882846593856812,
598
+ "step": 168
599
+ },
600
+ {
601
+ "epoch": 0.6772908366533864,
602
+ "grad_norm": 1.5090875625610352,
603
+ "learning_rate": 9.663815773169129e-07,
604
+ "loss": 0.8809756636619568,
605
+ "step": 170
606
+ },
607
+ {
608
+ "epoch": 0.6852589641434262,
609
+ "grad_norm": 0.38049158453941345,
610
+ "learning_rate": 9.652473344400506e-07,
611
+ "loss": 0.8575432300567627,
612
+ "step": 172
613
+ },
614
+ {
615
+ "epoch": 0.6932270916334662,
616
+ "grad_norm": 1.3259919881820679,
617
+ "learning_rate": 9.64095041479677e-07,
618
+ "loss": 1.2869794368743896,
619
+ "step": 174
620
+ },
621
+ {
622
+ "epoch": 0.701195219123506,
623
+ "grad_norm": 1.4261211156845093,
624
+ "learning_rate": 9.629247485239747e-07,
625
+ "loss": 0.7611839771270752,
626
+ "step": 176
627
+ },
628
+ {
629
+ "epoch": 0.7091633466135459,
630
+ "grad_norm": 0.9687036871910095,
631
+ "learning_rate": 9.617365064435542e-07,
632
+ "loss": 0.8994767069816589,
633
+ "step": 178
634
+ },
635
+ {
636
+ "epoch": 0.7171314741035857,
637
+ "grad_norm": 1.4794148206710815,
638
+ "learning_rate": 9.605303668892442e-07,
639
+ "loss": 1.0612611770629883,
640
+ "step": 180
641
+ },
642
+ {
643
+ "epoch": 0.7250996015936255,
644
+ "grad_norm": 0.2877807319164276,
645
+ "learning_rate": 9.593063822898449e-07,
646
+ "loss": 0.507901668548584,
647
+ "step": 182
648
+ },
649
+ {
650
+ "epoch": 0.7330677290836654,
651
+ "grad_norm": 0.4127897322177887,
652
+ "learning_rate": 9.580646058498502e-07,
653
+ "loss": 1.3074630498886108,
654
+ "step": 184
655
+ },
656
+ {
657
+ "epoch": 0.7410358565737052,
658
+ "grad_norm": 0.48773902654647827,
659
+ "learning_rate": 9.568050915471348e-07,
660
+ "loss": 1.2987581491470337,
661
+ "step": 186
662
+ },
663
+ {
664
+ "epoch": 0.749003984063745,
665
+ "grad_norm": 1.8735255002975464,
666
+ "learning_rate": 9.55527894130607e-07,
667
+ "loss": 1.1417641639709473,
668
+ "step": 188
669
+ },
670
+ {
671
+ "epoch": 0.7569721115537849,
672
+ "grad_norm": 0.7664352059364319,
673
+ "learning_rate": 9.542330691178296e-07,
674
+ "loss": 0.880364716053009,
675
+ "step": 190
676
+ },
677
+ {
678
+ "epoch": 0.7649402390438247,
679
+ "grad_norm": 1.3381983041763306,
680
+ "learning_rate": 9.529206727926069e-07,
681
+ "loss": 1.2473231554031372,
682
+ "step": 192
683
+ },
684
+ {
685
+ "epoch": 0.7729083665338645,
686
+ "grad_norm": 0.6738878488540649,
687
+ "learning_rate": 9.515907622025374e-07,
688
+ "loss": 0.9005473256111145,
689
+ "step": 194
690
+ },
691
+ {
692
+ "epoch": 0.7808764940239044,
693
+ "grad_norm": 0.933052122592926,
694
+ "learning_rate": 9.502433951565347e-07,
695
+ "loss": 0.6045718193054199,
696
+ "step": 196
697
+ },
698
+ {
699
+ "epoch": 0.7888446215139442,
700
+ "grad_norm": 1.354889988899231,
701
+ "learning_rate": 9.48878630222314e-07,
702
+ "loss": 0.8135166168212891,
703
+ "step": 198
704
+ },
705
+ {
706
+ "epoch": 0.796812749003984,
707
+ "grad_norm": 0.6516144275665283,
708
+ "learning_rate": 9.474965267238469e-07,
709
+ "loss": 1.063294529914856,
710
+ "step": 200
711
+ },
712
+ {
713
+ "epoch": 0.8047808764940239,
714
+ "grad_norm": 0.23903584480285645,
715
+ "learning_rate": 9.460971447387823e-07,
716
+ "loss": 0.9724904298782349,
717
+ "step": 202
718
+ },
719
+ {
720
+ "epoch": 0.8127490039840638,
721
+ "grad_norm": 0.6304468512535095,
722
+ "learning_rate": 9.446805450958352e-07,
723
+ "loss": 1.56329345703125,
724
+ "step": 204
725
+ },
726
+ {
727
+ "epoch": 0.8207171314741036,
728
+ "grad_norm": 0.4726199507713318,
729
+ "learning_rate": 9.432467893721418e-07,
730
+ "loss": 1.2850979566574097,
731
+ "step": 206
732
+ },
733
+ {
734
+ "epoch": 0.8286852589641435,
735
+ "grad_norm": 0.5835171341896057,
736
+ "learning_rate": 9.417959398905845e-07,
737
+ "loss": 0.6242196559906006,
738
+ "step": 208
739
+ },
740
+ {
741
+ "epoch": 0.8366533864541833,
742
+ "grad_norm": 0.46454572677612305,
743
+ "learning_rate": 9.40328059717081e-07,
744
+ "loss": 1.3238112926483154,
745
+ "step": 210
746
+ },
747
+ {
748
+ "epoch": 0.8446215139442231,
749
+ "grad_norm": 0.4172280728816986,
750
+ "learning_rate": 9.388432126578437e-07,
751
+ "loss": 1.2836631536483765,
752
+ "step": 212
753
+ },
754
+ {
755
+ "epoch": 0.852589641434263,
756
+ "grad_norm": 0.3328154683113098,
757
+ "learning_rate": 9.373414632566065e-07,
758
+ "loss": 0.9749572277069092,
759
+ "step": 214
760
+ },
761
+ {
762
+ "epoch": 0.8605577689243028,
763
+ "grad_norm": 0.7151919603347778,
764
+ "learning_rate": 9.35822876791819e-07,
765
+ "loss": 1.4677996635437012,
766
+ "step": 216
767
+ },
768
+ {
769
+ "epoch": 0.8685258964143426,
770
+ "grad_norm": 1.3108896017074585,
771
+ "learning_rate": 9.342875192738082e-07,
772
+ "loss": 0.8482100367546082,
773
+ "step": 218
774
+ },
775
+ {
776
+ "epoch": 0.8764940239043825,
777
+ "grad_norm": 0.5240399241447449,
778
+ "learning_rate": 9.327354574419107e-07,
779
+ "loss": 1.2989330291748047,
780
+ "step": 220
781
+ },
782
+ {
783
+ "epoch": 0.8844621513944223,
784
+ "grad_norm": 0.6148662567138672,
785
+ "learning_rate": 9.311667587615701e-07,
786
+ "loss": 1.5430316925048828,
787
+ "step": 222
788
+ },
789
+ {
790
+ "epoch": 0.8924302788844621,
791
+ "grad_norm": 1.194664478302002,
792
+ "learning_rate": 9.29581491421405e-07,
793
+ "loss": 0.7006524801254272,
794
+ "step": 224
795
+ },
796
+ {
797
+ "epoch": 0.900398406374502,
798
+ "grad_norm": 0.4551745057106018,
799
+ "learning_rate": 9.279797243302452e-07,
800
+ "loss": 1.0084503889083862,
801
+ "step": 226
802
+ },
803
+ {
804
+ "epoch": 0.9083665338645418,
805
+ "grad_norm": 1.3066445589065552,
806
+ "learning_rate": 9.26361527114136e-07,
807
+ "loss": 1.1240051984786987,
808
+ "step": 228
809
+ },
810
+ {
811
+ "epoch": 0.9163346613545816,
812
+ "grad_norm": 1.429513692855835,
813
+ "learning_rate": 9.247269701133124e-07,
814
+ "loss": 1.2385070323944092,
815
+ "step": 230
816
+ },
817
+ {
818
+ "epoch": 0.9243027888446215,
819
+ "grad_norm": 0.9680597186088562,
820
+ "learning_rate": 9.2307612437914e-07,
821
+ "loss": 1.3867727518081665,
822
+ "step": 232
823
+ },
824
+ {
825
+ "epoch": 0.9322709163346613,
826
+ "grad_norm": 0.4233076274394989,
827
+ "learning_rate": 9.214090616710282e-07,
828
+ "loss": 0.818595290184021,
829
+ "step": 234
830
+ },
831
+ {
832
+ "epoch": 0.9402390438247012,
833
+ "grad_norm": 0.5137848854064941,
834
+ "learning_rate": 9.197258544533097e-07,
835
+ "loss": 0.843373715877533,
836
+ "step": 236
837
+ },
838
+ {
839
+ "epoch": 0.9482071713147411,
840
+ "grad_norm": 0.5644413232803345,
841
+ "learning_rate": 9.180265758920915e-07,
842
+ "loss": 0.4330376088619232,
843
+ "step": 238
844
+ },
845
+ {
846
+ "epoch": 0.9561752988047809,
847
+ "grad_norm": 1.0108284950256348,
848
+ "learning_rate": 9.16311299852074e-07,
849
+ "loss": 0.8451502919197083,
850
+ "step": 240
851
+ },
852
+ {
853
+ "epoch": 0.9641434262948207,
854
+ "grad_norm": 0.5121577978134155,
855
+ "learning_rate": 9.145801008933403e-07,
856
+ "loss": 1.2013404369354248,
857
+ "step": 242
858
+ },
859
+ {
860
+ "epoch": 0.9721115537848606,
861
+ "grad_norm": 0.44426608085632324,
862
+ "learning_rate": 9.128330542681153e-07,
863
+ "loss": 1.274540901184082,
864
+ "step": 244
865
+ },
866
+ {
867
+ "epoch": 0.9800796812749004,
868
+ "grad_norm": 1.4995366334915161,
869
+ "learning_rate": 9.110702359174942e-07,
870
+ "loss": 0.9922599196434021,
871
+ "step": 246
872
+ },
873
+ {
874
+ "epoch": 0.9880478087649402,
875
+ "grad_norm": 0.38720613718032837,
876
+ "learning_rate": 9.092917224681426e-07,
877
+ "loss": 1.0016952753067017,
878
+ "step": 248
879
+ },
880
+ {
881
+ "epoch": 0.9960159362549801,
882
+ "grad_norm": 0.44578617811203003,
883
+ "learning_rate": 9.074975912289641e-07,
884
+ "loss": 1.0048573017120361,
885
+ "step": 250
886
+ },
887
+ {
888
+ "epoch": 1.00398406374502,
889
+ "grad_norm": 1.6150213479995728,
890
+ "learning_rate": 9.056879201877411e-07,
891
+ "loss": 0.9475053548812866,
892
+ "step": 252
893
+ },
894
+ {
895
+ "epoch": 1.0119521912350598,
896
+ "grad_norm": 0.34185007214546204,
897
+ "learning_rate": 9.03862788007744e-07,
898
+ "loss": 0.7679318785667419,
899
+ "step": 254
900
+ },
901
+ {
902
+ "epoch": 1.0199203187250996,
903
+ "grad_norm": 0.8040241003036499,
904
+ "learning_rate": 9.020222740243126e-07,
905
+ "loss": 1.2764217853546143,
906
+ "step": 256
907
+ },
908
+ {
909
+ "epoch": 1.0278884462151394,
910
+ "grad_norm": 0.6910593509674072,
911
+ "learning_rate": 9.001664582414066e-07,
912
+ "loss": 1.2588551044464111,
913
+ "step": 258
914
+ },
915
+ {
916
+ "epoch": 1.0358565737051793,
917
+ "grad_norm": 0.6398411393165588,
918
+ "learning_rate": 8.98295421328129e-07,
919
+ "loss": 1.2290822267532349,
920
+ "step": 260
921
+ },
922
+ {
923
+ "epoch": 1.043824701195219,
924
+ "grad_norm": 0.4308067262172699,
925
+ "learning_rate": 8.964092446152181e-07,
926
+ "loss": 1.1361215114593506,
927
+ "step": 262
928
+ },
929
+ {
930
+ "epoch": 1.051792828685259,
931
+ "grad_norm": 0.5899179577827454,
932
+ "learning_rate": 8.945080100915143e-07,
933
+ "loss": 1.161683440208435,
934
+ "step": 264
935
+ },
936
+ {
937
+ "epoch": 1.0597609561752988,
938
+ "grad_norm": 1.2997397184371948,
939
+ "learning_rate": 8.925918004003941e-07,
940
+ "loss": 0.7155571579933167,
941
+ "step": 266
942
+ },
943
+ {
944
+ "epoch": 1.0677290836653386,
945
+ "grad_norm": 0.29507866501808167,
946
+ "learning_rate": 8.90660698836179e-07,
947
+ "loss": 1.028916358947754,
948
+ "step": 268
949
+ },
950
+ {
951
+ "epoch": 1.0756972111553784,
952
+ "grad_norm": 1.501222014427185,
953
+ "learning_rate": 8.887147893405145e-07,
954
+ "loss": 0.7137823700904846,
955
+ "step": 270
956
+ },
957
+ {
958
+ "epoch": 1.0836653386454183,
959
+ "grad_norm": 4.791189670562744,
960
+ "learning_rate": 8.867541564987211e-07,
961
+ "loss": 1.3115404844284058,
962
+ "step": 272
963
+ },
964
+ {
965
+ "epoch": 1.091633466135458,
966
+ "grad_norm": 0.6978177428245544,
967
+ "learning_rate": 8.847788855361178e-07,
968
+ "loss": 0.6232706904411316,
969
+ "step": 274
970
+ },
971
+ {
972
+ "epoch": 1.099601593625498,
973
+ "grad_norm": 0.7418224811553955,
974
+ "learning_rate": 8.827890623143172e-07,
975
+ "loss": 1.0319249629974365,
976
+ "step": 276
977
+ },
978
+ {
979
+ "epoch": 1.1075697211155378,
980
+ "grad_norm": 0.3864130675792694,
981
+ "learning_rate": 8.807847733274938e-07,
982
+ "loss": 0.9418960213661194,
983
+ "step": 278
984
+ },
985
+ {
986
+ "epoch": 1.1155378486055776,
987
+ "grad_norm": 0.5017346143722534,
988
+ "learning_rate": 8.787661056986235e-07,
989
+ "loss": 1.2005664110183716,
990
+ "step": 280
991
+ },
992
+ {
993
+ "epoch": 1.1235059760956174,
994
+ "grad_norm": 0.4901583194732666,
995
+ "learning_rate": 8.767331471756975e-07,
996
+ "loss": 1.3002249002456665,
997
+ "step": 282
998
+ },
999
+ {
1000
+ "epoch": 1.1314741035856573,
1001
+ "grad_norm": 0.8549445867538452,
1002
+ "learning_rate": 8.746859861279067e-07,
1003
+ "loss": 1.2881137132644653,
1004
+ "step": 284
1005
+ },
1006
+ {
1007
+ "epoch": 1.139442231075697,
1008
+ "grad_norm": 0.4619888365268707,
1009
+ "learning_rate": 8.726247115418016e-07,
1010
+ "loss": 0.32264673709869385,
1011
+ "step": 286
1012
+ },
1013
+ {
1014
+ "epoch": 1.1474103585657371,
1015
+ "grad_norm": 0.3754831850528717,
1016
+ "learning_rate": 8.705494130174237e-07,
1017
+ "loss": 0.8273866772651672,
1018
+ "step": 288
1019
+ },
1020
+ {
1021
+ "epoch": 1.155378486055777,
1022
+ "grad_norm": 1.918715000152588,
1023
+ "learning_rate": 8.684601807644112e-07,
1024
+ "loss": 1.0249416828155518,
1025
+ "step": 290
1026
+ },
1027
+ {
1028
+ "epoch": 1.1633466135458168,
1029
+ "grad_norm": 0.557555079460144,
1030
+ "learning_rate": 8.663571055980767e-07,
1031
+ "loss": 0.8922566771507263,
1032
+ "step": 292
1033
+ },
1034
+ {
1035
+ "epoch": 1.1713147410358566,
1036
+ "grad_norm": 0.5217064023017883,
1037
+ "learning_rate": 8.642402789354608e-07,
1038
+ "loss": 1.287339448928833,
1039
+ "step": 294
1040
+ },
1041
+ {
1042
+ "epoch": 1.1792828685258965,
1043
+ "grad_norm": 0.4360116124153137,
1044
+ "learning_rate": 8.62109792791358e-07,
1045
+ "loss": 1.3090788125991821,
1046
+ "step": 296
1047
+ },
1048
+ {
1049
+ "epoch": 1.1872509960159363,
1050
+ "grad_norm": 0.4195604622364044,
1051
+ "learning_rate": 8.599657397743161e-07,
1052
+ "loss": 1.4944058656692505,
1053
+ "step": 298
1054
+ },
1055
+ {
1056
+ "epoch": 1.1952191235059761,
1057
+ "grad_norm": 0.8361397385597229,
1058
+ "learning_rate": 8.578082130826123e-07,
1059
+ "loss": 0.6945460438728333,
1060
+ "step": 300
1061
+ },
1062
+ {
1063
+ "epoch": 1.203187250996016,
1064
+ "grad_norm": 0.5296726822853088,
1065
+ "learning_rate": 8.556373065002005e-07,
1066
+ "loss": 1.0002961158752441,
1067
+ "step": 302
1068
+ },
1069
+ {
1070
+ "epoch": 1.2111553784860558,
1071
+ "grad_norm": 1.0679765939712524,
1072
+ "learning_rate": 8.534531143926357e-07,
1073
+ "loss": 0.7207995057106018,
1074
+ "step": 304
1075
+ },
1076
+ {
1077
+ "epoch": 1.2191235059760956,
1078
+ "grad_norm": 0.4727639853954315,
1079
+ "learning_rate": 8.512557317029714e-07,
1080
+ "loss": 1.2678115367889404,
1081
+ "step": 306
1082
+ },
1083
+ {
1084
+ "epoch": 1.2270916334661355,
1085
+ "grad_norm": 1.296967625617981,
1086
+ "learning_rate": 8.49045253947633e-07,
1087
+ "loss": 1.0937469005584717,
1088
+ "step": 308
1089
+ },
1090
+ {
1091
+ "epoch": 1.2350597609561753,
1092
+ "grad_norm": 0.6083080768585205,
1093
+ "learning_rate": 8.46821777212266e-07,
1094
+ "loss": 1.3267154693603516,
1095
+ "step": 310
1096
+ },
1097
+ {
1098
+ "epoch": 1.2430278884462151,
1099
+ "grad_norm": 0.9509052634239197,
1100
+ "learning_rate": 8.445853981475585e-07,
1101
+ "loss": 1.127556324005127,
1102
+ "step": 312
1103
+ },
1104
+ {
1105
+ "epoch": 1.250996015936255,
1106
+ "grad_norm": 0.8842674493789673,
1107
+ "learning_rate": 8.423362139650413e-07,
1108
+ "loss": 0.9595845341682434,
1109
+ "step": 314
1110
+ },
1111
+ {
1112
+ "epoch": 1.2589641434262948,
1113
+ "grad_norm": 0.6711766123771667,
1114
+ "learning_rate": 8.40074322432861e-07,
1115
+ "loss": 0.7757585644721985,
1116
+ "step": 316
1117
+ },
1118
+ {
1119
+ "epoch": 1.2669322709163346,
1120
+ "grad_norm": 9.768728256225586,
1121
+ "learning_rate": 8.37799821871531e-07,
1122
+ "loss": 0.6862208247184753,
1123
+ "step": 318
1124
+ },
1125
+ {
1126
+ "epoch": 1.2749003984063745,
1127
+ "grad_norm": 2.1323413848876953,
1128
+ "learning_rate": 8.355128111496567e-07,
1129
+ "loss": 0.656395673751831,
1130
+ "step": 320
1131
+ },
1132
+ {
1133
+ "epoch": 1.2828685258964143,
1134
+ "grad_norm": 0.5895070433616638,
1135
+ "learning_rate": 8.332133896796397e-07,
1136
+ "loss": 1.0738224983215332,
1137
+ "step": 322
1138
+ },
1139
+ {
1140
+ "epoch": 1.2908366533864541,
1141
+ "grad_norm": 3.6088438034057617,
1142
+ "learning_rate": 8.309016574133543e-07,
1143
+ "loss": 1.0024151802062988,
1144
+ "step": 324
1145
+ },
1146
+ {
1147
+ "epoch": 1.298804780876494,
1148
+ "grad_norm": 0.5182656645774841,
1149
+ "learning_rate": 8.285777148378048e-07,
1150
+ "loss": 1.4279625415802002,
1151
+ "step": 326
1152
+ },
1153
+ {
1154
+ "epoch": 1.3067729083665338,
1155
+ "grad_norm": 0.4689061939716339,
1156
+ "learning_rate": 8.262416629707555e-07,
1157
+ "loss": 0.7772690057754517,
1158
+ "step": 328
1159
+ },
1160
+ {
1161
+ "epoch": 1.3147410358565736,
1162
+ "grad_norm": 0.3927735984325409,
1163
+ "learning_rate": 8.238936033563414e-07,
1164
+ "loss": 1.0451743602752686,
1165
+ "step": 330
1166
+ },
1167
+ {
1168
+ "epoch": 1.3227091633466135,
1169
+ "grad_norm": 0.7997499704360962,
1170
+ "learning_rate": 8.215336380606531e-07,
1171
+ "loss": 1.0469849109649658,
1172
+ "step": 332
1173
+ },
1174
+ {
1175
+ "epoch": 1.3306772908366533,
1176
+ "grad_norm": 0.7120677828788757,
1177
+ "learning_rate": 8.19161869667301e-07,
1178
+ "loss": 0.6978618502616882,
1179
+ "step": 334
1180
+ },
1181
+ {
1182
+ "epoch": 1.3386454183266931,
1183
+ "grad_norm": 0.7115157842636108,
1184
+ "learning_rate": 8.167784012729554e-07,
1185
+ "loss": 0.9717881679534912,
1186
+ "step": 336
1187
+ },
1188
+ {
1189
+ "epoch": 1.3466135458167332,
1190
+ "grad_norm": 0.45555925369262695,
1191
+ "learning_rate": 8.143833364828654e-07,
1192
+ "loss": 1.2749401330947876,
1193
+ "step": 338
1194
+ },
1195
+ {
1196
+ "epoch": 1.354581673306773,
1197
+ "grad_norm": 0.4267056882381439,
1198
+ "learning_rate": 8.119767794063552e-07,
1199
+ "loss": 1.2420390844345093,
1200
+ "step": 340
1201
+ },
1202
+ {
1203
+ "epoch": 1.3625498007968129,
1204
+ "grad_norm": 0.3638407289981842,
1205
+ "learning_rate": 8.095588346522998e-07,
1206
+ "loss": 1.2725023031234741,
1207
+ "step": 342
1208
+ },
1209
+ {
1210
+ "epoch": 1.3705179282868527,
1211
+ "grad_norm": 0.45394954085350037,
1212
+ "learning_rate": 8.071296073245757e-07,
1213
+ "loss": 1.2465835809707642,
1214
+ "step": 344
1215
+ },
1216
+ {
1217
+ "epoch": 1.3784860557768925,
1218
+ "grad_norm": 1.3502168655395508,
1219
+ "learning_rate": 8.046892030174937e-07,
1220
+ "loss": 0.7819681167602539,
1221
+ "step": 346
1222
+ },
1223
+ {
1224
+ "epoch": 1.3864541832669324,
1225
+ "grad_norm": 0.5712032914161682,
1226
+ "learning_rate": 8.022377278112088e-07,
1227
+ "loss": 1.2594401836395264,
1228
+ "step": 348
1229
+ },
1230
+ {
1231
+ "epoch": 1.3944223107569722,
1232
+ "grad_norm": 0.6428905129432678,
1233
+ "learning_rate": 7.997752882671088e-07,
1234
+ "loss": 0.8081700801849365,
1235
+ "step": 350
1236
+ },
1237
+ {
1238
+ "epoch": 1.402390438247012,
1239
+ "grad_norm": 0.41046562790870667,
1240
+ "learning_rate": 7.973019914231819e-07,
1241
+ "loss": 1.3009734153747559,
1242
+ "step": 352
1243
+ },
1244
+ {
1245
+ "epoch": 1.4103585657370519,
1246
+ "grad_norm": 0.8816495537757874,
1247
+ "learning_rate": 7.94817944789365e-07,
1248
+ "loss": 1.2258024215698242,
1249
+ "step": 354
1250
+ },
1251
+ {
1252
+ "epoch": 1.4183266932270917,
1253
+ "grad_norm": 0.6734359860420227,
1254
+ "learning_rate": 7.923232563428692e-07,
1255
+ "loss": 1.037970781326294,
1256
+ "step": 356
1257
+ },
1258
+ {
1259
+ "epoch": 1.4262948207171315,
1260
+ "grad_norm": 0.5581151247024536,
1261
+ "learning_rate": 7.898180345234874e-07,
1262
+ "loss": 1.2316817045211792,
1263
+ "step": 358
1264
+ },
1265
+ {
1266
+ "epoch": 1.4342629482071714,
1267
+ "grad_norm": 0.5218549370765686,
1268
+ "learning_rate": 7.873023882288793e-07,
1269
+ "loss": 0.6890713572502136,
1270
+ "step": 360
1271
+ },
1272
+ {
1273
+ "epoch": 1.4422310756972112,
1274
+ "grad_norm": 0.47731778025627136,
1275
+ "learning_rate": 7.847764268098387e-07,
1276
+ "loss": 0.8672411441802979,
1277
+ "step": 362
1278
+ },
1279
+ {
1280
+ "epoch": 1.450199203187251,
1281
+ "grad_norm": 0.5206546783447266,
1282
+ "learning_rate": 7.822402600655405e-07,
1283
+ "loss": 1.1427444219589233,
1284
+ "step": 364
1285
+ },
1286
+ {
1287
+ "epoch": 1.4581673306772909,
1288
+ "grad_norm": 0.3739563822746277,
1289
+ "learning_rate": 7.796939982387669e-07,
1290
+ "loss": 1.2557984590530396,
1291
+ "step": 366
1292
+ },
1293
+ {
1294
+ "epoch": 1.4661354581673307,
1295
+ "grad_norm": 0.6617816090583801,
1296
+ "learning_rate": 7.771377520111162e-07,
1297
+ "loss": 0.6997984647750854,
1298
+ "step": 368
1299
+ },
1300
+ {
1301
+ "epoch": 1.4741035856573705,
1302
+ "grad_norm": 0.6152245402336121,
1303
+ "learning_rate": 7.74571632498191e-07,
1304
+ "loss": 0.8375219106674194,
1305
+ "step": 370
1306
+ },
1307
+ {
1308
+ "epoch": 1.4820717131474104,
1309
+ "grad_norm": 0.9147626161575317,
1310
+ "learning_rate": 7.71995751244769e-07,
1311
+ "loss": 1.316990613937378,
1312
+ "step": 372
1313
+ },
1314
+ {
1315
+ "epoch": 1.4900398406374502,
1316
+ "grad_norm": 0.5100573897361755,
1317
+ "learning_rate": 7.694102202199536e-07,
1318
+ "loss": 1.272545576095581,
1319
+ "step": 374
1320
+ },
1321
+ {
1322
+ "epoch": 1.49800796812749,
1323
+ "grad_norm": 0.384264200925827,
1324
+ "learning_rate": 7.668151518123069e-07,
1325
+ "loss": 1.2523423433303833,
1326
+ "step": 376
1327
+ },
1328
+ {
1329
+ "epoch": 1.5059760956175299,
1330
+ "grad_norm": 0.8864626288414001,
1331
+ "learning_rate": 7.64210658824965e-07,
1332
+ "loss": 1.0491065979003906,
1333
+ "step": 378
1334
+ },
1335
+ {
1336
+ "epoch": 1.5139442231075697,
1337
+ "grad_norm": 0.49264994263648987,
1338
+ "learning_rate": 7.615968544707337e-07,
1339
+ "loss": 1.2036755084991455,
1340
+ "step": 380
1341
+ },
1342
+ {
1343
+ "epoch": 1.5219123505976095,
1344
+ "grad_norm": 0.39525148272514343,
1345
+ "learning_rate": 7.589738523671684e-07,
1346
+ "loss": 0.934528112411499,
1347
+ "step": 382
1348
+ },
1349
+ {
1350
+ "epoch": 1.5298804780876494,
1351
+ "grad_norm": 0.4015274941921234,
1352
+ "learning_rate": 7.563417665316337e-07,
1353
+ "loss": 0.9341564774513245,
1354
+ "step": 384
1355
+ },
1356
+ {
1357
+ "epoch": 1.5378486055776892,
1358
+ "grad_norm": 0.9333391785621643,
1359
+ "learning_rate": 7.537007113763497e-07,
1360
+ "loss": 1.1456751823425293,
1361
+ "step": 386
1362
+ },
1363
+ {
1364
+ "epoch": 1.545816733067729,
1365
+ "grad_norm": 1.0230107307434082,
1366
+ "learning_rate": 7.510508017034164e-07,
1367
+ "loss": 1.2499125003814697,
1368
+ "step": 388
1369
+ },
1370
+ {
1371
+ "epoch": 1.5537848605577689,
1372
+ "grad_norm": 1.1917494535446167,
1373
+ "learning_rate": 7.483921526998246e-07,
1374
+ "loss": 0.6517433524131775,
1375
+ "step": 390
1376
+ },
1377
+ {
1378
+ "epoch": 1.5617529880478087,
1379
+ "grad_norm": 0.5881509184837341,
1380
+ "learning_rate": 7.457248799324485e-07,
1381
+ "loss": 0.6578674912452698,
1382
+ "step": 392
1383
+ },
1384
+ {
1385
+ "epoch": 1.5697211155378485,
1386
+ "grad_norm": 0.8851764798164368,
1387
+ "learning_rate": 7.430490993430231e-07,
1388
+ "loss": 1.2653934955596924,
1389
+ "step": 394
1390
+ },
1391
+ {
1392
+ "epoch": 1.5776892430278884,
1393
+ "grad_norm": 0.7265904545783997,
1394
+ "learning_rate": 7.403649272431027e-07,
1395
+ "loss": 1.1638611555099487,
1396
+ "step": 396
1397
+ },
1398
+ {
1399
+ "epoch": 1.5856573705179282,
1400
+ "grad_norm": 0.3751894235610962,
1401
+ "learning_rate": 7.376724803090068e-07,
1402
+ "loss": 1.2272953987121582,
1403
+ "step": 398
1404
+ },
1405
+ {
1406
+ "epoch": 1.593625498007968,
1407
+ "grad_norm": 0.626318097114563,
1408
+ "learning_rate": 7.349718755767473e-07,
1409
+ "loss": 0.6993715167045593,
1410
+ "step": 400
1411
+ },
1412
+ {
1413
+ "epoch": 1.6015936254980079,
1414
+ "grad_norm": 0.36690616607666016,
1415
+ "learning_rate": 7.322632304369415e-07,
1416
+ "loss": 1.2126752138137817,
1417
+ "step": 402
1418
+ },
1419
+ {
1420
+ "epoch": 1.6095617529880477,
1421
+ "grad_norm": 0.5017926096916199,
1422
+ "learning_rate": 7.295466626297095e-07,
1423
+ "loss": 1.373421311378479,
1424
+ "step": 404
1425
+ },
1426
+ {
1427
+ "epoch": 1.6175298804780875,
1428
+ "grad_norm": 0.7983066439628601,
1429
+ "learning_rate": 7.268222902395561e-07,
1430
+ "loss": 0.8057880997657776,
1431
+ "step": 406
1432
+ },
1433
+ {
1434
+ "epoch": 1.6254980079681274,
1435
+ "grad_norm": 1.127365231513977,
1436
+ "learning_rate": 7.240902316902372e-07,
1437
+ "loss": 0.6592608094215393,
1438
+ "step": 408
1439
+ },
1440
+ {
1441
+ "epoch": 1.6334661354581672,
1442
+ "grad_norm": 0.4174342155456543,
1443
+ "learning_rate": 7.213506057396133e-07,
1444
+ "loss": 0.9217919111251831,
1445
+ "step": 410
1446
+ },
1447
+ {
1448
+ "epoch": 1.641434262948207,
1449
+ "grad_norm": 0.6697507500648499,
1450
+ "learning_rate": 7.186035314744871e-07,
1451
+ "loss": 0.6113168001174927,
1452
+ "step": 412
1453
+ },
1454
+ {
1455
+ "epoch": 1.6494023904382469,
1456
+ "grad_norm": 0.34020891785621643,
1457
+ "learning_rate": 7.158491283054257e-07,
1458
+ "loss": 0.964951753616333,
1459
+ "step": 414
1460
+ },
1461
+ {
1462
+ "epoch": 1.6573705179282867,
1463
+ "grad_norm": 0.7765717506408691,
1464
+ "learning_rate": 7.130875159615714e-07,
1465
+ "loss": 0.8281651735305786,
1466
+ "step": 416
1467
+ },
1468
+ {
1469
+ "epoch": 1.6653386454183265,
1470
+ "grad_norm": 0.6381047368049622,
1471
+ "learning_rate": 7.103188144854375e-07,
1472
+ "loss": 1.1599037647247314,
1473
+ "step": 418
1474
+ },
1475
+ {
1476
+ "epoch": 1.6733067729083664,
1477
+ "grad_norm": 0.45585206151008606,
1478
+ "learning_rate": 7.075431442276887e-07,
1479
+ "loss": 1.2157034873962402,
1480
+ "step": 420
1481
+ },
1482
+ {
1483
+ "epoch": 1.6812749003984062,
1484
+ "grad_norm": 0.9851412773132324,
1485
+ "learning_rate": 7.047606258419107e-07,
1486
+ "loss": 1.1312099695205688,
1487
+ "step": 422
1488
+ },
1489
+ {
1490
+ "epoch": 1.6892430278884463,
1491
+ "grad_norm": 5.436736106872559,
1492
+ "learning_rate": 7.019713802793662e-07,
1493
+ "loss": 0.6995736956596375,
1494
+ "step": 424
1495
+ },
1496
+ {
1497
+ "epoch": 1.697211155378486,
1498
+ "grad_norm": 0.4824753403663635,
1499
+ "learning_rate": 6.991755287837358e-07,
1500
+ "loss": 1.3122954368591309,
1501
+ "step": 426
1502
+ },
1503
+ {
1504
+ "epoch": 1.705179282868526,
1505
+ "grad_norm": 0.35564494132995605,
1506
+ "learning_rate": 6.963731928858494e-07,
1507
+ "loss": 1.246601939201355,
1508
+ "step": 428
1509
+ },
1510
+ {
1511
+ "epoch": 1.7131474103585658,
1512
+ "grad_norm": 0.6360551118850708,
1513
+ "learning_rate": 6.935644943984016e-07,
1514
+ "loss": 0.8579744696617126,
1515
+ "step": 430
1516
+ },
1517
+ {
1518
+ "epoch": 1.7211155378486056,
1519
+ "grad_norm": 1.4960342645645142,
1520
+ "learning_rate": 6.907495554106586e-07,
1521
+ "loss": 1.1617209911346436,
1522
+ "step": 432
1523
+ },
1524
+ {
1525
+ "epoch": 1.7290836653386454,
1526
+ "grad_norm": 0.6668098568916321,
1527
+ "learning_rate": 6.879284982831505e-07,
1528
+ "loss": 0.7668188214302063,
1529
+ "step": 434
1530
+ },
1531
+ {
1532
+ "epoch": 1.7370517928286853,
1533
+ "grad_norm": 0.7893583178520203,
1534
+ "learning_rate": 6.851014456423514e-07,
1535
+ "loss": 0.4187908172607422,
1536
+ "step": 436
1537
+ },
1538
+ {
1539
+ "epoch": 1.745019920318725,
1540
+ "grad_norm": 1.4070234298706055,
1541
+ "learning_rate": 6.822685203753508e-07,
1542
+ "loss": 0.83896404504776,
1543
+ "step": 438
1544
+ },
1545
+ {
1546
+ "epoch": 1.752988047808765,
1547
+ "grad_norm": 2.736166000366211,
1548
+ "learning_rate": 6.79429845624511e-07,
1549
+ "loss": 0.7182890772819519,
1550
+ "step": 440
1551
+ },
1552
+ {
1553
+ "epoch": 1.7609561752988048,
1554
+ "grad_norm": 0.5745601654052734,
1555
+ "learning_rate": 6.765855447821143e-07,
1556
+ "loss": 1.679482340812683,
1557
+ "step": 442
1558
+ },
1559
+ {
1560
+ "epoch": 1.7689243027888446,
1561
+ "grad_norm": 0.42770564556121826,
1562
+ "learning_rate": 6.737357414849993e-07,
1563
+ "loss": 0.9792550802230835,
1564
+ "step": 444
1565
+ },
1566
+ {
1567
+ "epoch": 1.7768924302788844,
1568
+ "grad_norm": 0.37946099042892456,
1569
+ "learning_rate": 6.708805596091868e-07,
1570
+ "loss": 1.1162333488464355,
1571
+ "step": 446
1572
+ },
1573
+ {
1574
+ "epoch": 1.7848605577689243,
1575
+ "grad_norm": 0.5678144097328186,
1576
+ "learning_rate": 6.680201232644957e-07,
1577
+ "loss": 1.1947766542434692,
1578
+ "step": 448
1579
+ },
1580
+ {
1581
+ "epoch": 1.792828685258964,
1582
+ "grad_norm": 0.3277341425418854,
1583
+ "learning_rate": 6.65154556789147e-07,
1584
+ "loss": 0.943204939365387,
1585
+ "step": 450
1586
+ },
1587
+ {
1588
+ "epoch": 1.800796812749004,
1589
+ "grad_norm": 0.29292938113212585,
1590
+ "learning_rate": 6.622839847443596e-07,
1591
+ "loss": 0.6688568592071533,
1592
+ "step": 452
1593
+ },
1594
+ {
1595
+ "epoch": 1.8087649402390438,
1596
+ "grad_norm": 1.0823400020599365,
1597
+ "learning_rate": 6.594085319089359e-07,
1598
+ "loss": 1.0446151494979858,
1599
+ "step": 454
1600
+ },
1601
+ {
1602
+ "epoch": 1.8167330677290838,
1603
+ "grad_norm": 2.08892560005188,
1604
+ "learning_rate": 6.565283232738386e-07,
1605
+ "loss": 0.7744835615158081,
1606
+ "step": 456
1607
+ },
1608
+ {
1609
+ "epoch": 1.8247011952191237,
1610
+ "grad_norm": 0.5839812755584717,
1611
+ "learning_rate": 6.536434840367554e-07,
1612
+ "loss": 1.1386644840240479,
1613
+ "step": 458
1614
+ },
1615
+ {
1616
+ "epoch": 1.8326693227091635,
1617
+ "grad_norm": 0.6158760190010071,
1618
+ "learning_rate": 6.507541395966591e-07,
1619
+ "loss": 0.7886677384376526,
1620
+ "step": 460
1621
+ },
1622
+ {
1623
+ "epoch": 1.8406374501992033,
1624
+ "grad_norm": 0.4198272228240967,
1625
+ "learning_rate": 6.47860415548356e-07,
1626
+ "loss": 0.8355951309204102,
1627
+ "step": 462
1628
+ },
1629
+ {
1630
+ "epoch": 1.8486055776892432,
1631
+ "grad_norm": 0.3009353578090668,
1632
+ "learning_rate": 6.449624376770259e-07,
1633
+ "loss": 0.14103345572948456,
1634
+ "step": 464
1635
+ },
1636
+ {
1637
+ "epoch": 1.856573705179283,
1638
+ "grad_norm": 0.4450838565826416,
1639
+ "learning_rate": 6.420603319527553e-07,
1640
+ "loss": 1.2537599802017212,
1641
+ "step": 466
1642
+ },
1643
+ {
1644
+ "epoch": 1.8645418326693228,
1645
+ "grad_norm": 1.1065186262130737,
1646
+ "learning_rate": 6.391542245250615e-07,
1647
+ "loss": 0.621747612953186,
1648
+ "step": 468
1649
+ },
1650
+ {
1651
+ "epoch": 1.8725099601593627,
1652
+ "grad_norm": 1.7257264852523804,
1653
+ "learning_rate": 6.362442417174081e-07,
1654
+ "loss": 1.2340410947799683,
1655
+ "step": 470
1656
+ },
1657
+ {
1658
+ "epoch": 1.8804780876494025,
1659
+ "grad_norm": 0.6690614223480225,
1660
+ "learning_rate": 6.333305100217159e-07,
1661
+ "loss": 1.0991343259811401,
1662
+ "step": 472
1663
+ },
1664
+ {
1665
+ "epoch": 1.8884462151394423,
1666
+ "grad_norm": 0.5866219401359558,
1667
+ "learning_rate": 6.304131560928621e-07,
1668
+ "loss": 1.3845065832138062,
1669
+ "step": 474
1670
+ },
1671
+ {
1672
+ "epoch": 1.8964143426294822,
1673
+ "grad_norm": 1.2586193084716797,
1674
+ "learning_rate": 6.274923067431775e-07,
1675
+ "loss": 1.0518014430999756,
1676
+ "step": 476
1677
+ },
1678
+ {
1679
+ "epoch": 1.904382470119522,
1680
+ "grad_norm": 0.5666131377220154,
1681
+ "learning_rate": 6.245680889369315e-07,
1682
+ "loss": 0.9778220653533936,
1683
+ "step": 478
1684
+ },
1685
+ {
1686
+ "epoch": 1.9123505976095618,
1687
+ "grad_norm": 1.1292035579681396,
1688
+ "learning_rate": 6.216406297848154e-07,
1689
+ "loss": 0.6951173543930054,
1690
+ "step": 480
1691
+ },
1692
+ {
1693
+ "epoch": 1.9203187250996017,
1694
+ "grad_norm": 0.7351351976394653,
1695
+ "learning_rate": 6.187100565384161e-07,
1696
+ "loss": 0.7900633811950684,
1697
+ "step": 482
1698
+ },
1699
+ {
1700
+ "epoch": 1.9282868525896415,
1701
+ "grad_norm": 0.7023295164108276,
1702
+ "learning_rate": 6.15776496584684e-07,
1703
+ "loss": 1.2109326124191284,
1704
+ "step": 484
1705
+ },
1706
+ {
1707
+ "epoch": 1.9362549800796813,
1708
+ "grad_norm": 0.5147722363471985,
1709
+ "learning_rate": 6.128400774403973e-07,
1710
+ "loss": 1.3600739240646362,
1711
+ "step": 486
1712
+ },
1713
+ {
1714
+ "epoch": 1.9442231075697212,
1715
+ "grad_norm": 0.4234119653701782,
1716
+ "learning_rate": 6.099009267466183e-07,
1717
+ "loss": 1.2092632055282593,
1718
+ "step": 488
1719
+ },
1720
+ {
1721
+ "epoch": 1.952191235059761,
1722
+ "grad_norm": 0.3030948340892792,
1723
+ "learning_rate": 6.069591722631445e-07,
1724
+ "loss": 1.2274162769317627,
1725
+ "step": 490
1726
+ },
1727
+ {
1728
+ "epoch": 1.9601593625498008,
1729
+ "grad_norm": 0.43695008754730225,
1730
+ "learning_rate": 6.04014941862956e-07,
1731
+ "loss": 0.9162517786026001,
1732
+ "step": 492
1733
+ },
1734
+ {
1735
+ "epoch": 1.9681274900398407,
1736
+ "grad_norm": 2.7067582607269287,
1737
+ "learning_rate": 6.010683635266568e-07,
1738
+ "loss": 0.5965803265571594,
1739
+ "step": 494
1740
+ },
1741
+ {
1742
+ "epoch": 1.9760956175298805,
1743
+ "grad_norm": 0.7394753694534302,
1744
+ "learning_rate": 5.981195653369112e-07,
1745
+ "loss": 1.1902916431427002,
1746
+ "step": 496
1747
+ },
1748
+ {
1749
+ "epoch": 1.9840637450199203,
1750
+ "grad_norm": 2.5571165084838867,
1751
+ "learning_rate": 5.95168675472877e-07,
1752
+ "loss": 0.9461820125579834,
1753
+ "step": 498
1754
+ },
1755
+ {
1756
+ "epoch": 1.9920318725099602,
1757
+ "grad_norm": 0.7218238115310669,
1758
+ "learning_rate": 5.922158222046332e-07,
1759
+ "loss": 1.2422934770584106,
1760
+ "step": 500
1761
+ },
1762
+ {
1763
+ "epoch": 2.0,
1764
+ "grad_norm": 1.271190881729126,
1765
+ "learning_rate": 5.892611338876052e-07,
1766
+ "loss": 0.7214773297309875,
1767
+ "step": 502
1768
+ },
1769
+ {
1770
+ "epoch": 2.00796812749004,
1771
+ "grad_norm": 0.528483510017395,
1772
+ "learning_rate": 5.863047389569842e-07,
1773
+ "loss": 0.8567409515380859,
1774
+ "step": 504
1775
+ },
1776
+ {
1777
+ "epoch": 2.0159362549800797,
1778
+ "grad_norm": 1.0696465969085693,
1779
+ "learning_rate": 5.833467659221452e-07,
1780
+ "loss": 0.821619987487793,
1781
+ "step": 506
1782
+ },
1783
+ {
1784
+ "epoch": 2.0239043824701195,
1785
+ "grad_norm": 0.16100502014160156,
1786
+ "learning_rate": 5.803873433610603e-07,
1787
+ "loss": 0.652566134929657,
1788
+ "step": 508
1789
+ },
1790
+ {
1791
+ "epoch": 2.0318725099601593,
1792
+ "grad_norm": 0.40720587968826294,
1793
+ "learning_rate": 5.774265999147108e-07,
1794
+ "loss": 1.0592925548553467,
1795
+ "step": 510
1796
+ },
1797
+ {
1798
+ "epoch": 2.039840637450199,
1799
+ "grad_norm": 0.7444103360176086,
1800
+ "learning_rate": 5.744646642814934e-07,
1801
+ "loss": 0.9694873094558716,
1802
+ "step": 512
1803
+ },
1804
+ {
1805
+ "epoch": 2.047808764940239,
1806
+ "grad_norm": 3.214693307876587,
1807
+ "learning_rate": 5.715016652116284e-07,
1808
+ "loss": 0.31219401955604553,
1809
+ "step": 514
1810
+ },
1811
+ {
1812
+ "epoch": 2.055776892430279,
1813
+ "grad_norm": 0.4227757453918457,
1814
+ "learning_rate": 5.685377315015609e-07,
1815
+ "loss": 1.039976716041565,
1816
+ "step": 516
1817
+ },
1818
+ {
1819
+ "epoch": 2.0637450199203187,
1820
+ "grad_norm": 0.8102324604988098,
1821
+ "learning_rate": 5.655729919883639e-07,
1822
+ "loss": 0.6844033598899841,
1823
+ "step": 518
1824
+ },
1825
+ {
1826
+ "epoch": 2.0717131474103585,
1827
+ "grad_norm": 0.7231845855712891,
1828
+ "learning_rate": 5.626075755441365e-07,
1829
+ "loss": 1.0793242454528809,
1830
+ "step": 520
1831
+ },
1832
+ {
1833
+ "epoch": 2.0796812749003983,
1834
+ "grad_norm": 0.5198511481285095,
1835
+ "learning_rate": 5.596416110704033e-07,
1836
+ "loss": 1.1956276893615723,
1837
+ "step": 522
1838
+ },
1839
+ {
1840
+ "epoch": 2.087649402390438,
1841
+ "grad_norm": 0.7063606381416321,
1842
+ "learning_rate": 5.566752274925108e-07,
1843
+ "loss": 1.2138276100158691,
1844
+ "step": 524
1845
+ },
1846
+ {
1847
+ "epoch": 2.095617529880478,
1848
+ "grad_norm": 0.5600472688674927,
1849
+ "learning_rate": 5.537085537540233e-07,
1850
+ "loss": 0.5733051300048828,
1851
+ "step": 526
1852
+ },
1853
+ {
1854
+ "epoch": 2.103585657370518,
1855
+ "grad_norm": 0.43647804856300354,
1856
+ "learning_rate": 5.507417188111175e-07,
1857
+ "loss": 1.2009754180908203,
1858
+ "step": 528
1859
+ },
1860
+ {
1861
+ "epoch": 2.1115537848605577,
1862
+ "grad_norm": 0.6653239130973816,
1863
+ "learning_rate": 5.477748516269778e-07,
1864
+ "loss": 0.9144095182418823,
1865
+ "step": 530
1866
+ },
1867
+ {
1868
+ "epoch": 2.1195219123505975,
1869
+ "grad_norm": 0.3898330628871918,
1870
+ "learning_rate": 5.448080811661897e-07,
1871
+ "loss": 0.614565908908844,
1872
+ "step": 532
1873
+ },
1874
+ {
1875
+ "epoch": 2.1274900398406373,
1876
+ "grad_norm": 0.6056618690490723,
1877
+ "learning_rate": 5.418415363891345e-07,
1878
+ "loss": 1.0166387557983398,
1879
+ "step": 534
1880
+ },
1881
+ {
1882
+ "epoch": 2.135458167330677,
1883
+ "grad_norm": 1.1628928184509277,
1884
+ "learning_rate": 5.388753462463833e-07,
1885
+ "loss": 0.7345898747444153,
1886
+ "step": 536
1887
+ },
1888
+ {
1889
+ "epoch": 2.143426294820717,
1890
+ "grad_norm": 0.5768036842346191,
1891
+ "learning_rate": 5.359096396730923e-07,
1892
+ "loss": 0.7580212950706482,
1893
+ "step": 538
1894
+ },
1895
+ {
1896
+ "epoch": 2.151394422310757,
1897
+ "grad_norm": 0.6307709217071533,
1898
+ "learning_rate": 5.329445455833974e-07,
1899
+ "loss": 1.1226731538772583,
1900
+ "step": 540
1901
+ },
1902
+ {
1903
+ "epoch": 2.1593625498007967,
1904
+ "grad_norm": 0.43720167875289917,
1905
+ "learning_rate": 5.299801928648104e-07,
1906
+ "loss": 1.1661862134933472,
1907
+ "step": 542
1908
+ },
1909
+ {
1910
+ "epoch": 2.1673306772908365,
1911
+ "grad_norm": 0.712365984916687,
1912
+ "learning_rate": 5.270167103726181e-07,
1913
+ "loss": 1.2349671125411987,
1914
+ "step": 544
1915
+ },
1916
+ {
1917
+ "epoch": 2.1752988047808763,
1918
+ "grad_norm": 0.5683341026306152,
1919
+ "learning_rate": 5.240542269242793e-07,
1920
+ "loss": 0.8632749319076538,
1921
+ "step": 546
1922
+ },
1923
+ {
1924
+ "epoch": 2.183266932270916,
1925
+ "grad_norm": 0.5119061470031738,
1926
+ "learning_rate": 5.210928712938261e-07,
1927
+ "loss": 1.187488079071045,
1928
+ "step": 548
1929
+ },
1930
+ {
1931
+ "epoch": 2.191235059760956,
1932
+ "grad_norm": 0.5245291590690613,
1933
+ "learning_rate": 5.181327722062666e-07,
1934
+ "loss": 1.244426965713501,
1935
+ "step": 550
1936
+ },
1937
+ {
1938
+ "epoch": 2.199203187250996,
1939
+ "grad_norm": 0.5254369378089905,
1940
+ "learning_rate": 5.151740583319891e-07,
1941
+ "loss": 0.981595516204834,
1942
+ "step": 552
1943
+ },
1944
+ {
1945
+ "epoch": 2.2071713147410357,
1946
+ "grad_norm": 0.9996938109397888,
1947
+ "learning_rate": 5.122168582811689e-07,
1948
+ "loss": 0.5546106696128845,
1949
+ "step": 554
1950
+ },
1951
+ {
1952
+ "epoch": 2.2151394422310755,
1953
+ "grad_norm": 0.478613942861557,
1954
+ "learning_rate": 5.092613005981781e-07,
1955
+ "loss": 0.7716253995895386,
1956
+ "step": 556
1957
+ },
1958
+ {
1959
+ "epoch": 2.2231075697211153,
1960
+ "grad_norm": 1.2469408512115479,
1961
+ "learning_rate": 5.063075137559979e-07,
1962
+ "loss": 0.9730294346809387,
1963
+ "step": 558
1964
+ },
1965
+ {
1966
+ "epoch": 2.231075697211155,
1967
+ "grad_norm": 0.4390407204627991,
1968
+ "learning_rate": 5.033556261506342e-07,
1969
+ "loss": 1.1022344827651978,
1970
+ "step": 560
1971
+ },
1972
+ {
1973
+ "epoch": 2.239043824701195,
1974
+ "grad_norm": 1.3295910358428955,
1975
+ "learning_rate": 5.004057660955364e-07,
1976
+ "loss": 1.1952877044677734,
1977
+ "step": 562
1978
+ },
1979
+ {
1980
+ "epoch": 2.247011952191235,
1981
+ "grad_norm": 1.2258836030960083,
1982
+ "learning_rate": 4.974580618160194e-07,
1983
+ "loss": 1.0791444778442383,
1984
+ "step": 564
1985
+ },
1986
+ {
1987
+ "epoch": 2.2549800796812747,
1988
+ "grad_norm": 0.5492210984230042,
1989
+ "learning_rate": 4.945126414436908e-07,
1990
+ "loss": 0.8663148880004883,
1991
+ "step": 566
1992
+ },
1993
+ {
1994
+ "epoch": 2.2629482071713145,
1995
+ "grad_norm": 0.38257676362991333,
1996
+ "learning_rate": 4.915696330108804e-07,
1997
+ "loss": 0.954747200012207,
1998
+ "step": 568
1999
+ },
2000
+ {
2001
+ "epoch": 2.2709163346613543,
2002
+ "grad_norm": 0.3830359876155853,
2003
+ "learning_rate": 4.88629164445075e-07,
2004
+ "loss": 1.1951080560684204,
2005
+ "step": 570
2006
+ },
2007
+ {
2008
+ "epoch": 2.278884462151394,
2009
+ "grad_norm": 0.8451001644134521,
2010
+ "learning_rate": 4.856913635633584e-07,
2011
+ "loss": 0.7459049224853516,
2012
+ "step": 572
2013
+ },
2014
+ {
2015
+ "epoch": 2.2868525896414345,
2016
+ "grad_norm": 0.33643773198127747,
2017
+ "learning_rate": 4.827563580668543e-07,
2018
+ "loss": 0.9163620471954346,
2019
+ "step": 574
2020
+ },
2021
+ {
2022
+ "epoch": 2.2948207171314743,
2023
+ "grad_norm": 0.46159231662750244,
2024
+ "learning_rate": 4.798242755351754e-07,
2025
+ "loss": 0.37290844321250916,
2026
+ "step": 576
2027
+ },
2028
+ {
2029
+ "epoch": 2.302788844621514,
2030
+ "grad_norm": 2.699605703353882,
2031
+ "learning_rate": 4.768952434208794e-07,
2032
+ "loss": 0.7714478969573975,
2033
+ "step": 578
2034
+ },
2035
+ {
2036
+ "epoch": 2.310756972111554,
2037
+ "grad_norm": 0.5102899074554443,
2038
+ "learning_rate": 4.7396938904392645e-07,
2039
+ "loss": 0.7445698976516724,
2040
+ "step": 580
2041
+ },
2042
+ {
2043
+ "epoch": 2.318725099601594,
2044
+ "grad_norm": 0.8967058658599854,
2045
+ "learning_rate": 4.710468395861469e-07,
2046
+ "loss": 0.8099274635314941,
2047
+ "step": 582
2048
+ },
2049
+ {
2050
+ "epoch": 2.3266932270916336,
2051
+ "grad_norm": 0.4165751338005066,
2052
+ "learning_rate": 4.6812772208571073e-07,
2053
+ "loss": 1.0066813230514526,
2054
+ "step": 584
2055
+ },
2056
+ {
2057
+ "epoch": 2.3346613545816735,
2058
+ "grad_norm": 0.6290020942687988,
2059
+ "learning_rate": 4.6521216343160816e-07,
2060
+ "loss": 0.7436711192131042,
2061
+ "step": 586
2062
+ },
2063
+ {
2064
+ "epoch": 2.3426294820717133,
2065
+ "grad_norm": 0.5180162787437439,
2066
+ "learning_rate": 4.6230029035813156e-07,
2067
+ "loss": 1.0371257066726685,
2068
+ "step": 588
2069
+ },
2070
+ {
2071
+ "epoch": 2.350597609561753,
2072
+ "grad_norm": 0.6652600169181824,
2073
+ "learning_rate": 4.593922294393676e-07,
2074
+ "loss": 1.180807113647461,
2075
+ "step": 590
2076
+ },
2077
+ {
2078
+ "epoch": 2.358565737051793,
2079
+ "grad_norm": 0.515034019947052,
2080
+ "learning_rate": 4.5648810708369543e-07,
2081
+ "loss": 1.2112433910369873,
2082
+ "step": 592
2083
+ },
2084
+ {
2085
+ "epoch": 2.366533864541833,
2086
+ "grad_norm": 1.6332746744155884,
2087
+ "learning_rate": 4.5358804952829153e-07,
2088
+ "loss": 1.0091413259506226,
2089
+ "step": 594
2090
+ },
2091
+ {
2092
+ "epoch": 2.3745019920318726,
2093
+ "grad_norm": 0.4357254207134247,
2094
+ "learning_rate": 4.506921828336426e-07,
2095
+ "loss": 1.2268762588500977,
2096
+ "step": 596
2097
+ },
2098
+ {
2099
+ "epoch": 2.3824701195219125,
2100
+ "grad_norm": 0.45544084906578064,
2101
+ "learning_rate": 4.478006328780657e-07,
2102
+ "loss": 0.9058987498283386,
2103
+ "step": 598
2104
+ },
2105
+ {
2106
+ "epoch": 2.3904382470119523,
2107
+ "grad_norm": 1.723895788192749,
2108
+ "learning_rate": 4.449135253522369e-07,
2109
+ "loss": 1.1184284687042236,
2110
+ "step": 600
2111
+ },
2112
+ {
2113
+ "epoch": 2.398406374501992,
2114
+ "grad_norm": 0.42880570888519287,
2115
+ "learning_rate": 4.420309857537277e-07,
2116
+ "loss": 1.1904247999191284,
2117
+ "step": 602
2118
+ },
2119
+ {
2120
+ "epoch": 2.406374501992032,
2121
+ "grad_norm": 0.25226956605911255,
2122
+ "learning_rate": 4.3915313938154897e-07,
2123
+ "loss": 0.713387668132782,
2124
+ "step": 604
2125
+ },
2126
+ {
2127
+ "epoch": 2.414342629482072,
2128
+ "grad_norm": 0.9065414071083069,
2129
+ "learning_rate": 4.36280111330706e-07,
2130
+ "loss": 0.31334733963012695,
2131
+ "step": 606
2132
+ },
2133
+ {
2134
+ "epoch": 2.4223107569721116,
2135
+ "grad_norm": 0.252196341753006,
2136
+ "learning_rate": 4.3341202648675956e-07,
2137
+ "loss": 0.8130457997322083,
2138
+ "step": 608
2139
+ },
2140
+ {
2141
+ "epoch": 2.4302788844621515,
2142
+ "grad_norm": 0.19010767340660095,
2143
+ "learning_rate": 4.3054900952039783e-07,
2144
+ "loss": 1.1392337083816528,
2145
+ "step": 610
2146
+ },
2147
+ {
2148
+ "epoch": 2.4382470119521913,
2149
+ "grad_norm": 0.4542621076107025,
2150
+ "learning_rate": 4.2769118488201694e-07,
2151
+ "loss": 0.9002693891525269,
2152
+ "step": 612
2153
+ },
2154
+ {
2155
+ "epoch": 2.446215139442231,
2156
+ "grad_norm": 0.5231760740280151,
2157
+ "learning_rate": 4.2483867679631203e-07,
2158
+ "loss": 0.6867619156837463,
2159
+ "step": 614
2160
+ },
2161
+ {
2162
+ "epoch": 2.454183266932271,
2163
+ "grad_norm": 0.6279378533363342,
2164
+ "learning_rate": 4.219916092568764e-07,
2165
+ "loss": 1.215380311012268,
2166
+ "step": 616
2167
+ },
2168
+ {
2169
+ "epoch": 2.462151394422311,
2170
+ "grad_norm": 0.607097327709198,
2171
+ "learning_rate": 4.1915010602081203e-07,
2172
+ "loss": 0.9204408526420593,
2173
+ "step": 618
2174
+ },
2175
+ {
2176
+ "epoch": 2.4701195219123506,
2177
+ "grad_norm": 0.9494768977165222,
2178
+ "learning_rate": 4.163142906033511e-07,
2179
+ "loss": 1.07428777217865,
2180
+ "step": 620
2181
+ },
2182
+ {
2183
+ "epoch": 2.4780876494023905,
2184
+ "grad_norm": 0.8995746374130249,
2185
+ "learning_rate": 4.134842862724853e-07,
2186
+ "loss": 1.0317769050598145,
2187
+ "step": 622
2188
+ },
2189
+ {
2190
+ "epoch": 2.4860557768924303,
2191
+ "grad_norm": 0.5626697540283203,
2192
+ "learning_rate": 4.106602160436088e-07,
2193
+ "loss": 0.9463708400726318,
2194
+ "step": 624
2195
+ },
2196
+ {
2197
+ "epoch": 2.49402390438247,
2198
+ "grad_norm": 0.5927757024765015,
2199
+ "learning_rate": 4.078422026741706e-07,
2200
+ "loss": 0.9035646319389343,
2201
+ "step": 626
2202
+ },
2203
+ {
2204
+ "epoch": 2.50199203187251,
2205
+ "grad_norm": 0.5040337443351746,
2206
+ "learning_rate": 4.050303686583386e-07,
2207
+ "loss": 1.1803009510040283,
2208
+ "step": 628
2209
+ },
2210
+ {
2211
+ "epoch": 2.50996015936255,
2212
+ "grad_norm": 0.49055758118629456,
2213
+ "learning_rate": 4.022248362216746e-07,
2214
+ "loss": 0.7859451770782471,
2215
+ "step": 630
2216
+ },
2217
+ {
2218
+ "epoch": 2.5179282868525896,
2219
+ "grad_norm": 1.2180066108703613,
2220
+ "learning_rate": 3.9942572731582183e-07,
2221
+ "loss": 0.6770949959754944,
2222
+ "step": 632
2223
+ },
2224
+ {
2225
+ "epoch": 2.5258964143426295,
2226
+ "grad_norm": 0.4659102261066437,
2227
+ "learning_rate": 3.9663316361320385e-07,
2228
+ "loss": 1.176295280456543,
2229
+ "step": 634
2230
+ },
2231
+ {
2232
+ "epoch": 2.5338645418326693,
2233
+ "grad_norm": 0.576202392578125,
2234
+ "learning_rate": 3.938472665017354e-07,
2235
+ "loss": 1.126934289932251,
2236
+ "step": 636
2237
+ },
2238
+ {
2239
+ "epoch": 2.541832669322709,
2240
+ "grad_norm": 0.5327000617980957,
2241
+ "learning_rate": 3.91068157079546e-07,
2242
+ "loss": 1.1344680786132812,
2243
+ "step": 638
2244
+ },
2245
+ {
2246
+ "epoch": 2.549800796812749,
2247
+ "grad_norm": 0.46229591965675354,
2248
+ "learning_rate": 3.882959561497159e-07,
2249
+ "loss": 1.0722061395645142,
2250
+ "step": 640
2251
+ },
2252
+ {
2253
+ "epoch": 2.557768924302789,
2254
+ "grad_norm": 0.8892953991889954,
2255
+ "learning_rate": 3.8553078421502585e-07,
2256
+ "loss": 1.1972440481185913,
2257
+ "step": 642
2258
+ },
2259
+ {
2260
+ "epoch": 2.5657370517928286,
2261
+ "grad_norm": 0.36197274923324585,
2262
+ "learning_rate": 3.8277276147271764e-07,
2263
+ "loss": 1.4118647575378418,
2264
+ "step": 644
2265
+ },
2266
+ {
2267
+ "epoch": 2.5737051792828685,
2268
+ "grad_norm": 0.7987051010131836,
2269
+ "learning_rate": 3.8002200780926995e-07,
2270
+ "loss": 0.6525497436523438,
2271
+ "step": 646
2272
+ },
2273
+ {
2274
+ "epoch": 2.5816733067729083,
2275
+ "grad_norm": 0.5063230991363525,
2276
+ "learning_rate": 3.7727864279518775e-07,
2277
+ "loss": 1.218778371810913,
2278
+ "step": 648
2279
+ },
2280
+ {
2281
+ "epoch": 2.589641434262948,
2282
+ "grad_norm": 0.5883747935295105,
2283
+ "learning_rate": 3.7454278567980403e-07,
2284
+ "loss": 1.010594129562378,
2285
+ "step": 650
2286
+ },
2287
+ {
2288
+ "epoch": 2.597609561752988,
2289
+ "grad_norm": 0.5669489502906799,
2290
+ "learning_rate": 3.718145553860957e-07,
2291
+ "loss": 1.1629045009613037,
2292
+ "step": 652
2293
+ },
2294
+ {
2295
+ "epoch": 2.605577689243028,
2296
+ "grad_norm": 1.0424724817276,
2297
+ "learning_rate": 3.690940705055162e-07,
2298
+ "loss": 0.7290706038475037,
2299
+ "step": 654
2300
+ },
2301
+ {
2302
+ "epoch": 2.6135458167330676,
2303
+ "grad_norm": 0.4018857479095459,
2304
+ "learning_rate": 3.6638144929283823e-07,
2305
+ "loss": 0.5022093057632446,
2306
+ "step": 656
2307
+ },
2308
+ {
2309
+ "epoch": 2.6215139442231075,
2310
+ "grad_norm": 0.5531585216522217,
2311
+ "learning_rate": 3.636768096610148e-07,
2312
+ "loss": 0.6555119752883911,
2313
+ "step": 658
2314
+ },
2315
+ {
2316
+ "epoch": 2.6294820717131473,
2317
+ "grad_norm": 0.5517063140869141,
2318
+ "learning_rate": 3.609802691760533e-07,
2319
+ "loss": 1.0602622032165527,
2320
+ "step": 660
2321
+ },
2322
+ {
2323
+ "epoch": 2.637450199203187,
2324
+ "grad_norm": 0.9075046181678772,
2325
+ "learning_rate": 3.582919450519053e-07,
2326
+ "loss": 1.372468113899231,
2327
+ "step": 662
2328
+ },
2329
+ {
2330
+ "epoch": 2.645418326693227,
2331
+ "grad_norm": 0.7803366184234619,
2332
+ "learning_rate": 3.556119541453716e-07,
2333
+ "loss": 0.7533060908317566,
2334
+ "step": 664
2335
+ },
2336
+ {
2337
+ "epoch": 2.653386454183267,
2338
+ "grad_norm": 0.8778672218322754,
2339
+ "learning_rate": 3.5294041295102207e-07,
2340
+ "loss": 1.1376829147338867,
2341
+ "step": 666
2342
+ },
2343
+ {
2344
+ "epoch": 2.6613545816733066,
2345
+ "grad_norm": 0.26959022879600525,
2346
+ "learning_rate": 3.5027743759613205e-07,
2347
+ "loss": 0.637627363204956,
2348
+ "step": 668
2349
+ },
2350
+ {
2351
+ "epoch": 2.6693227091633465,
2352
+ "grad_norm": 1.0191822052001953,
2353
+ "learning_rate": 3.476231438356353e-07,
2354
+ "loss": 0.890547513961792,
2355
+ "step": 670
2356
+ },
2357
+ {
2358
+ "epoch": 2.6772908366533863,
2359
+ "grad_norm": 0.4155731797218323,
2360
+ "learning_rate": 3.449776470470914e-07,
2361
+ "loss": 0.6647993922233582,
2362
+ "step": 672
2363
+ },
2364
+ {
2365
+ "epoch": 2.685258964143426,
2366
+ "grad_norm": 0.36803483963012695,
2367
+ "learning_rate": 3.423410622256705e-07,
2368
+ "loss": 1.1900908946990967,
2369
+ "step": 674
2370
+ },
2371
+ {
2372
+ "epoch": 2.6932270916334664,
2373
+ "grad_norm": 1.4192544221878052,
2374
+ "learning_rate": 3.39713503979155e-07,
2375
+ "loss": 0.9067127704620361,
2376
+ "step": 676
2377
+ },
2378
+ {
2379
+ "epoch": 2.7011952191235062,
2380
+ "grad_norm": 0.6935244798660278,
2381
+ "learning_rate": 3.370950865229583e-07,
2382
+ "loss": 0.7337151765823364,
2383
+ "step": 678
2384
+ },
2385
+ {
2386
+ "epoch": 2.709163346613546,
2387
+ "grad_norm": 0.35887786746025085,
2388
+ "learning_rate": 3.3448592367515843e-07,
2389
+ "loss": 1.1841096878051758,
2390
+ "step": 680
2391
+ },
2392
+ {
2393
+ "epoch": 2.717131474103586,
2394
+ "grad_norm": 1.2133479118347168,
2395
+ "learning_rate": 3.3188612885155253e-07,
2396
+ "loss": 1.2082436084747314,
2397
+ "step": 682
2398
+ },
2399
+ {
2400
+ "epoch": 2.7250996015936257,
2401
+ "grad_norm": 0.38288289308547974,
2402
+ "learning_rate": 3.292958150607259e-07,
2403
+ "loss": 0.8327260613441467,
2404
+ "step": 684
2405
+ },
2406
+ {
2407
+ "epoch": 2.7330677290836656,
2408
+ "grad_norm": 0.6938713788986206,
2409
+ "learning_rate": 3.267150948991387e-07,
2410
+ "loss": 0.6335185766220093,
2411
+ "step": 686
2412
+ },
2413
+ {
2414
+ "epoch": 2.7410358565737054,
2415
+ "grad_norm": 0.385933518409729,
2416
+ "learning_rate": 3.241440805462337e-07,
2417
+ "loss": 1.2009639739990234,
2418
+ "step": 688
2419
+ },
2420
+ {
2421
+ "epoch": 2.7490039840637452,
2422
+ "grad_norm": 0.789777934551239,
2423
+ "learning_rate": 3.2158288375955845e-07,
2424
+ "loss": 0.6830637454986572,
2425
+ "step": 690
2426
+ },
2427
+ {
2428
+ "epoch": 2.756972111553785,
2429
+ "grad_norm": 0.6893877983093262,
2430
+ "learning_rate": 3.1903161586990834e-07,
2431
+ "loss": 1.2352404594421387,
2432
+ "step": 692
2433
+ },
2434
+ {
2435
+ "epoch": 2.764940239043825,
2436
+ "grad_norm": 0.8104536533355713,
2437
+ "learning_rate": 3.164903877764862e-07,
2438
+ "loss": 1.032488465309143,
2439
+ "step": 694
2440
+ },
2441
+ {
2442
+ "epoch": 2.7729083665338647,
2443
+ "grad_norm": 0.7075826525688171,
2444
+ "learning_rate": 3.139593099420823e-07,
2445
+ "loss": 0.9938370585441589,
2446
+ "step": 696
2447
+ },
2448
+ {
2449
+ "epoch": 2.7808764940239046,
2450
+ "grad_norm": 0.539611279964447,
2451
+ "learning_rate": 3.1143849238827336e-07,
2452
+ "loss": 1.1270115375518799,
2453
+ "step": 698
2454
+ },
2455
+ {
2456
+ "epoch": 2.7888446215139444,
2457
+ "grad_norm": 0.5532920956611633,
2458
+ "learning_rate": 3.0892804469063864e-07,
2459
+ "loss": 1.190551996231079,
2460
+ "step": 700
2461
+ },
2462
+ {
2463
+ "epoch": 2.7968127490039842,
2464
+ "grad_norm": 0.8707150220870972,
2465
+ "learning_rate": 3.0642807597399845e-07,
2466
+ "loss": 0.8870285749435425,
2467
+ "step": 702
2468
+ },
2469
+ {
2470
+ "epoch": 2.804780876494024,
2471
+ "grad_norm": 0.6733996868133545,
2472
+ "learning_rate": 3.039386949076691e-07,
2473
+ "loss": 1.4412972927093506,
2474
+ "step": 704
2475
+ },
2476
+ {
2477
+ "epoch": 2.812749003984064,
2478
+ "grad_norm": 0.2842189073562622,
2479
+ "learning_rate": 3.014600097007408e-07,
2480
+ "loss": 1.4471794366836548,
2481
+ "step": 706
2482
+ },
2483
+ {
2484
+ "epoch": 2.8207171314741037,
2485
+ "grad_norm": 0.7518956661224365,
2486
+ "learning_rate": 2.9899212809737273e-07,
2487
+ "loss": 1.2614086866378784,
2488
+ "step": 708
2489
+ },
2490
+ {
2491
+ "epoch": 2.8286852589641436,
2492
+ "grad_norm": 0.39055633544921875,
2493
+ "learning_rate": 2.965351573721103e-07,
2494
+ "loss": 0.6366642117500305,
2495
+ "step": 710
2496
+ },
2497
+ {
2498
+ "epoch": 2.8366533864541834,
2499
+ "grad_norm": 0.5946579575538635,
2500
+ "learning_rate": 2.9408920432522246e-07,
2501
+ "loss": 1.2139933109283447,
2502
+ "step": 712
2503
+ },
2504
+ {
2505
+ "epoch": 2.8446215139442232,
2506
+ "grad_norm": 0.4142098128795624,
2507
+ "learning_rate": 2.9165437527805734e-07,
2508
+ "loss": 0.7183558940887451,
2509
+ "step": 714
2510
+ },
2511
+ {
2512
+ "epoch": 2.852589641434263,
2513
+ "grad_norm": 0.3885643184185028,
2514
+ "learning_rate": 2.892307760684234e-07,
2515
+ "loss": 1.190184473991394,
2516
+ "step": 716
2517
+ },
2518
+ {
2519
+ "epoch": 2.860557768924303,
2520
+ "grad_norm": 2.370802879333496,
2521
+ "learning_rate": 2.868185120459867e-07,
2522
+ "loss": 0.7851237654685974,
2523
+ "step": 718
2524
+ },
2525
+ {
2526
+ "epoch": 2.8685258964143427,
2527
+ "grad_norm": 0.4130178987979889,
2528
+ "learning_rate": 2.8441768806769305e-07,
2529
+ "loss": 0.7491707801818848,
2530
+ "step": 720
2531
+ },
2532
+ {
2533
+ "epoch": 2.8764940239043826,
2534
+ "grad_norm": 0.5927749276161194,
2535
+ "learning_rate": 2.8202840849320864e-07,
2536
+ "loss": 1.0182961225509644,
2537
+ "step": 722
2538
+ },
2539
+ {
2540
+ "epoch": 2.8844621513944224,
2541
+ "grad_norm": 0.3625214397907257,
2542
+ "learning_rate": 2.796507771803843e-07,
2543
+ "loss": 0.7264545559883118,
2544
+ "step": 724
2545
+ },
2546
+ {
2547
+ "epoch": 2.8924302788844622,
2548
+ "grad_norm": 0.3499440848827362,
2549
+ "learning_rate": 2.772848974807419e-07,
2550
+ "loss": 1.1779705286026,
2551
+ "step": 726
2552
+ },
2553
+ {
2554
+ "epoch": 2.900398406374502,
2555
+ "grad_norm": 0.493435263633728,
2556
+ "learning_rate": 2.7493087223498015e-07,
2557
+ "loss": 0.686111330986023,
2558
+ "step": 728
2559
+ },
2560
+ {
2561
+ "epoch": 2.908366533864542,
2562
+ "grad_norm": 0.4593299925327301,
2563
+ "learning_rate": 2.7258880376850567e-07,
2564
+ "loss": 1.1069648265838623,
2565
+ "step": 730
2566
+ },
2567
+ {
2568
+ "epoch": 2.9163346613545817,
2569
+ "grad_norm": 0.5402621626853943,
2570
+ "learning_rate": 2.702587938869842e-07,
2571
+ "loss": 0.6000016927719116,
2572
+ "step": 732
2573
+ },
2574
+ {
2575
+ "epoch": 2.9243027888446216,
2576
+ "grad_norm": 0.7403383255004883,
2577
+ "learning_rate": 2.679409438719161e-07,
2578
+ "loss": 1.2140743732452393,
2579
+ "step": 734
2580
+ },
2581
+ {
2582
+ "epoch": 2.9322709163346614,
2583
+ "grad_norm": 1.8978993892669678,
2584
+ "learning_rate": 2.6563535447623297e-07,
2585
+ "loss": 0.5592060089111328,
2586
+ "step": 736
2587
+ },
2588
+ {
2589
+ "epoch": 2.9402390438247012,
2590
+ "grad_norm": 0.8265647292137146,
2591
+ "learning_rate": 2.6334212591991844e-07,
2592
+ "loss": 1.1739059686660767,
2593
+ "step": 738
2594
+ },
2595
+ {
2596
+ "epoch": 2.948207171314741,
2597
+ "grad_norm": 0.5640074610710144,
2598
+ "learning_rate": 2.6106135788565244e-07,
2599
+ "loss": 1.3693397045135498,
2600
+ "step": 740
2601
+ },
2602
+ {
2603
+ "epoch": 2.956175298804781,
2604
+ "grad_norm": 0.8951840996742249,
2605
+ "learning_rate": 2.5879314951447684e-07,
2606
+ "loss": 0.6989073753356934,
2607
+ "step": 742
2608
+ },
2609
+ {
2610
+ "epoch": 2.9641434262948207,
2611
+ "grad_norm": 0.4623081386089325,
2612
+ "learning_rate": 2.565375994014869e-07,
2613
+ "loss": 1.1248592138290405,
2614
+ "step": 744
2615
+ },
2616
+ {
2617
+ "epoch": 2.9721115537848606,
2618
+ "grad_norm": 0.523663341999054,
2619
+ "learning_rate": 2.5429480559154536e-07,
2620
+ "loss": 1.1039721965789795,
2621
+ "step": 746
2622
+ },
2623
+ {
2624
+ "epoch": 2.9800796812749004,
2625
+ "grad_norm": 1.67033052444458,
2626
+ "learning_rate": 2.520648655750208e-07,
2627
+ "loss": 0.7559752464294434,
2628
+ "step": 748
2629
+ },
2630
+ {
2631
+ "epoch": 2.9880478087649402,
2632
+ "grad_norm": 0.550735354423523,
2633
+ "learning_rate": 2.4984787628354915e-07,
2634
+ "loss": 0.3449558913707733,
2635
+ "step": 750
2636
+ },
2637
+ {
2638
+ "epoch": 2.99601593625498,
2639
+ "grad_norm": 1.1384780406951904,
2640
+ "learning_rate": 2.476439340858208e-07,
2641
+ "loss": 1.1599386930465698,
2642
+ "step": 752
2643
+ },
2644
+ {
2645
+ "epoch": 3.00398406374502,
2646
+ "grad_norm": 0.6758951544761658,
2647
+ "learning_rate": 2.4545313478339177e-07,
2648
+ "loss": 0.6901751160621643,
2649
+ "step": 754
2650
+ },
2651
+ {
2652
+ "epoch": 3.0119521912350598,
2653
+ "grad_norm": 0.4316188097000122,
2654
+ "learning_rate": 2.432755736065189e-07,
2655
+ "loss": 0.8225246667861938,
2656
+ "step": 756
2657
+ },
2658
+ {
2659
+ "epoch": 3.0199203187250996,
2660
+ "grad_norm": 0.44040101766586304,
2661
+ "learning_rate": 2.4111134521002105e-07,
2662
+ "loss": 0.5468270778656006,
2663
+ "step": 758
2664
+ },
2665
+ {
2666
+ "epoch": 3.0278884462151394,
2667
+ "grad_norm": 0.6496953964233398,
2668
+ "learning_rate": 2.3896054366916363e-07,
2669
+ "loss": 0.9568942785263062,
2670
+ "step": 760
2671
+ },
2672
+ {
2673
+ "epoch": 3.0358565737051793,
2674
+ "grad_norm": 3.118239641189575,
2675
+ "learning_rate": 2.3682326247556998e-07,
2676
+ "loss": 0.6734780073165894,
2677
+ "step": 762
2678
+ },
2679
+ {
2680
+ "epoch": 3.043824701195219,
2681
+ "grad_norm": 0.45301729440689087,
2682
+ "learning_rate": 2.3469959453315754e-07,
2683
+ "loss": 1.1819524765014648,
2684
+ "step": 764
2685
+ },
2686
+ {
2687
+ "epoch": 3.051792828685259,
2688
+ "grad_norm": 0.48368385434150696,
2689
+ "learning_rate": 2.3258963215409923e-07,
2690
+ "loss": 0.2418724000453949,
2691
+ "step": 766
2692
+ },
2693
+ {
2694
+ "epoch": 3.0597609561752988,
2695
+ "grad_norm": 0.3687514364719391,
2696
+ "learning_rate": 2.3049346705481084e-07,
2697
+ "loss": 1.0057097673416138,
2698
+ "step": 768
2699
+ },
2700
+ {
2701
+ "epoch": 3.0677290836653386,
2702
+ "grad_norm": 0.5440084934234619,
2703
+ "learning_rate": 2.2841119035196407e-07,
2704
+ "loss": 1.117985725402832,
2705
+ "step": 770
2706
+ },
2707
+ {
2708
+ "epoch": 3.0756972111553784,
2709
+ "grad_norm": 0.4214663505554199,
2710
+ "learning_rate": 2.26342892558526e-07,
2711
+ "loss": 1.182395100593567,
2712
+ "step": 772
2713
+ },
2714
+ {
2715
+ "epoch": 3.0836653386454183,
2716
+ "grad_norm": 0.6138442754745483,
2717
+ "learning_rate": 2.2428866357982513e-07,
2718
+ "loss": 1.0611752271652222,
2719
+ "step": 774
2720
+ },
2721
+ {
2722
+ "epoch": 3.091633466135458,
2723
+ "grad_norm": 0.29164546728134155,
2724
+ "learning_rate": 2.2224859270964235e-07,
2725
+ "loss": 0.8244748115539551,
2726
+ "step": 776
2727
+ },
2728
+ {
2729
+ "epoch": 3.099601593625498,
2730
+ "grad_norm": 0.5247227549552917,
2731
+ "learning_rate": 2.202227686263307e-07,
2732
+ "loss": 0.8076885938644409,
2733
+ "step": 778
2734
+ },
2735
+ {
2736
+ "epoch": 3.1075697211155378,
2737
+ "grad_norm": 0.4827449321746826,
2738
+ "learning_rate": 2.1821127938895936e-07,
2739
+ "loss": 1.164618968963623,
2740
+ "step": 780
2741
+ },
2742
+ {
2743
+ "epoch": 3.1155378486055776,
2744
+ "grad_norm": 0.27927151322364807,
2745
+ "learning_rate": 2.162142124334871e-07,
2746
+ "loss": 0.6487075686454773,
2747
+ "step": 782
2748
+ },
2749
+ {
2750
+ "epoch": 3.1235059760956174,
2751
+ "grad_norm": 2.0876452922821045,
2752
+ "learning_rate": 2.1423165456896063e-07,
2753
+ "loss": 1.2239673137664795,
2754
+ "step": 784
2755
+ },
2756
+ {
2757
+ "epoch": 3.1314741035856573,
2758
+ "grad_norm": 0.58223557472229,
2759
+ "learning_rate": 2.1226369197374174e-07,
2760
+ "loss": 1.0446572303771973,
2761
+ "step": 786
2762
+ },
2763
+ {
2764
+ "epoch": 3.139442231075697,
2765
+ "grad_norm": 0.7666153907775879,
2766
+ "learning_rate": 2.103104101917615e-07,
2767
+ "loss": 0.9695687294006348,
2768
+ "step": 788
2769
+ },
2770
+ {
2771
+ "epoch": 3.147410358565737,
2772
+ "grad_norm": 0.17971999943256378,
2773
+ "learning_rate": 2.083718941288004e-07,
2774
+ "loss": 0.7158756256103516,
2775
+ "step": 790
2776
+ },
2777
+ {
2778
+ "epoch": 3.1553784860557768,
2779
+ "grad_norm": 0.5609447956085205,
2780
+ "learning_rate": 2.0644822804879964e-07,
2781
+ "loss": 1.0817302465438843,
2782
+ "step": 792
2783
+ },
2784
+ {
2785
+ "epoch": 3.1633466135458166,
2786
+ "grad_norm": 0.14870183169841766,
2787
+ "learning_rate": 2.045394955701969e-07,
2788
+ "loss": 0.4572441577911377,
2789
+ "step": 794
2790
+ },
2791
+ {
2792
+ "epoch": 3.1713147410358564,
2793
+ "grad_norm": 0.45732492208480835,
2794
+ "learning_rate": 2.0264577966229222e-07,
2795
+ "loss": 0.9440208673477173,
2796
+ "step": 796
2797
+ },
2798
+ {
2799
+ "epoch": 3.1792828685258963,
2800
+ "grad_norm": 0.30812424421310425,
2801
+ "learning_rate": 2.0076716264164116e-07,
2802
+ "loss": 0.6523926854133606,
2803
+ "step": 798
2804
+ },
2805
+ {
2806
+ "epoch": 3.187250996015936,
2807
+ "grad_norm": 0.5582972168922424,
2808
+ "learning_rate": 1.989037261684766e-07,
2809
+ "loss": 1.073933720588684,
2810
+ "step": 800
2811
+ },
2812
+ {
2813
+ "epoch": 3.195219123505976,
2814
+ "grad_norm": 0.3473052978515625,
2815
+ "learning_rate": 1.9705555124315965e-07,
2816
+ "loss": 0.9868369102478027,
2817
+ "step": 802
2818
+ },
2819
+ {
2820
+ "epoch": 3.2031872509960158,
2821
+ "grad_norm": 1.0986326932907104,
2822
+ "learning_rate": 1.9522271820265802e-07,
2823
+ "loss": 0.9842031598091125,
2824
+ "step": 804
2825
+ },
2826
+ {
2827
+ "epoch": 3.2111553784860556,
2828
+ "grad_norm": 0.9676355719566345,
2829
+ "learning_rate": 1.9340530671705447e-07,
2830
+ "loss": 1.4722096920013428,
2831
+ "step": 806
2832
+ },
2833
+ {
2834
+ "epoch": 3.2191235059760954,
2835
+ "grad_norm": 1.6234230995178223,
2836
+ "learning_rate": 1.9160339578608303e-07,
2837
+ "loss": 0.7529752254486084,
2838
+ "step": 808
2839
+ },
2840
+ {
2841
+ "epoch": 3.2270916334661353,
2842
+ "grad_norm": 0.4372311234474182,
2843
+ "learning_rate": 1.89817063735696e-07,
2844
+ "loss": 1.0224361419677734,
2845
+ "step": 810
2846
+ },
2847
+ {
2848
+ "epoch": 3.235059760956175,
2849
+ "grad_norm": 0.6926037073135376,
2850
+ "learning_rate": 1.8804638821465818e-07,
2851
+ "loss": 0.5187029838562012,
2852
+ "step": 812
2853
+ },
2854
+ {
2855
+ "epoch": 3.243027888446215,
2856
+ "grad_norm": 0.34467005729675293,
2857
+ "learning_rate": 1.8629144619117233e-07,
2858
+ "loss": 1.0658881664276123,
2859
+ "step": 814
2860
+ },
2861
+ {
2862
+ "epoch": 3.2509960159362548,
2863
+ "grad_norm": 1.1070398092269897,
2864
+ "learning_rate": 1.8455231394953346e-07,
2865
+ "loss": 0.7056020498275757,
2866
+ "step": 816
2867
+ },
2868
+ {
2869
+ "epoch": 3.2589641434262946,
2870
+ "grad_norm": 0.45471855998039246,
2871
+ "learning_rate": 1.8282906708681236e-07,
2872
+ "loss": 1.150197148323059,
2873
+ "step": 818
2874
+ },
2875
+ {
2876
+ "epoch": 3.2669322709163344,
2877
+ "grad_norm": 1.0237236022949219,
2878
+ "learning_rate": 1.8112178050956988e-07,
2879
+ "loss": 0.9537737369537354,
2880
+ "step": 820
2881
+ },
2882
+ {
2883
+ "epoch": 3.2749003984063743,
2884
+ "grad_norm": 0.6596385836601257,
2885
+ "learning_rate": 1.794305284306013e-07,
2886
+ "loss": 1.0868531465530396,
2887
+ "step": 822
2888
+ },
2889
+ {
2890
+ "epoch": 3.2828685258964145,
2891
+ "grad_norm": 0.7938012480735779,
2892
+ "learning_rate": 1.7775538436570937e-07,
2893
+ "loss": 0.7373219132423401,
2894
+ "step": 824
2895
+ },
2896
+ {
2897
+ "epoch": 3.2908366533864544,
2898
+ "grad_norm": 0.34923869371414185,
2899
+ "learning_rate": 1.7609642113050992e-07,
2900
+ "loss": 1.1872001886367798,
2901
+ "step": 826
2902
+ },
2903
+ {
2904
+ "epoch": 3.298804780876494,
2905
+ "grad_norm": 0.4653020203113556,
2906
+ "learning_rate": 1.7445371083726564e-07,
2907
+ "loss": 1.1614234447479248,
2908
+ "step": 828
2909
+ },
2910
+ {
2911
+ "epoch": 3.306772908366534,
2912
+ "grad_norm": 0.4868079125881195,
2913
+ "learning_rate": 1.7282732489175224e-07,
2914
+ "loss": 1.1662194728851318,
2915
+ "step": 830
2916
+ },
2917
+ {
2918
+ "epoch": 3.314741035856574,
2919
+ "grad_norm": 0.7877575755119324,
2920
+ "learning_rate": 1.7121733399015402e-07,
2921
+ "loss": 0.91205233335495,
2922
+ "step": 832
2923
+ },
2924
+ {
2925
+ "epoch": 3.3227091633466137,
2926
+ "grad_norm": 2.043727397918701,
2927
+ "learning_rate": 1.6962380811599137e-07,
2928
+ "loss": 0.5424389839172363,
2929
+ "step": 834
2930
+ },
2931
+ {
2932
+ "epoch": 3.3306772908366535,
2933
+ "grad_norm": 1.0781350135803223,
2934
+ "learning_rate": 1.6804681653707814e-07,
2935
+ "loss": 0.8418402671813965,
2936
+ "step": 836
2937
+ },
2938
+ {
2939
+ "epoch": 3.3386454183266934,
2940
+ "grad_norm": 0.7440342307090759,
2941
+ "learning_rate": 1.6648642780251092e-07,
2942
+ "loss": 1.0298240184783936,
2943
+ "step": 838
2944
+ },
2945
+ {
2946
+ "epoch": 3.346613545816733,
2947
+ "grad_norm": 0.8263541460037231,
2948
+ "learning_rate": 1.649427097396897e-07,
2949
+ "loss": 0.42005059123039246,
2950
+ "step": 840
2951
+ },
2952
+ {
2953
+ "epoch": 3.354581673306773,
2954
+ "grad_norm": 0.5452672243118286,
2955
+ "learning_rate": 1.63415729451369e-07,
2956
+ "loss": 1.0754554271697998,
2957
+ "step": 842
2958
+ },
2959
+ {
2960
+ "epoch": 3.362549800796813,
2961
+ "grad_norm": 0.5182120203971863,
2962
+ "learning_rate": 1.619055533127412e-07,
2963
+ "loss": 0.9780777096748352,
2964
+ "step": 844
2965
+ },
2966
+ {
2967
+ "epoch": 3.3705179282868527,
2968
+ "grad_norm": 0.48941749334335327,
2969
+ "learning_rate": 1.6041224696855143e-07,
2970
+ "loss": 1.1990125179290771,
2971
+ "step": 846
2972
+ },
2973
+ {
2974
+ "epoch": 3.3784860557768925,
2975
+ "grad_norm": 0.38062039017677307,
2976
+ "learning_rate": 1.589358753302439e-07,
2977
+ "loss": 1.1686046123504639,
2978
+ "step": 848
2979
+ },
2980
+ {
2981
+ "epoch": 3.3864541832669324,
2982
+ "grad_norm": 0.9446031451225281,
2983
+ "learning_rate": 1.5747650257314066e-07,
2984
+ "loss": 1.432015061378479,
2985
+ "step": 850
2986
+ },
2987
+ {
2988
+ "epoch": 3.394422310756972,
2989
+ "grad_norm": 1.1120773553848267,
2990
+ "learning_rate": 1.5603419213365144e-07,
2991
+ "loss": 1.1429520845413208,
2992
+ "step": 852
2993
+ },
2994
+ {
2995
+ "epoch": 3.402390438247012,
2996
+ "grad_norm": 0.538745105266571,
2997
+ "learning_rate": 1.5460900670651704e-07,
2998
+ "loss": 0.7400649785995483,
2999
+ "step": 854
3000
+ },
3001
+ {
3002
+ "epoch": 3.410358565737052,
3003
+ "grad_norm": 0.5193626880645752,
3004
+ "learning_rate": 1.5320100824208305e-07,
3005
+ "loss": 1.1519125699996948,
3006
+ "step": 856
3007
+ },
3008
+ {
3009
+ "epoch": 3.4183266932270917,
3010
+ "grad_norm": 0.3940195143222809,
3011
+ "learning_rate": 1.5181025794360798e-07,
3012
+ "loss": 1.3227684497833252,
3013
+ "step": 858
3014
+ },
3015
+ {
3016
+ "epoch": 3.4262948207171315,
3017
+ "grad_norm": 0.5315623879432678,
3018
+ "learning_rate": 1.5043681626460196e-07,
3019
+ "loss": 1.2551010847091675,
3020
+ "step": 860
3021
+ },
3022
+ {
3023
+ "epoch": 3.4342629482071714,
3024
+ "grad_norm": 2.863178014755249,
3025
+ "learning_rate": 1.490807429061997e-07,
3026
+ "loss": 1.043013572692871,
3027
+ "step": 862
3028
+ },
3029
+ {
3030
+ "epoch": 3.442231075697211,
3031
+ "grad_norm": 5.395115375518799,
3032
+ "learning_rate": 1.4774209681456517e-07,
3033
+ "loss": 0.9645116329193115,
3034
+ "step": 864
3035
+ },
3036
+ {
3037
+ "epoch": 3.450199203187251,
3038
+ "grad_norm": 0.8922992944717407,
3039
+ "learning_rate": 1.464209361783285e-07,
3040
+ "loss": 1.0984504222869873,
3041
+ "step": 866
3042
+ },
3043
+ {
3044
+ "epoch": 3.458167330677291,
3045
+ "grad_norm": 0.5256724953651428,
3046
+ "learning_rate": 1.4511731842605803e-07,
3047
+ "loss": 0.9979899525642395,
3048
+ "step": 868
3049
+ },
3050
+ {
3051
+ "epoch": 3.4661354581673307,
3052
+ "grad_norm": 20.09447479248047,
3053
+ "learning_rate": 1.4383130022376296e-07,
3054
+ "loss": 0.6578091382980347,
3055
+ "step": 870
3056
+ },
3057
+ {
3058
+ "epoch": 3.4741035856573705,
3059
+ "grad_norm": 0.2142326384782791,
3060
+ "learning_rate": 1.4256293747243065e-07,
3061
+ "loss": 0.8180892467498779,
3062
+ "step": 872
3063
+ },
3064
+ {
3065
+ "epoch": 3.4820717131474104,
3066
+ "grad_norm": 0.21468740701675415,
3067
+ "learning_rate": 1.4131228530559635e-07,
3068
+ "loss": 0.9822489619255066,
3069
+ "step": 874
3070
+ },
3071
+ {
3072
+ "epoch": 3.49003984063745,
3073
+ "grad_norm": 0.7827680110931396,
3074
+ "learning_rate": 1.400793980869468e-07,
3075
+ "loss": 0.8261870741844177,
3076
+ "step": 876
3077
+ },
3078
+ {
3079
+ "epoch": 3.49800796812749,
3080
+ "grad_norm": 1.5622820854187012,
3081
+ "learning_rate": 1.3886432940795743e-07,
3082
+ "loss": 0.6720483303070068,
3083
+ "step": 878
3084
+ },
3085
+ {
3086
+ "epoch": 3.50597609561753,
3087
+ "grad_norm": 0.8509066700935364,
3088
+ "learning_rate": 1.376671320855623e-07,
3089
+ "loss": 0.7396157383918762,
3090
+ "step": 880
3091
+ },
3092
+ {
3093
+ "epoch": 3.5139442231075697,
3094
+ "grad_norm": 0.5573006272315979,
3095
+ "learning_rate": 1.3648785815985874e-07,
3096
+ "loss": 1.1854437589645386,
3097
+ "step": 882
3098
+ },
3099
+ {
3100
+ "epoch": 3.5219123505976095,
3101
+ "grad_norm": 3.8408010005950928,
3102
+ "learning_rate": 1.3532655889184476e-07,
3103
+ "loss": 0.5168848633766174,
3104
+ "step": 884
3105
+ },
3106
+ {
3107
+ "epoch": 3.5298804780876494,
3108
+ "grad_norm": 2.9168479442596436,
3109
+ "learning_rate": 1.3418328476119135e-07,
3110
+ "loss": 1.034480333328247,
3111
+ "step": 886
3112
+ },
3113
+ {
3114
+ "epoch": 3.537848605577689,
3115
+ "grad_norm": 0.39456796646118164,
3116
+ "learning_rate": 1.3305808546404768e-07,
3117
+ "loss": 1.1958153247833252,
3118
+ "step": 888
3119
+ },
3120
+ {
3121
+ "epoch": 3.545816733067729,
3122
+ "grad_norm": 0.4726790487766266,
3123
+ "learning_rate": 1.319510099108814e-07,
3124
+ "loss": 0.62462317943573,
3125
+ "step": 890
3126
+ },
3127
+ {
3128
+ "epoch": 3.553784860557769,
3129
+ "grad_norm": 0.7686280608177185,
3130
+ "learning_rate": 1.308621062243524e-07,
3131
+ "loss": 1.4123520851135254,
3132
+ "step": 892
3133
+ },
3134
+ {
3135
+ "epoch": 3.5617529880478087,
3136
+ "grad_norm": 0.43162164092063904,
3137
+ "learning_rate": 1.2979142173722052e-07,
3138
+ "loss": 1.2093850374221802,
3139
+ "step": 894
3140
+ },
3141
+ {
3142
+ "epoch": 3.5697211155378485,
3143
+ "grad_norm": 0.6851413249969482,
3144
+ "learning_rate": 1.2873900299028894e-07,
3145
+ "loss": 0.4169965088367462,
3146
+ "step": 896
3147
+ },
3148
+ {
3149
+ "epoch": 3.5776892430278884,
3150
+ "grad_norm": 0.37487801909446716,
3151
+ "learning_rate": 1.2770489573038072e-07,
3152
+ "loss": 0.8792660236358643,
3153
+ "step": 898
3154
+ },
3155
+ {
3156
+ "epoch": 3.585657370517928,
3157
+ "grad_norm": 0.42972782254219055,
3158
+ "learning_rate": 1.2668914490834982e-07,
3159
+ "loss": 0.5300610661506653,
3160
+ "step": 900
3161
+ },
3162
+ {
3163
+ "epoch": 3.593625498007968,
3164
+ "grad_norm": 5.69271993637085,
3165
+ "learning_rate": 1.2569179467712804e-07,
3166
+ "loss": 0.1809053122997284,
3167
+ "step": 902
3168
+ },
3169
+ {
3170
+ "epoch": 3.601593625498008,
3171
+ "grad_norm": 0.4998655915260315,
3172
+ "learning_rate": 1.2471288838980504e-07,
3173
+ "loss": 1.043647050857544,
3174
+ "step": 904
3175
+ },
3176
+ {
3177
+ "epoch": 3.6095617529880477,
3178
+ "grad_norm": 0.5562883615493774,
3179
+ "learning_rate": 1.237524685977444e-07,
3180
+ "loss": 0.9470633268356323,
3181
+ "step": 906
3182
+ },
3183
+ {
3184
+ "epoch": 3.6175298804780875,
3185
+ "grad_norm": 0.45538005232810974,
3186
+ "learning_rate": 1.228105770487333e-07,
3187
+ "loss": 1.179053544998169,
3188
+ "step": 908
3189
+ },
3190
+ {
3191
+ "epoch": 3.6254980079681274,
3192
+ "grad_norm": 0.5423485636711121,
3193
+ "learning_rate": 1.2188725468516874e-07,
3194
+ "loss": 1.1503219604492188,
3195
+ "step": 910
3196
+ },
3197
+ {
3198
+ "epoch": 3.633466135458167,
3199
+ "grad_norm": 0.5560302734375,
3200
+ "learning_rate": 1.2098254164227705e-07,
3201
+ "loss": 0.2553570568561554,
3202
+ "step": 912
3203
+ },
3204
+ {
3205
+ "epoch": 3.641434262948207,
3206
+ "grad_norm": 0.3783654272556305,
3207
+ "learning_rate": 1.200964772463695e-07,
3208
+ "loss": 1.0606558322906494,
3209
+ "step": 914
3210
+ },
3211
+ {
3212
+ "epoch": 3.649402390438247,
3213
+ "grad_norm": 1.3476688861846924,
3214
+ "learning_rate": 1.192291000131331e-07,
3215
+ "loss": 1.0885281562805176,
3216
+ "step": 916
3217
+ },
3218
+ {
3219
+ "epoch": 3.6573705179282867,
3220
+ "grad_norm": 1.2853106260299683,
3221
+ "learning_rate": 1.1838044764595615e-07,
3222
+ "loss": 0.5078513622283936,
3223
+ "step": 918
3224
+ },
3225
+ {
3226
+ "epoch": 3.6653386454183265,
3227
+ "grad_norm": 0.5647287964820862,
3228
+ "learning_rate": 1.1755055703428956e-07,
3229
+ "loss": 1.2124147415161133,
3230
+ "step": 920
3231
+ },
3232
+ {
3233
+ "epoch": 3.6733067729083664,
3234
+ "grad_norm": 0.4864143133163452,
3235
+ "learning_rate": 1.1673946425204286e-07,
3236
+ "loss": 0.43091651797294617,
3237
+ "step": 922
3238
+ },
3239
+ {
3240
+ "epoch": 3.681274900398406,
3241
+ "grad_norm": 0.6131622791290283,
3242
+ "learning_rate": 1.1594720455601663e-07,
3243
+ "loss": 1.3501334190368652,
3244
+ "step": 924
3245
+ },
3246
+ {
3247
+ "epoch": 3.6892430278884465,
3248
+ "grad_norm": 1.0398799180984497,
3249
+ "learning_rate": 1.1517381238436986e-07,
3250
+ "loss": 0.5815224051475525,
3251
+ "step": 926
3252
+ },
3253
+ {
3254
+ "epoch": 3.6972111553784863,
3255
+ "grad_norm": 0.7707909941673279,
3256
+ "learning_rate": 1.144193213551226e-07,
3257
+ "loss": 0.9891685247421265,
3258
+ "step": 928
3259
+ },
3260
+ {
3261
+ "epoch": 3.705179282868526,
3262
+ "grad_norm": 0.2545696198940277,
3263
+ "learning_rate": 1.1368376426469523e-07,
3264
+ "loss": 1.1158779859542847,
3265
+ "step": 930
3266
+ },
3267
+ {
3268
+ "epoch": 3.713147410358566,
3269
+ "grad_norm": 0.5492184162139893,
3270
+ "learning_rate": 1.1296717308648236e-07,
3271
+ "loss": 1.1675889492034912,
3272
+ "step": 932
3273
+ },
3274
+ {
3275
+ "epoch": 3.721115537848606,
3276
+ "grad_norm": 0.9168418049812317,
3277
+ "learning_rate": 1.1226957896946332e-07,
3278
+ "loss": 0.8874309062957764,
3279
+ "step": 934
3280
+ },
3281
+ {
3282
+ "epoch": 3.7290836653386457,
3283
+ "grad_norm": 0.5822036266326904,
3284
+ "learning_rate": 1.1159101223684788e-07,
3285
+ "loss": 1.1191778182983398,
3286
+ "step": 936
3287
+ },
3288
+ {
3289
+ "epoch": 3.7370517928286855,
3290
+ "grad_norm": 2.816157579421997,
3291
+ "learning_rate": 1.1093150238475845e-07,
3292
+ "loss": 1.1562682390213013,
3293
+ "step": 938
3294
+ },
3295
+ {
3296
+ "epoch": 3.7450199203187253,
3297
+ "grad_norm": 0.37556105852127075,
3298
+ "learning_rate": 1.1029107808094788e-07,
3299
+ "loss": 1.0539166927337646,
3300
+ "step": 940
3301
+ },
3302
+ {
3303
+ "epoch": 3.752988047808765,
3304
+ "grad_norm": 0.7887294292449951,
3305
+ "learning_rate": 1.0966976716355293e-07,
3306
+ "loss": 1.166836142539978,
3307
+ "step": 942
3308
+ },
3309
+ {
3310
+ "epoch": 3.760956175298805,
3311
+ "grad_norm": 0.9350002408027649,
3312
+ "learning_rate": 1.0906759663988474e-07,
3313
+ "loss": 0.6714451909065247,
3314
+ "step": 944
3315
+ },
3316
+ {
3317
+ "epoch": 3.768924302788845,
3318
+ "grad_norm": 0.5544145107269287,
3319
+ "learning_rate": 1.084845926852547e-07,
3320
+ "loss": 1.1760157346725464,
3321
+ "step": 946
3322
+ },
3323
+ {
3324
+ "epoch": 3.7768924302788847,
3325
+ "grad_norm": 1.4443753957748413,
3326
+ "learning_rate": 1.079207806418365e-07,
3327
+ "loss": 0.9075829982757568,
3328
+ "step": 948
3329
+ },
3330
+ {
3331
+ "epoch": 3.7848605577689245,
3332
+ "grad_norm": 0.42774176597595215,
3333
+ "learning_rate": 1.0737618501756453e-07,
3334
+ "loss": 1.1582362651824951,
3335
+ "step": 950
3336
+ },
3337
+ {
3338
+ "epoch": 3.7928286852589643,
3339
+ "grad_norm": 0.46223682165145874,
3340
+ "learning_rate": 1.0685082948506874e-07,
3341
+ "loss": 1.188973069190979,
3342
+ "step": 952
3343
+ },
3344
+ {
3345
+ "epoch": 3.800796812749004,
3346
+ "grad_norm": 0.5352646112442017,
3347
+ "learning_rate": 1.063447368806457e-07,
3348
+ "loss": 0.8787344098091125,
3349
+ "step": 954
3350
+ },
3351
+ {
3352
+ "epoch": 3.808764940239044,
3353
+ "grad_norm": 2.997920513153076,
3354
+ "learning_rate": 1.0585792920326563e-07,
3355
+ "loss": 1.0658434629440308,
3356
+ "step": 956
3357
+ },
3358
+ {
3359
+ "epoch": 3.816733067729084,
3360
+ "grad_norm": 1.961532711982727,
3361
+ "learning_rate": 1.0539042761361646e-07,
3362
+ "loss": 0.8814696073532104,
3363
+ "step": 958
3364
+ },
3365
+ {
3366
+ "epoch": 3.8247011952191237,
3367
+ "grad_norm": 0.9376783967018127,
3368
+ "learning_rate": 1.049422524331837e-07,
3369
+ "loss": 1.0061813592910767,
3370
+ "step": 960
3371
+ },
3372
+ {
3373
+ "epoch": 3.8326693227091635,
3374
+ "grad_norm": 0.6350404620170593,
3375
+ "learning_rate": 1.0451342314336753e-07,
3376
+ "loss": 0.9253600239753723,
3377
+ "step": 962
3378
+ },
3379
+ {
3380
+ "epoch": 3.8406374501992033,
3381
+ "grad_norm": 1.0082424879074097,
3382
+ "learning_rate": 1.0410395838463545e-07,
3383
+ "loss": 1.2256076335906982,
3384
+ "step": 964
3385
+ },
3386
+ {
3387
+ "epoch": 3.848605577689243,
3388
+ "grad_norm": 0.7602862119674683,
3389
+ "learning_rate": 1.0371387595571246e-07,
3390
+ "loss": 0.5702172517776489,
3391
+ "step": 966
3392
+ },
3393
+ {
3394
+ "epoch": 3.856573705179283,
3395
+ "grad_norm": 0.5603384375572205,
3396
+ "learning_rate": 1.0334319281280713e-07,
3397
+ "loss": 0.7256681323051453,
3398
+ "step": 968
3399
+ },
3400
+ {
3401
+ "epoch": 3.864541832669323,
3402
+ "grad_norm": 1.6261464357376099,
3403
+ "learning_rate": 1.0299192506887466e-07,
3404
+ "loss": 1.083208680152893,
3405
+ "step": 970
3406
+ },
3407
+ {
3408
+ "epoch": 3.8725099601593627,
3409
+ "grad_norm": 0.40230756998062134,
3410
+ "learning_rate": 1.0266008799291634e-07,
3411
+ "loss": 0.8354797959327698,
3412
+ "step": 972
3413
+ },
3414
+ {
3415
+ "epoch": 3.8804780876494025,
3416
+ "grad_norm": 0.18954500555992126,
3417
+ "learning_rate": 1.0234769600931611e-07,
3418
+ "loss": 0.6113368272781372,
3419
+ "step": 974
3420
+ },
3421
+ {
3422
+ "epoch": 3.8884462151394423,
3423
+ "grad_norm": 0.5848817825317383,
3424
+ "learning_rate": 1.0205476269721311e-07,
3425
+ "loss": 1.167410969734192,
3426
+ "step": 976
3427
+ },
3428
+ {
3429
+ "epoch": 3.896414342629482,
3430
+ "grad_norm": 0.8019612431526184,
3431
+ "learning_rate": 1.0178130078991195e-07,
3432
+ "loss": 0.6739932298660278,
3433
+ "step": 978
3434
+ },
3435
+ {
3436
+ "epoch": 3.904382470119522,
3437
+ "grad_norm": 0.6015135049819946,
3438
+ "learning_rate": 1.0152732217432873e-07,
3439
+ "loss": 0.5854436159133911,
3440
+ "step": 980
3441
+ },
3442
+ {
3443
+ "epoch": 3.912350597609562,
3444
+ "grad_norm": 0.780681848526001,
3445
+ "learning_rate": 1.0129283789047472e-07,
3446
+ "loss": 0.8006756901741028,
3447
+ "step": 982
3448
+ },
3449
+ {
3450
+ "epoch": 3.9203187250996017,
3451
+ "grad_norm": 0.37933349609375,
3452
+ "learning_rate": 1.0107785813097619e-07,
3453
+ "loss": 1.1144965887069702,
3454
+ "step": 984
3455
+ },
3456
+ {
3457
+ "epoch": 3.9282868525896415,
3458
+ "grad_norm": 0.8300569653511047,
3459
+ "learning_rate": 1.0088239224063151e-07,
3460
+ "loss": 0.2734246253967285,
3461
+ "step": 986
3462
+ },
3463
+ {
3464
+ "epoch": 3.9362549800796813,
3465
+ "grad_norm": 1.4782869815826416,
3466
+ "learning_rate": 1.0070644871600493e-07,
3467
+ "loss": 0.7137698531150818,
3468
+ "step": 988
3469
+ },
3470
+ {
3471
+ "epoch": 3.944223107569721,
3472
+ "grad_norm": 0.3787873387336731,
3473
+ "learning_rate": 1.0055003520505713e-07,
3474
+ "loss": 0.8101165294647217,
3475
+ "step": 990
3476
+ },
3477
+ {
3478
+ "epoch": 3.952191235059761,
3479
+ "grad_norm": 0.5657850503921509,
3480
+ "learning_rate": 1.0041315850681298e-07,
3481
+ "loss": 1.2873133420944214,
3482
+ "step": 992
3483
+ },
3484
+ {
3485
+ "epoch": 3.960159362549801,
3486
+ "grad_norm": 0.21417276561260223,
3487
+ "learning_rate": 1.0029582457106586e-07,
3488
+ "loss": 0.3951149582862854,
3489
+ "step": 994
3490
+ },
3491
+ {
3492
+ "epoch": 3.9681274900398407,
3493
+ "grad_norm": 0.49882808327674866,
3494
+ "learning_rate": 1.00198038498119e-07,
3495
+ "loss": 1.1357934474945068,
3496
+ "step": 996
3497
+ },
3498
+ {
3499
+ "epoch": 3.9760956175298805,
3500
+ "grad_norm": 0.3907023072242737,
3501
+ "learning_rate": 1.001198045385639e-07,
3502
+ "loss": 0.8105093836784363,
3503
+ "step": 998
3504
+ },
3505
+ {
3506
+ "epoch": 3.9840637450199203,
3507
+ "grad_norm": 0.8356418013572693,
3508
+ "learning_rate": 1.0006112609309548e-07,
3509
+ "loss": 0.6233622431755066,
3510
+ "step": 1000
3511
+ },
3512
+ {
3513
+ "epoch": 3.99203187250996,
3514
+ "grad_norm": 0.475093275308609,
3515
+ "learning_rate": 1.0002200571236428e-07,
3516
+ "loss": 1.172187328338623,
3517
+ "step": 1002
3518
+ },
3519
+ {
3520
+ "epoch": 4.0,
3521
+ "grad_norm": 0.1982579082250595,
3522
+ "learning_rate": 1.0000244509686563e-07,
3523
+ "loss": 0.5022701025009155,
3524
+ "step": 1004
3525
+ },
3526
+ {
3527
+ "epoch": 4.0,
3528
+ "step": 1004,
3529
+ "total_flos": 4.038502240003031e+18,
3530
+ "train_loss": 1.0441685825645686,
3531
+ "train_runtime": 10534.5209,
3532
+ "train_samples_per_second": 5.718,
3533
+ "train_steps_per_second": 0.095
3534
+ }
3535
+ ],
3536
+ "logging_steps": 2,
3537
+ "max_steps": 1004,
3538
+ "num_input_tokens_seen": 0,
3539
+ "num_train_epochs": 4,
3540
+ "save_steps": 99999,
3541
+ "stateful_callbacks": {
3542
+ "TrainerControl": {
3543
+ "args": {
3544
+ "should_epoch_stop": false,
3545
+ "should_evaluate": false,
3546
+ "should_log": false,
3547
+ "should_save": false,
3548
+ "should_training_stop": false
3549
+ },
3550
+ "attributes": {}
3551
+ }
3552
+ },
3553
+ "total_flos": 4.038502240003031e+18,
3554
+ "train_batch_size": 3,
3555
+ "trial_name": null,
3556
+ "trial_params": null
3557
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ca1a3153d0bb381eded7d815a0d6c846f865dfd739454844594d8ea37ee83d
3
+ size 5649
training_loss.png ADDED