bbytxt commited on
Commit
64dddd8
·
verified ·
1 Parent(s): 78167cc

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:ce3e71163a6950db62457946aacdcd933927d58674debd413f695c2731c10c27
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:596fb7a3942cd333fe47140bcdfb80d00eb35567192bb253559d56150ee59e86
3
  size 167832240
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1eeecf0c2690e2d01e81e84906f724b825e3532c0ed409a4fe56c25e64f101bb
3
  size 335922386
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:909d046381f45063ab70e8e582fe22b2c403963b6d6cbcce3b4c0068407933a7
3
  size 335922386
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff00ad3bc6ec237504e8f92a56f7e9c0bc07694ca880d6059dd765d87d2ebeb3
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8481936c22211573632d9c93001c6f8330d0bbe783f735fa4ad7d74524fb782a
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e70710c409284f74d525f8db5cfaccc22a8afd29416f19c595da9242ec92d936
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe157715eb8e05b3bab2a7f2fafac33705dc4a1a9dd7f6d860c3a7f9597d78bb
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "best_metric": 1.556872844696045,
3
- "best_model_checkpoint": "miner_id_24/checkpoint-150",
4
- "epoch": 0.023405500292568753,
5
  "eval_steps": 25,
6
- "global_step": 150,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -1113,6 +1113,372 @@
1113
  "eval_samples_per_second": 11.826,
1114
  "eval_steps_per_second": 1.656,
1115
  "step": 150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1116
  }
1117
  ],
1118
  "logging_steps": 1,
@@ -1136,12 +1502,12 @@
1136
  "should_evaluate": false,
1137
  "should_log": false,
1138
  "should_save": true,
1139
- "should_training_stop": false
1140
  },
1141
  "attributes": {}
1142
  }
1143
  },
1144
- "total_flos": 2.364765716348928e+17,
1145
  "train_batch_size": 8,
1146
  "trial_name": null,
1147
  "trial_params": null
 
1
  {
2
+ "best_metric": 1.5308488607406616,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-200",
4
+ "epoch": 0.031207333723425004,
5
  "eval_steps": 25,
6
+ "global_step": 200,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
1113
  "eval_samples_per_second": 11.826,
1114
  "eval_steps_per_second": 1.656,
1115
  "step": 150
1116
+ },
1117
+ {
1118
+ "epoch": 0.02356153696118588,
1119
+ "grad_norm": 0.46980613470077515,
1120
+ "learning_rate": 4.659698863221513e-05,
1121
+ "loss": 1.7279,
1122
+ "step": 151
1123
+ },
1124
+ {
1125
+ "epoch": 0.023717573629803004,
1126
+ "grad_norm": 0.5476781725883484,
1127
+ "learning_rate": 4.481448235912671e-05,
1128
+ "loss": 1.7475,
1129
+ "step": 152
1130
+ },
1131
+ {
1132
+ "epoch": 0.02387361029842013,
1133
+ "grad_norm": 0.5654459595680237,
1134
+ "learning_rate": 4.306073275629044e-05,
1135
+ "loss": 1.7659,
1136
+ "step": 153
1137
+ },
1138
+ {
1139
+ "epoch": 0.024029646967037254,
1140
+ "grad_norm": 0.5373063087463379,
1141
+ "learning_rate": 4.133621928133665e-05,
1142
+ "loss": 1.718,
1143
+ "step": 154
1144
+ },
1145
+ {
1146
+ "epoch": 0.02418568363565438,
1147
+ "grad_norm": 0.5087575316429138,
1148
+ "learning_rate": 3.964141339903026e-05,
1149
+ "loss": 1.6045,
1150
+ "step": 155
1151
+ },
1152
+ {
1153
+ "epoch": 0.024341720304271505,
1154
+ "grad_norm": 0.4843761920928955,
1155
+ "learning_rate": 3.797677845237696e-05,
1156
+ "loss": 1.504,
1157
+ "step": 156
1158
+ },
1159
+ {
1160
+ "epoch": 0.02449775697288863,
1161
+ "grad_norm": 0.4869287610054016,
1162
+ "learning_rate": 3.634276953594982e-05,
1163
+ "loss": 1.5274,
1164
+ "step": 157
1165
+ },
1166
+ {
1167
+ "epoch": 0.024653793641505755,
1168
+ "grad_norm": 0.4285678565502167,
1169
+ "learning_rate": 3.473983337147118e-05,
1170
+ "loss": 1.5091,
1171
+ "step": 158
1172
+ },
1173
+ {
1174
+ "epoch": 0.02480983031012288,
1175
+ "grad_norm": 0.4756722152233124,
1176
+ "learning_rate": 3.316840818568315e-05,
1177
+ "loss": 1.575,
1178
+ "step": 159
1179
+ },
1180
+ {
1181
+ "epoch": 0.024965866978740005,
1182
+ "grad_norm": 0.37447381019592285,
1183
+ "learning_rate": 3.162892359054098e-05,
1184
+ "loss": 1.6297,
1185
+ "step": 160
1186
+ },
1187
+ {
1188
+ "epoch": 0.025121903647357127,
1189
+ "grad_norm": 0.39493322372436523,
1190
+ "learning_rate": 3.0121800465761293e-05,
1191
+ "loss": 1.479,
1192
+ "step": 161
1193
+ },
1194
+ {
1195
+ "epoch": 0.025277940315974252,
1196
+ "grad_norm": 0.40604156255722046,
1197
+ "learning_rate": 2.8647450843757897e-05,
1198
+ "loss": 1.4647,
1199
+ "step": 162
1200
+ },
1201
+ {
1202
+ "epoch": 0.025433976984591378,
1203
+ "grad_norm": 0.39771589636802673,
1204
+ "learning_rate": 2.7206277796996144e-05,
1205
+ "loss": 1.5375,
1206
+ "step": 163
1207
+ },
1208
+ {
1209
+ "epoch": 0.025590013653208503,
1210
+ "grad_norm": 0.43655651807785034,
1211
+ "learning_rate": 2.5798675327796993e-05,
1212
+ "loss": 1.5023,
1213
+ "step": 164
1214
+ },
1215
+ {
1216
+ "epoch": 0.025746050321825628,
1217
+ "grad_norm": 0.43207302689552307,
1218
+ "learning_rate": 2.4425028260620715e-05,
1219
+ "loss": 1.4773,
1220
+ "step": 165
1221
+ },
1222
+ {
1223
+ "epoch": 0.025902086990442753,
1224
+ "grad_norm": 0.4292471706867218,
1225
+ "learning_rate": 2.3085712136859668e-05,
1226
+ "loss": 1.5062,
1227
+ "step": 166
1228
+ },
1229
+ {
1230
+ "epoch": 0.02605812365905988,
1231
+ "grad_norm": 0.45136985182762146,
1232
+ "learning_rate": 2.178109311216913e-05,
1233
+ "loss": 1.4471,
1234
+ "step": 167
1235
+ },
1236
+ {
1237
+ "epoch": 0.026214160327677004,
1238
+ "grad_norm": 0.44064435362815857,
1239
+ "learning_rate": 2.0511527856363912e-05,
1240
+ "loss": 1.4457,
1241
+ "step": 168
1242
+ },
1243
+ {
1244
+ "epoch": 0.02637019699629413,
1245
+ "grad_norm": 0.4474583864212036,
1246
+ "learning_rate": 1.927736345590839e-05,
1247
+ "loss": 1.4166,
1248
+ "step": 169
1249
+ },
1250
+ {
1251
+ "epoch": 0.026526233664911254,
1252
+ "grad_norm": 0.4576224386692047,
1253
+ "learning_rate": 1.8078937319026654e-05,
1254
+ "loss": 1.4864,
1255
+ "step": 170
1256
+ },
1257
+ {
1258
+ "epoch": 0.02668227033352838,
1259
+ "grad_norm": 0.4832763969898224,
1260
+ "learning_rate": 1.6916577083458228e-05,
1261
+ "loss": 1.2812,
1262
+ "step": 171
1263
+ },
1264
+ {
1265
+ "epoch": 0.026838307002145505,
1266
+ "grad_norm": 0.4968862235546112,
1267
+ "learning_rate": 1.579060052688548e-05,
1268
+ "loss": 1.2599,
1269
+ "step": 172
1270
+ },
1271
+ {
1272
+ "epoch": 0.02699434367076263,
1273
+ "grad_norm": 0.5017765164375305,
1274
+ "learning_rate": 1.4701315480056164e-05,
1275
+ "loss": 1.3424,
1276
+ "step": 173
1277
+ },
1278
+ {
1279
+ "epoch": 0.027150380339379755,
1280
+ "grad_norm": 0.5330548286437988,
1281
+ "learning_rate": 1.3649019742625623e-05,
1282
+ "loss": 1.3912,
1283
+ "step": 174
1284
+ },
1285
+ {
1286
+ "epoch": 0.02730641700799688,
1287
+ "grad_norm": 0.514132559299469,
1288
+ "learning_rate": 1.2634001001741373e-05,
1289
+ "loss": 1.3147,
1290
+ "step": 175
1291
+ },
1292
+ {
1293
+ "epoch": 0.02730641700799688,
1294
+ "eval_loss": 1.505825400352478,
1295
+ "eval_runtime": 4.2286,
1296
+ "eval_samples_per_second": 11.824,
1297
+ "eval_steps_per_second": 1.655,
1298
+ "step": 175
1299
+ },
1300
+ {
1301
+ "epoch": 0.027462453676614006,
1302
+ "grad_norm": 0.5005486607551575,
1303
+ "learning_rate": 1.1656536753392287e-05,
1304
+ "loss": 1.3024,
1305
+ "step": 176
1306
+ },
1307
+ {
1308
+ "epoch": 0.02761849034523113,
1309
+ "grad_norm": 0.48310455679893494,
1310
+ "learning_rate": 1.0716894226543953e-05,
1311
+ "loss": 1.3396,
1312
+ "step": 177
1313
+ },
1314
+ {
1315
+ "epoch": 0.027774527013848253,
1316
+ "grad_norm": 0.6038821935653687,
1317
+ "learning_rate": 9.815330310080887e-06,
1318
+ "loss": 1.2594,
1319
+ "step": 178
1320
+ },
1321
+ {
1322
+ "epoch": 0.027930563682465378,
1323
+ "grad_norm": 0.5558705925941467,
1324
+ "learning_rate": 8.952091482575824e-06,
1325
+ "loss": 1.1715,
1326
+ "step": 179
1327
+ },
1328
+ {
1329
+ "epoch": 0.028086600351082503,
1330
+ "grad_norm": 0.6060581207275391,
1331
+ "learning_rate": 8.127413744904804e-06,
1332
+ "loss": 1.2698,
1333
+ "step": 180
1334
+ },
1335
+ {
1336
+ "epoch": 0.02824263701969963,
1337
+ "grad_norm": 0.6217378377914429,
1338
+ "learning_rate": 7.34152255572697e-06,
1339
+ "loss": 1.1351,
1340
+ "step": 181
1341
+ },
1342
+ {
1343
+ "epoch": 0.028398673688316754,
1344
+ "grad_norm": 0.6303041577339172,
1345
+ "learning_rate": 6.594632769846353e-06,
1346
+ "loss": 1.1837,
1347
+ "step": 182
1348
+ },
1349
+ {
1350
+ "epoch": 0.02855471035693388,
1351
+ "grad_norm": 0.7006852626800537,
1352
+ "learning_rate": 5.886948579472778e-06,
1353
+ "loss": 1.2994,
1354
+ "step": 183
1355
+ },
1356
+ {
1357
+ "epoch": 0.028710747025551004,
1358
+ "grad_norm": 0.5897880792617798,
1359
+ "learning_rate": 5.218663458397715e-06,
1360
+ "loss": 1.3871,
1361
+ "step": 184
1362
+ },
1363
+ {
1364
+ "epoch": 0.02886678369416813,
1365
+ "grad_norm": 0.7499757409095764,
1366
+ "learning_rate": 4.589960109100444e-06,
1367
+ "loss": 1.2374,
1368
+ "step": 185
1369
+ },
1370
+ {
1371
+ "epoch": 0.029022820362785254,
1372
+ "grad_norm": 0.6694955229759216,
1373
+ "learning_rate": 4.001010412799138e-06,
1374
+ "loss": 1.1907,
1375
+ "step": 186
1376
+ },
1377
+ {
1378
+ "epoch": 0.02917885703140238,
1379
+ "grad_norm": 0.6499627828598022,
1380
+ "learning_rate": 3.451975382460109e-06,
1381
+ "loss": 1.4151,
1382
+ "step": 187
1383
+ },
1384
+ {
1385
+ "epoch": 0.029334893700019505,
1386
+ "grad_norm": 0.7436381578445435,
1387
+ "learning_rate": 2.9430051187785962e-06,
1388
+ "loss": 1.3773,
1389
+ "step": 188
1390
+ },
1391
+ {
1392
+ "epoch": 0.02949093036863663,
1393
+ "grad_norm": 0.6889179348945618,
1394
+ "learning_rate": 2.4742387691426445e-06,
1395
+ "loss": 1.2172,
1396
+ "step": 189
1397
+ },
1398
+ {
1399
+ "epoch": 0.029646967037253755,
1400
+ "grad_norm": 0.789290189743042,
1401
+ "learning_rate": 2.0458044895916513e-06,
1402
+ "loss": 1.1861,
1403
+ "step": 190
1404
+ },
1405
+ {
1406
+ "epoch": 0.02980300370587088,
1407
+ "grad_norm": 0.7475280165672302,
1408
+ "learning_rate": 1.6578194097797258e-06,
1409
+ "loss": 0.9113,
1410
+ "step": 191
1411
+ },
1412
+ {
1413
+ "epoch": 0.029959040374488006,
1414
+ "grad_norm": 1.112647533416748,
1415
+ "learning_rate": 1.3103896009537207e-06,
1416
+ "loss": 0.9285,
1417
+ "step": 192
1418
+ },
1419
+ {
1420
+ "epoch": 0.03011507704310513,
1421
+ "grad_norm": 0.8847390413284302,
1422
+ "learning_rate": 1.0036100469542786e-06,
1423
+ "loss": 0.8128,
1424
+ "step": 193
1425
+ },
1426
+ {
1427
+ "epoch": 0.030271113711722256,
1428
+ "grad_norm": 0.8419766426086426,
1429
+ "learning_rate": 7.375646182482875e-07,
1430
+ "loss": 0.7446,
1431
+ "step": 194
1432
+ },
1433
+ {
1434
+ "epoch": 0.030427150380339378,
1435
+ "grad_norm": 0.7409167885780334,
1436
+ "learning_rate": 5.123260489995229e-07,
1437
+ "loss": 0.5032,
1438
+ "step": 195
1439
+ },
1440
+ {
1441
+ "epoch": 0.030583187048956503,
1442
+ "grad_norm": 1.007495641708374,
1443
+ "learning_rate": 3.2795591718381975e-07,
1444
+ "loss": 0.6848,
1445
+ "step": 196
1446
+ },
1447
+ {
1448
+ "epoch": 0.03073922371757363,
1449
+ "grad_norm": 0.9228984713554382,
1450
+ "learning_rate": 1.8450462775428942e-07,
1451
+ "loss": 0.5911,
1452
+ "step": 197
1453
+ },
1454
+ {
1455
+ "epoch": 0.030895260386190754,
1456
+ "grad_norm": 1.0572706460952759,
1457
+ "learning_rate": 8.201139886109264e-08,
1458
+ "loss": 0.6363,
1459
+ "step": 198
1460
+ },
1461
+ {
1462
+ "epoch": 0.03105129705480788,
1463
+ "grad_norm": 1.5204890966415405,
1464
+ "learning_rate": 2.0504251129649374e-08,
1465
+ "loss": 0.6121,
1466
+ "step": 199
1467
+ },
1468
+ {
1469
+ "epoch": 0.031207333723425004,
1470
+ "grad_norm": 1.0206365585327148,
1471
+ "learning_rate": 0.0,
1472
+ "loss": 0.5057,
1473
+ "step": 200
1474
+ },
1475
+ {
1476
+ "epoch": 0.031207333723425004,
1477
+ "eval_loss": 1.5308488607406616,
1478
+ "eval_runtime": 4.2327,
1479
+ "eval_samples_per_second": 11.813,
1480
+ "eval_steps_per_second": 1.654,
1481
+ "step": 200
1482
  }
1483
  ],
1484
  "logging_steps": 1,
 
1502
  "should_evaluate": false,
1503
  "should_log": false,
1504
  "should_save": true,
1505
+ "should_training_stop": true
1506
  },
1507
  "attributes": {}
1508
  }
1509
  },
1510
+ "total_flos": 3.153020955131904e+17,
1511
  "train_batch_size": 8,
1512
  "trial_name": null,
1513
  "trial_params": null