Upload model weights
Browse files- added_tokens.json +24 -0
- config.json +40 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +0 -0
- tokenizer_config.json +207 -0
- trainer_state.json +816 -0
- vocab.json +0 -0
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,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen2.5-0.5B",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 896,
|
11 |
+
"id2label": {
|
12 |
+
"0": "\u6b63\u6587",
|
13 |
+
"1": "\u975e\u6b63\u6587"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 4864,
|
17 |
+
"label2id": {
|
18 |
+
"\u6b63\u6587": 0,
|
19 |
+
"\u975e\u6b63\u6587": 1
|
20 |
+
},
|
21 |
+
"max_position_embeddings": 32768,
|
22 |
+
"max_window_layers": 24,
|
23 |
+
"model_type": "qwen2",
|
24 |
+
"num_attention_heads": 14,
|
25 |
+
"num_hidden_layers": 24,
|
26 |
+
"num_key_value_heads": 2,
|
27 |
+
"pad_token_id": 151643,
|
28 |
+
"problem_type": "single_label_classification",
|
29 |
+
"rms_norm_eps": 1e-06,
|
30 |
+
"rope_scaling": null,
|
31 |
+
"rope_theta": 1000000.0,
|
32 |
+
"sliding_window": null,
|
33 |
+
"tie_word_embeddings": true,
|
34 |
+
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.45.0.dev0",
|
36 |
+
"use_cache": true,
|
37 |
+
"use_mrope": false,
|
38 |
+
"use_sliding_window": false,
|
39 |
+
"vocab_size": 151936
|
40 |
+
}
|
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:cd0f8a62edc3c58938a4d4f42601056482932234cb8792b62678b1ac4da4c24c
|
3 |
+
size 1976170728
|
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": "<|endoftext|>",
|
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
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 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 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": "<|endoftext|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,816 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.998682013882787,
|
5 |
+
"eval_steps": 427,
|
6 |
+
"global_step": 4266,
|
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.030225814954749144,
|
13 |
+
"grad_norm": 8.637994766235352,
|
14 |
+
"learning_rate": 4.777802058246361e-05,
|
15 |
+
"loss": 0.7443,
|
16 |
+
"step": 43
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.06045162990949829,
|
20 |
+
"grad_norm": 8.726279258728027,
|
21 |
+
"learning_rate": 4.77420943412748e-05,
|
22 |
+
"loss": 0.3904,
|
23 |
+
"step": 86
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.09067744486424743,
|
27 |
+
"grad_norm": 18.751718521118164,
|
28 |
+
"learning_rate": 4.768225729865107e-05,
|
29 |
+
"loss": 0.2274,
|
30 |
+
"step": 129
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.12090325981899658,
|
34 |
+
"grad_norm": 11.341946601867676,
|
35 |
+
"learning_rate": 4.759856945148865e-05,
|
36 |
+
"loss": 0.2032,
|
37 |
+
"step": 172
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.1511290747737457,
|
41 |
+
"grad_norm": 6.5374932289123535,
|
42 |
+
"learning_rate": 4.749111471120532e-05,
|
43 |
+
"loss": 0.1546,
|
44 |
+
"step": 215
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.18135488972849487,
|
48 |
+
"grad_norm": 7.3821539878845215,
|
49 |
+
"learning_rate": 4.7360000819604815e-05,
|
50 |
+
"loss": 0.177,
|
51 |
+
"step": 258
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.211580704683244,
|
55 |
+
"grad_norm": 4.396503448486328,
|
56 |
+
"learning_rate": 4.7205359240847186e-05,
|
57 |
+
"loss": 0.1611,
|
58 |
+
"step": 301
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.24180651963799316,
|
62 |
+
"grad_norm": 4.967313766479492,
|
63 |
+
"learning_rate": 4.702734502963346e-05,
|
64 |
+
"loss": 0.1408,
|
65 |
+
"step": 344
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.2720323345927423,
|
69 |
+
"grad_norm": 9.22049331665039,
|
70 |
+
"learning_rate": 4.6826136675736696e-05,
|
71 |
+
"loss": 0.1235,
|
72 |
+
"step": 387
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.3001493717599508,
|
76 |
+
"eval_accuracy": 0.9654081834354615,
|
77 |
+
"eval_loss": 0.12473645806312561,
|
78 |
+
"eval_precision": 0.9140316205533597,
|
79 |
+
"eval_runtime": 42.4722,
|
80 |
+
"eval_samples_per_second": 119.113,
|
81 |
+
"eval_steps_per_second": 29.784,
|
82 |
+
"step": 427
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.3022581495474914,
|
86 |
+
"grad_norm": 1.0973700284957886,
|
87 |
+
"learning_rate": 4.660193592503536e-05,
|
88 |
+
"loss": 0.1789,
|
89 |
+
"step": 430
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.3324839645022406,
|
93 |
+
"grad_norm": 12.724760055541992,
|
94 |
+
"learning_rate": 4.635496757722852e-05,
|
95 |
+
"loss": 0.1526,
|
96 |
+
"step": 473
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.36270977945698973,
|
100 |
+
"grad_norm": 0.692093014717102,
|
101 |
+
"learning_rate": 4.60854792604356e-05,
|
102 |
+
"loss": 0.0998,
|
103 |
+
"step": 516
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.39293559441173886,
|
107 |
+
"grad_norm": 8.747737884521484,
|
108 |
+
"learning_rate": 4.579374118290669e-05,
|
109 |
+
"loss": 0.1417,
|
110 |
+
"step": 559
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 0.423161409366488,
|
114 |
+
"grad_norm": 3.383861541748047,
|
115 |
+
"learning_rate": 4.548004586209246e-05,
|
116 |
+
"loss": 0.1416,
|
117 |
+
"step": 602
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.4533872243212371,
|
121 |
+
"grad_norm": 2.690746545791626,
|
122 |
+
"learning_rate": 4.514470783134528e-05,
|
123 |
+
"loss": 0.1242,
|
124 |
+
"step": 645
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epoch": 0.4836130392759863,
|
128 |
+
"grad_norm": 4.980698585510254,
|
129 |
+
"learning_rate": 4.4788063324545544e-05,
|
130 |
+
"loss": 0.0938,
|
131 |
+
"step": 688
|
132 |
+
},
|
133 |
+
{
|
134 |
+
"epoch": 0.5138388542307354,
|
135 |
+
"grad_norm": 3.457531452178955,
|
136 |
+
"learning_rate": 4.441046993896959e-05,
|
137 |
+
"loss": 0.113,
|
138 |
+
"step": 731
|
139 |
+
},
|
140 |
+
{
|
141 |
+
"epoch": 0.5440646691854846,
|
142 |
+
"grad_norm": 0.17746348679065704,
|
143 |
+
"learning_rate": 4.40123062767371e-05,
|
144 |
+
"loss": 0.086,
|
145 |
+
"step": 774
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.5742904841402338,
|
149 |
+
"grad_norm": 1.7960216999053955,
|
150 |
+
"learning_rate": 4.359397156519751e-05,
|
151 |
+
"loss": 0.085,
|
152 |
+
"step": 817
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"epoch": 0.6002987435199016,
|
156 |
+
"eval_accuracy": 0.9703498715161099,
|
157 |
+
"eval_loss": 0.190622478723526,
|
158 |
+
"eval_precision": 0.918525703200776,
|
159 |
+
"eval_runtime": 51.3537,
|
160 |
+
"eval_samples_per_second": 98.513,
|
161 |
+
"eval_steps_per_second": 24.633,
|
162 |
+
"step": 854
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.6045162990949828,
|
166 |
+
"grad_norm": 0.05534067377448082,
|
167 |
+
"learning_rate": 4.315588525663622e-05,
|
168 |
+
"loss": 0.1477,
|
169 |
+
"step": 860
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.634742114049732,
|
173 |
+
"grad_norm": 5.788769245147705,
|
174 |
+
"learning_rate": 4.269848660770166e-05,
|
175 |
+
"loss": 0.1854,
|
176 |
+
"step": 903
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 0.6649679290044812,
|
180 |
+
"grad_norm": 4.581574440002441,
|
181 |
+
"learning_rate": 4.222223423897522e-05,
|
182 |
+
"loss": 0.0987,
|
183 |
+
"step": 946
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.6951937439592303,
|
187 |
+
"grad_norm": 0.24250301718711853,
|
188 |
+
"learning_rate": 4.1727605675125466e-05,
|
189 |
+
"loss": 0.1237,
|
190 |
+
"step": 989
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.7254195589139795,
|
194 |
+
"grad_norm": 6.998917579650879,
|
195 |
+
"learning_rate": 4.1215096866107764e-05,
|
196 |
+
"loss": 0.1304,
|
197 |
+
"step": 1032
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 0.7556453738687285,
|
201 |
+
"grad_norm": 9.230533599853516,
|
202 |
+
"learning_rate": 4.068522168988941e-05,
|
203 |
+
"loss": 0.1212,
|
204 |
+
"step": 1075
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.7858711888234777,
|
208 |
+
"grad_norm": 0.515550971031189,
|
209 |
+
"learning_rate": 4.013851143719886e-05,
|
210 |
+
"loss": 0.0942,
|
211 |
+
"step": 1118
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 0.8160970037782269,
|
215 |
+
"grad_norm": 14.719630241394043,
|
216 |
+
"learning_rate": 3.9575514278815625e-05,
|
217 |
+
"loss": 0.1182,
|
218 |
+
"step": 1161
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"epoch": 0.846322818732976,
|
222 |
+
"grad_norm": 1.9909157752990723,
|
223 |
+
"learning_rate": 3.899679471593512e-05,
|
224 |
+
"loss": 0.099,
|
225 |
+
"step": 1204
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.8765486336877252,
|
229 |
+
"grad_norm": 1.0096828937530518,
|
230 |
+
"learning_rate": 3.840293301415938e-05,
|
231 |
+
"loss": 0.1158,
|
232 |
+
"step": 1247
|
233 |
+
},
|
234 |
+
{
|
235 |
+
"epoch": 0.9004481152798524,
|
236 |
+
"eval_accuracy": 0.9756868946432101,
|
237 |
+
"eval_loss": 0.10856811702251434,
|
238 |
+
"eval_precision": 0.941468253968254,
|
239 |
+
"eval_runtime": 41.486,
|
240 |
+
"eval_samples_per_second": 121.945,
|
241 |
+
"eval_steps_per_second": 30.492,
|
242 |
+
"step": 1281
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.9067744486424743,
|
246 |
+
"grad_norm": 0.669986367225647,
|
247 |
+
"learning_rate": 3.779452462168126e-05,
|
248 |
+
"loss": 0.101,
|
249 |
+
"step": 1290
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.9370002635972234,
|
253 |
+
"grad_norm": 0.9615168571472168,
|
254 |
+
"learning_rate": 3.7172179572245585e-05,
|
255 |
+
"loss": 0.1166,
|
256 |
+
"step": 1333
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.9672260785519726,
|
260 |
+
"grad_norm": 13.886622428894043,
|
261 |
+
"learning_rate": 3.6536521873485673e-05,
|
262 |
+
"loss": 0.1308,
|
263 |
+
"step": 1376
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.9974518935067217,
|
267 |
+
"grad_norm": 0.23971609771251678,
|
268 |
+
"learning_rate": 3.588818888124863e-05,
|
269 |
+
"loss": 0.1266,
|
270 |
+
"step": 1419
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 1.0276777084614708,
|
274 |
+
"grad_norm": 4.089532375335693,
|
275 |
+
"learning_rate": 3.5227830660536916e-05,
|
276 |
+
"loss": 0.0844,
|
277 |
+
"step": 1462
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 1.05790352341622,
|
281 |
+
"grad_norm": 6.12522554397583,
|
282 |
+
"learning_rate": 3.455610933370663e-05,
|
283 |
+
"loss": 0.0843,
|
284 |
+
"step": 1505
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 1.0881293383709691,
|
288 |
+
"grad_norm": 0.24417218565940857,
|
289 |
+
"learning_rate": 3.3873698416576314e-05,
|
290 |
+
"loss": 0.0825,
|
291 |
+
"step": 1548
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 1.1183551533257183,
|
295 |
+
"grad_norm": 5.748846054077148,
|
296 |
+
"learning_rate": 3.3181282143111886e-05,
|
297 |
+
"loss": 0.0885,
|
298 |
+
"step": 1591
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 1.1485809682804675,
|
302 |
+
"grad_norm": 0.8179301619529724,
|
303 |
+
"learning_rate": 3.247955477936471e-05,
|
304 |
+
"loss": 0.0882,
|
305 |
+
"step": 1634
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 1.1788067832352165,
|
309 |
+
"grad_norm": 0.9235413670539856,
|
310 |
+
"learning_rate": 3.176921992735089e-05,
|
311 |
+
"loss": 0.0859,
|
312 |
+
"step": 1677
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 1.2005974870398033,
|
316 |
+
"eval_accuracy": 0.9756868946432101,
|
317 |
+
"eval_loss": 0.09278497099876404,
|
318 |
+
"eval_precision": 0.9550102249488752,
|
319 |
+
"eval_runtime": 41.4152,
|
320 |
+
"eval_samples_per_second": 122.153,
|
321 |
+
"eval_steps_per_second": 30.544,
|
322 |
+
"step": 1708
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"epoch": 1.2090325981899657,
|
326 |
+
"grad_norm": 0.0459032878279686,
|
327 |
+
"learning_rate": 3.1050989819569484e-05,
|
328 |
+
"loss": 0.0603,
|
329 |
+
"step": 1720
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 1.2392584131447149,
|
333 |
+
"grad_norm": 2.4066104888916016,
|
334 |
+
"learning_rate": 3.0325584604867403e-05,
|
335 |
+
"loss": 0.071,
|
336 |
+
"step": 1763
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 1.269484228099464,
|
340 |
+
"grad_norm": 9.008522987365723,
|
341 |
+
"learning_rate": 2.9593731626366644e-05,
|
342 |
+
"loss": 0.0678,
|
343 |
+
"step": 1806
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"epoch": 1.2997100430542132,
|
347 |
+
"grad_norm": 6.748093605041504,
|
348 |
+
"learning_rate": 2.8856164692178087e-05,
|
349 |
+
"loss": 0.1068,
|
350 |
+
"step": 1849
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"epoch": 1.3299358580089624,
|
354 |
+
"grad_norm": 0.8588669300079346,
|
355 |
+
"learning_rate": 2.8113623339633016e-05,
|
356 |
+
"loss": 0.0835,
|
357 |
+
"step": 1892
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 1.3601616729637114,
|
361 |
+
"grad_norm": 2.512568235397339,
|
362 |
+
"learning_rate": 2.736685209377016e-05,
|
363 |
+
"loss": 0.0368,
|
364 |
+
"step": 1935
|
365 |
+
},
|
366 |
+
{
|
367 |
+
"epoch": 1.3903874879184606,
|
368 |
+
"grad_norm": 3.670646905899048,
|
369 |
+
"learning_rate": 2.661659972082166e-05,
|
370 |
+
"loss": 0.0795,
|
371 |
+
"step": 1978
|
372 |
+
},
|
373 |
+
{
|
374 |
+
"epoch": 1.4206133028732097,
|
375 |
+
"grad_norm": 0.5933941602706909,
|
376 |
+
"learning_rate": 2.5863618477446485e-05,
|
377 |
+
"loss": 0.0615,
|
378 |
+
"step": 2021
|
379 |
+
},
|
380 |
+
{
|
381 |
+
"epoch": 1.450839117827959,
|
382 |
+
"grad_norm": 0.8403681516647339,
|
383 |
+
"learning_rate": 2.5108663356464178e-05,
|
384 |
+
"loss": 0.087,
|
385 |
+
"step": 2064
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 1.481064932782708,
|
389 |
+
"grad_norm": 2.5098040103912354,
|
390 |
+
"learning_rate": 2.4352491329845075e-05,
|
391 |
+
"loss": 0.0821,
|
392 |
+
"step": 2107
|
393 |
+
},
|
394 |
+
{
|
395 |
+
"epoch": 1.500746858799754,
|
396 |
+
"eval_accuracy": 0.9764775647361138,
|
397 |
+
"eval_loss": 0.09056767076253891,
|
398 |
+
"eval_precision": 0.935672514619883,
|
399 |
+
"eval_runtime": 41.6907,
|
400 |
+
"eval_samples_per_second": 121.346,
|
401 |
+
"eval_steps_per_second": 30.342,
|
402 |
+
"step": 2135
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 1.511290747737457,
|
406 |
+
"grad_norm": 8.705094337463379,
|
407 |
+
"learning_rate": 2.3595860589716064e-05,
|
408 |
+
"loss": 0.0714,
|
409 |
+
"step": 2150
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.5415165626922063,
|
413 |
+
"grad_norm": 0.13956770300865173,
|
414 |
+
"learning_rate": 2.2839529788143032e-05,
|
415 |
+
"loss": 0.0696,
|
416 |
+
"step": 2193
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.5717423776469555,
|
420 |
+
"grad_norm": 5.737203121185303,
|
421 |
+
"learning_rate": 2.208425727645198e-05,
|
422 |
+
"loss": 0.088,
|
423 |
+
"step": 2236
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.6019681926017046,
|
427 |
+
"grad_norm": 2.958165407180786,
|
428 |
+
"learning_rate": 2.1330800344851852e-05,
|
429 |
+
"loss": 0.0797,
|
430 |
+
"step": 2279
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.6321940075564538,
|
434 |
+
"grad_norm": 3.428828477859497,
|
435 |
+
"learning_rate": 2.0579914463121218e-05,
|
436 |
+
"loss": 0.0564,
|
437 |
+
"step": 2322
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.662419822511203,
|
441 |
+
"grad_norm": 1.1754554510116577,
|
442 |
+
"learning_rate": 1.983235252312024e-05,
|
443 |
+
"loss": 0.0611,
|
444 |
+
"step": 2365
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.692645637465952,
|
448 |
+
"grad_norm": 6.087173938751221,
|
449 |
+
"learning_rate": 1.9088864083887505e-05,
|
450 |
+
"loss": 0.0865,
|
451 |
+
"step": 2408
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.7228714524207012,
|
455 |
+
"grad_norm": 3.829490900039673,
|
456 |
+
"learning_rate": 1.835019462007857e-05,
|
457 |
+
"loss": 0.0882,
|
458 |
+
"step": 2451
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.7530972673754504,
|
462 |
+
"grad_norm": 7.614952087402344,
|
463 |
+
"learning_rate": 1.761708477449973e-05,
|
464 |
+
"loss": 0.0445,
|
465 |
+
"step": 2494
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.7833230823301993,
|
469 |
+
"grad_norm": 35.23410415649414,
|
470 |
+
"learning_rate": 1.689026961548663e-05,
|
471 |
+
"loss": 0.0593,
|
472 |
+
"step": 2537
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.800896230559705,
|
476 |
+
"eval_accuracy": 0.9794425775845028,
|
477 |
+
"eval_loss": 0.07280829548835754,
|
478 |
+
"eval_precision": 0.9513406156901688,
|
479 |
+
"eval_runtime": 41.7842,
|
480 |
+
"eval_samples_per_second": 121.075,
|
481 |
+
"eval_steps_per_second": 30.275,
|
482 |
+
"step": 2562
|
483 |
+
},
|
484 |
+
{
|
485 |
+
"epoch": 1.8135488972849485,
|
486 |
+
"grad_norm": 0.42250823974609375,
|
487 |
+
"learning_rate": 1.6170477899872236e-05,
|
488 |
+
"loss": 0.0682,
|
489 |
+
"step": 2580
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 1.8437747122396977,
|
493 |
+
"grad_norm": 3.1888535022735596,
|
494 |
+
"learning_rate": 1.5458431342283072e-05,
|
495 |
+
"loss": 0.1021,
|
496 |
+
"step": 2623
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 1.8740005271944469,
|
500 |
+
"grad_norm": 0.11506301164627075,
|
501 |
+
"learning_rate": 1.4754843891496589e-05,
|
502 |
+
"loss": 0.0655,
|
503 |
+
"step": 2666
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"epoch": 1.904226342149196,
|
507 |
+
"grad_norm": 0.1821933388710022,
|
508 |
+
"learning_rate": 1.4060421014585115e-05,
|
509 |
+
"loss": 0.0718,
|
510 |
+
"step": 2709
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"epoch": 1.9344521571039452,
|
514 |
+
"grad_norm": 4.954631805419922,
|
515 |
+
"learning_rate": 1.3375858989564059e-05,
|
516 |
+
"loss": 0.0727,
|
517 |
+
"step": 2752
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"epoch": 1.9646779720586944,
|
521 |
+
"grad_norm": 3.8650524616241455,
|
522 |
+
"learning_rate": 1.270184420725387e-05,
|
523 |
+
"loss": 0.0794,
|
524 |
+
"step": 2795
|
525 |
+
},
|
526 |
+
{
|
527 |
+
"epoch": 1.9949037870134436,
|
528 |
+
"grad_norm": 1.1344525814056396,
|
529 |
+
"learning_rate": 1.203905248305552e-05,
|
530 |
+
"loss": 0.0832,
|
531 |
+
"step": 2838
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 2.025129601968193,
|
535 |
+
"grad_norm": 0.8010286688804626,
|
536 |
+
"learning_rate": 1.1388148379329648e-05,
|
537 |
+
"loss": 0.0455,
|
538 |
+
"step": 2881
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"epoch": 2.0553554169229415,
|
542 |
+
"grad_norm": 0.04408084228634834,
|
543 |
+
"learning_rate": 1.074978453905885e-05,
|
544 |
+
"loss": 0.0328,
|
545 |
+
"step": 2924
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 2.0855812318776907,
|
549 |
+
"grad_norm": 0.044715262949466705,
|
550 |
+
"learning_rate": 1.0124601031461207e-05,
|
551 |
+
"loss": 0.0527,
|
552 |
+
"step": 2967
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"epoch": 2.1010456023196555,
|
556 |
+
"eval_accuracy": 0.9774659023522435,
|
557 |
+
"eval_loss": 0.08738358318805695,
|
558 |
+
"eval_precision": 0.9481555333998006,
|
559 |
+
"eval_runtime": 41.7468,
|
560 |
+
"eval_samples_per_second": 121.183,
|
561 |
+
"eval_steps_per_second": 30.302,
|
562 |
+
"step": 2989
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 2.11580704683244,
|
566 |
+
"grad_norm": 0.9349909424781799,
|
567 |
+
"learning_rate": 9.513224710211058e-06,
|
568 |
+
"loss": 0.0401,
|
569 |
+
"step": 3010
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 2.146032861787189,
|
573 |
+
"grad_norm": 9.170902252197266,
|
574 |
+
"learning_rate": 8.91626858491075e-06,
|
575 |
+
"loss": 0.0347,
|
576 |
+
"step": 3053
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 2.1762586767419383,
|
580 |
+
"grad_norm": 0.14816665649414062,
|
581 |
+
"learning_rate": 8.334331206443409e-06,
|
582 |
+
"loss": 0.0252,
|
583 |
+
"step": 3096
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 2.2064844916966875,
|
587 |
+
"grad_norm": 0.42291557788848877,
|
588 |
+
"learning_rate": 7.767996066822973e-06,
|
589 |
+
"loss": 0.054,
|
590 |
+
"step": 3139
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 2.2367103066514367,
|
594 |
+
"grad_norm": 0.06259565055370331,
|
595 |
+
"learning_rate": 7.2178310141434304e-06,
|
596 |
+
"loss": 0.0534,
|
597 |
+
"step": 3182
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 2.266936121606186,
|
601 |
+
"grad_norm": 0.24870078265666962,
|
602 |
+
"learning_rate": 6.684387683213754e-06,
|
603 |
+
"loss": 0.0706,
|
604 |
+
"step": 3225
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 2.297161936560935,
|
608 |
+
"grad_norm": 4.754918098449707,
|
609 |
+
"learning_rate": 6.168200942449347e-06,
|
610 |
+
"loss": 0.0439,
|
611 |
+
"step": 3268
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 2.3273877515156842,
|
615 |
+
"grad_norm": 0.26877379417419434,
|
616 |
+
"learning_rate": 5.669788357574799e-06,
|
617 |
+
"loss": 0.0586,
|
618 |
+
"step": 3311
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 2.357613566470433,
|
622 |
+
"grad_norm": 0.19906023144721985,
|
623 |
+
"learning_rate": 5.189649672675441e-06,
|
624 |
+
"loss": 0.0324,
|
625 |
+
"step": 3354
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 2.387839381425182,
|
629 |
+
"grad_norm": 0.01543935015797615,
|
630 |
+
"learning_rate": 4.728266309118228e-06,
|
631 |
+
"loss": 0.0263,
|
632 |
+
"step": 3397
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 2.4011949740796066,
|
636 |
+
"eval_accuracy": 0.9794425775845028,
|
637 |
+
"eval_loss": 0.0934256836771965,
|
638 |
+
"eval_precision": 0.954045954045954,
|
639 |
+
"eval_runtime": 41.7334,
|
640 |
+
"eval_samples_per_second": 121.222,
|
641 |
+
"eval_steps_per_second": 30.311,
|
642 |
+
"step": 3416
|
643 |
+
},
|
644 |
+
{
|
645 |
+
"epoch": 2.4180651963799313,
|
646 |
+
"grad_norm": 23.245332717895508,
|
647 |
+
"learning_rate": 4.286100882844285e-06,
|
648 |
+
"loss": 0.029,
|
649 |
+
"step": 3440
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"epoch": 2.4482910113346805,
|
653 |
+
"grad_norm": 0.19245454668998718,
|
654 |
+
"learning_rate": 3.863596740517041e-06,
|
655 |
+
"loss": 0.0473,
|
656 |
+
"step": 3483
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"epoch": 2.4785168262894297,
|
660 |
+
"grad_norm": 0.045882448554039,
|
661 |
+
"learning_rate": 3.461177514991228e-06,
|
662 |
+
"loss": 0.0393,
|
663 |
+
"step": 3526
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 2.508742641244179,
|
667 |
+
"grad_norm": 0.06130468472838402,
|
668 |
+
"learning_rate": 3.079246700548261e-06,
|
669 |
+
"loss": 0.0425,
|
670 |
+
"step": 3569
|
671 |
+
},
|
672 |
+
{
|
673 |
+
"epoch": 2.538968456198928,
|
674 |
+
"grad_norm": 0.34582972526550293,
|
675 |
+
"learning_rate": 2.718187248324039e-06,
|
676 |
+
"loss": 0.0349,
|
677 |
+
"step": 3612
|
678 |
+
},
|
679 |
+
{
|
680 |
+
"epoch": 2.5691942711536773,
|
681 |
+
"grad_norm": 1.3404638767242432,
|
682 |
+
"learning_rate": 2.37836118233478e-06,
|
683 |
+
"loss": 0.0362,
|
684 |
+
"step": 3655
|
685 |
+
},
|
686 |
+
{
|
687 |
+
"epoch": 2.5994200861084265,
|
688 |
+
"grad_norm": 0.06872310489416122,
|
689 |
+
"learning_rate": 2.060109236485834e-06,
|
690 |
+
"loss": 0.0612,
|
691 |
+
"step": 3698
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"epoch": 2.629645901063175,
|
695 |
+
"grad_norm": 2.3359293937683105,
|
696 |
+
"learning_rate": 1.7637505129275284e-06,
|
697 |
+
"loss": 0.048,
|
698 |
+
"step": 3741
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"epoch": 2.659871716017925,
|
702 |
+
"grad_norm": 5.89841365814209,
|
703 |
+
"learning_rate": 1.489582162100559e-06,
|
704 |
+
"loss": 0.0357,
|
705 |
+
"step": 3784
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 2.6900975309726736,
|
709 |
+
"grad_norm": 0.1834953874349594,
|
710 |
+
"learning_rate": 1.2378790847916738e-06,
|
711 |
+
"loss": 0.0566,
|
712 |
+
"step": 3827
|
713 |
+
},
|
714 |
+
{
|
715 |
+
"epoch": 2.701344345839557,
|
716 |
+
"eval_accuracy": 0.9788495750148251,
|
717 |
+
"eval_loss": 0.08470374345779419,
|
718 |
+
"eval_precision": 0.9548192771084337,
|
719 |
+
"eval_runtime": 41.7346,
|
720 |
+
"eval_samples_per_second": 121.218,
|
721 |
+
"eval_steps_per_second": 30.311,
|
722 |
+
"step": 3843
|
723 |
+
},
|
724 |
+
{
|
725 |
+
"epoch": 2.7203233459274228,
|
726 |
+
"grad_norm": 6.001282215118408,
|
727 |
+
"learning_rate": 1.008893656498535e-06,
|
728 |
+
"loss": 0.0427,
|
729 |
+
"step": 3870
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 2.750549160882172,
|
733 |
+
"grad_norm": 6.217470169067383,
|
734 |
+
"learning_rate": 8.028554743799881e-07,
|
735 |
+
"loss": 0.0367,
|
736 |
+
"step": 3913
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"epoch": 2.780774975836921,
|
740 |
+
"grad_norm": 4.40556526184082,
|
741 |
+
"learning_rate": 6.199711270455366e-07,
|
742 |
+
"loss": 0.0317,
|
743 |
+
"step": 3956
|
744 |
+
},
|
745 |
+
{
|
746 |
+
"epoch": 2.8110007907916703,
|
747 |
+
"grad_norm": 0.33150240778923035,
|
748 |
+
"learning_rate": 4.604239874148275e-07,
|
749 |
+
"loss": 0.0429,
|
750 |
+
"step": 3999
|
751 |
+
},
|
752 |
+
{
|
753 |
+
"epoch": 2.8412266057464195,
|
754 |
+
"grad_norm": 5.160287857055664,
|
755 |
+
"learning_rate": 3.2437402885488323e-07,
|
756 |
+
"loss": 0.0316,
|
757 |
+
"step": 4042
|
758 |
+
},
|
759 |
+
{
|
760 |
+
"epoch": 2.8714524207011687,
|
761 |
+
"grad_norm": 0.10348004102706909,
|
762 |
+
"learning_rate": 2.1195766477933204e-07,
|
763 |
+
"loss": 0.032,
|
764 |
+
"step": 4085
|
765 |
+
},
|
766 |
+
{
|
767 |
+
"epoch": 2.901678235655918,
|
768 |
+
"grad_norm": 0.10884183645248413,
|
769 |
+
"learning_rate": 1.2328761187059095e-07,
|
770 |
+
"loss": 0.0151,
|
771 |
+
"step": 4128
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"epoch": 2.931904050610667,
|
775 |
+
"grad_norm": 5.601053714752197,
|
776 |
+
"learning_rate": 5.8452777062061706e-08,
|
777 |
+
"loss": 0.0296,
|
778 |
+
"step": 4171
|
779 |
+
},
|
780 |
+
{
|
781 |
+
"epoch": 2.962129865565416,
|
782 |
+
"grad_norm": 0.09085728973150253,
|
783 |
+
"learning_rate": 1.7518168393672898e-08,
|
784 |
+
"loss": 0.0384,
|
785 |
+
"step": 4214
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"epoch": 2.9923556805201654,
|
789 |
+
"grad_norm": 0.4429589807987213,
|
790 |
+
"learning_rate": 5.248298301814908e-10,
|
791 |
+
"loss": 0.0467,
|
792 |
+
"step": 4257
|
793 |
+
}
|
794 |
+
],
|
795 |
+
"logging_steps": 43,
|
796 |
+
"max_steps": 4266,
|
797 |
+
"num_input_tokens_seen": 0,
|
798 |
+
"num_train_epochs": 3,
|
799 |
+
"save_steps": 500,
|
800 |
+
"stateful_callbacks": {
|
801 |
+
"TrainerControl": {
|
802 |
+
"args": {
|
803 |
+
"should_epoch_stop": false,
|
804 |
+
"should_evaluate": false,
|
805 |
+
"should_log": false,
|
806 |
+
"should_save": true,
|
807 |
+
"should_training_stop": true
|
808 |
+
},
|
809 |
+
"attributes": {}
|
810 |
+
}
|
811 |
+
},
|
812 |
+
"total_flos": 4.964461063575552e+16,
|
813 |
+
"train_batch_size": 4,
|
814 |
+
"trial_name": null,
|
815 |
+
"trial_params": null
|
816 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|