TIHIGTG commited on
Commit
d382fdf
·
verified ·
1 Parent(s): cdfff2c

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 21,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 2,
19
+ "pad_token_id": 151645,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "rope_theta": 1000000.0,
23
+ "sliding_window": 32768,
24
+ "tie_word_embeddings": true,
25
+ "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.49.0",
27
+ "use_cache": false,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.1,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.49.0"
14
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5743e023a8e00dd5e54bcf229c599e078e641492cd91d2f790f48d5d5de7eb18
3
+ size 3087467144
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a077ad7a5bc7e4b9183f443a672085483db836ca91659ca93e55af705c19eed
3
+ size 6175148456
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9899ccda7f0d8d9511991180b93aab508ce6e8489de708c88ad1188e7e1d90d6
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5639e1ae78bbbf46e3ed6321e8d09589d4bd4274700bf899e8ad91b11b1da6a6
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
trainer_state.json ADDED
@@ -0,0 +1,1110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02,
13
+ "grad_norm": 124.0,
14
+ "learning_rate": 2.222222222222222e-07,
15
+ "loss": 0.3594,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.04,
20
+ "grad_norm": 169.0,
21
+ "learning_rate": 4.444444444444444e-07,
22
+ "loss": 0.6024,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.06,
27
+ "grad_norm": 215.0,
28
+ "learning_rate": 6.666666666666666e-07,
29
+ "loss": 0.6887,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.08,
34
+ "grad_norm": 185.0,
35
+ "learning_rate": 8.888888888888888e-07,
36
+ "loss": 0.3535,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.1,
41
+ "grad_norm": 102.0,
42
+ "learning_rate": 9.965635738831615e-07,
43
+ "loss": 0.607,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.12,
48
+ "grad_norm": 69.0,
49
+ "learning_rate": 9.896907216494845e-07,
50
+ "loss": 0.1663,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.14,
55
+ "grad_norm": 6.625,
56
+ "learning_rate": 9.828178694158075e-07,
57
+ "loss": 0.1577,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.16,
62
+ "grad_norm": 10.625,
63
+ "learning_rate": 9.759450171821305e-07,
64
+ "loss": 0.0611,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.18,
69
+ "grad_norm": 33.0,
70
+ "learning_rate": 9.690721649484535e-07,
71
+ "loss": 0.2332,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.2,
76
+ "grad_norm": 24.375,
77
+ "learning_rate": 9.621993127147767e-07,
78
+ "loss": 0.1038,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.22,
83
+ "grad_norm": 3.9375,
84
+ "learning_rate": 9.553264604810997e-07,
85
+ "loss": 0.0732,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.24,
90
+ "grad_norm": 64.5,
91
+ "learning_rate": 9.484536082474226e-07,
92
+ "loss": 0.0427,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.26,
97
+ "grad_norm": 2.09375,
98
+ "learning_rate": 9.415807560137456e-07,
99
+ "loss": 0.1454,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.28,
104
+ "grad_norm": 47.0,
105
+ "learning_rate": 9.347079037800687e-07,
106
+ "loss": 0.0479,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.3,
111
+ "grad_norm": 3.84375,
112
+ "learning_rate": 9.278350515463918e-07,
113
+ "loss": 0.2003,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.32,
118
+ "grad_norm": 0.82421875,
119
+ "learning_rate": 9.209621993127147e-07,
120
+ "loss": 0.1172,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.34,
125
+ "grad_norm": 2.390625,
126
+ "learning_rate": 9.140893470790378e-07,
127
+ "loss": 0.1831,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.36,
132
+ "grad_norm": 1.5078125,
133
+ "learning_rate": 9.072164948453608e-07,
134
+ "loss": 0.2003,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.38,
139
+ "grad_norm": 4.875,
140
+ "learning_rate": 9.003436426116838e-07,
141
+ "loss": 0.0339,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.4,
146
+ "grad_norm": 65.0,
147
+ "learning_rate": 8.934707903780069e-07,
148
+ "loss": 0.1009,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.42,
153
+ "grad_norm": 17.625,
154
+ "learning_rate": 8.865979381443298e-07,
155
+ "loss": 0.2394,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.44,
160
+ "grad_norm": 87.0,
161
+ "learning_rate": 8.797250859106528e-07,
162
+ "loss": 0.08,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.46,
167
+ "grad_norm": 2.703125,
168
+ "learning_rate": 8.728522336769759e-07,
169
+ "loss": 0.1043,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.48,
174
+ "grad_norm": 125.5,
175
+ "learning_rate": 8.659793814432989e-07,
176
+ "loss": 0.1798,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.5,
181
+ "grad_norm": 6.03125,
182
+ "learning_rate": 8.591065292096219e-07,
183
+ "loss": 0.1301,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.52,
188
+ "grad_norm": 2.765625,
189
+ "learning_rate": 8.52233676975945e-07,
190
+ "loss": 0.0622,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.54,
195
+ "grad_norm": 2.65625,
196
+ "learning_rate": 8.45360824742268e-07,
197
+ "loss": 0.0449,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.56,
202
+ "grad_norm": 1.734375,
203
+ "learning_rate": 8.384879725085911e-07,
204
+ "loss": 0.1558,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.58,
209
+ "grad_norm": 11.3125,
210
+ "learning_rate": 8.316151202749141e-07,
211
+ "loss": 0.0643,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.6,
216
+ "grad_norm": 0.2431640625,
217
+ "learning_rate": 8.24742268041237e-07,
218
+ "loss": 0.1363,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.62,
223
+ "grad_norm": 0.365234375,
224
+ "learning_rate": 8.178694158075601e-07,
225
+ "loss": 0.1152,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.64,
230
+ "grad_norm": 1.234375,
231
+ "learning_rate": 8.109965635738831e-07,
232
+ "loss": 0.1112,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.66,
237
+ "grad_norm": 154.0,
238
+ "learning_rate": 8.041237113402062e-07,
239
+ "loss": 0.3181,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.68,
244
+ "grad_norm": 0.298828125,
245
+ "learning_rate": 7.972508591065292e-07,
246
+ "loss": 0.1158,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.7,
251
+ "grad_norm": 1.6171875,
252
+ "learning_rate": 7.903780068728521e-07,
253
+ "loss": 0.1522,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.72,
258
+ "grad_norm": 3.28125,
259
+ "learning_rate": 7.835051546391752e-07,
260
+ "loss": 0.0779,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.74,
265
+ "grad_norm": 140.0,
266
+ "learning_rate": 7.766323024054983e-07,
267
+ "loss": 0.0975,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.76,
272
+ "grad_norm": 0.68359375,
273
+ "learning_rate": 7.697594501718213e-07,
274
+ "loss": 0.0765,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.78,
279
+ "grad_norm": 0.490234375,
280
+ "learning_rate": 7.628865979381443e-07,
281
+ "loss": 0.053,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.8,
286
+ "grad_norm": 100.0,
287
+ "learning_rate": 7.560137457044673e-07,
288
+ "loss": 0.19,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.82,
293
+ "grad_norm": 2.15625,
294
+ "learning_rate": 7.491408934707904e-07,
295
+ "loss": 0.0805,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.84,
300
+ "grad_norm": 0.3046875,
301
+ "learning_rate": 7.422680412371134e-07,
302
+ "loss": 0.047,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.86,
307
+ "grad_norm": 149.0,
308
+ "learning_rate": 7.353951890034364e-07,
309
+ "loss": 0.3266,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.88,
314
+ "grad_norm": 117.0,
315
+ "learning_rate": 7.285223367697594e-07,
316
+ "loss": 0.1204,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.9,
321
+ "grad_norm": 0.96484375,
322
+ "learning_rate": 7.216494845360824e-07,
323
+ "loss": 0.261,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.92,
328
+ "grad_norm": 2.25,
329
+ "learning_rate": 7.147766323024054e-07,
330
+ "loss": 0.1015,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.94,
335
+ "grad_norm": 0.244140625,
336
+ "learning_rate": 7.079037800687286e-07,
337
+ "loss": 0.1012,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.96,
342
+ "grad_norm": 3.15625,
343
+ "learning_rate": 7.010309278350515e-07,
344
+ "loss": 0.1371,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.98,
349
+ "grad_norm": 2.21875,
350
+ "learning_rate": 6.941580756013746e-07,
351
+ "loss": 0.0682,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 1.0,
356
+ "grad_norm": 77.0,
357
+ "learning_rate": 6.872852233676976e-07,
358
+ "loss": 0.1216,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 1.0,
363
+ "eval_loss": 0.2471497803926468,
364
+ "eval_model_preparation_time": 0.0046,
365
+ "eval_runtime": 53.1063,
366
+ "eval_samples_per_second": 16.966,
367
+ "eval_steps_per_second": 4.256,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 1.02,
372
+ "grad_norm": 117.0,
373
+ "learning_rate": 6.804123711340206e-07,
374
+ "loss": 0.1366,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 1.04,
379
+ "grad_norm": 1.53125,
380
+ "learning_rate": 6.735395189003437e-07,
381
+ "loss": 0.0237,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 1.06,
386
+ "grad_norm": 148.0,
387
+ "learning_rate": 6.666666666666666e-07,
388
+ "loss": 0.1306,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 1.08,
393
+ "grad_norm": 2.53125,
394
+ "learning_rate": 6.597938144329896e-07,
395
+ "loss": 0.0973,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 1.1,
400
+ "grad_norm": 4.375,
401
+ "learning_rate": 6.529209621993127e-07,
402
+ "loss": 0.0635,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 1.12,
407
+ "grad_norm": 151.0,
408
+ "learning_rate": 6.460481099656357e-07,
409
+ "loss": 0.1094,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 1.1400000000000001,
414
+ "grad_norm": 69.5,
415
+ "learning_rate": 6.391752577319586e-07,
416
+ "loss": 0.128,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 1.16,
421
+ "grad_norm": 134.0,
422
+ "learning_rate": 6.323024054982817e-07,
423
+ "loss": 0.1616,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 1.18,
428
+ "grad_norm": 103.5,
429
+ "learning_rate": 6.254295532646048e-07,
430
+ "loss": 0.1127,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 1.2,
435
+ "grad_norm": 0.26953125,
436
+ "learning_rate": 6.185567010309279e-07,
437
+ "loss": 0.052,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 1.22,
442
+ "grad_norm": 2.078125,
443
+ "learning_rate": 6.116838487972509e-07,
444
+ "loss": 0.195,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 1.24,
449
+ "grad_norm": 0.8359375,
450
+ "learning_rate": 6.048109965635738e-07,
451
+ "loss": 0.068,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 1.26,
456
+ "grad_norm": 94.5,
457
+ "learning_rate": 5.979381443298969e-07,
458
+ "loss": 0.1086,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 1.28,
463
+ "grad_norm": 0.1826171875,
464
+ "learning_rate": 5.910652920962199e-07,
465
+ "loss": 0.0838,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 1.3,
470
+ "grad_norm": 0.4453125,
471
+ "learning_rate": 5.841924398625429e-07,
472
+ "loss": 0.1265,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 1.32,
477
+ "grad_norm": 153.0,
478
+ "learning_rate": 5.773195876288659e-07,
479
+ "loss": 0.0943,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 1.34,
484
+ "grad_norm": 1.4453125,
485
+ "learning_rate": 5.704467353951889e-07,
486
+ "loss": 0.1852,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 1.3599999999999999,
491
+ "grad_norm": 88.0,
492
+ "learning_rate": 5.63573883161512e-07,
493
+ "loss": 0.1039,
494
+ "step": 680
495
+ },
496
+ {
497
+ "epoch": 1.38,
498
+ "grad_norm": 0.291015625,
499
+ "learning_rate": 5.56701030927835e-07,
500
+ "loss": 0.0983,
501
+ "step": 690
502
+ },
503
+ {
504
+ "epoch": 1.4,
505
+ "grad_norm": 43.25,
506
+ "learning_rate": 5.498281786941581e-07,
507
+ "loss": 0.0961,
508
+ "step": 700
509
+ },
510
+ {
511
+ "epoch": 1.42,
512
+ "grad_norm": 0.640625,
513
+ "learning_rate": 5.429553264604811e-07,
514
+ "loss": 0.059,
515
+ "step": 710
516
+ },
517
+ {
518
+ "epoch": 1.44,
519
+ "grad_norm": 148.0,
520
+ "learning_rate": 5.360824742268041e-07,
521
+ "loss": 0.1221,
522
+ "step": 720
523
+ },
524
+ {
525
+ "epoch": 1.46,
526
+ "grad_norm": 123.5,
527
+ "learning_rate": 5.292096219931271e-07,
528
+ "loss": 0.1694,
529
+ "step": 730
530
+ },
531
+ {
532
+ "epoch": 1.48,
533
+ "grad_norm": 0.7734375,
534
+ "learning_rate": 5.223367697594502e-07,
535
+ "loss": 0.2114,
536
+ "step": 740
537
+ },
538
+ {
539
+ "epoch": 1.5,
540
+ "grad_norm": 0.3671875,
541
+ "learning_rate": 5.154639175257731e-07,
542
+ "loss": 0.1374,
543
+ "step": 750
544
+ },
545
+ {
546
+ "epoch": 1.52,
547
+ "grad_norm": 8.5625,
548
+ "learning_rate": 5.085910652920962e-07,
549
+ "loss": 0.0274,
550
+ "step": 760
551
+ },
552
+ {
553
+ "epoch": 1.54,
554
+ "grad_norm": 93.0,
555
+ "learning_rate": 5.017182130584192e-07,
556
+ "loss": 0.0299,
557
+ "step": 770
558
+ },
559
+ {
560
+ "epoch": 1.56,
561
+ "grad_norm": 131.0,
562
+ "learning_rate": 4.948453608247422e-07,
563
+ "loss": 0.0685,
564
+ "step": 780
565
+ },
566
+ {
567
+ "epoch": 1.58,
568
+ "grad_norm": 25.25,
569
+ "learning_rate": 4.879725085910652e-07,
570
+ "loss": 0.1269,
571
+ "step": 790
572
+ },
573
+ {
574
+ "epoch": 1.6,
575
+ "grad_norm": 46.5,
576
+ "learning_rate": 4.810996563573884e-07,
577
+ "loss": 0.0371,
578
+ "step": 800
579
+ },
580
+ {
581
+ "epoch": 1.62,
582
+ "grad_norm": 129.0,
583
+ "learning_rate": 4.742268041237113e-07,
584
+ "loss": 0.0639,
585
+ "step": 810
586
+ },
587
+ {
588
+ "epoch": 1.6400000000000001,
589
+ "grad_norm": 0.494140625,
590
+ "learning_rate": 4.6735395189003437e-07,
591
+ "loss": 0.1192,
592
+ "step": 820
593
+ },
594
+ {
595
+ "epoch": 1.6600000000000001,
596
+ "grad_norm": 1.0078125,
597
+ "learning_rate": 4.6048109965635733e-07,
598
+ "loss": 0.0727,
599
+ "step": 830
600
+ },
601
+ {
602
+ "epoch": 1.6800000000000002,
603
+ "grad_norm": 0.322265625,
604
+ "learning_rate": 4.536082474226804e-07,
605
+ "loss": 0.1015,
606
+ "step": 840
607
+ },
608
+ {
609
+ "epoch": 1.7,
610
+ "grad_norm": 0.287109375,
611
+ "learning_rate": 4.4673539518900345e-07,
612
+ "loss": 0.0681,
613
+ "step": 850
614
+ },
615
+ {
616
+ "epoch": 1.72,
617
+ "grad_norm": 20.375,
618
+ "learning_rate": 4.398625429553264e-07,
619
+ "loss": 0.0936,
620
+ "step": 860
621
+ },
622
+ {
623
+ "epoch": 1.74,
624
+ "grad_norm": 7.03125,
625
+ "learning_rate": 4.3298969072164947e-07,
626
+ "loss": 0.1056,
627
+ "step": 870
628
+ },
629
+ {
630
+ "epoch": 1.76,
631
+ "grad_norm": 1.703125,
632
+ "learning_rate": 4.261168384879725e-07,
633
+ "loss": 0.0025,
634
+ "step": 880
635
+ },
636
+ {
637
+ "epoch": 1.78,
638
+ "grad_norm": 153.0,
639
+ "learning_rate": 4.1924398625429554e-07,
640
+ "loss": 0.0981,
641
+ "step": 890
642
+ },
643
+ {
644
+ "epoch": 1.8,
645
+ "grad_norm": 111.0,
646
+ "learning_rate": 4.123711340206185e-07,
647
+ "loss": 0.2636,
648
+ "step": 900
649
+ },
650
+ {
651
+ "epoch": 1.8199999999999998,
652
+ "grad_norm": 0.498046875,
653
+ "learning_rate": 4.0549828178694155e-07,
654
+ "loss": 0.1201,
655
+ "step": 910
656
+ },
657
+ {
658
+ "epoch": 1.8399999999999999,
659
+ "grad_norm": 139.0,
660
+ "learning_rate": 3.986254295532646e-07,
661
+ "loss": 0.1126,
662
+ "step": 920
663
+ },
664
+ {
665
+ "epoch": 1.8599999999999999,
666
+ "grad_norm": 7.96875,
667
+ "learning_rate": 3.917525773195876e-07,
668
+ "loss": 0.1571,
669
+ "step": 930
670
+ },
671
+ {
672
+ "epoch": 1.88,
673
+ "grad_norm": 109.5,
674
+ "learning_rate": 3.8487972508591063e-07,
675
+ "loss": 0.0545,
676
+ "step": 940
677
+ },
678
+ {
679
+ "epoch": 1.9,
680
+ "grad_norm": 0.2294921875,
681
+ "learning_rate": 3.7800687285223364e-07,
682
+ "loss": 0.0441,
683
+ "step": 950
684
+ },
685
+ {
686
+ "epoch": 1.92,
687
+ "grad_norm": 0.6640625,
688
+ "learning_rate": 3.711340206185567e-07,
689
+ "loss": 0.1124,
690
+ "step": 960
691
+ },
692
+ {
693
+ "epoch": 1.94,
694
+ "grad_norm": 207.0,
695
+ "learning_rate": 3.642611683848797e-07,
696
+ "loss": 0.1022,
697
+ "step": 970
698
+ },
699
+ {
700
+ "epoch": 1.96,
701
+ "grad_norm": 156.0,
702
+ "learning_rate": 3.573883161512027e-07,
703
+ "loss": 0.1679,
704
+ "step": 980
705
+ },
706
+ {
707
+ "epoch": 1.98,
708
+ "grad_norm": 1.6328125,
709
+ "learning_rate": 3.5051546391752573e-07,
710
+ "loss": 0.0805,
711
+ "step": 990
712
+ },
713
+ {
714
+ "epoch": 2.0,
715
+ "grad_norm": 0.173828125,
716
+ "learning_rate": 3.436426116838488e-07,
717
+ "loss": 0.1432,
718
+ "step": 1000
719
+ },
720
+ {
721
+ "epoch": 2.0,
722
+ "eval_loss": 0.24669764935970306,
723
+ "eval_model_preparation_time": 0.0046,
724
+ "eval_runtime": 53.0969,
725
+ "eval_samples_per_second": 16.969,
726
+ "eval_steps_per_second": 4.256,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 2.02,
731
+ "grad_norm": 0.3828125,
732
+ "learning_rate": 3.3676975945017185e-07,
733
+ "loss": 0.1408,
734
+ "step": 1010
735
+ },
736
+ {
737
+ "epoch": 2.04,
738
+ "grad_norm": 108.5,
739
+ "learning_rate": 3.298969072164948e-07,
740
+ "loss": 0.2156,
741
+ "step": 1020
742
+ },
743
+ {
744
+ "epoch": 2.06,
745
+ "grad_norm": 136.0,
746
+ "learning_rate": 3.2302405498281787e-07,
747
+ "loss": 0.177,
748
+ "step": 1030
749
+ },
750
+ {
751
+ "epoch": 2.08,
752
+ "grad_norm": 318.0,
753
+ "learning_rate": 3.161512027491409e-07,
754
+ "loss": 0.2375,
755
+ "step": 1040
756
+ },
757
+ {
758
+ "epoch": 2.1,
759
+ "grad_norm": 0.83203125,
760
+ "learning_rate": 3.0927835051546394e-07,
761
+ "loss": 0.1094,
762
+ "step": 1050
763
+ },
764
+ {
765
+ "epoch": 2.12,
766
+ "grad_norm": 0.1357421875,
767
+ "learning_rate": 3.024054982817869e-07,
768
+ "loss": 0.0473,
769
+ "step": 1060
770
+ },
771
+ {
772
+ "epoch": 2.14,
773
+ "grad_norm": 0.2099609375,
774
+ "learning_rate": 2.9553264604810995e-07,
775
+ "loss": 0.0296,
776
+ "step": 1070
777
+ },
778
+ {
779
+ "epoch": 2.16,
780
+ "grad_norm": 111.5,
781
+ "learning_rate": 2.8865979381443296e-07,
782
+ "loss": 0.1389,
783
+ "step": 1080
784
+ },
785
+ {
786
+ "epoch": 2.18,
787
+ "grad_norm": 0.1806640625,
788
+ "learning_rate": 2.81786941580756e-07,
789
+ "loss": 0.0637,
790
+ "step": 1090
791
+ },
792
+ {
793
+ "epoch": 2.2,
794
+ "grad_norm": 212.0,
795
+ "learning_rate": 2.7491408934707903e-07,
796
+ "loss": 0.1887,
797
+ "step": 1100
798
+ },
799
+ {
800
+ "epoch": 2.22,
801
+ "grad_norm": 92.0,
802
+ "learning_rate": 2.6804123711340204e-07,
803
+ "loss": 0.0731,
804
+ "step": 1110
805
+ },
806
+ {
807
+ "epoch": 2.24,
808
+ "grad_norm": 27.5,
809
+ "learning_rate": 2.611683848797251e-07,
810
+ "loss": 0.0096,
811
+ "step": 1120
812
+ },
813
+ {
814
+ "epoch": 2.26,
815
+ "grad_norm": 2.046875,
816
+ "learning_rate": 2.542955326460481e-07,
817
+ "loss": 0.3072,
818
+ "step": 1130
819
+ },
820
+ {
821
+ "epoch": 2.2800000000000002,
822
+ "grad_norm": 6.46875,
823
+ "learning_rate": 2.474226804123711e-07,
824
+ "loss": 0.1417,
825
+ "step": 1140
826
+ },
827
+ {
828
+ "epoch": 2.3,
829
+ "grad_norm": 276.0,
830
+ "learning_rate": 2.405498281786942e-07,
831
+ "loss": 0.0939,
832
+ "step": 1150
833
+ },
834
+ {
835
+ "epoch": 2.32,
836
+ "grad_norm": 0.09765625,
837
+ "learning_rate": 2.3367697594501719e-07,
838
+ "loss": 0.0422,
839
+ "step": 1160
840
+ },
841
+ {
842
+ "epoch": 2.34,
843
+ "grad_norm": 1.578125,
844
+ "learning_rate": 2.268041237113402e-07,
845
+ "loss": 0.1664,
846
+ "step": 1170
847
+ },
848
+ {
849
+ "epoch": 2.36,
850
+ "grad_norm": 146.0,
851
+ "learning_rate": 2.199312714776632e-07,
852
+ "loss": 0.2111,
853
+ "step": 1180
854
+ },
855
+ {
856
+ "epoch": 2.38,
857
+ "grad_norm": 2.1875,
858
+ "learning_rate": 2.1305841924398624e-07,
859
+ "loss": 0.0373,
860
+ "step": 1190
861
+ },
862
+ {
863
+ "epoch": 2.4,
864
+ "grad_norm": 0.4609375,
865
+ "learning_rate": 2.0618556701030925e-07,
866
+ "loss": 0.0462,
867
+ "step": 1200
868
+ },
869
+ {
870
+ "epoch": 2.42,
871
+ "grad_norm": 9.625,
872
+ "learning_rate": 1.993127147766323e-07,
873
+ "loss": 0.0539,
874
+ "step": 1210
875
+ },
876
+ {
877
+ "epoch": 2.44,
878
+ "grad_norm": 6.0,
879
+ "learning_rate": 1.9243986254295532e-07,
880
+ "loss": 0.0685,
881
+ "step": 1220
882
+ },
883
+ {
884
+ "epoch": 2.46,
885
+ "grad_norm": 2.9375,
886
+ "learning_rate": 1.8556701030927835e-07,
887
+ "loss": 0.0714,
888
+ "step": 1230
889
+ },
890
+ {
891
+ "epoch": 2.48,
892
+ "grad_norm": 1.203125,
893
+ "learning_rate": 1.7869415807560136e-07,
894
+ "loss": 0.0743,
895
+ "step": 1240
896
+ },
897
+ {
898
+ "epoch": 2.5,
899
+ "grad_norm": 0.61328125,
900
+ "learning_rate": 1.718213058419244e-07,
901
+ "loss": 0.0066,
902
+ "step": 1250
903
+ },
904
+ {
905
+ "epoch": 2.52,
906
+ "grad_norm": 144.0,
907
+ "learning_rate": 1.649484536082474e-07,
908
+ "loss": 0.1019,
909
+ "step": 1260
910
+ },
911
+ {
912
+ "epoch": 2.54,
913
+ "grad_norm": 2.609375,
914
+ "learning_rate": 1.5807560137457044e-07,
915
+ "loss": 0.1882,
916
+ "step": 1270
917
+ },
918
+ {
919
+ "epoch": 2.56,
920
+ "grad_norm": 86.5,
921
+ "learning_rate": 1.5120274914089345e-07,
922
+ "loss": 0.1902,
923
+ "step": 1280
924
+ },
925
+ {
926
+ "epoch": 2.58,
927
+ "grad_norm": 0.427734375,
928
+ "learning_rate": 1.4432989690721648e-07,
929
+ "loss": 0.052,
930
+ "step": 1290
931
+ },
932
+ {
933
+ "epoch": 2.6,
934
+ "grad_norm": 101.0,
935
+ "learning_rate": 1.3745704467353952e-07,
936
+ "loss": 0.0729,
937
+ "step": 1300
938
+ },
939
+ {
940
+ "epoch": 2.62,
941
+ "grad_norm": 131.0,
942
+ "learning_rate": 1.3058419243986255e-07,
943
+ "loss": 0.0579,
944
+ "step": 1310
945
+ },
946
+ {
947
+ "epoch": 2.64,
948
+ "grad_norm": 95.0,
949
+ "learning_rate": 1.2371134020618556e-07,
950
+ "loss": 0.0495,
951
+ "step": 1320
952
+ },
953
+ {
954
+ "epoch": 2.66,
955
+ "grad_norm": 0.31640625,
956
+ "learning_rate": 1.1683848797250859e-07,
957
+ "loss": 0.2154,
958
+ "step": 1330
959
+ },
960
+ {
961
+ "epoch": 2.68,
962
+ "grad_norm": 0.162109375,
963
+ "learning_rate": 1.099656357388316e-07,
964
+ "loss": 0.0775,
965
+ "step": 1340
966
+ },
967
+ {
968
+ "epoch": 2.7,
969
+ "grad_norm": 0.39453125,
970
+ "learning_rate": 1.0309278350515462e-07,
971
+ "loss": 0.0069,
972
+ "step": 1350
973
+ },
974
+ {
975
+ "epoch": 2.7199999999999998,
976
+ "grad_norm": 183.0,
977
+ "learning_rate": 9.621993127147766e-08,
978
+ "loss": 0.0396,
979
+ "step": 1360
980
+ },
981
+ {
982
+ "epoch": 2.74,
983
+ "grad_norm": 6.03125,
984
+ "learning_rate": 8.934707903780068e-08,
985
+ "loss": 0.0955,
986
+ "step": 1370
987
+ },
988
+ {
989
+ "epoch": 2.76,
990
+ "grad_norm": 0.4921875,
991
+ "learning_rate": 8.24742268041237e-08,
992
+ "loss": 0.1152,
993
+ "step": 1380
994
+ },
995
+ {
996
+ "epoch": 2.7800000000000002,
997
+ "grad_norm": 32.25,
998
+ "learning_rate": 7.560137457044672e-08,
999
+ "loss": 0.0574,
1000
+ "step": 1390
1001
+ },
1002
+ {
1003
+ "epoch": 2.8,
1004
+ "grad_norm": 8.3125,
1005
+ "learning_rate": 6.872852233676976e-08,
1006
+ "loss": 0.1282,
1007
+ "step": 1400
1008
+ },
1009
+ {
1010
+ "epoch": 2.82,
1011
+ "grad_norm": 0.361328125,
1012
+ "learning_rate": 6.185567010309278e-08,
1013
+ "loss": 0.137,
1014
+ "step": 1410
1015
+ },
1016
+ {
1017
+ "epoch": 2.84,
1018
+ "grad_norm": 136.0,
1019
+ "learning_rate": 5.49828178694158e-08,
1020
+ "loss": 0.0575,
1021
+ "step": 1420
1022
+ },
1023
+ {
1024
+ "epoch": 2.86,
1025
+ "grad_norm": 0.138671875,
1026
+ "learning_rate": 4.810996563573883e-08,
1027
+ "loss": 0.0926,
1028
+ "step": 1430
1029
+ },
1030
+ {
1031
+ "epoch": 2.88,
1032
+ "grad_norm": 0.6796875,
1033
+ "learning_rate": 4.123711340206185e-08,
1034
+ "loss": 0.0054,
1035
+ "step": 1440
1036
+ },
1037
+ {
1038
+ "epoch": 2.9,
1039
+ "grad_norm": 191.0,
1040
+ "learning_rate": 3.436426116838488e-08,
1041
+ "loss": 0.0887,
1042
+ "step": 1450
1043
+ },
1044
+ {
1045
+ "epoch": 2.92,
1046
+ "grad_norm": 134.0,
1047
+ "learning_rate": 2.74914089347079e-08,
1048
+ "loss": 0.0928,
1049
+ "step": 1460
1050
+ },
1051
+ {
1052
+ "epoch": 2.94,
1053
+ "grad_norm": 5.1875,
1054
+ "learning_rate": 2.0618556701030925e-08,
1055
+ "loss": 0.0355,
1056
+ "step": 1470
1057
+ },
1058
+ {
1059
+ "epoch": 2.96,
1060
+ "grad_norm": 153.0,
1061
+ "learning_rate": 1.374570446735395e-08,
1062
+ "loss": 0.0308,
1063
+ "step": 1480
1064
+ },
1065
+ {
1066
+ "epoch": 2.98,
1067
+ "grad_norm": 9.8125,
1068
+ "learning_rate": 6.872852233676975e-09,
1069
+ "loss": 0.0767,
1070
+ "step": 1490
1071
+ },
1072
+ {
1073
+ "epoch": 3.0,
1074
+ "grad_norm": 25.625,
1075
+ "learning_rate": 0.0,
1076
+ "loss": 0.2039,
1077
+ "step": 1500
1078
+ },
1079
+ {
1080
+ "epoch": 3.0,
1081
+ "eval_loss": 0.2516757547855377,
1082
+ "eval_model_preparation_time": 0.0046,
1083
+ "eval_runtime": 53.1185,
1084
+ "eval_samples_per_second": 16.962,
1085
+ "eval_steps_per_second": 4.255,
1086
+ "step": 1500
1087
+ }
1088
+ ],
1089
+ "logging_steps": 10,
1090
+ "max_steps": 1500,
1091
+ "num_input_tokens_seen": 0,
1092
+ "num_train_epochs": 3,
1093
+ "save_steps": 500,
1094
+ "stateful_callbacks": {
1095
+ "TrainerControl": {
1096
+ "args": {
1097
+ "should_epoch_stop": false,
1098
+ "should_evaluate": false,
1099
+ "should_log": false,
1100
+ "should_save": true,
1101
+ "should_training_stop": true
1102
+ },
1103
+ "attributes": {}
1104
+ }
1105
+ },
1106
+ "total_flos": 9.6608792346624e+16,
1107
+ "train_batch_size": 4,
1108
+ "trial_name": null,
1109
+ "trial_params": null
1110
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e2ac7127724c672a36bbea1833078ea700e3fcf5c55bbdc89ae5500cf6abf34
3
+ size 5560
vocab.json ADDED
The diff for this file is too large to render. See raw diff