Retrained with larger dataset
Browse files- all_results.json +6 -6
- config.json +1 -1
- generation_config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +1 -1
- train_results.json +6 -6
- trainer_state.json +282 -114
all_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 1.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second": 11.
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
+
"total_flos": 3.2973681787109376e+16,
|
4 |
+
"train_loss": 1.6927287036132812,
|
5 |
+
"train_runtime": 2178.3738,
|
6 |
+
"train_samples": 20000,
|
7 |
+
"train_samples_per_second": 91.812,
|
8 |
+
"train_steps_per_second": 11.476
|
9 |
}
|
config.json
CHANGED
@@ -56,7 +56,7 @@
|
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
"torch_dtype": "float32",
|
59 |
-
"transformers_version": "4.
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 32128
|
62 |
}
|
|
|
56 |
},
|
57 |
"tie_word_embeddings": false,
|
58 |
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.45.1",
|
60 |
"use_cache": true,
|
61 |
"vocab_size": 32128
|
62 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.45.1"
|
7 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 307867048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92c440e1e5c5a811a5e853a1f7889a4c1dbb779680e9164c82fb83d1fa7ae909
|
3 |
size 307867048
|
tokenizer_config.json
CHANGED
@@ -927,7 +927,7 @@
|
|
927 |
"<extra_id_98>",
|
928 |
"<extra_id_99>"
|
929 |
],
|
930 |
-
"clean_up_tokenization_spaces":
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
"model_max_length": 512,
|
|
|
927 |
"<extra_id_98>",
|
928 |
"<extra_id_99>"
|
929 |
],
|
930 |
+
"clean_up_tokenization_spaces": false,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
"model_max_length": 512,
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 1.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second": 11.
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 10.0,
|
3 |
+
"total_flos": 3.2973681787109376e+16,
|
4 |
+
"train_loss": 1.6927287036132812,
|
5 |
+
"train_runtime": 2178.3738,
|
6 |
+
"train_samples": 20000,
|
7 |
+
"train_samples_per_second": 91.812,
|
8 |
+
"train_steps_per_second": 11.476
|
9 |
}
|
trainer_state.json
CHANGED
@@ -2,206 +2,374 @@
|
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 10.0,
|
5 |
-
"eval_steps":
|
6 |
-
"global_step":
|
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.
|
13 |
-
"grad_norm": 3.
|
14 |
-
"learning_rate": 4.
|
15 |
-
"loss": 2.
|
16 |
"step": 500
|
17 |
},
|
18 |
{
|
19 |
-
"epoch": 0.
|
20 |
-
"grad_norm":
|
21 |
-
"learning_rate": 4.
|
22 |
-
"loss": 2.
|
23 |
"step": 1000
|
24 |
},
|
25 |
{
|
26 |
-
"epoch":
|
27 |
-
"grad_norm": 2.
|
28 |
-
"learning_rate": 4.
|
29 |
-
"loss": 1.
|
30 |
"step": 1500
|
31 |
},
|
32 |
{
|
33 |
-
"epoch":
|
34 |
-
"grad_norm": 2.
|
35 |
-
"learning_rate": 4.
|
36 |
-
"loss": 1.
|
37 |
"step": 2000
|
38 |
},
|
39 |
{
|
40 |
-
"epoch": 1.
|
41 |
-
"grad_norm":
|
42 |
-
"learning_rate": 4.
|
43 |
-
"loss": 1.
|
44 |
"step": 2500
|
45 |
},
|
46 |
{
|
47 |
-
"epoch": 2
|
48 |
-
"grad_norm":
|
49 |
-
"learning_rate":
|
50 |
-
"loss": 1.
|
51 |
"step": 3000
|
52 |
},
|
53 |
{
|
54 |
-
"epoch":
|
55 |
-
"grad_norm": 3.
|
56 |
-
"learning_rate":
|
57 |
-
"loss": 1.
|
58 |
"step": 3500
|
59 |
},
|
60 |
{
|
61 |
-
"epoch":
|
62 |
-
"grad_norm": 2.
|
63 |
-
"learning_rate":
|
64 |
-
"loss": 1.
|
65 |
"step": 4000
|
66 |
},
|
67 |
{
|
68 |
-
"epoch":
|
69 |
-
"grad_norm": 2.
|
70 |
-
"learning_rate":
|
71 |
-
"loss": 1.
|
72 |
"step": 4500
|
73 |
},
|
74 |
{
|
75 |
-
"epoch":
|
76 |
-
"grad_norm":
|
77 |
-
"learning_rate":
|
78 |
-
"loss": 1.
|
79 |
"step": 5000
|
80 |
},
|
81 |
{
|
82 |
-
"epoch":
|
83 |
-
"grad_norm":
|
84 |
-
"learning_rate":
|
85 |
-
"loss": 1.
|
86 |
"step": 5500
|
87 |
},
|
88 |
{
|
89 |
-
"epoch": 4
|
90 |
-
"grad_norm": 2.
|
91 |
-
"learning_rate":
|
92 |
-
"loss": 1.
|
93 |
"step": 6000
|
94 |
},
|
95 |
{
|
96 |
-
"epoch":
|
97 |
-
"grad_norm": 3.
|
98 |
-
"learning_rate":
|
99 |
-
"loss": 1.
|
100 |
"step": 6500
|
101 |
},
|
102 |
{
|
103 |
-
"epoch":
|
104 |
-
"grad_norm": 2.
|
105 |
-
"learning_rate":
|
106 |
-
"loss": 1.
|
107 |
"step": 7000
|
108 |
},
|
109 |
{
|
110 |
-
"epoch":
|
111 |
-
"grad_norm": 2.
|
112 |
-
"learning_rate":
|
113 |
-
"loss": 1.
|
114 |
"step": 7500
|
115 |
},
|
116 |
{
|
117 |
-
"epoch":
|
118 |
-
"grad_norm":
|
119 |
-
"learning_rate":
|
120 |
-
"loss": 1.
|
121 |
"step": 8000
|
122 |
},
|
123 |
{
|
124 |
-
"epoch":
|
125 |
-
"grad_norm": 2.
|
126 |
-
"learning_rate":
|
127 |
-
"loss": 1.
|
128 |
"step": 8500
|
129 |
},
|
130 |
{
|
131 |
-
"epoch": 6
|
132 |
-
"grad_norm": 2.
|
133 |
-
"learning_rate":
|
134 |
-
"loss": 1.
|
135 |
"step": 9000
|
136 |
},
|
137 |
{
|
138 |
-
"epoch":
|
139 |
-
"grad_norm": 2.
|
140 |
-
"learning_rate":
|
141 |
-
"loss": 1.
|
142 |
"step": 9500
|
143 |
},
|
144 |
{
|
145 |
-
"epoch":
|
146 |
-
"grad_norm": 2.
|
147 |
-
"learning_rate":
|
148 |
-
"loss": 1.
|
149 |
"step": 10000
|
150 |
},
|
151 |
{
|
152 |
-
"epoch":
|
153 |
-
"grad_norm": 2.
|
154 |
-
"learning_rate":
|
155 |
-
"loss": 1.
|
156 |
"step": 10500
|
157 |
},
|
158 |
{
|
159 |
-
"epoch":
|
160 |
-
"grad_norm": 2.
|
161 |
-
"learning_rate":
|
162 |
-
"loss": 1.
|
163 |
"step": 11000
|
164 |
},
|
165 |
{
|
166 |
-
"epoch":
|
167 |
-
"grad_norm":
|
168 |
-
"learning_rate":
|
169 |
-
"loss": 1.
|
170 |
"step": 11500
|
171 |
},
|
172 |
{
|
173 |
-
"epoch": 8
|
174 |
-
"grad_norm": 2.
|
175 |
-
"learning_rate":
|
176 |
-
"loss": 1.
|
177 |
"step": 12000
|
178 |
},
|
179 |
{
|
180 |
-
"epoch":
|
181 |
-
"grad_norm": 2.
|
182 |
-
"learning_rate":
|
183 |
-
"loss": 1.
|
184 |
"step": 12500
|
185 |
},
|
186 |
{
|
187 |
-
"epoch":
|
188 |
-
"grad_norm": 2.
|
189 |
-
"learning_rate":
|
190 |
-
"loss": 1.
|
191 |
"step": 13000
|
192 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
{
|
194 |
"epoch": 10.0,
|
195 |
-
"step":
|
196 |
-
"total_flos":
|
197 |
-
"train_loss": 1.
|
198 |
-
"train_runtime":
|
199 |
-
"train_samples_per_second":
|
200 |
-
"train_steps_per_second": 11.
|
201 |
}
|
202 |
],
|
203 |
"logging_steps": 500,
|
204 |
-
"max_steps":
|
205 |
"num_input_tokens_seen": 0,
|
206 |
"num_train_epochs": 10,
|
207 |
"save_steps": 500,
|
@@ -217,7 +385,7 @@
|
|
217 |
"attributes": {}
|
218 |
}
|
219 |
},
|
220 |
-
"total_flos":
|
221 |
"train_batch_size": 8,
|
222 |
"trial_name": null,
|
223 |
"trial_params": null
|
|
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 10.0,
|
5 |
+
"eval_steps": 1000.0,
|
6 |
+
"global_step": 25000,
|
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.2,
|
13 |
+
"grad_norm": 3.1640737056732178,
|
14 |
+
"learning_rate": 4.9e-05,
|
15 |
+
"loss": 2.212,
|
16 |
"step": 500
|
17 |
},
|
18 |
{
|
19 |
+
"epoch": 0.4,
|
20 |
+
"grad_norm": 23.492929458618164,
|
21 |
+
"learning_rate": 4.8e-05,
|
22 |
+
"loss": 2.0008,
|
23 |
"step": 1000
|
24 |
},
|
25 |
{
|
26 |
+
"epoch": 0.6,
|
27 |
+
"grad_norm": 2.86879563331604,
|
28 |
+
"learning_rate": 4.7e-05,
|
29 |
+
"loss": 1.9454,
|
30 |
"step": 1500
|
31 |
},
|
32 |
{
|
33 |
+
"epoch": 0.8,
|
34 |
+
"grad_norm": 2.5470571517944336,
|
35 |
+
"learning_rate": 4.600000000000001e-05,
|
36 |
+
"loss": 1.9098,
|
37 |
"step": 2000
|
38 |
},
|
39 |
{
|
40 |
+
"epoch": 1.0,
|
41 |
+
"grad_norm": 3.299417018890381,
|
42 |
+
"learning_rate": 4.5e-05,
|
43 |
+
"loss": 1.8775,
|
44 |
"step": 2500
|
45 |
},
|
46 |
{
|
47 |
+
"epoch": 1.2,
|
48 |
+
"grad_norm": 3.0483977794647217,
|
49 |
+
"learning_rate": 4.4000000000000006e-05,
|
50 |
+
"loss": 1.8398,
|
51 |
"step": 3000
|
52 |
},
|
53 |
{
|
54 |
+
"epoch": 1.4,
|
55 |
+
"grad_norm": 3.0028903484344482,
|
56 |
+
"learning_rate": 4.3e-05,
|
57 |
+
"loss": 1.8147,
|
58 |
"step": 3500
|
59 |
},
|
60 |
{
|
61 |
+
"epoch": 1.6,
|
62 |
+
"grad_norm": 2.972844123840332,
|
63 |
+
"learning_rate": 4.2e-05,
|
64 |
+
"loss": 1.8035,
|
65 |
"step": 4000
|
66 |
},
|
67 |
{
|
68 |
+
"epoch": 1.8,
|
69 |
+
"grad_norm": 2.82574200630188,
|
70 |
+
"learning_rate": 4.1e-05,
|
71 |
+
"loss": 1.7974,
|
72 |
"step": 4500
|
73 |
},
|
74 |
{
|
75 |
+
"epoch": 2.0,
|
76 |
+
"grad_norm": 2.6531100273132324,
|
77 |
+
"learning_rate": 4e-05,
|
78 |
+
"loss": 1.7818,
|
79 |
"step": 5000
|
80 |
},
|
81 |
{
|
82 |
+
"epoch": 2.2,
|
83 |
+
"grad_norm": 3.6078109741210938,
|
84 |
+
"learning_rate": 3.9000000000000006e-05,
|
85 |
+
"loss": 1.7492,
|
86 |
"step": 5500
|
87 |
},
|
88 |
{
|
89 |
+
"epoch": 2.4,
|
90 |
+
"grad_norm": 2.573765516281128,
|
91 |
+
"learning_rate": 3.8e-05,
|
92 |
+
"loss": 1.7536,
|
93 |
"step": 6000
|
94 |
},
|
95 |
{
|
96 |
+
"epoch": 2.6,
|
97 |
+
"grad_norm": 3.07545804977417,
|
98 |
+
"learning_rate": 3.7e-05,
|
99 |
+
"loss": 1.7341,
|
100 |
"step": 6500
|
101 |
},
|
102 |
{
|
103 |
+
"epoch": 2.8,
|
104 |
+
"grad_norm": 2.4871368408203125,
|
105 |
+
"learning_rate": 3.6e-05,
|
106 |
+
"loss": 1.7362,
|
107 |
"step": 7000
|
108 |
},
|
109 |
{
|
110 |
+
"epoch": 3.0,
|
111 |
+
"grad_norm": 2.881721019744873,
|
112 |
+
"learning_rate": 3.5e-05,
|
113 |
+
"loss": 1.7426,
|
114 |
"step": 7500
|
115 |
},
|
116 |
{
|
117 |
+
"epoch": 3.2,
|
118 |
+
"grad_norm": 3.6232352256774902,
|
119 |
+
"learning_rate": 3.4000000000000007e-05,
|
120 |
+
"loss": 1.6958,
|
121 |
"step": 8000
|
122 |
},
|
123 |
{
|
124 |
+
"epoch": 3.4,
|
125 |
+
"grad_norm": 2.4172329902648926,
|
126 |
+
"learning_rate": 3.3e-05,
|
127 |
+
"loss": 1.6961,
|
128 |
"step": 8500
|
129 |
},
|
130 |
{
|
131 |
+
"epoch": 3.6,
|
132 |
+
"grad_norm": 2.5114290714263916,
|
133 |
+
"learning_rate": 3.2000000000000005e-05,
|
134 |
+
"loss": 1.6961,
|
135 |
"step": 9000
|
136 |
},
|
137 |
{
|
138 |
+
"epoch": 3.8,
|
139 |
+
"grad_norm": 2.7974891662597656,
|
140 |
+
"learning_rate": 3.1e-05,
|
141 |
+
"loss": 1.6831,
|
142 |
"step": 9500
|
143 |
},
|
144 |
{
|
145 |
+
"epoch": 4.0,
|
146 |
+
"grad_norm": 2.511326551437378,
|
147 |
+
"learning_rate": 3e-05,
|
148 |
+
"loss": 1.7117,
|
149 |
"step": 10000
|
150 |
},
|
151 |
{
|
152 |
+
"epoch": 4.2,
|
153 |
+
"grad_norm": 2.3756415843963623,
|
154 |
+
"learning_rate": 2.9e-05,
|
155 |
+
"loss": 1.6684,
|
156 |
"step": 10500
|
157 |
},
|
158 |
{
|
159 |
+
"epoch": 4.4,
|
160 |
+
"grad_norm": 2.2897322177886963,
|
161 |
+
"learning_rate": 2.8000000000000003e-05,
|
162 |
+
"loss": 1.6826,
|
163 |
"step": 11000
|
164 |
},
|
165 |
{
|
166 |
+
"epoch": 4.6,
|
167 |
+
"grad_norm": 2.7029635906219482,
|
168 |
+
"learning_rate": 2.7000000000000002e-05,
|
169 |
+
"loss": 1.6649,
|
170 |
"step": 11500
|
171 |
},
|
172 |
{
|
173 |
+
"epoch": 4.8,
|
174 |
+
"grad_norm": 2.453059673309326,
|
175 |
+
"learning_rate": 2.6000000000000002e-05,
|
176 |
+
"loss": 1.6488,
|
177 |
"step": 12000
|
178 |
},
|
179 |
{
|
180 |
+
"epoch": 5.0,
|
181 |
+
"grad_norm": 2.173687219619751,
|
182 |
+
"learning_rate": 2.5e-05,
|
183 |
+
"loss": 1.652,
|
184 |
"step": 12500
|
185 |
},
|
186 |
{
|
187 |
+
"epoch": 5.2,
|
188 |
+
"grad_norm": 2.9122655391693115,
|
189 |
+
"learning_rate": 2.4e-05,
|
190 |
+
"loss": 1.6354,
|
191 |
"step": 13000
|
192 |
},
|
193 |
+
{
|
194 |
+
"epoch": 5.4,
|
195 |
+
"grad_norm": 2.8792638778686523,
|
196 |
+
"learning_rate": 2.3000000000000003e-05,
|
197 |
+
"loss": 1.6423,
|
198 |
+
"step": 13500
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 5.6,
|
202 |
+
"grad_norm": 3.0389626026153564,
|
203 |
+
"learning_rate": 2.2000000000000003e-05,
|
204 |
+
"loss": 1.6591,
|
205 |
+
"step": 14000
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 5.8,
|
209 |
+
"grad_norm": 2.6412346363067627,
|
210 |
+
"learning_rate": 2.1e-05,
|
211 |
+
"loss": 1.6365,
|
212 |
+
"step": 14500
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 6.0,
|
216 |
+
"grad_norm": 2.6655163764953613,
|
217 |
+
"learning_rate": 2e-05,
|
218 |
+
"loss": 1.6133,
|
219 |
+
"step": 15000
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 6.2,
|
223 |
+
"grad_norm": 2.6776795387268066,
|
224 |
+
"learning_rate": 1.9e-05,
|
225 |
+
"loss": 1.603,
|
226 |
+
"step": 15500
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 6.4,
|
230 |
+
"grad_norm": 3.4206550121307373,
|
231 |
+
"learning_rate": 1.8e-05,
|
232 |
+
"loss": 1.6142,
|
233 |
+
"step": 16000
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 6.6,
|
237 |
+
"grad_norm": 3.59487247467041,
|
238 |
+
"learning_rate": 1.7000000000000003e-05,
|
239 |
+
"loss": 1.6193,
|
240 |
+
"step": 16500
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 6.8,
|
244 |
+
"grad_norm": 2.707260847091675,
|
245 |
+
"learning_rate": 1.6000000000000003e-05,
|
246 |
+
"loss": 1.618,
|
247 |
+
"step": 17000
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 7.0,
|
251 |
+
"grad_norm": 2.4932329654693604,
|
252 |
+
"learning_rate": 1.5e-05,
|
253 |
+
"loss": 1.6179,
|
254 |
+
"step": 17500
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 7.2,
|
258 |
+
"grad_norm": 2.7114312648773193,
|
259 |
+
"learning_rate": 1.4000000000000001e-05,
|
260 |
+
"loss": 1.6064,
|
261 |
+
"step": 18000
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 7.4,
|
265 |
+
"grad_norm": 2.9900901317596436,
|
266 |
+
"learning_rate": 1.3000000000000001e-05,
|
267 |
+
"loss": 1.6079,
|
268 |
+
"step": 18500
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 7.6,
|
272 |
+
"grad_norm": 2.5069007873535156,
|
273 |
+
"learning_rate": 1.2e-05,
|
274 |
+
"loss": 1.5917,
|
275 |
+
"step": 19000
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 7.8,
|
279 |
+
"grad_norm": 2.816830635070801,
|
280 |
+
"learning_rate": 1.1000000000000001e-05,
|
281 |
+
"loss": 1.6159,
|
282 |
+
"step": 19500
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 8.0,
|
286 |
+
"grad_norm": 2.500258445739746,
|
287 |
+
"learning_rate": 1e-05,
|
288 |
+
"loss": 1.586,
|
289 |
+
"step": 20000
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 8.2,
|
293 |
+
"grad_norm": 2.392134189605713,
|
294 |
+
"learning_rate": 9e-06,
|
295 |
+
"loss": 1.5948,
|
296 |
+
"step": 20500
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 8.4,
|
300 |
+
"grad_norm": 2.19275164604187,
|
301 |
+
"learning_rate": 8.000000000000001e-06,
|
302 |
+
"loss": 1.5904,
|
303 |
+
"step": 21000
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 8.6,
|
307 |
+
"grad_norm": 2.1356213092803955,
|
308 |
+
"learning_rate": 7.000000000000001e-06,
|
309 |
+
"loss": 1.5772,
|
310 |
+
"step": 21500
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 8.8,
|
314 |
+
"grad_norm": 2.0939230918884277,
|
315 |
+
"learning_rate": 6e-06,
|
316 |
+
"loss": 1.604,
|
317 |
+
"step": 22000
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 9.0,
|
321 |
+
"grad_norm": 2.8503177165985107,
|
322 |
+
"learning_rate": 5e-06,
|
323 |
+
"loss": 1.5878,
|
324 |
+
"step": 22500
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 9.2,
|
328 |
+
"grad_norm": 2.6212220191955566,
|
329 |
+
"learning_rate": 4.000000000000001e-06,
|
330 |
+
"loss": 1.5893,
|
331 |
+
"step": 23000
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 9.4,
|
335 |
+
"grad_norm": 2.9165279865264893,
|
336 |
+
"learning_rate": 3e-06,
|
337 |
+
"loss": 1.5796,
|
338 |
+
"step": 23500
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 9.6,
|
342 |
+
"grad_norm": 2.8491413593292236,
|
343 |
+
"learning_rate": 2.0000000000000003e-06,
|
344 |
+
"loss": 1.5832,
|
345 |
+
"step": 24000
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 9.8,
|
349 |
+
"grad_norm": 3.690595865249634,
|
350 |
+
"learning_rate": 1.0000000000000002e-06,
|
351 |
+
"loss": 1.5872,
|
352 |
+
"step": 24500
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 10.0,
|
356 |
+
"grad_norm": 3.193439245223999,
|
357 |
+
"learning_rate": 0.0,
|
358 |
+
"loss": 1.5781,
|
359 |
+
"step": 25000
|
360 |
+
},
|
361 |
{
|
362 |
"epoch": 10.0,
|
363 |
+
"step": 25000,
|
364 |
+
"total_flos": 3.2973681787109376e+16,
|
365 |
+
"train_loss": 1.6927287036132812,
|
366 |
+
"train_runtime": 2178.3738,
|
367 |
+
"train_samples_per_second": 91.812,
|
368 |
+
"train_steps_per_second": 11.476
|
369 |
}
|
370 |
],
|
371 |
"logging_steps": 500,
|
372 |
+
"max_steps": 25000,
|
373 |
"num_input_tokens_seen": 0,
|
374 |
"num_train_epochs": 10,
|
375 |
"save_steps": 500,
|
|
|
385 |
"attributes": {}
|
386 |
}
|
387 |
},
|
388 |
+
"total_flos": 3.2973681787109376e+16,
|
389 |
"train_batch_size": 8,
|
390 |
"trial_name": null,
|
391 |
"trial_params": null
|