ciloku commited on
Commit
bced70f
·
verified ·
1 Parent(s): 1f4f06d

Training in progress, step 200, checkpoint

Browse files
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fca193fe7b104c0f0dfd3c674d38342c338601da5551637cbc39bacdc8d7584
3
  size 140815952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:131dd2d88aeb27e5f3d1fa05d91b64b1a8057641bbc289d41968986c9d15a241
3
  size 140815952
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7618f27af9009fc2a7e1369d91b5811921c629d938d28fb409b7d91a60a1be7
3
  size 71878612
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6476f9bbd3a12e0da116c4c9e5e75afc2bf08982a238af22556d70a043fd56f2
3
  size 71878612
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20e7d0334d41869ee6242e9de52890289490908cecc65991bc3eb474e746522b
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1b72e884a5b1bec71ff8b94eddbb2ed4f1afe844e239447c6ce3d66de319f0
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc4a786186a574bdc543ff4b4563aab7c5e0b442c74c85899bb42a25553c5d0c
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca62d85cf5423834480d3c20680f93b185c8e6574a8a14021d285e0b05c7449f
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "best_metric": 1.5829623937606812,
3
- "best_model_checkpoint": "miner_id_24/checkpoint-150",
4
- "epoch": 0.3412969283276451,
5
  "eval_steps": 50,
6
- "global_step": 150,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -1089,6 +1089,364 @@
1089
  "eval_samples_per_second": 37.171,
1090
  "eval_steps_per_second": 9.293,
1091
  "step": 150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1092
  }
1093
  ],
1094
  "logging_steps": 1,
@@ -1112,12 +1470,12 @@
1112
  "should_evaluate": false,
1113
  "should_log": false,
1114
  "should_save": true,
1115
- "should_training_stop": false
1116
  },
1117
  "attributes": {}
1118
  }
1119
  },
1120
- "total_flos": 1.930188487340851e+16,
1121
  "train_batch_size": 8,
1122
  "trial_name": null,
1123
  "trial_params": null
 
1
  {
2
+ "best_metric": 1.5781207084655762,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-200",
4
+ "epoch": 0.4550625711035267,
5
  "eval_steps": 50,
6
+ "global_step": 200,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
1089
  "eval_samples_per_second": 37.171,
1090
  "eval_steps_per_second": 9.293,
1091
  "step": 150
1092
+ },
1093
+ {
1094
+ "epoch": 0.3435722411831627,
1095
+ "grad_norm": 0.5254620313644409,
1096
+ "learning_rate": 9.319397726443026e-06,
1097
+ "loss": 1.6864,
1098
+ "step": 151
1099
+ },
1100
+ {
1101
+ "epoch": 0.34584755403868034,
1102
+ "grad_norm": 0.5362634658813477,
1103
+ "learning_rate": 8.962896471825342e-06,
1104
+ "loss": 1.6429,
1105
+ "step": 152
1106
+ },
1107
+ {
1108
+ "epoch": 0.34812286689419797,
1109
+ "grad_norm": 0.554410457611084,
1110
+ "learning_rate": 8.61214655125809e-06,
1111
+ "loss": 1.7406,
1112
+ "step": 153
1113
+ },
1114
+ {
1115
+ "epoch": 0.3503981797497156,
1116
+ "grad_norm": 0.5366057753562927,
1117
+ "learning_rate": 8.267243856267331e-06,
1118
+ "loss": 1.7129,
1119
+ "step": 154
1120
+ },
1121
+ {
1122
+ "epoch": 0.35267349260523323,
1123
+ "grad_norm": 0.5138299465179443,
1124
+ "learning_rate": 7.928282679806052e-06,
1125
+ "loss": 1.7155,
1126
+ "step": 155
1127
+ },
1128
+ {
1129
+ "epoch": 0.35494880546075086,
1130
+ "grad_norm": 0.5121486783027649,
1131
+ "learning_rate": 7.595355690475393e-06,
1132
+ "loss": 1.742,
1133
+ "step": 156
1134
+ },
1135
+ {
1136
+ "epoch": 0.3572241183162685,
1137
+ "grad_norm": 0.5009651780128479,
1138
+ "learning_rate": 7.268553907189964e-06,
1139
+ "loss": 1.6497,
1140
+ "step": 157
1141
+ },
1142
+ {
1143
+ "epoch": 0.3594994311717861,
1144
+ "grad_norm": 0.4928452670574188,
1145
+ "learning_rate": 6.947966674294236e-06,
1146
+ "loss": 1.7092,
1147
+ "step": 158
1148
+ },
1149
+ {
1150
+ "epoch": 0.36177474402730375,
1151
+ "grad_norm": 0.48998475074768066,
1152
+ "learning_rate": 6.6336816371366305e-06,
1153
+ "loss": 1.6682,
1154
+ "step": 159
1155
+ },
1156
+ {
1157
+ "epoch": 0.3640500568828214,
1158
+ "grad_norm": 0.4646508991718292,
1159
+ "learning_rate": 6.325784718108196e-06,
1160
+ "loss": 1.7273,
1161
+ "step": 160
1162
+ },
1163
+ {
1164
+ "epoch": 0.366325369738339,
1165
+ "grad_norm": 0.47496816515922546,
1166
+ "learning_rate": 6.0243600931522595e-06,
1167
+ "loss": 1.6381,
1168
+ "step": 161
1169
+ },
1170
+ {
1171
+ "epoch": 0.36860068259385664,
1172
+ "grad_norm": 0.4742555022239685,
1173
+ "learning_rate": 5.72949016875158e-06,
1174
+ "loss": 1.7534,
1175
+ "step": 162
1176
+ },
1177
+ {
1178
+ "epoch": 0.3708759954493743,
1179
+ "grad_norm": 0.4708501994609833,
1180
+ "learning_rate": 5.44125555939923e-06,
1181
+ "loss": 1.6269,
1182
+ "step": 163
1183
+ },
1184
+ {
1185
+ "epoch": 0.3731513083048919,
1186
+ "grad_norm": 0.46369269490242004,
1187
+ "learning_rate": 5.159735065559399e-06,
1188
+ "loss": 1.6726,
1189
+ "step": 164
1190
+ },
1191
+ {
1192
+ "epoch": 0.37542662116040953,
1193
+ "grad_norm": 0.4433726668357849,
1194
+ "learning_rate": 4.885005652124144e-06,
1195
+ "loss": 1.6271,
1196
+ "step": 165
1197
+ },
1198
+ {
1199
+ "epoch": 0.37770193401592717,
1200
+ "grad_norm": 0.46605101227760315,
1201
+ "learning_rate": 4.617142427371934e-06,
1202
+ "loss": 1.7106,
1203
+ "step": 166
1204
+ },
1205
+ {
1206
+ "epoch": 0.3799772468714448,
1207
+ "grad_norm": 0.4526192247867584,
1208
+ "learning_rate": 4.3562186224338265e-06,
1209
+ "loss": 1.6717,
1210
+ "step": 167
1211
+ },
1212
+ {
1213
+ "epoch": 0.3822525597269625,
1214
+ "grad_norm": 0.4626869261264801,
1215
+ "learning_rate": 4.102305571272783e-06,
1216
+ "loss": 1.5921,
1217
+ "step": 168
1218
+ },
1219
+ {
1220
+ "epoch": 0.3845278725824801,
1221
+ "grad_norm": 0.45658981800079346,
1222
+ "learning_rate": 3.855472691181678e-06,
1223
+ "loss": 1.6207,
1224
+ "step": 169
1225
+ },
1226
+ {
1227
+ "epoch": 0.38680318543799774,
1228
+ "grad_norm": 0.4643127918243408,
1229
+ "learning_rate": 3.615787463805331e-06,
1230
+ "loss": 1.6378,
1231
+ "step": 170
1232
+ },
1233
+ {
1234
+ "epoch": 0.3890784982935154,
1235
+ "grad_norm": 0.462409645318985,
1236
+ "learning_rate": 3.383315416691646e-06,
1237
+ "loss": 1.6626,
1238
+ "step": 171
1239
+ },
1240
+ {
1241
+ "epoch": 0.391353811149033,
1242
+ "grad_norm": 0.5124365091323853,
1243
+ "learning_rate": 3.158120105377096e-06,
1244
+ "loss": 1.649,
1245
+ "step": 172
1246
+ },
1247
+ {
1248
+ "epoch": 0.39362912400455063,
1249
+ "grad_norm": 0.49918651580810547,
1250
+ "learning_rate": 2.940263096011233e-06,
1251
+ "loss": 1.6939,
1252
+ "step": 173
1253
+ },
1254
+ {
1255
+ "epoch": 0.39590443686006827,
1256
+ "grad_norm": 0.5136593580245972,
1257
+ "learning_rate": 2.729803948525125e-06,
1258
+ "loss": 1.7328,
1259
+ "step": 174
1260
+ },
1261
+ {
1262
+ "epoch": 0.3981797497155859,
1263
+ "grad_norm": 0.49986395239830017,
1264
+ "learning_rate": 2.526800200348275e-06,
1265
+ "loss": 1.6338,
1266
+ "step": 175
1267
+ },
1268
+ {
1269
+ "epoch": 0.4004550625711035,
1270
+ "grad_norm": 0.4834483563899994,
1271
+ "learning_rate": 2.3313073506784575e-06,
1272
+ "loss": 1.5782,
1273
+ "step": 176
1274
+ },
1275
+ {
1276
+ "epoch": 0.40273037542662116,
1277
+ "grad_norm": 0.5294801592826843,
1278
+ "learning_rate": 2.143378845308791e-06,
1279
+ "loss": 1.6917,
1280
+ "step": 177
1281
+ },
1282
+ {
1283
+ "epoch": 0.4050056882821388,
1284
+ "grad_norm": 0.5083182454109192,
1285
+ "learning_rate": 1.9630660620161777e-06,
1286
+ "loss": 1.7105,
1287
+ "step": 178
1288
+ },
1289
+ {
1290
+ "epoch": 0.4072810011376564,
1291
+ "grad_norm": 0.5304492115974426,
1292
+ "learning_rate": 1.790418296515165e-06,
1293
+ "loss": 1.711,
1294
+ "step": 179
1295
+ },
1296
+ {
1297
+ "epoch": 0.40955631399317405,
1298
+ "grad_norm": 0.5188761949539185,
1299
+ "learning_rate": 1.625482748980961e-06,
1300
+ "loss": 1.6797,
1301
+ "step": 180
1302
+ },
1303
+ {
1304
+ "epoch": 0.4118316268486917,
1305
+ "grad_norm": 0.5140330195426941,
1306
+ "learning_rate": 1.4683045111453942e-06,
1307
+ "loss": 1.6917,
1308
+ "step": 181
1309
+ },
1310
+ {
1311
+ "epoch": 0.4141069397042093,
1312
+ "grad_norm": 0.5246240496635437,
1313
+ "learning_rate": 1.3189265539692707e-06,
1314
+ "loss": 1.702,
1315
+ "step": 182
1316
+ },
1317
+ {
1318
+ "epoch": 0.41638225255972694,
1319
+ "grad_norm": 0.5261593461036682,
1320
+ "learning_rate": 1.1773897158945557e-06,
1321
+ "loss": 1.6699,
1322
+ "step": 183
1323
+ },
1324
+ {
1325
+ "epoch": 0.41865756541524457,
1326
+ "grad_norm": 0.5666885375976562,
1327
+ "learning_rate": 1.0437326916795432e-06,
1328
+ "loss": 1.736,
1329
+ "step": 184
1330
+ },
1331
+ {
1332
+ "epoch": 0.42093287827076226,
1333
+ "grad_norm": 0.5484257936477661,
1334
+ "learning_rate": 9.179920218200888e-07,
1335
+ "loss": 1.637,
1336
+ "step": 185
1337
+ },
1338
+ {
1339
+ "epoch": 0.4232081911262799,
1340
+ "grad_norm": 0.5620837807655334,
1341
+ "learning_rate": 8.002020825598277e-07,
1342
+ "loss": 1.6758,
1343
+ "step": 186
1344
+ },
1345
+ {
1346
+ "epoch": 0.4254835039817975,
1347
+ "grad_norm": 0.5988110303878784,
1348
+ "learning_rate": 6.90395076492022e-07,
1349
+ "loss": 1.8052,
1350
+ "step": 187
1351
+ },
1352
+ {
1353
+ "epoch": 0.42775881683731515,
1354
+ "grad_norm": 0.5587230920791626,
1355
+ "learning_rate": 5.886010237557194e-07,
1356
+ "loss": 1.6675,
1357
+ "step": 188
1358
+ },
1359
+ {
1360
+ "epoch": 0.4300341296928328,
1361
+ "grad_norm": 0.5831708908081055,
1362
+ "learning_rate": 4.94847753828529e-07,
1363
+ "loss": 1.6906,
1364
+ "step": 189
1365
+ },
1366
+ {
1367
+ "epoch": 0.4323094425483504,
1368
+ "grad_norm": 0.5833969116210938,
1369
+ "learning_rate": 4.091608979183303e-07,
1370
+ "loss": 1.5982,
1371
+ "step": 190
1372
+ },
1373
+ {
1374
+ "epoch": 0.43458475540386804,
1375
+ "grad_norm": 0.5912043452262878,
1376
+ "learning_rate": 3.315638819559452e-07,
1377
+ "loss": 1.6195,
1378
+ "step": 191
1379
+ },
1380
+ {
1381
+ "epoch": 0.43686006825938567,
1382
+ "grad_norm": 0.6026055216789246,
1383
+ "learning_rate": 2.6207792019074414e-07,
1384
+ "loss": 1.5465,
1385
+ "step": 192
1386
+ },
1387
+ {
1388
+ "epoch": 0.4391353811149033,
1389
+ "grad_norm": 0.637148380279541,
1390
+ "learning_rate": 2.0072200939085573e-07,
1391
+ "loss": 1.6555,
1392
+ "step": 193
1393
+ },
1394
+ {
1395
+ "epoch": 0.44141069397042093,
1396
+ "grad_norm": 0.5973919034004211,
1397
+ "learning_rate": 1.475129236496575e-07,
1398
+ "loss": 1.4016,
1399
+ "step": 194
1400
+ },
1401
+ {
1402
+ "epoch": 0.44368600682593856,
1403
+ "grad_norm": 0.5609529614448547,
1404
+ "learning_rate": 1.0246520979990459e-07,
1405
+ "loss": 1.098,
1406
+ "step": 195
1407
+ },
1408
+ {
1409
+ "epoch": 0.4459613196814562,
1410
+ "grad_norm": 0.5903803706169128,
1411
+ "learning_rate": 6.559118343676396e-08,
1412
+ "loss": 1.0209,
1413
+ "step": 196
1414
+ },
1415
+ {
1416
+ "epoch": 0.4482366325369738,
1417
+ "grad_norm": 0.5936239957809448,
1418
+ "learning_rate": 3.690092555085789e-08,
1419
+ "loss": 1.008,
1420
+ "step": 197
1421
+ },
1422
+ {
1423
+ "epoch": 0.45051194539249145,
1424
+ "grad_norm": 0.6110945343971252,
1425
+ "learning_rate": 1.640227977221853e-08,
1426
+ "loss": 0.9535,
1427
+ "step": 198
1428
+ },
1429
+ {
1430
+ "epoch": 0.4527872582480091,
1431
+ "grad_norm": 0.7129843235015869,
1432
+ "learning_rate": 4.1008502259298755e-09,
1433
+ "loss": 0.9507,
1434
+ "step": 199
1435
+ },
1436
+ {
1437
+ "epoch": 0.4550625711035267,
1438
+ "grad_norm": 1.5045645236968994,
1439
+ "learning_rate": 0.0,
1440
+ "loss": 1.4004,
1441
+ "step": 200
1442
+ },
1443
+ {
1444
+ "epoch": 0.4550625711035267,
1445
+ "eval_loss": 1.5781207084655762,
1446
+ "eval_runtime": 19.9818,
1447
+ "eval_samples_per_second": 37.034,
1448
+ "eval_steps_per_second": 9.258,
1449
+ "step": 200
1450
  }
1451
  ],
1452
  "logging_steps": 1,
 
1470
  "should_evaluate": false,
1471
  "should_log": false,
1472
  "should_save": true,
1473
+ "should_training_stop": true
1474
  },
1475
  "attributes": {}
1476
  }
1477
  },
1478
+ "total_flos": 2.5658561673560064e+16,
1479
  "train_batch_size": 8,
1480
  "trial_name": null,
1481
  "trial_params": null