hchcsuim commited on
Commit
a4da989
1 Parent(s): d84a72e

Training in progress, epoch 3

Browse files
Files changed (35) hide show
  1. all_results.json +12 -0
  2. config.json +61 -0
  3. eval_results.json +8 -0
  4. model.safetensors +3 -0
  5. preprocessor_config.json +36 -0
  6. runs/Mar29_19-09-46_DESKTOP-604-AI/events.out.tfevents.1711710586.DESKTOP-604-AI.8320.0 +3 -0
  7. runs/Mar29_19-14-23_DESKTOP-604-AI/events.out.tfevents.1711710863.DESKTOP-604-AI.6844.0 +3 -0
  8. runs/Mar29_19-40-45_DESKTOP-604-AI/events.out.tfevents.1711712445.DESKTOP-604-AI.15316.0 +3 -0
  9. runs/Mar29_21-42-36_DESKTOP-604-AI/events.out.tfevents.1711719756.DESKTOP-604-AI.14908.0 +3 -0
  10. runs/Mar29_21-45-36_DESKTOP-604-AI/events.out.tfevents.1711719936.DESKTOP-604-AI.16272.0 +3 -0
  11. runs/Mar29_22-12-05_DESKTOP-604-AI/events.out.tfevents.1711721526.DESKTOP-604-AI.17172.0 +3 -0
  12. runs/Mar29_22-15-48_DESKTOP-604-AI/events.out.tfevents.1711721748.DESKTOP-604-AI.15064.0 +3 -0
  13. runs/Mar29_22-19-05_DESKTOP-604-AI/events.out.tfevents.1711721946.DESKTOP-604-AI.16132.0 +3 -0
  14. runs/Mar29_22-21-28_DESKTOP-604-AI/events.out.tfevents.1711722089.DESKTOP-604-AI.15564.0 +3 -0
  15. runs/Mar29_23-49-26_DESKTOP-604-AI/events.out.tfevents.1711727385.DESKTOP-604-AI.15724.0 +3 -0
  16. runs/Mar29_23-52-52_DESKTOP-604-AI/events.out.tfevents.1711727573.DESKTOP-604-AI.1548.0 +3 -0
  17. runs/Mar30_00-00-53_DESKTOP-604-AI/events.out.tfevents.1711728098.DESKTOP-604-AI.16088.0 +3 -0
  18. runs/Mar30_00-08-29_DESKTOP-604-AI/events.out.tfevents.1711728522.DESKTOP-604-AI.9004.0 +3 -0
  19. runs/Mar30_00-08-29_DESKTOP-604-AI/events.out.tfevents.1711729774.DESKTOP-604-AI.9004.1 +3 -0
  20. runs/Mar30_00-33-25_DESKTOP-604-AI/events.out.tfevents.1711730020.DESKTOP-604-AI.13792.0 +3 -0
  21. runs/Mar30_00-38-29_DESKTOP-604-AI/events.out.tfevents.1711730374.DESKTOP-604-AI.14788.0 +3 -0
  22. runs/Mar30_00-42-00_DESKTOP-604-AI/events.out.tfevents.1711730520.DESKTOP-604-AI.15800.0 +3 -0
  23. runs/Mar30_00-45-27_DESKTOP-604-AI/events.out.tfevents.1711730728.DESKTOP-604-AI.16276.0 +3 -0
  24. runs/Mar30_00-54-45_DESKTOP-604-AI/events.out.tfevents.1711731311.DESKTOP-604-AI.16272.0 +3 -0
  25. runs/Mar30_00-57-52_DESKTOP-604-AI/events.out.tfevents.1711731472.DESKTOP-604-AI.15912.0 +3 -0
  26. runs/Mar30_01-05-25_DESKTOP-604-AI/events.out.tfevents.1711731926.DESKTOP-604-AI.14892.0 +3 -0
  27. runs/Mar30_01-05-25_DESKTOP-604-AI/events.out.tfevents.1711733426.DESKTOP-604-AI.14892.1 +3 -0
  28. runs/Mar30_07-26-13_DESKTOP-604-AI/events.out.tfevents.1711754785.DESKTOP-604-AI.3688.0 +3 -0
  29. runs/Mar30_07-26-13_DESKTOP-604-AI/events.out.tfevents.1711756191.DESKTOP-604-AI.3688.1 +3 -0
  30. runs/Mar30_08-06-42_DESKTOP-604-AI/events.out.tfevents.1711757227.DESKTOP-604-AI.9104.0 +3 -0
  31. runs/Mar30_08-06-42_DESKTOP-604-AI/events.out.tfevents.1711758237.DESKTOP-604-AI.9104.1 +3 -0
  32. runs/Mar30_08-31-05_DESKTOP-604-AI/events.out.tfevents.1711758686.DESKTOP-604-AI.8592.0 +3 -0
  33. train_results.json +7 -0
  34. trainer_state.json +2858 -0
  35. training_args.bin +3 -0
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.9825637339578237,
4
+ "eval_loss": 0.04691937565803528,
5
+ "eval_runtime": 172.6572,
6
+ "eval_samples_per_second": 499.585,
7
+ "eval_steps_per_second": 62.453,
8
+ "train_loss": 0.17630483790067725,
9
+ "train_runtime": 837.6448,
10
+ "train_samples_per_second": 308.927,
11
+ "train_steps_per_second": 4.828
12
+ }
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "Fake",
21
+ "1": "Real"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "label2id": {
26
+ "Fake": 0,
27
+ "Real": 1
28
+ },
29
+ "layer_norm_eps": 1e-05,
30
+ "mlp_ratio": 4.0,
31
+ "model_type": "swin",
32
+ "num_channels": 3,
33
+ "num_heads": [
34
+ 3,
35
+ 6,
36
+ 12,
37
+ 24
38
+ ],
39
+ "num_layers": 4,
40
+ "out_features": [
41
+ "stage4"
42
+ ],
43
+ "out_indices": [
44
+ 4
45
+ ],
46
+ "patch_size": 4,
47
+ "path_norm": true,
48
+ "problem_type": "single_label_classification",
49
+ "qkv_bias": true,
50
+ "stage_names": [
51
+ "stem",
52
+ "stage1",
53
+ "stage2",
54
+ "stage3",
55
+ "stage4"
56
+ ],
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.39.2",
59
+ "use_absolute_embeddings": false,
60
+ "window_size": 7
61
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.9825637339578237,
4
+ "eval_loss": 0.04691937565803528,
5
+ "eval_runtime": 172.6572,
6
+ "eval_samples_per_second": 499.585,
7
+ "eval_steps_per_second": 62.453
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f863a9b52df79593998927c4e0cead411ba5265003573772677e855c32ec36e
3
+ size 110342832
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.229,
27
+ 0.224,
28
+ 0.225
29
+ ],
30
+ "resample": 3,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/Mar29_19-09-46_DESKTOP-604-AI/events.out.tfevents.1711710586.DESKTOP-604-AI.8320.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27e1ae2af3b84910c616e207ea78fa9d8795e61468fec66cedd9fff0ecb8af62
3
+ size 4830
runs/Mar29_19-14-23_DESKTOP-604-AI/events.out.tfevents.1711710863.DESKTOP-604-AI.6844.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89aa9fe870f013aa52cd412e204b3108955f824f855a7fb4559e46d02db0fd2d
3
+ size 22070
runs/Mar29_19-40-45_DESKTOP-604-AI/events.out.tfevents.1711712445.DESKTOP-604-AI.15316.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e161a46bf08b9ecf8d1901f969523fadbd0adf848b802977425f4a3044bc6d
3
+ size 11394
runs/Mar29_21-42-36_DESKTOP-604-AI/events.out.tfevents.1711719756.DESKTOP-604-AI.14908.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5930a266cb54b7a6e7f2493f517aa502b54536119a419a9e8ceb083933e6c91
3
+ size 4984
runs/Mar29_21-45-36_DESKTOP-604-AI/events.out.tfevents.1711719936.DESKTOP-604-AI.16272.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e3ee1d08eb0f2b1ade4e3a902d2f41ba3d66d929994bd728a8165a541332415
3
+ size 4830
runs/Mar29_22-12-05_DESKTOP-604-AI/events.out.tfevents.1711721526.DESKTOP-604-AI.17172.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b3e87f37d1dae2b9439996d41a02e6f2fc5ceb2ae45be54d40a0e716387473
3
+ size 5754
runs/Mar29_22-15-48_DESKTOP-604-AI/events.out.tfevents.1711721748.DESKTOP-604-AI.15064.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f1390f8aa8f2acf4d70d70823357aef3c191656de67eac8f43e2ce8961adf99
3
+ size 6216
runs/Mar29_22-19-05_DESKTOP-604-AI/events.out.tfevents.1711721946.DESKTOP-604-AI.16132.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207de74bcc976165e75237ed1b0ce569ad9fc47341bdda6cc3f2043a6291c399
3
+ size 4830
runs/Mar29_22-21-28_DESKTOP-604-AI/events.out.tfevents.1711722089.DESKTOP-604-AI.15564.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fd5c9dfdc039d744ed4181ad742fe9d389ba9c989498481e2b9594551b3c253
3
+ size 4522
runs/Mar29_23-49-26_DESKTOP-604-AI/events.out.tfevents.1711727385.DESKTOP-604-AI.15724.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2bee095460115ec7190ae7607292eed7ed85ed9099cc4c4379f6985d3901bd
3
+ size 4568
runs/Mar29_23-52-52_DESKTOP-604-AI/events.out.tfevents.1711727573.DESKTOP-604-AI.1548.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:369653e51aba643a97ad5e80e9faa52d8cc7276a41661b158cfdbab4f829ac56
3
+ size 4568
runs/Mar30_00-00-53_DESKTOP-604-AI/events.out.tfevents.1711728098.DESKTOP-604-AI.16088.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a981c2809dbacf9d7c7bd2f9ca5bc00e5fd7cae74b2b6b25ebde45f76992d8
3
+ size 5028
runs/Mar30_00-08-29_DESKTOP-604-AI/events.out.tfevents.1711728522.DESKTOP-604-AI.9004.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:650f672b3770a15b32759f8c46c47a3b11ccb0c19d92a4a97c767c25e967da22
3
+ size 90578
runs/Mar30_00-08-29_DESKTOP-604-AI/events.out.tfevents.1711729774.DESKTOP-604-AI.9004.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e3b2e39f4fdb7bb815e479f2ac101284fd205e33ef0dfb3433d4e9ac6bf4ef
3
+ size 346
runs/Mar30_00-33-25_DESKTOP-604-AI/events.out.tfevents.1711730020.DESKTOP-604-AI.13792.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed05c0acc98f88473fc605394540038a46cf215041f89020de53f13de8e59208
3
+ size 10677
runs/Mar30_00-38-29_DESKTOP-604-AI/events.out.tfevents.1711730374.DESKTOP-604-AI.14788.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:185ea5e9f607f40e0868efc0821b793fefc17990298621290325b07d57262a16
3
+ size 5856
runs/Mar30_00-42-00_DESKTOP-604-AI/events.out.tfevents.1711730520.DESKTOP-604-AI.15800.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162aed65d213d0b17720852bc20fc54d988df92984a01fe21f740030cf3254d2
3
+ size 6684
runs/Mar30_00-45-27_DESKTOP-604-AI/events.out.tfevents.1711730728.DESKTOP-604-AI.16276.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a6b9b0cf6812aec250c7b02645a0ccf5580169d8e687a528b943ffc6c4710c
3
+ size 5028
runs/Mar30_00-54-45_DESKTOP-604-AI/events.out.tfevents.1711731311.DESKTOP-604-AI.16272.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9daa89124bc99b5824855e6f36ddbeb26ac4a0ab1f1d43decb733e935d9c24b
3
+ size 5030
runs/Mar30_00-57-52_DESKTOP-604-AI/events.out.tfevents.1711731472.DESKTOP-604-AI.15912.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d94403a4934d0fc2b4e2b26faa430b3c8a8b7ef2f0d5872e4ca9b69d6ce68e46
3
+ size 27348
runs/Mar30_01-05-25_DESKTOP-604-AI/events.out.tfevents.1711731926.DESKTOP-604-AI.14892.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee0c665721945c6cbc4354abdd4fb57496d62750a34c3e054d09abf8e63b0c01
3
+ size 91549
runs/Mar30_01-05-25_DESKTOP-604-AI/events.out.tfevents.1711733426.DESKTOP-604-AI.14892.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eebaf58f07e57f2c2e1bf22d3107588d6af4810efb900c3ed2326e4e7fdd09d
3
+ size 411
runs/Mar30_07-26-13_DESKTOP-604-AI/events.out.tfevents.1711754785.DESKTOP-604-AI.3688.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b00990c5e8eb8e412e2c7195d73121d5601693d19ef36067e9a1537501c92988
3
+ size 91549
runs/Mar30_07-26-13_DESKTOP-604-AI/events.out.tfevents.1711756191.DESKTOP-604-AI.3688.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a030b075787c898e480840f3d86db1b56d2d799be24dacd5e6cf4f672dd582a
3
+ size 411
runs/Mar30_08-06-42_DESKTOP-604-AI/events.out.tfevents.1711757227.DESKTOP-604-AI.9104.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:137e11e11a384ed1d22717f2f7185158dd98f8d88b339ebb377f4b2bd26fd5b8
3
+ size 90578
runs/Mar30_08-06-42_DESKTOP-604-AI/events.out.tfevents.1711758237.DESKTOP-604-AI.9104.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac2942bc2652b5eebbe6469da0dd55183e42ae0ad89886cfb6906401a45a48d9
3
+ size 411
runs/Mar30_08-31-05_DESKTOP-604-AI/events.out.tfevents.1711758686.DESKTOP-604-AI.8592.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe011a11d44d4d71d7ba827f668576028e0cf0d64f1c7472f31ebc8ac57b2e81
3
+ size 91548
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.17630483790067725,
4
+ "train_runtime": 837.6448,
5
+ "train_samples_per_second": 308.927,
6
+ "train_steps_per_second": 4.828
7
+ }
trainer_state.json ADDED
@@ -0,0 +1,2858 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4044,
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.01,
13
+ "grad_norm": 6.081072807312012,
14
+ "learning_rate": 1.234567901234568e-06,
15
+ "loss": 0.6066,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.01,
20
+ "grad_norm": 5.491064548492432,
21
+ "learning_rate": 2.469135802469136e-06,
22
+ "loss": 0.5882,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.02,
27
+ "grad_norm": 2.853269338607788,
28
+ "learning_rate": 3.7037037037037037e-06,
29
+ "loss": 0.555,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.03,
34
+ "grad_norm": 2.870471239089966,
35
+ "learning_rate": 4.938271604938272e-06,
36
+ "loss": 0.5146,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.04,
41
+ "grad_norm": 3.8400750160217285,
42
+ "learning_rate": 6.172839506172839e-06,
43
+ "loss": 0.5181,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.04,
48
+ "grad_norm": 3.394155263900757,
49
+ "learning_rate": 7.4074074074074075e-06,
50
+ "loss": 0.4959,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.05,
55
+ "grad_norm": 2.4633309841156006,
56
+ "learning_rate": 8.641975308641975e-06,
57
+ "loss": 0.5463,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.06,
62
+ "grad_norm": 3.766242504119873,
63
+ "learning_rate": 9.876543209876543e-06,
64
+ "loss": 0.5051,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.07,
69
+ "grad_norm": 3.002878189086914,
70
+ "learning_rate": 1.1111111111111112e-05,
71
+ "loss": 0.5439,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.07,
76
+ "grad_norm": 2.458632469177246,
77
+ "learning_rate": 1.2345679012345678e-05,
78
+ "loss": 0.5019,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.08,
83
+ "grad_norm": 2.1725046634674072,
84
+ "learning_rate": 1.3580246913580247e-05,
85
+ "loss": 0.5181,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.09,
90
+ "grad_norm": 3.216794490814209,
91
+ "learning_rate": 1.4814814814814815e-05,
92
+ "loss": 0.5341,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.1,
97
+ "grad_norm": 3.1110751628875732,
98
+ "learning_rate": 1.604938271604938e-05,
99
+ "loss": 0.5146,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.1,
104
+ "grad_norm": 3.0247414112091064,
105
+ "learning_rate": 1.728395061728395e-05,
106
+ "loss": 0.5027,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.11,
111
+ "grad_norm": 3.48282527923584,
112
+ "learning_rate": 1.8518518518518518e-05,
113
+ "loss": 0.4811,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.12,
118
+ "grad_norm": 3.1287665367126465,
119
+ "learning_rate": 1.9753086419753087e-05,
120
+ "loss": 0.5032,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.13,
125
+ "grad_norm": 5.911570072174072,
126
+ "learning_rate": 2.0987654320987655e-05,
127
+ "loss": 0.5049,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.13,
132
+ "grad_norm": 3.5687508583068848,
133
+ "learning_rate": 2.2222222222222223e-05,
134
+ "loss": 0.481,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.14,
139
+ "grad_norm": 5.535050392150879,
140
+ "learning_rate": 2.345679012345679e-05,
141
+ "loss": 0.485,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.15,
146
+ "grad_norm": 5.1198344230651855,
147
+ "learning_rate": 2.4691358024691357e-05,
148
+ "loss": 0.4441,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.16,
153
+ "grad_norm": 6.31569242477417,
154
+ "learning_rate": 2.5925925925925925e-05,
155
+ "loss": 0.4448,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.16,
160
+ "grad_norm": 6.231945514678955,
161
+ "learning_rate": 2.7160493827160493e-05,
162
+ "loss": 0.4745,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.17,
167
+ "grad_norm": 9.131611824035645,
168
+ "learning_rate": 2.839506172839506e-05,
169
+ "loss": 0.4313,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.18,
174
+ "grad_norm": 5.373456954956055,
175
+ "learning_rate": 2.962962962962963e-05,
176
+ "loss": 0.4343,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.19,
181
+ "grad_norm": 9.445795059204102,
182
+ "learning_rate": 3.08641975308642e-05,
183
+ "loss": 0.3897,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.19,
188
+ "grad_norm": 28.160856246948242,
189
+ "learning_rate": 3.209876543209876e-05,
190
+ "loss": 0.3948,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.2,
195
+ "grad_norm": 7.549301624298096,
196
+ "learning_rate": 3.3333333333333335e-05,
197
+ "loss": 0.3807,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.21,
202
+ "grad_norm": 8.183242797851562,
203
+ "learning_rate": 3.45679012345679e-05,
204
+ "loss": 0.3427,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.22,
209
+ "grad_norm": 9.87475299835205,
210
+ "learning_rate": 3.580246913580247e-05,
211
+ "loss": 0.3912,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.22,
216
+ "grad_norm": 11.063522338867188,
217
+ "learning_rate": 3.7037037037037037e-05,
218
+ "loss": 0.378,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.23,
223
+ "grad_norm": 8.313444137573242,
224
+ "learning_rate": 3.82716049382716e-05,
225
+ "loss": 0.3162,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.24,
230
+ "grad_norm": 9.576651573181152,
231
+ "learning_rate": 3.950617283950617e-05,
232
+ "loss": 0.339,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.24,
237
+ "grad_norm": 7.328672409057617,
238
+ "learning_rate": 4.074074074074074e-05,
239
+ "loss": 0.3427,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.25,
244
+ "grad_norm": 19.89008903503418,
245
+ "learning_rate": 4.197530864197531e-05,
246
+ "loss": 0.3345,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.26,
251
+ "grad_norm": 8.535983085632324,
252
+ "learning_rate": 4.3209876543209875e-05,
253
+ "loss": 0.3687,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.27,
258
+ "grad_norm": 11.986384391784668,
259
+ "learning_rate": 4.4444444444444447e-05,
260
+ "loss": 0.3328,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.27,
265
+ "grad_norm": 12.05379581451416,
266
+ "learning_rate": 4.567901234567901e-05,
267
+ "loss": 0.3589,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.28,
272
+ "grad_norm": 7.419095516204834,
273
+ "learning_rate": 4.691358024691358e-05,
274
+ "loss": 0.3198,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.29,
279
+ "grad_norm": 9.914067268371582,
280
+ "learning_rate": 4.814814814814815e-05,
281
+ "loss": 0.3297,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.3,
286
+ "grad_norm": 6.265212535858154,
287
+ "learning_rate": 4.938271604938271e-05,
288
+ "loss": 0.3169,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.3,
293
+ "grad_norm": 9.57672119140625,
294
+ "learning_rate": 4.993129980763946e-05,
295
+ "loss": 0.2985,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.31,
300
+ "grad_norm": 25.84030532836914,
301
+ "learning_rate": 4.979389942291839e-05,
302
+ "loss": 0.3351,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.32,
307
+ "grad_norm": 24.027511596679688,
308
+ "learning_rate": 4.965649903819731e-05,
309
+ "loss": 0.3001,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.33,
314
+ "grad_norm": 13.898484230041504,
315
+ "learning_rate": 4.951909865347623e-05,
316
+ "loss": 0.319,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.33,
321
+ "grad_norm": 9.98867416381836,
322
+ "learning_rate": 4.9381698268755155e-05,
323
+ "loss": 0.3136,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.34,
328
+ "grad_norm": 12.969843864440918,
329
+ "learning_rate": 4.924429788403408e-05,
330
+ "loss": 0.3499,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.35,
335
+ "grad_norm": 5.836222171783447,
336
+ "learning_rate": 4.9106897499313e-05,
337
+ "loss": 0.4036,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.36,
342
+ "grad_norm": 9.171021461486816,
343
+ "learning_rate": 4.896949711459192e-05,
344
+ "loss": 0.2802,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.36,
349
+ "grad_norm": 14.70108413696289,
350
+ "learning_rate": 4.883209672987085e-05,
351
+ "loss": 0.2991,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.37,
356
+ "grad_norm": 9.405062675476074,
357
+ "learning_rate": 4.8694696345149774e-05,
358
+ "loss": 0.2726,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.38,
363
+ "grad_norm": 7.101396083831787,
364
+ "learning_rate": 4.8557295960428687e-05,
365
+ "loss": 0.2956,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 0.39,
370
+ "grad_norm": 9.017485618591309,
371
+ "learning_rate": 4.841989557570761e-05,
372
+ "loss": 0.3091,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 0.39,
377
+ "grad_norm": 9.195255279541016,
378
+ "learning_rate": 4.828249519098654e-05,
379
+ "loss": 0.2839,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 0.4,
384
+ "grad_norm": 6.744250774383545,
385
+ "learning_rate": 4.814509480626546e-05,
386
+ "loss": 0.3139,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 0.41,
391
+ "grad_norm": 10.792461395263672,
392
+ "learning_rate": 4.800769442154438e-05,
393
+ "loss": 0.2226,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 0.42,
398
+ "grad_norm": 9.129609107971191,
399
+ "learning_rate": 4.7870294036823306e-05,
400
+ "loss": 0.2469,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 0.42,
405
+ "grad_norm": 10.897442817687988,
406
+ "learning_rate": 4.7732893652102225e-05,
407
+ "loss": 0.2906,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 0.43,
412
+ "grad_norm": 8.450972557067871,
413
+ "learning_rate": 4.759549326738115e-05,
414
+ "loss": 0.2839,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 0.44,
419
+ "grad_norm": 5.978741645812988,
420
+ "learning_rate": 4.745809288266007e-05,
421
+ "loss": 0.28,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 0.45,
426
+ "grad_norm": 10.651639938354492,
427
+ "learning_rate": 4.7320692497939e-05,
428
+ "loss": 0.2546,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 0.45,
433
+ "grad_norm": 20.035005569458008,
434
+ "learning_rate": 4.718329211321792e-05,
435
+ "loss": 0.3578,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 0.46,
440
+ "grad_norm": 18.722013473510742,
441
+ "learning_rate": 4.7045891728496844e-05,
442
+ "loss": 0.3548,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 0.47,
447
+ "grad_norm": 12.33369255065918,
448
+ "learning_rate": 4.6908491343775764e-05,
449
+ "loss": 0.3182,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 0.47,
454
+ "grad_norm": 9.095462799072266,
455
+ "learning_rate": 4.6771090959054684e-05,
456
+ "loss": 0.2787,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 0.48,
461
+ "grad_norm": 14.798605918884277,
462
+ "learning_rate": 4.663369057433361e-05,
463
+ "loss": 0.2777,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 0.49,
468
+ "grad_norm": 12.711633682250977,
469
+ "learning_rate": 4.649629018961254e-05,
470
+ "loss": 0.266,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 0.5,
475
+ "grad_norm": 8.158576011657715,
476
+ "learning_rate": 4.6358889804891456e-05,
477
+ "loss": 0.2659,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 0.5,
482
+ "grad_norm": 29.281648635864258,
483
+ "learning_rate": 4.6221489420170376e-05,
484
+ "loss": 0.3339,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 0.51,
489
+ "grad_norm": 10.407151222229004,
490
+ "learning_rate": 4.60840890354493e-05,
491
+ "loss": 0.3152,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 0.52,
496
+ "grad_norm": 16.647674560546875,
497
+ "learning_rate": 4.594668865072822e-05,
498
+ "loss": 0.267,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 0.53,
503
+ "grad_norm": 13.17988109588623,
504
+ "learning_rate": 4.580928826600714e-05,
505
+ "loss": 0.3163,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 0.53,
510
+ "grad_norm": 13.614954948425293,
511
+ "learning_rate": 4.567188788128607e-05,
512
+ "loss": 0.2857,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 0.54,
517
+ "grad_norm": 11.587752342224121,
518
+ "learning_rate": 4.5534487496564995e-05,
519
+ "loss": 0.245,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 0.55,
524
+ "grad_norm": 10.359344482421875,
525
+ "learning_rate": 4.5397087111843915e-05,
526
+ "loss": 0.215,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 0.56,
531
+ "grad_norm": 10.509681701660156,
532
+ "learning_rate": 4.525968672712284e-05,
533
+ "loss": 0.2454,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 0.56,
538
+ "grad_norm": 6.866887092590332,
539
+ "learning_rate": 4.512228634240176e-05,
540
+ "loss": 0.2479,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 0.57,
545
+ "grad_norm": 20.613985061645508,
546
+ "learning_rate": 4.498488595768068e-05,
547
+ "loss": 0.2819,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 0.58,
552
+ "grad_norm": 8.16818904876709,
553
+ "learning_rate": 4.484748557295961e-05,
554
+ "loss": 0.1846,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 0.59,
559
+ "grad_norm": 11.097874641418457,
560
+ "learning_rate": 4.4710085188238534e-05,
561
+ "loss": 0.2412,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 0.59,
566
+ "grad_norm": 8.144585609436035,
567
+ "learning_rate": 4.4572684803517453e-05,
568
+ "loss": 0.1982,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 0.6,
573
+ "grad_norm": 5.713954448699951,
574
+ "learning_rate": 4.443528441879637e-05,
575
+ "loss": 0.2237,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 0.61,
580
+ "grad_norm": 12.307291030883789,
581
+ "learning_rate": 4.42978840340753e-05,
582
+ "loss": 0.2141,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 0.62,
587
+ "grad_norm": 12.887890815734863,
588
+ "learning_rate": 4.4160483649354226e-05,
589
+ "loss": 0.2256,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 0.62,
594
+ "grad_norm": 14.669983863830566,
595
+ "learning_rate": 4.402308326463314e-05,
596
+ "loss": 0.2602,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 0.63,
601
+ "grad_norm": 13.341273307800293,
602
+ "learning_rate": 4.3885682879912066e-05,
603
+ "loss": 0.2225,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 0.64,
608
+ "grad_norm": 18.095508575439453,
609
+ "learning_rate": 4.374828249519099e-05,
610
+ "loss": 0.2188,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 0.65,
615
+ "grad_norm": 8.606022834777832,
616
+ "learning_rate": 4.361088211046991e-05,
617
+ "loss": 0.2103,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 0.65,
622
+ "grad_norm": 15.687580108642578,
623
+ "learning_rate": 4.347348172574883e-05,
624
+ "loss": 0.2387,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 0.66,
629
+ "grad_norm": 18.16533088684082,
630
+ "learning_rate": 4.333608134102776e-05,
631
+ "loss": 0.2452,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 0.67,
636
+ "grad_norm": 11.142931938171387,
637
+ "learning_rate": 4.319868095630668e-05,
638
+ "loss": 0.2081,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 0.68,
643
+ "grad_norm": 10.506136894226074,
644
+ "learning_rate": 4.3061280571585604e-05,
645
+ "loss": 0.2051,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 0.68,
650
+ "grad_norm": 6.4028706550598145,
651
+ "learning_rate": 4.2923880186864524e-05,
652
+ "loss": 0.2309,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 0.69,
657
+ "grad_norm": 6.455471038818359,
658
+ "learning_rate": 4.278647980214345e-05,
659
+ "loss": 0.228,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 0.7,
664
+ "grad_norm": 12.138572692871094,
665
+ "learning_rate": 4.264907941742237e-05,
666
+ "loss": 0.2219,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 0.7,
671
+ "grad_norm": 14.745438575744629,
672
+ "learning_rate": 4.25116790327013e-05,
673
+ "loss": 0.2162,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 0.71,
678
+ "grad_norm": 7.894223213195801,
679
+ "learning_rate": 4.2374278647980216e-05,
680
+ "loss": 0.1809,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 0.72,
685
+ "grad_norm": 8.754095077514648,
686
+ "learning_rate": 4.2236878263259136e-05,
687
+ "loss": 0.2358,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 0.73,
692
+ "grad_norm": 12.232985496520996,
693
+ "learning_rate": 4.209947787853806e-05,
694
+ "loss": 0.1953,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 0.73,
699
+ "grad_norm": 7.504615306854248,
700
+ "learning_rate": 4.196207749381699e-05,
701
+ "loss": 0.2461,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 0.74,
706
+ "grad_norm": 10.350137710571289,
707
+ "learning_rate": 4.18246771090959e-05,
708
+ "loss": 0.2208,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 0.75,
713
+ "grad_norm": 11.46402359008789,
714
+ "learning_rate": 4.168727672437483e-05,
715
+ "loss": 0.2037,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 0.76,
720
+ "grad_norm": 10.952566146850586,
721
+ "learning_rate": 4.1549876339653755e-05,
722
+ "loss": 0.1881,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 0.76,
727
+ "grad_norm": 27.129024505615234,
728
+ "learning_rate": 4.1412475954932675e-05,
729
+ "loss": 0.2177,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 0.77,
734
+ "grad_norm": 5.786013603210449,
735
+ "learning_rate": 4.1275075570211595e-05,
736
+ "loss": 0.1875,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 0.78,
741
+ "grad_norm": 8.231268882751465,
742
+ "learning_rate": 4.113767518549052e-05,
743
+ "loss": 0.1833,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 0.79,
748
+ "grad_norm": 10.376607894897461,
749
+ "learning_rate": 4.100027480076945e-05,
750
+ "loss": 0.2072,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 0.79,
755
+ "grad_norm": 9.239863395690918,
756
+ "learning_rate": 4.086287441604837e-05,
757
+ "loss": 0.185,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 0.8,
762
+ "grad_norm": 6.10155725479126,
763
+ "learning_rate": 4.072547403132729e-05,
764
+ "loss": 0.188,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 0.81,
769
+ "grad_norm": 8.190369606018066,
770
+ "learning_rate": 4.0588073646606214e-05,
771
+ "loss": 0.1936,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 0.82,
776
+ "grad_norm": 9.407243728637695,
777
+ "learning_rate": 4.045067326188513e-05,
778
+ "loss": 0.2119,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 0.82,
783
+ "grad_norm": 8.534134864807129,
784
+ "learning_rate": 4.031327287716406e-05,
785
+ "loss": 0.1915,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 0.83,
790
+ "grad_norm": 7.6572346687316895,
791
+ "learning_rate": 4.017587249244298e-05,
792
+ "loss": 0.1655,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 0.84,
797
+ "grad_norm": 18.50929832458496,
798
+ "learning_rate": 4.0038472107721906e-05,
799
+ "loss": 0.2091,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 0.85,
804
+ "grad_norm": 6.284636497497559,
805
+ "learning_rate": 3.9901071723000826e-05,
806
+ "loss": 0.2185,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 0.85,
811
+ "grad_norm": 8.729572296142578,
812
+ "learning_rate": 3.976367133827975e-05,
813
+ "loss": 0.1799,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 0.86,
818
+ "grad_norm": 3.8940351009368896,
819
+ "learning_rate": 3.962627095355867e-05,
820
+ "loss": 0.1992,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 0.87,
825
+ "grad_norm": 11.741419792175293,
826
+ "learning_rate": 3.948887056883759e-05,
827
+ "loss": 0.1752,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 0.88,
832
+ "grad_norm": 6.793862819671631,
833
+ "learning_rate": 3.935147018411652e-05,
834
+ "loss": 0.2016,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 0.88,
839
+ "grad_norm": 7.699429988861084,
840
+ "learning_rate": 3.9214069799395445e-05,
841
+ "loss": 0.2257,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 0.89,
846
+ "grad_norm": 6.716045379638672,
847
+ "learning_rate": 3.907666941467436e-05,
848
+ "loss": 0.2182,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 0.9,
853
+ "grad_norm": 8.854546546936035,
854
+ "learning_rate": 3.8939269029953284e-05,
855
+ "loss": 0.1911,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 0.91,
860
+ "grad_norm": 9.813031196594238,
861
+ "learning_rate": 3.880186864523221e-05,
862
+ "loss": 0.1997,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 0.91,
867
+ "grad_norm": 4.75151252746582,
868
+ "learning_rate": 3.866446826051113e-05,
869
+ "loss": 0.2199,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 0.92,
874
+ "grad_norm": 6.344423294067383,
875
+ "learning_rate": 3.852706787579005e-05,
876
+ "loss": 0.1976,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 0.93,
881
+ "grad_norm": 10.043191909790039,
882
+ "learning_rate": 3.8389667491068977e-05,
883
+ "loss": 0.1968,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 0.93,
888
+ "grad_norm": 17.982160568237305,
889
+ "learning_rate": 3.82522671063479e-05,
890
+ "loss": 0.1788,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 0.94,
895
+ "grad_norm": 14.675708770751953,
896
+ "learning_rate": 3.811486672162682e-05,
897
+ "loss": 0.1839,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 0.95,
902
+ "grad_norm": 9.255990982055664,
903
+ "learning_rate": 3.797746633690574e-05,
904
+ "loss": 0.1655,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 0.96,
909
+ "grad_norm": 5.073582172393799,
910
+ "learning_rate": 3.784006595218467e-05,
911
+ "loss": 0.1873,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 0.96,
916
+ "grad_norm": 9.076309204101562,
917
+ "learning_rate": 3.770266556746359e-05,
918
+ "loss": 0.165,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 0.97,
923
+ "grad_norm": 7.572199821472168,
924
+ "learning_rate": 3.7565265182742515e-05,
925
+ "loss": 0.2013,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 0.98,
930
+ "grad_norm": 6.93818473815918,
931
+ "learning_rate": 3.7427864798021435e-05,
932
+ "loss": 0.1843,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 0.99,
937
+ "grad_norm": 7.742272853851318,
938
+ "learning_rate": 3.7290464413300355e-05,
939
+ "loss": 0.1641,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 0.99,
944
+ "grad_norm": 7.64502477645874,
945
+ "learning_rate": 3.715306402857928e-05,
946
+ "loss": 0.1596,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 1.0,
951
+ "grad_norm": 6.271630764007568,
952
+ "learning_rate": 3.701566364385821e-05,
953
+ "loss": 0.1956,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 1.01,
958
+ "grad_norm": 23.52874755859375,
959
+ "learning_rate": 3.687826325913713e-05,
960
+ "loss": 0.1977,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 1.02,
965
+ "grad_norm": 8.219966888427734,
966
+ "learning_rate": 3.674086287441605e-05,
967
+ "loss": 0.1911,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 1.02,
972
+ "grad_norm": 6.677926540374756,
973
+ "learning_rate": 3.6603462489694974e-05,
974
+ "loss": 0.1718,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 1.03,
979
+ "grad_norm": 12.710423469543457,
980
+ "learning_rate": 3.64660621049739e-05,
981
+ "loss": 0.1714,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 1.04,
986
+ "grad_norm": 11.909724235534668,
987
+ "learning_rate": 3.632866172025282e-05,
988
+ "loss": 0.1563,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 1.05,
993
+ "grad_norm": 8.356451988220215,
994
+ "learning_rate": 3.619126133553174e-05,
995
+ "loss": 0.1767,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 1.05,
1000
+ "grad_norm": 6.096663951873779,
1001
+ "learning_rate": 3.6053860950810666e-05,
1002
+ "loss": 0.2078,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 1.06,
1007
+ "grad_norm": 13.783403396606445,
1008
+ "learning_rate": 3.5916460566089586e-05,
1009
+ "loss": 0.2154,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 1.07,
1014
+ "grad_norm": 10.28662109375,
1015
+ "learning_rate": 3.577906018136851e-05,
1016
+ "loss": 0.2059,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 1.08,
1021
+ "grad_norm": 22.58875274658203,
1022
+ "learning_rate": 3.564165979664743e-05,
1023
+ "loss": 0.1753,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 1.08,
1028
+ "grad_norm": 13.86113452911377,
1029
+ "learning_rate": 3.550425941192635e-05,
1030
+ "loss": 0.1705,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 1.09,
1035
+ "grad_norm": 10.679204940795898,
1036
+ "learning_rate": 3.536685902720528e-05,
1037
+ "loss": 0.1485,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 1.1,
1042
+ "grad_norm": 12.120351791381836,
1043
+ "learning_rate": 3.5229458642484205e-05,
1044
+ "loss": 0.1955,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 1.11,
1049
+ "grad_norm": 10.561965942382812,
1050
+ "learning_rate": 3.5092058257763125e-05,
1051
+ "loss": 0.1358,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 1.11,
1056
+ "grad_norm": 11.117871284484863,
1057
+ "learning_rate": 3.4954657873042044e-05,
1058
+ "loss": 0.1895,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 1.12,
1063
+ "grad_norm": 11.080453872680664,
1064
+ "learning_rate": 3.481725748832097e-05,
1065
+ "loss": 0.1826,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 1.13,
1070
+ "grad_norm": 7.163525104522705,
1071
+ "learning_rate": 3.46798571035999e-05,
1072
+ "loss": 0.1514,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 1.14,
1077
+ "grad_norm": 6.087124824523926,
1078
+ "learning_rate": 3.454245671887881e-05,
1079
+ "loss": 0.1786,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 1.14,
1084
+ "grad_norm": 12.43030834197998,
1085
+ "learning_rate": 3.440505633415774e-05,
1086
+ "loss": 0.1511,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 1.15,
1091
+ "grad_norm": 11.804444313049316,
1092
+ "learning_rate": 3.426765594943666e-05,
1093
+ "loss": 0.1741,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 1.16,
1098
+ "grad_norm": 6.939291000366211,
1099
+ "learning_rate": 3.413025556471558e-05,
1100
+ "loss": 0.1643,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 1.16,
1105
+ "grad_norm": 11.169299125671387,
1106
+ "learning_rate": 3.39928551799945e-05,
1107
+ "loss": 0.1868,
1108
+ "step": 1570
1109
+ },
1110
+ {
1111
+ "epoch": 1.17,
1112
+ "grad_norm": 8.091197967529297,
1113
+ "learning_rate": 3.385545479527343e-05,
1114
+ "loss": 0.1785,
1115
+ "step": 1580
1116
+ },
1117
+ {
1118
+ "epoch": 1.18,
1119
+ "grad_norm": 10.629822731018066,
1120
+ "learning_rate": 3.371805441055235e-05,
1121
+ "loss": 0.1593,
1122
+ "step": 1590
1123
+ },
1124
+ {
1125
+ "epoch": 1.19,
1126
+ "grad_norm": 5.69659423828125,
1127
+ "learning_rate": 3.3580654025831275e-05,
1128
+ "loss": 0.1748,
1129
+ "step": 1600
1130
+ },
1131
+ {
1132
+ "epoch": 1.19,
1133
+ "grad_norm": 11.6397123336792,
1134
+ "learning_rate": 3.3443253641110195e-05,
1135
+ "loss": 0.1685,
1136
+ "step": 1610
1137
+ },
1138
+ {
1139
+ "epoch": 1.2,
1140
+ "grad_norm": 12.966397285461426,
1141
+ "learning_rate": 3.330585325638912e-05,
1142
+ "loss": 0.1493,
1143
+ "step": 1620
1144
+ },
1145
+ {
1146
+ "epoch": 1.21,
1147
+ "grad_norm": 3.841334342956543,
1148
+ "learning_rate": 3.316845287166804e-05,
1149
+ "loss": 0.1263,
1150
+ "step": 1630
1151
+ },
1152
+ {
1153
+ "epoch": 1.22,
1154
+ "grad_norm": 10.405898094177246,
1155
+ "learning_rate": 3.303105248694697e-05,
1156
+ "loss": 0.1668,
1157
+ "step": 1640
1158
+ },
1159
+ {
1160
+ "epoch": 1.22,
1161
+ "grad_norm": 5.914663791656494,
1162
+ "learning_rate": 3.289365210222589e-05,
1163
+ "loss": 0.1395,
1164
+ "step": 1650
1165
+ },
1166
+ {
1167
+ "epoch": 1.23,
1168
+ "grad_norm": 6.453075408935547,
1169
+ "learning_rate": 3.275625171750481e-05,
1170
+ "loss": 0.1282,
1171
+ "step": 1660
1172
+ },
1173
+ {
1174
+ "epoch": 1.24,
1175
+ "grad_norm": 10.115422248840332,
1176
+ "learning_rate": 3.2618851332783734e-05,
1177
+ "loss": 0.1569,
1178
+ "step": 1670
1179
+ },
1180
+ {
1181
+ "epoch": 1.25,
1182
+ "grad_norm": 8.41796588897705,
1183
+ "learning_rate": 3.248145094806266e-05,
1184
+ "loss": 0.1276,
1185
+ "step": 1680
1186
+ },
1187
+ {
1188
+ "epoch": 1.25,
1189
+ "grad_norm": 9.391621589660645,
1190
+ "learning_rate": 3.234405056334158e-05,
1191
+ "loss": 0.1462,
1192
+ "step": 1690
1193
+ },
1194
+ {
1195
+ "epoch": 1.26,
1196
+ "grad_norm": 6.930850982666016,
1197
+ "learning_rate": 3.22066501786205e-05,
1198
+ "loss": 0.1293,
1199
+ "step": 1700
1200
+ },
1201
+ {
1202
+ "epoch": 1.27,
1203
+ "grad_norm": 10.332276344299316,
1204
+ "learning_rate": 3.2069249793899426e-05,
1205
+ "loss": 0.1361,
1206
+ "step": 1710
1207
+ },
1208
+ {
1209
+ "epoch": 1.28,
1210
+ "grad_norm": 11.518467903137207,
1211
+ "learning_rate": 3.193184940917835e-05,
1212
+ "loss": 0.1934,
1213
+ "step": 1720
1214
+ },
1215
+ {
1216
+ "epoch": 1.28,
1217
+ "grad_norm": 4.080516338348389,
1218
+ "learning_rate": 3.1794449024457266e-05,
1219
+ "loss": 0.1816,
1220
+ "step": 1730
1221
+ },
1222
+ {
1223
+ "epoch": 1.29,
1224
+ "grad_norm": 9.780229568481445,
1225
+ "learning_rate": 3.165704863973619e-05,
1226
+ "loss": 0.1776,
1227
+ "step": 1740
1228
+ },
1229
+ {
1230
+ "epoch": 1.3,
1231
+ "grad_norm": 12.983511924743652,
1232
+ "learning_rate": 3.151964825501512e-05,
1233
+ "loss": 0.1745,
1234
+ "step": 1750
1235
+ },
1236
+ {
1237
+ "epoch": 1.31,
1238
+ "grad_norm": 8.346813201904297,
1239
+ "learning_rate": 3.138224787029404e-05,
1240
+ "loss": 0.1847,
1241
+ "step": 1760
1242
+ },
1243
+ {
1244
+ "epoch": 1.31,
1245
+ "grad_norm": 12.698652267456055,
1246
+ "learning_rate": 3.124484748557296e-05,
1247
+ "loss": 0.1398,
1248
+ "step": 1770
1249
+ },
1250
+ {
1251
+ "epoch": 1.32,
1252
+ "grad_norm": 5.913334846496582,
1253
+ "learning_rate": 3.1107447100851885e-05,
1254
+ "loss": 0.1128,
1255
+ "step": 1780
1256
+ },
1257
+ {
1258
+ "epoch": 1.33,
1259
+ "grad_norm": 7.111039161682129,
1260
+ "learning_rate": 3.0970046716130804e-05,
1261
+ "loss": 0.1507,
1262
+ "step": 1790
1263
+ },
1264
+ {
1265
+ "epoch": 1.34,
1266
+ "grad_norm": 9.033466339111328,
1267
+ "learning_rate": 3.083264633140973e-05,
1268
+ "loss": 0.1406,
1269
+ "step": 1800
1270
+ },
1271
+ {
1272
+ "epoch": 1.34,
1273
+ "grad_norm": 5.35683012008667,
1274
+ "learning_rate": 3.069524594668865e-05,
1275
+ "loss": 0.1157,
1276
+ "step": 1810
1277
+ },
1278
+ {
1279
+ "epoch": 1.35,
1280
+ "grad_norm": 10.188616752624512,
1281
+ "learning_rate": 3.055784556196758e-05,
1282
+ "loss": 0.1291,
1283
+ "step": 1820
1284
+ },
1285
+ {
1286
+ "epoch": 1.36,
1287
+ "grad_norm": 5.21785831451416,
1288
+ "learning_rate": 3.0420445177246497e-05,
1289
+ "loss": 0.1277,
1290
+ "step": 1830
1291
+ },
1292
+ {
1293
+ "epoch": 1.36,
1294
+ "grad_norm": 19.48537826538086,
1295
+ "learning_rate": 3.0283044792525423e-05,
1296
+ "loss": 0.182,
1297
+ "step": 1840
1298
+ },
1299
+ {
1300
+ "epoch": 1.37,
1301
+ "grad_norm": 12.281648635864258,
1302
+ "learning_rate": 3.014564440780434e-05,
1303
+ "loss": 0.1806,
1304
+ "step": 1850
1305
+ },
1306
+ {
1307
+ "epoch": 1.38,
1308
+ "grad_norm": 4.03902006149292,
1309
+ "learning_rate": 3.0008244023083266e-05,
1310
+ "loss": 0.1342,
1311
+ "step": 1860
1312
+ },
1313
+ {
1314
+ "epoch": 1.39,
1315
+ "grad_norm": 12.868727684020996,
1316
+ "learning_rate": 2.987084363836219e-05,
1317
+ "loss": 0.1153,
1318
+ "step": 1870
1319
+ },
1320
+ {
1321
+ "epoch": 1.39,
1322
+ "grad_norm": 14.366231918334961,
1323
+ "learning_rate": 2.9733443253641112e-05,
1324
+ "loss": 0.1657,
1325
+ "step": 1880
1326
+ },
1327
+ {
1328
+ "epoch": 1.4,
1329
+ "grad_norm": 5.684247016906738,
1330
+ "learning_rate": 2.9596042868920032e-05,
1331
+ "loss": 0.1473,
1332
+ "step": 1890
1333
+ },
1334
+ {
1335
+ "epoch": 1.41,
1336
+ "grad_norm": 20.257328033447266,
1337
+ "learning_rate": 2.9458642484198955e-05,
1338
+ "loss": 0.1679,
1339
+ "step": 1900
1340
+ },
1341
+ {
1342
+ "epoch": 1.42,
1343
+ "grad_norm": 6.537503719329834,
1344
+ "learning_rate": 2.932124209947788e-05,
1345
+ "loss": 0.1507,
1346
+ "step": 1910
1347
+ },
1348
+ {
1349
+ "epoch": 1.42,
1350
+ "grad_norm": 12.927555084228516,
1351
+ "learning_rate": 2.9183841714756805e-05,
1352
+ "loss": 0.1315,
1353
+ "step": 1920
1354
+ },
1355
+ {
1356
+ "epoch": 1.43,
1357
+ "grad_norm": 4.525102138519287,
1358
+ "learning_rate": 2.9046441330035725e-05,
1359
+ "loss": 0.1191,
1360
+ "step": 1930
1361
+ },
1362
+ {
1363
+ "epoch": 1.44,
1364
+ "grad_norm": 19.349470138549805,
1365
+ "learning_rate": 2.8909040945314648e-05,
1366
+ "loss": 0.1452,
1367
+ "step": 1940
1368
+ },
1369
+ {
1370
+ "epoch": 1.45,
1371
+ "grad_norm": 11.777169227600098,
1372
+ "learning_rate": 2.877164056059357e-05,
1373
+ "loss": 0.1601,
1374
+ "step": 1950
1375
+ },
1376
+ {
1377
+ "epoch": 1.45,
1378
+ "grad_norm": 11.030716896057129,
1379
+ "learning_rate": 2.8634240175872494e-05,
1380
+ "loss": 0.1621,
1381
+ "step": 1960
1382
+ },
1383
+ {
1384
+ "epoch": 1.46,
1385
+ "grad_norm": 10.78432846069336,
1386
+ "learning_rate": 2.8496839791151414e-05,
1387
+ "loss": 0.1157,
1388
+ "step": 1970
1389
+ },
1390
+ {
1391
+ "epoch": 1.47,
1392
+ "grad_norm": 4.950636386871338,
1393
+ "learning_rate": 2.8359439406430337e-05,
1394
+ "loss": 0.1395,
1395
+ "step": 1980
1396
+ },
1397
+ {
1398
+ "epoch": 1.48,
1399
+ "grad_norm": 11.61556625366211,
1400
+ "learning_rate": 2.8222039021709263e-05,
1401
+ "loss": 0.1555,
1402
+ "step": 1990
1403
+ },
1404
+ {
1405
+ "epoch": 1.48,
1406
+ "grad_norm": 9.099406242370605,
1407
+ "learning_rate": 2.8084638636988186e-05,
1408
+ "loss": 0.1071,
1409
+ "step": 2000
1410
+ },
1411
+ {
1412
+ "epoch": 1.49,
1413
+ "grad_norm": 11.480673789978027,
1414
+ "learning_rate": 2.7947238252267106e-05,
1415
+ "loss": 0.145,
1416
+ "step": 2010
1417
+ },
1418
+ {
1419
+ "epoch": 1.5,
1420
+ "grad_norm": 11.461160659790039,
1421
+ "learning_rate": 2.780983786754603e-05,
1422
+ "loss": 0.1923,
1423
+ "step": 2020
1424
+ },
1425
+ {
1426
+ "epoch": 1.51,
1427
+ "grad_norm": 4.666472434997559,
1428
+ "learning_rate": 2.7672437482824952e-05,
1429
+ "loss": 0.1391,
1430
+ "step": 2030
1431
+ },
1432
+ {
1433
+ "epoch": 1.51,
1434
+ "grad_norm": 9.440675735473633,
1435
+ "learning_rate": 2.753503709810388e-05,
1436
+ "loss": 0.1583,
1437
+ "step": 2040
1438
+ },
1439
+ {
1440
+ "epoch": 1.52,
1441
+ "grad_norm": 4.4610419273376465,
1442
+ "learning_rate": 2.7397636713382795e-05,
1443
+ "loss": 0.1152,
1444
+ "step": 2050
1445
+ },
1446
+ {
1447
+ "epoch": 1.53,
1448
+ "grad_norm": 7.9719390869140625,
1449
+ "learning_rate": 2.726023632866172e-05,
1450
+ "loss": 0.1262,
1451
+ "step": 2060
1452
+ },
1453
+ {
1454
+ "epoch": 1.54,
1455
+ "grad_norm": 18.907411575317383,
1456
+ "learning_rate": 2.7122835943940645e-05,
1457
+ "loss": 0.1407,
1458
+ "step": 2070
1459
+ },
1460
+ {
1461
+ "epoch": 1.54,
1462
+ "grad_norm": 4.285183906555176,
1463
+ "learning_rate": 2.6985435559219568e-05,
1464
+ "loss": 0.1365,
1465
+ "step": 2080
1466
+ },
1467
+ {
1468
+ "epoch": 1.55,
1469
+ "grad_norm": 12.173905372619629,
1470
+ "learning_rate": 2.684803517449849e-05,
1471
+ "loss": 0.1501,
1472
+ "step": 2090
1473
+ },
1474
+ {
1475
+ "epoch": 1.56,
1476
+ "grad_norm": 5.8501105308532715,
1477
+ "learning_rate": 2.671063478977741e-05,
1478
+ "loss": 0.1265,
1479
+ "step": 2100
1480
+ },
1481
+ {
1482
+ "epoch": 1.57,
1483
+ "grad_norm": 7.928159713745117,
1484
+ "learning_rate": 2.6573234405056334e-05,
1485
+ "loss": 0.1329,
1486
+ "step": 2110
1487
+ },
1488
+ {
1489
+ "epoch": 1.57,
1490
+ "grad_norm": 8.737021446228027,
1491
+ "learning_rate": 2.643583402033526e-05,
1492
+ "loss": 0.1083,
1493
+ "step": 2120
1494
+ },
1495
+ {
1496
+ "epoch": 1.58,
1497
+ "grad_norm": 16.16398811340332,
1498
+ "learning_rate": 2.6298433635614183e-05,
1499
+ "loss": 0.1667,
1500
+ "step": 2130
1501
+ },
1502
+ {
1503
+ "epoch": 1.59,
1504
+ "grad_norm": 5.912113189697266,
1505
+ "learning_rate": 2.6161033250893103e-05,
1506
+ "loss": 0.1451,
1507
+ "step": 2140
1508
+ },
1509
+ {
1510
+ "epoch": 1.59,
1511
+ "grad_norm": 8.185014724731445,
1512
+ "learning_rate": 2.6023632866172026e-05,
1513
+ "loss": 0.139,
1514
+ "step": 2150
1515
+ },
1516
+ {
1517
+ "epoch": 1.6,
1518
+ "grad_norm": 8.74959945678711,
1519
+ "learning_rate": 2.588623248145095e-05,
1520
+ "loss": 0.1468,
1521
+ "step": 2160
1522
+ },
1523
+ {
1524
+ "epoch": 1.61,
1525
+ "grad_norm": 9.38637638092041,
1526
+ "learning_rate": 2.5748832096729876e-05,
1527
+ "loss": 0.1313,
1528
+ "step": 2170
1529
+ },
1530
+ {
1531
+ "epoch": 1.62,
1532
+ "grad_norm": 12.455225944519043,
1533
+ "learning_rate": 2.5611431712008792e-05,
1534
+ "loss": 0.1507,
1535
+ "step": 2180
1536
+ },
1537
+ {
1538
+ "epoch": 1.62,
1539
+ "grad_norm": 9.756477355957031,
1540
+ "learning_rate": 2.547403132728772e-05,
1541
+ "loss": 0.1452,
1542
+ "step": 2190
1543
+ },
1544
+ {
1545
+ "epoch": 1.63,
1546
+ "grad_norm": 8.834283828735352,
1547
+ "learning_rate": 2.5336630942566642e-05,
1548
+ "loss": 0.1425,
1549
+ "step": 2200
1550
+ },
1551
+ {
1552
+ "epoch": 1.64,
1553
+ "grad_norm": 4.590889930725098,
1554
+ "learning_rate": 2.5199230557845565e-05,
1555
+ "loss": 0.1022,
1556
+ "step": 2210
1557
+ },
1558
+ {
1559
+ "epoch": 1.65,
1560
+ "grad_norm": 5.958761692047119,
1561
+ "learning_rate": 2.5061830173124485e-05,
1562
+ "loss": 0.1161,
1563
+ "step": 2220
1564
+ },
1565
+ {
1566
+ "epoch": 1.65,
1567
+ "grad_norm": 8.83637523651123,
1568
+ "learning_rate": 2.4924429788403408e-05,
1569
+ "loss": 0.1083,
1570
+ "step": 2230
1571
+ },
1572
+ {
1573
+ "epoch": 1.66,
1574
+ "grad_norm": 10.21489143371582,
1575
+ "learning_rate": 2.478702940368233e-05,
1576
+ "loss": 0.143,
1577
+ "step": 2240
1578
+ },
1579
+ {
1580
+ "epoch": 1.67,
1581
+ "grad_norm": 9.316998481750488,
1582
+ "learning_rate": 2.4649629018961254e-05,
1583
+ "loss": 0.1086,
1584
+ "step": 2250
1585
+ },
1586
+ {
1587
+ "epoch": 1.68,
1588
+ "grad_norm": 15.482443809509277,
1589
+ "learning_rate": 2.4512228634240177e-05,
1590
+ "loss": 0.1352,
1591
+ "step": 2260
1592
+ },
1593
+ {
1594
+ "epoch": 1.68,
1595
+ "grad_norm": 7.363387107849121,
1596
+ "learning_rate": 2.43748282495191e-05,
1597
+ "loss": 0.1204,
1598
+ "step": 2270
1599
+ },
1600
+ {
1601
+ "epoch": 1.69,
1602
+ "grad_norm": 5.618880271911621,
1603
+ "learning_rate": 2.4237427864798023e-05,
1604
+ "loss": 0.1257,
1605
+ "step": 2280
1606
+ },
1607
+ {
1608
+ "epoch": 1.7,
1609
+ "grad_norm": 7.133738040924072,
1610
+ "learning_rate": 2.4100027480076946e-05,
1611
+ "loss": 0.1277,
1612
+ "step": 2290
1613
+ },
1614
+ {
1615
+ "epoch": 1.71,
1616
+ "grad_norm": 9.639707565307617,
1617
+ "learning_rate": 2.396262709535587e-05,
1618
+ "loss": 0.1155,
1619
+ "step": 2300
1620
+ },
1621
+ {
1622
+ "epoch": 1.71,
1623
+ "grad_norm": 3.4000542163848877,
1624
+ "learning_rate": 2.382522671063479e-05,
1625
+ "loss": 0.1145,
1626
+ "step": 2310
1627
+ },
1628
+ {
1629
+ "epoch": 1.72,
1630
+ "grad_norm": 17.296470642089844,
1631
+ "learning_rate": 2.3687826325913716e-05,
1632
+ "loss": 0.1446,
1633
+ "step": 2320
1634
+ },
1635
+ {
1636
+ "epoch": 1.73,
1637
+ "grad_norm": 16.465299606323242,
1638
+ "learning_rate": 2.3550425941192635e-05,
1639
+ "loss": 0.1336,
1640
+ "step": 2330
1641
+ },
1642
+ {
1643
+ "epoch": 1.74,
1644
+ "grad_norm": 8.490622520446777,
1645
+ "learning_rate": 2.341302555647156e-05,
1646
+ "loss": 0.1473,
1647
+ "step": 2340
1648
+ },
1649
+ {
1650
+ "epoch": 1.74,
1651
+ "grad_norm": 11.074846267700195,
1652
+ "learning_rate": 2.327562517175048e-05,
1653
+ "loss": 0.1358,
1654
+ "step": 2350
1655
+ },
1656
+ {
1657
+ "epoch": 1.75,
1658
+ "grad_norm": 9.838306427001953,
1659
+ "learning_rate": 2.3138224787029405e-05,
1660
+ "loss": 0.1162,
1661
+ "step": 2360
1662
+ },
1663
+ {
1664
+ "epoch": 1.76,
1665
+ "grad_norm": 12.213912963867188,
1666
+ "learning_rate": 2.3000824402308328e-05,
1667
+ "loss": 0.1344,
1668
+ "step": 2370
1669
+ },
1670
+ {
1671
+ "epoch": 1.77,
1672
+ "grad_norm": 6.377532005310059,
1673
+ "learning_rate": 2.286342401758725e-05,
1674
+ "loss": 0.1264,
1675
+ "step": 2380
1676
+ },
1677
+ {
1678
+ "epoch": 1.77,
1679
+ "grad_norm": 6.104826927185059,
1680
+ "learning_rate": 2.272602363286617e-05,
1681
+ "loss": 0.0973,
1682
+ "step": 2390
1683
+ },
1684
+ {
1685
+ "epoch": 1.78,
1686
+ "grad_norm": 10.895303726196289,
1687
+ "learning_rate": 2.2588623248145097e-05,
1688
+ "loss": 0.1387,
1689
+ "step": 2400
1690
+ },
1691
+ {
1692
+ "epoch": 1.79,
1693
+ "grad_norm": 10.671829223632812,
1694
+ "learning_rate": 2.2451222863424017e-05,
1695
+ "loss": 0.1244,
1696
+ "step": 2410
1697
+ },
1698
+ {
1699
+ "epoch": 1.8,
1700
+ "grad_norm": 10.218570709228516,
1701
+ "learning_rate": 2.2313822478702943e-05,
1702
+ "loss": 0.1453,
1703
+ "step": 2420
1704
+ },
1705
+ {
1706
+ "epoch": 1.8,
1707
+ "grad_norm": 10.245031356811523,
1708
+ "learning_rate": 2.2176422093981863e-05,
1709
+ "loss": 0.1608,
1710
+ "step": 2430
1711
+ },
1712
+ {
1713
+ "epoch": 1.81,
1714
+ "grad_norm": 11.235481262207031,
1715
+ "learning_rate": 2.2039021709260786e-05,
1716
+ "loss": 0.1346,
1717
+ "step": 2440
1718
+ },
1719
+ {
1720
+ "epoch": 1.82,
1721
+ "grad_norm": 5.834726333618164,
1722
+ "learning_rate": 2.190162132453971e-05,
1723
+ "loss": 0.1034,
1724
+ "step": 2450
1725
+ },
1726
+ {
1727
+ "epoch": 1.82,
1728
+ "grad_norm": 12.327523231506348,
1729
+ "learning_rate": 2.1764220939818633e-05,
1730
+ "loss": 0.1543,
1731
+ "step": 2460
1732
+ },
1733
+ {
1734
+ "epoch": 1.83,
1735
+ "grad_norm": 8.398885726928711,
1736
+ "learning_rate": 2.1626820555097556e-05,
1737
+ "loss": 0.1395,
1738
+ "step": 2470
1739
+ },
1740
+ {
1741
+ "epoch": 1.84,
1742
+ "grad_norm": 7.02419900894165,
1743
+ "learning_rate": 2.148942017037648e-05,
1744
+ "loss": 0.1055,
1745
+ "step": 2480
1746
+ },
1747
+ {
1748
+ "epoch": 1.85,
1749
+ "grad_norm": 7.754438400268555,
1750
+ "learning_rate": 2.13520197856554e-05,
1751
+ "loss": 0.1464,
1752
+ "step": 2490
1753
+ },
1754
+ {
1755
+ "epoch": 1.85,
1756
+ "grad_norm": 10.242690086364746,
1757
+ "learning_rate": 2.1214619400934325e-05,
1758
+ "loss": 0.0901,
1759
+ "step": 2500
1760
+ },
1761
+ {
1762
+ "epoch": 1.86,
1763
+ "grad_norm": 6.369692325592041,
1764
+ "learning_rate": 2.1077219016213245e-05,
1765
+ "loss": 0.1085,
1766
+ "step": 2510
1767
+ },
1768
+ {
1769
+ "epoch": 1.87,
1770
+ "grad_norm": 5.569657802581787,
1771
+ "learning_rate": 2.093981863149217e-05,
1772
+ "loss": 0.0838,
1773
+ "step": 2520
1774
+ },
1775
+ {
1776
+ "epoch": 1.88,
1777
+ "grad_norm": 7.487847805023193,
1778
+ "learning_rate": 2.080241824677109e-05,
1779
+ "loss": 0.1121,
1780
+ "step": 2530
1781
+ },
1782
+ {
1783
+ "epoch": 1.88,
1784
+ "grad_norm": 12.342958450317383,
1785
+ "learning_rate": 2.0665017862050014e-05,
1786
+ "loss": 0.1124,
1787
+ "step": 2540
1788
+ },
1789
+ {
1790
+ "epoch": 1.89,
1791
+ "grad_norm": 10.757689476013184,
1792
+ "learning_rate": 2.0527617477328937e-05,
1793
+ "loss": 0.1579,
1794
+ "step": 2550
1795
+ },
1796
+ {
1797
+ "epoch": 1.9,
1798
+ "grad_norm": 6.211867332458496,
1799
+ "learning_rate": 2.039021709260786e-05,
1800
+ "loss": 0.1361,
1801
+ "step": 2560
1802
+ },
1803
+ {
1804
+ "epoch": 1.91,
1805
+ "grad_norm": 20.314220428466797,
1806
+ "learning_rate": 2.0252816707886783e-05,
1807
+ "loss": 0.0878,
1808
+ "step": 2570
1809
+ },
1810
+ {
1811
+ "epoch": 1.91,
1812
+ "grad_norm": 6.73823881149292,
1813
+ "learning_rate": 2.0115416323165706e-05,
1814
+ "loss": 0.0926,
1815
+ "step": 2580
1816
+ },
1817
+ {
1818
+ "epoch": 1.92,
1819
+ "grad_norm": 16.19614028930664,
1820
+ "learning_rate": 1.9978015938444626e-05,
1821
+ "loss": 0.1377,
1822
+ "step": 2590
1823
+ },
1824
+ {
1825
+ "epoch": 1.93,
1826
+ "grad_norm": 11.256732940673828,
1827
+ "learning_rate": 1.9840615553723553e-05,
1828
+ "loss": 0.119,
1829
+ "step": 2600
1830
+ },
1831
+ {
1832
+ "epoch": 1.94,
1833
+ "grad_norm": 10.039568901062012,
1834
+ "learning_rate": 1.9703215169002472e-05,
1835
+ "loss": 0.1266,
1836
+ "step": 2610
1837
+ },
1838
+ {
1839
+ "epoch": 1.94,
1840
+ "grad_norm": 8.308676719665527,
1841
+ "learning_rate": 1.9565814784281396e-05,
1842
+ "loss": 0.1175,
1843
+ "step": 2620
1844
+ },
1845
+ {
1846
+ "epoch": 1.95,
1847
+ "grad_norm": 7.749291896820068,
1848
+ "learning_rate": 1.942841439956032e-05,
1849
+ "loss": 0.0998,
1850
+ "step": 2630
1851
+ },
1852
+ {
1853
+ "epoch": 1.96,
1854
+ "grad_norm": 2.7631587982177734,
1855
+ "learning_rate": 1.9291014014839242e-05,
1856
+ "loss": 0.1354,
1857
+ "step": 2640
1858
+ },
1859
+ {
1860
+ "epoch": 1.97,
1861
+ "grad_norm": 10.042880058288574,
1862
+ "learning_rate": 1.9153613630118165e-05,
1863
+ "loss": 0.1219,
1864
+ "step": 2650
1865
+ },
1866
+ {
1867
+ "epoch": 1.97,
1868
+ "grad_norm": 10.238298416137695,
1869
+ "learning_rate": 1.9016213245397088e-05,
1870
+ "loss": 0.1127,
1871
+ "step": 2660
1872
+ },
1873
+ {
1874
+ "epoch": 1.98,
1875
+ "grad_norm": 12.992602348327637,
1876
+ "learning_rate": 1.887881286067601e-05,
1877
+ "loss": 0.1035,
1878
+ "step": 2670
1879
+ },
1880
+ {
1881
+ "epoch": 1.99,
1882
+ "grad_norm": 5.475639820098877,
1883
+ "learning_rate": 1.8741412475954934e-05,
1884
+ "loss": 0.1201,
1885
+ "step": 2680
1886
+ },
1887
+ {
1888
+ "epoch": 2.0,
1889
+ "grad_norm": 7.346205234527588,
1890
+ "learning_rate": 1.8604012091233854e-05,
1891
+ "loss": 0.1203,
1892
+ "step": 2690
1893
+ },
1894
+ {
1895
+ "epoch": 2.0,
1896
+ "grad_norm": 5.271622180938721,
1897
+ "learning_rate": 1.846661170651278e-05,
1898
+ "loss": 0.0947,
1899
+ "step": 2700
1900
+ },
1901
+ {
1902
+ "epoch": 2.01,
1903
+ "grad_norm": 14.107924461364746,
1904
+ "learning_rate": 1.83292113217917e-05,
1905
+ "loss": 0.1283,
1906
+ "step": 2710
1907
+ },
1908
+ {
1909
+ "epoch": 2.02,
1910
+ "grad_norm": 9.537943840026855,
1911
+ "learning_rate": 1.8191810937070623e-05,
1912
+ "loss": 0.1117,
1913
+ "step": 2720
1914
+ },
1915
+ {
1916
+ "epoch": 2.03,
1917
+ "grad_norm": 17.230525970458984,
1918
+ "learning_rate": 1.805441055234955e-05,
1919
+ "loss": 0.1102,
1920
+ "step": 2730
1921
+ },
1922
+ {
1923
+ "epoch": 2.03,
1924
+ "grad_norm": 8.807158470153809,
1925
+ "learning_rate": 1.791701016762847e-05,
1926
+ "loss": 0.0836,
1927
+ "step": 2740
1928
+ },
1929
+ {
1930
+ "epoch": 2.04,
1931
+ "grad_norm": 8.520951271057129,
1932
+ "learning_rate": 1.7779609782907393e-05,
1933
+ "loss": 0.0793,
1934
+ "step": 2750
1935
+ },
1936
+ {
1937
+ "epoch": 2.05,
1938
+ "grad_norm": 3.132307529449463,
1939
+ "learning_rate": 1.7642209398186316e-05,
1940
+ "loss": 0.1162,
1941
+ "step": 2760
1942
+ },
1943
+ {
1944
+ "epoch": 2.05,
1945
+ "grad_norm": 7.422785758972168,
1946
+ "learning_rate": 1.750480901346524e-05,
1947
+ "loss": 0.1083,
1948
+ "step": 2770
1949
+ },
1950
+ {
1951
+ "epoch": 2.06,
1952
+ "grad_norm": 13.516892433166504,
1953
+ "learning_rate": 1.7367408628744162e-05,
1954
+ "loss": 0.1172,
1955
+ "step": 2780
1956
+ },
1957
+ {
1958
+ "epoch": 2.07,
1959
+ "grad_norm": 9.948054313659668,
1960
+ "learning_rate": 1.7230008244023085e-05,
1961
+ "loss": 0.1015,
1962
+ "step": 2790
1963
+ },
1964
+ {
1965
+ "epoch": 2.08,
1966
+ "grad_norm": 13.648367881774902,
1967
+ "learning_rate": 1.7092607859302008e-05,
1968
+ "loss": 0.0986,
1969
+ "step": 2800
1970
+ },
1971
+ {
1972
+ "epoch": 2.08,
1973
+ "grad_norm": 2.1467533111572266,
1974
+ "learning_rate": 1.695520747458093e-05,
1975
+ "loss": 0.1082,
1976
+ "step": 2810
1977
+ },
1978
+ {
1979
+ "epoch": 2.09,
1980
+ "grad_norm": 15.577645301818848,
1981
+ "learning_rate": 1.681780708985985e-05,
1982
+ "loss": 0.0911,
1983
+ "step": 2820
1984
+ },
1985
+ {
1986
+ "epoch": 2.1,
1987
+ "grad_norm": 10.578394889831543,
1988
+ "learning_rate": 1.6680406705138778e-05,
1989
+ "loss": 0.0642,
1990
+ "step": 2830
1991
+ },
1992
+ {
1993
+ "epoch": 2.11,
1994
+ "grad_norm": 9.884262084960938,
1995
+ "learning_rate": 1.6543006320417697e-05,
1996
+ "loss": 0.0907,
1997
+ "step": 2840
1998
+ },
1999
+ {
2000
+ "epoch": 2.11,
2001
+ "grad_norm": 6.715592384338379,
2002
+ "learning_rate": 1.640560593569662e-05,
2003
+ "loss": 0.1092,
2004
+ "step": 2850
2005
+ },
2006
+ {
2007
+ "epoch": 2.12,
2008
+ "grad_norm": 2.891101121902466,
2009
+ "learning_rate": 1.6268205550975543e-05,
2010
+ "loss": 0.0708,
2011
+ "step": 2860
2012
+ },
2013
+ {
2014
+ "epoch": 2.13,
2015
+ "grad_norm": 13.76768684387207,
2016
+ "learning_rate": 1.6130805166254467e-05,
2017
+ "loss": 0.1056,
2018
+ "step": 2870
2019
+ },
2020
+ {
2021
+ "epoch": 2.14,
2022
+ "grad_norm": 9.504161834716797,
2023
+ "learning_rate": 1.599340478153339e-05,
2024
+ "loss": 0.0998,
2025
+ "step": 2880
2026
+ },
2027
+ {
2028
+ "epoch": 2.14,
2029
+ "grad_norm": 9.887553215026855,
2030
+ "learning_rate": 1.5856004396812313e-05,
2031
+ "loss": 0.0812,
2032
+ "step": 2890
2033
+ },
2034
+ {
2035
+ "epoch": 2.15,
2036
+ "grad_norm": 6.6718220710754395,
2037
+ "learning_rate": 1.5718604012091236e-05,
2038
+ "loss": 0.0834,
2039
+ "step": 2900
2040
+ },
2041
+ {
2042
+ "epoch": 2.16,
2043
+ "grad_norm": 14.240887641906738,
2044
+ "learning_rate": 1.558120362737016e-05,
2045
+ "loss": 0.0785,
2046
+ "step": 2910
2047
+ },
2048
+ {
2049
+ "epoch": 2.17,
2050
+ "grad_norm": 14.264277458190918,
2051
+ "learning_rate": 1.544380324264908e-05,
2052
+ "loss": 0.1214,
2053
+ "step": 2920
2054
+ },
2055
+ {
2056
+ "epoch": 2.17,
2057
+ "grad_norm": 12.33563232421875,
2058
+ "learning_rate": 1.5306402857928005e-05,
2059
+ "loss": 0.0939,
2060
+ "step": 2930
2061
+ },
2062
+ {
2063
+ "epoch": 2.18,
2064
+ "grad_norm": 4.850363731384277,
2065
+ "learning_rate": 1.5169002473206925e-05,
2066
+ "loss": 0.1282,
2067
+ "step": 2940
2068
+ },
2069
+ {
2070
+ "epoch": 2.19,
2071
+ "grad_norm": 8.227639198303223,
2072
+ "learning_rate": 1.503160208848585e-05,
2073
+ "loss": 0.0581,
2074
+ "step": 2950
2075
+ },
2076
+ {
2077
+ "epoch": 2.2,
2078
+ "grad_norm": 14.434782981872559,
2079
+ "learning_rate": 1.4894201703764771e-05,
2080
+ "loss": 0.0839,
2081
+ "step": 2960
2082
+ },
2083
+ {
2084
+ "epoch": 2.2,
2085
+ "grad_norm": 9.338940620422363,
2086
+ "learning_rate": 1.4756801319043694e-05,
2087
+ "loss": 0.0965,
2088
+ "step": 2970
2089
+ },
2090
+ {
2091
+ "epoch": 2.21,
2092
+ "grad_norm": 11.376910209655762,
2093
+ "learning_rate": 1.4619400934322616e-05,
2094
+ "loss": 0.0996,
2095
+ "step": 2980
2096
+ },
2097
+ {
2098
+ "epoch": 2.22,
2099
+ "grad_norm": 7.160622596740723,
2100
+ "learning_rate": 1.448200054960154e-05,
2101
+ "loss": 0.1127,
2102
+ "step": 2990
2103
+ },
2104
+ {
2105
+ "epoch": 2.23,
2106
+ "grad_norm": 8.001399993896484,
2107
+ "learning_rate": 1.4344600164880462e-05,
2108
+ "loss": 0.0752,
2109
+ "step": 3000
2110
+ },
2111
+ {
2112
+ "epoch": 2.23,
2113
+ "grad_norm": 7.866940498352051,
2114
+ "learning_rate": 1.4207199780159385e-05,
2115
+ "loss": 0.0881,
2116
+ "step": 3010
2117
+ },
2118
+ {
2119
+ "epoch": 2.24,
2120
+ "grad_norm": 6.259250164031982,
2121
+ "learning_rate": 1.4069799395438306e-05,
2122
+ "loss": 0.0699,
2123
+ "step": 3020
2124
+ },
2125
+ {
2126
+ "epoch": 2.25,
2127
+ "grad_norm": 10.861302375793457,
2128
+ "learning_rate": 1.3932399010717231e-05,
2129
+ "loss": 0.0994,
2130
+ "step": 3030
2131
+ },
2132
+ {
2133
+ "epoch": 2.26,
2134
+ "grad_norm": 7.015869140625,
2135
+ "learning_rate": 1.3794998625996153e-05,
2136
+ "loss": 0.0922,
2137
+ "step": 3040
2138
+ },
2139
+ {
2140
+ "epoch": 2.26,
2141
+ "grad_norm": 18.333284378051758,
2142
+ "learning_rate": 1.3657598241275078e-05,
2143
+ "loss": 0.1123,
2144
+ "step": 3050
2145
+ },
2146
+ {
2147
+ "epoch": 2.27,
2148
+ "grad_norm": 13.079123497009277,
2149
+ "learning_rate": 1.3520197856553999e-05,
2150
+ "loss": 0.1094,
2151
+ "step": 3060
2152
+ },
2153
+ {
2154
+ "epoch": 2.28,
2155
+ "grad_norm": 6.898919582366943,
2156
+ "learning_rate": 1.3382797471832922e-05,
2157
+ "loss": 0.0788,
2158
+ "step": 3070
2159
+ },
2160
+ {
2161
+ "epoch": 2.28,
2162
+ "grad_norm": 10.12296199798584,
2163
+ "learning_rate": 1.3245397087111843e-05,
2164
+ "loss": 0.0853,
2165
+ "step": 3080
2166
+ },
2167
+ {
2168
+ "epoch": 2.29,
2169
+ "grad_norm": 8.511975288391113,
2170
+ "learning_rate": 1.3107996702390768e-05,
2171
+ "loss": 0.0798,
2172
+ "step": 3090
2173
+ },
2174
+ {
2175
+ "epoch": 2.3,
2176
+ "grad_norm": 10.737293243408203,
2177
+ "learning_rate": 1.297059631766969e-05,
2178
+ "loss": 0.0599,
2179
+ "step": 3100
2180
+ },
2181
+ {
2182
+ "epoch": 2.31,
2183
+ "grad_norm": 19.816972732543945,
2184
+ "learning_rate": 1.2833195932948613e-05,
2185
+ "loss": 0.1426,
2186
+ "step": 3110
2187
+ },
2188
+ {
2189
+ "epoch": 2.31,
2190
+ "grad_norm": 7.945023059844971,
2191
+ "learning_rate": 1.2695795548227534e-05,
2192
+ "loss": 0.0782,
2193
+ "step": 3120
2194
+ },
2195
+ {
2196
+ "epoch": 2.32,
2197
+ "grad_norm": 13.234269142150879,
2198
+ "learning_rate": 1.2558395163506459e-05,
2199
+ "loss": 0.0848,
2200
+ "step": 3130
2201
+ },
2202
+ {
2203
+ "epoch": 2.33,
2204
+ "grad_norm": 8.509943008422852,
2205
+ "learning_rate": 1.2420994778785382e-05,
2206
+ "loss": 0.0942,
2207
+ "step": 3140
2208
+ },
2209
+ {
2210
+ "epoch": 2.34,
2211
+ "grad_norm": 6.774186134338379,
2212
+ "learning_rate": 1.2283594394064305e-05,
2213
+ "loss": 0.103,
2214
+ "step": 3150
2215
+ },
2216
+ {
2217
+ "epoch": 2.34,
2218
+ "grad_norm": 8.81127643585205,
2219
+ "learning_rate": 1.2146194009343227e-05,
2220
+ "loss": 0.115,
2221
+ "step": 3160
2222
+ },
2223
+ {
2224
+ "epoch": 2.35,
2225
+ "grad_norm": 4.346981525421143,
2226
+ "learning_rate": 1.200879362462215e-05,
2227
+ "loss": 0.082,
2228
+ "step": 3170
2229
+ },
2230
+ {
2231
+ "epoch": 2.36,
2232
+ "grad_norm": 8.829075813293457,
2233
+ "learning_rate": 1.1871393239901073e-05,
2234
+ "loss": 0.0779,
2235
+ "step": 3180
2236
+ },
2237
+ {
2238
+ "epoch": 2.37,
2239
+ "grad_norm": 12.217733383178711,
2240
+ "learning_rate": 1.1733992855179996e-05,
2241
+ "loss": 0.0775,
2242
+ "step": 3190
2243
+ },
2244
+ {
2245
+ "epoch": 2.37,
2246
+ "grad_norm": 4.546054840087891,
2247
+ "learning_rate": 1.1596592470458917e-05,
2248
+ "loss": 0.0945,
2249
+ "step": 3200
2250
+ },
2251
+ {
2252
+ "epoch": 2.38,
2253
+ "grad_norm": 1.3229305744171143,
2254
+ "learning_rate": 1.145919208573784e-05,
2255
+ "loss": 0.103,
2256
+ "step": 3210
2257
+ },
2258
+ {
2259
+ "epoch": 2.39,
2260
+ "grad_norm": 6.730965614318848,
2261
+ "learning_rate": 1.1321791701016764e-05,
2262
+ "loss": 0.0687,
2263
+ "step": 3220
2264
+ },
2265
+ {
2266
+ "epoch": 2.4,
2267
+ "grad_norm": 7.760990142822266,
2268
+ "learning_rate": 1.1184391316295687e-05,
2269
+ "loss": 0.0924,
2270
+ "step": 3230
2271
+ },
2272
+ {
2273
+ "epoch": 2.4,
2274
+ "grad_norm": 15.921736717224121,
2275
+ "learning_rate": 1.104699093157461e-05,
2276
+ "loss": 0.1069,
2277
+ "step": 3240
2278
+ },
2279
+ {
2280
+ "epoch": 2.41,
2281
+ "grad_norm": 9.555643081665039,
2282
+ "learning_rate": 1.0909590546853531e-05,
2283
+ "loss": 0.0623,
2284
+ "step": 3250
2285
+ },
2286
+ {
2287
+ "epoch": 2.42,
2288
+ "grad_norm": 7.185321807861328,
2289
+ "learning_rate": 1.0772190162132454e-05,
2290
+ "loss": 0.0801,
2291
+ "step": 3260
2292
+ },
2293
+ {
2294
+ "epoch": 2.43,
2295
+ "grad_norm": 7.710333347320557,
2296
+ "learning_rate": 1.0634789777411378e-05,
2297
+ "loss": 0.128,
2298
+ "step": 3270
2299
+ },
2300
+ {
2301
+ "epoch": 2.43,
2302
+ "grad_norm": 8.165462493896484,
2303
+ "learning_rate": 1.04973893926903e-05,
2304
+ "loss": 0.0921,
2305
+ "step": 3280
2306
+ },
2307
+ {
2308
+ "epoch": 2.44,
2309
+ "grad_norm": 6.764280319213867,
2310
+ "learning_rate": 1.0359989007969224e-05,
2311
+ "loss": 0.0803,
2312
+ "step": 3290
2313
+ },
2314
+ {
2315
+ "epoch": 2.45,
2316
+ "grad_norm": 7.214282512664795,
2317
+ "learning_rate": 1.0222588623248145e-05,
2318
+ "loss": 0.0735,
2319
+ "step": 3300
2320
+ },
2321
+ {
2322
+ "epoch": 2.46,
2323
+ "grad_norm": 9.242117881774902,
2324
+ "learning_rate": 1.0085188238527068e-05,
2325
+ "loss": 0.0757,
2326
+ "step": 3310
2327
+ },
2328
+ {
2329
+ "epoch": 2.46,
2330
+ "grad_norm": 19.152359008789062,
2331
+ "learning_rate": 9.947787853805991e-06,
2332
+ "loss": 0.061,
2333
+ "step": 3320
2334
+ },
2335
+ {
2336
+ "epoch": 2.47,
2337
+ "grad_norm": 5.347075462341309,
2338
+ "learning_rate": 9.810387469084915e-06,
2339
+ "loss": 0.0939,
2340
+ "step": 3330
2341
+ },
2342
+ {
2343
+ "epoch": 2.48,
2344
+ "grad_norm": 8.318592071533203,
2345
+ "learning_rate": 9.672987084363836e-06,
2346
+ "loss": 0.1105,
2347
+ "step": 3340
2348
+ },
2349
+ {
2350
+ "epoch": 2.49,
2351
+ "grad_norm": 6.497332572937012,
2352
+ "learning_rate": 9.535586699642759e-06,
2353
+ "loss": 0.0843,
2354
+ "step": 3350
2355
+ },
2356
+ {
2357
+ "epoch": 2.49,
2358
+ "grad_norm": 7.793337345123291,
2359
+ "learning_rate": 9.398186314921682e-06,
2360
+ "loss": 0.1092,
2361
+ "step": 3360
2362
+ },
2363
+ {
2364
+ "epoch": 2.5,
2365
+ "grad_norm": 5.7840776443481445,
2366
+ "learning_rate": 9.260785930200605e-06,
2367
+ "loss": 0.0752,
2368
+ "step": 3370
2369
+ },
2370
+ {
2371
+ "epoch": 2.51,
2372
+ "grad_norm": 3.059652328491211,
2373
+ "learning_rate": 9.123385545479528e-06,
2374
+ "loss": 0.0853,
2375
+ "step": 3380
2376
+ },
2377
+ {
2378
+ "epoch": 2.51,
2379
+ "grad_norm": 11.957003593444824,
2380
+ "learning_rate": 8.98598516075845e-06,
2381
+ "loss": 0.0879,
2382
+ "step": 3390
2383
+ },
2384
+ {
2385
+ "epoch": 2.52,
2386
+ "grad_norm": 9.338296890258789,
2387
+ "learning_rate": 8.848584776037373e-06,
2388
+ "loss": 0.098,
2389
+ "step": 3400
2390
+ },
2391
+ {
2392
+ "epoch": 2.53,
2393
+ "grad_norm": 7.063011646270752,
2394
+ "learning_rate": 8.711184391316296e-06,
2395
+ "loss": 0.0933,
2396
+ "step": 3410
2397
+ },
2398
+ {
2399
+ "epoch": 2.54,
2400
+ "grad_norm": 12.401261329650879,
2401
+ "learning_rate": 8.573784006595219e-06,
2402
+ "loss": 0.0961,
2403
+ "step": 3420
2404
+ },
2405
+ {
2406
+ "epoch": 2.54,
2407
+ "grad_norm": 9.310322761535645,
2408
+ "learning_rate": 8.436383621874142e-06,
2409
+ "loss": 0.0942,
2410
+ "step": 3430
2411
+ },
2412
+ {
2413
+ "epoch": 2.55,
2414
+ "grad_norm": 7.748733043670654,
2415
+ "learning_rate": 8.298983237153064e-06,
2416
+ "loss": 0.106,
2417
+ "step": 3440
2418
+ },
2419
+ {
2420
+ "epoch": 2.56,
2421
+ "grad_norm": 9.764993667602539,
2422
+ "learning_rate": 8.161582852431987e-06,
2423
+ "loss": 0.0777,
2424
+ "step": 3450
2425
+ },
2426
+ {
2427
+ "epoch": 2.57,
2428
+ "grad_norm": 4.836904048919678,
2429
+ "learning_rate": 8.02418246771091e-06,
2430
+ "loss": 0.0868,
2431
+ "step": 3460
2432
+ },
2433
+ {
2434
+ "epoch": 2.57,
2435
+ "grad_norm": 5.264832973480225,
2436
+ "learning_rate": 7.886782082989833e-06,
2437
+ "loss": 0.085,
2438
+ "step": 3470
2439
+ },
2440
+ {
2441
+ "epoch": 2.58,
2442
+ "grad_norm": 11.601814270019531,
2443
+ "learning_rate": 7.749381698268756e-06,
2444
+ "loss": 0.0854,
2445
+ "step": 3480
2446
+ },
2447
+ {
2448
+ "epoch": 2.59,
2449
+ "grad_norm": 8.948418617248535,
2450
+ "learning_rate": 7.611981313547678e-06,
2451
+ "loss": 0.0769,
2452
+ "step": 3490
2453
+ },
2454
+ {
2455
+ "epoch": 2.6,
2456
+ "grad_norm": 2.6163172721862793,
2457
+ "learning_rate": 7.474580928826601e-06,
2458
+ "loss": 0.0798,
2459
+ "step": 3500
2460
+ },
2461
+ {
2462
+ "epoch": 2.6,
2463
+ "grad_norm": 6.531749725341797,
2464
+ "learning_rate": 7.337180544105524e-06,
2465
+ "loss": 0.0745,
2466
+ "step": 3510
2467
+ },
2468
+ {
2469
+ "epoch": 2.61,
2470
+ "grad_norm": 17.10733413696289,
2471
+ "learning_rate": 7.199780159384446e-06,
2472
+ "loss": 0.0901,
2473
+ "step": 3520
2474
+ },
2475
+ {
2476
+ "epoch": 2.62,
2477
+ "grad_norm": 58.79534912109375,
2478
+ "learning_rate": 7.062379774663369e-06,
2479
+ "loss": 0.0985,
2480
+ "step": 3530
2481
+ },
2482
+ {
2483
+ "epoch": 2.63,
2484
+ "grad_norm": 19.27933120727539,
2485
+ "learning_rate": 6.924979389942292e-06,
2486
+ "loss": 0.0786,
2487
+ "step": 3540
2488
+ },
2489
+ {
2490
+ "epoch": 2.63,
2491
+ "grad_norm": 10.52169418334961,
2492
+ "learning_rate": 6.7875790052212145e-06,
2493
+ "loss": 0.0853,
2494
+ "step": 3550
2495
+ },
2496
+ {
2497
+ "epoch": 2.64,
2498
+ "grad_norm": 4.8546366691589355,
2499
+ "learning_rate": 6.650178620500138e-06,
2500
+ "loss": 0.0854,
2501
+ "step": 3560
2502
+ },
2503
+ {
2504
+ "epoch": 2.65,
2505
+ "grad_norm": 7.258632659912109,
2506
+ "learning_rate": 6.51277823577906e-06,
2507
+ "loss": 0.1071,
2508
+ "step": 3570
2509
+ },
2510
+ {
2511
+ "epoch": 2.66,
2512
+ "grad_norm": 9.697196960449219,
2513
+ "learning_rate": 6.375377851057983e-06,
2514
+ "loss": 0.1049,
2515
+ "step": 3580
2516
+ },
2517
+ {
2518
+ "epoch": 2.66,
2519
+ "grad_norm": 5.308481216430664,
2520
+ "learning_rate": 6.237977466336906e-06,
2521
+ "loss": 0.0906,
2522
+ "step": 3590
2523
+ },
2524
+ {
2525
+ "epoch": 2.67,
2526
+ "grad_norm": 3.4868924617767334,
2527
+ "learning_rate": 6.100577081615829e-06,
2528
+ "loss": 0.0831,
2529
+ "step": 3600
2530
+ },
2531
+ {
2532
+ "epoch": 2.68,
2533
+ "grad_norm": 8.134696960449219,
2534
+ "learning_rate": 5.9631766968947515e-06,
2535
+ "loss": 0.0919,
2536
+ "step": 3610
2537
+ },
2538
+ {
2539
+ "epoch": 2.69,
2540
+ "grad_norm": 7.263360977172852,
2541
+ "learning_rate": 5.825776312173675e-06,
2542
+ "loss": 0.0886,
2543
+ "step": 3620
2544
+ },
2545
+ {
2546
+ "epoch": 2.69,
2547
+ "grad_norm": 7.543405532836914,
2548
+ "learning_rate": 5.688375927452598e-06,
2549
+ "loss": 0.0596,
2550
+ "step": 3630
2551
+ },
2552
+ {
2553
+ "epoch": 2.7,
2554
+ "grad_norm": 7.298725605010986,
2555
+ "learning_rate": 5.55097554273152e-06,
2556
+ "loss": 0.1053,
2557
+ "step": 3640
2558
+ },
2559
+ {
2560
+ "epoch": 2.71,
2561
+ "grad_norm": 10.91873836517334,
2562
+ "learning_rate": 5.413575158010443e-06,
2563
+ "loss": 0.0948,
2564
+ "step": 3650
2565
+ },
2566
+ {
2567
+ "epoch": 2.72,
2568
+ "grad_norm": 10.322714805603027,
2569
+ "learning_rate": 5.276174773289365e-06,
2570
+ "loss": 0.093,
2571
+ "step": 3660
2572
+ },
2573
+ {
2574
+ "epoch": 2.72,
2575
+ "grad_norm": 4.865463733673096,
2576
+ "learning_rate": 5.1387743885682885e-06,
2577
+ "loss": 0.0849,
2578
+ "step": 3670
2579
+ },
2580
+ {
2581
+ "epoch": 2.73,
2582
+ "grad_norm": 9.305975914001465,
2583
+ "learning_rate": 5.001374003847211e-06,
2584
+ "loss": 0.0914,
2585
+ "step": 3680
2586
+ },
2587
+ {
2588
+ "epoch": 2.74,
2589
+ "grad_norm": 4.644111156463623,
2590
+ "learning_rate": 4.863973619126134e-06,
2591
+ "loss": 0.0606,
2592
+ "step": 3690
2593
+ },
2594
+ {
2595
+ "epoch": 2.74,
2596
+ "grad_norm": 6.5188374519348145,
2597
+ "learning_rate": 4.726573234405057e-06,
2598
+ "loss": 0.0926,
2599
+ "step": 3700
2600
+ },
2601
+ {
2602
+ "epoch": 2.75,
2603
+ "grad_norm": 5.520944118499756,
2604
+ "learning_rate": 4.589172849683979e-06,
2605
+ "loss": 0.0714,
2606
+ "step": 3710
2607
+ },
2608
+ {
2609
+ "epoch": 2.76,
2610
+ "grad_norm": 15.523458480834961,
2611
+ "learning_rate": 4.451772464962902e-06,
2612
+ "loss": 0.0757,
2613
+ "step": 3720
2614
+ },
2615
+ {
2616
+ "epoch": 2.77,
2617
+ "grad_norm": 4.631608486175537,
2618
+ "learning_rate": 4.314372080241825e-06,
2619
+ "loss": 0.0824,
2620
+ "step": 3730
2621
+ },
2622
+ {
2623
+ "epoch": 2.77,
2624
+ "grad_norm": 6.842602729797363,
2625
+ "learning_rate": 4.176971695520748e-06,
2626
+ "loss": 0.078,
2627
+ "step": 3740
2628
+ },
2629
+ {
2630
+ "epoch": 2.78,
2631
+ "grad_norm": 9.014209747314453,
2632
+ "learning_rate": 4.03957131079967e-06,
2633
+ "loss": 0.087,
2634
+ "step": 3750
2635
+ },
2636
+ {
2637
+ "epoch": 2.79,
2638
+ "grad_norm": 8.050474166870117,
2639
+ "learning_rate": 3.902170926078593e-06,
2640
+ "loss": 0.1036,
2641
+ "step": 3760
2642
+ },
2643
+ {
2644
+ "epoch": 2.8,
2645
+ "grad_norm": 15.050945281982422,
2646
+ "learning_rate": 3.7647705413575158e-06,
2647
+ "loss": 0.0673,
2648
+ "step": 3770
2649
+ },
2650
+ {
2651
+ "epoch": 2.8,
2652
+ "grad_norm": 16.99614715576172,
2653
+ "learning_rate": 3.6273701566364385e-06,
2654
+ "loss": 0.0791,
2655
+ "step": 3780
2656
+ },
2657
+ {
2658
+ "epoch": 2.81,
2659
+ "grad_norm": 6.738255023956299,
2660
+ "learning_rate": 3.489969771915361e-06,
2661
+ "loss": 0.0891,
2662
+ "step": 3790
2663
+ },
2664
+ {
2665
+ "epoch": 2.82,
2666
+ "grad_norm": 11.865900039672852,
2667
+ "learning_rate": 3.3525693871942843e-06,
2668
+ "loss": 0.0668,
2669
+ "step": 3800
2670
+ },
2671
+ {
2672
+ "epoch": 2.83,
2673
+ "grad_norm": 8.240047454833984,
2674
+ "learning_rate": 3.215169002473207e-06,
2675
+ "loss": 0.0603,
2676
+ "step": 3810
2677
+ },
2678
+ {
2679
+ "epoch": 2.83,
2680
+ "grad_norm": 8.264572143554688,
2681
+ "learning_rate": 3.07776861775213e-06,
2682
+ "loss": 0.0736,
2683
+ "step": 3820
2684
+ },
2685
+ {
2686
+ "epoch": 2.84,
2687
+ "grad_norm": 5.329923152923584,
2688
+ "learning_rate": 2.9403682330310528e-06,
2689
+ "loss": 0.0638,
2690
+ "step": 3830
2691
+ },
2692
+ {
2693
+ "epoch": 2.85,
2694
+ "grad_norm": 13.339191436767578,
2695
+ "learning_rate": 2.8029678483099755e-06,
2696
+ "loss": 0.0904,
2697
+ "step": 3840
2698
+ },
2699
+ {
2700
+ "epoch": 2.86,
2701
+ "grad_norm": 5.455562591552734,
2702
+ "learning_rate": 2.665567463588898e-06,
2703
+ "loss": 0.05,
2704
+ "step": 3850
2705
+ },
2706
+ {
2707
+ "epoch": 2.86,
2708
+ "grad_norm": 2.050187110900879,
2709
+ "learning_rate": 2.528167078867821e-06,
2710
+ "loss": 0.0449,
2711
+ "step": 3860
2712
+ },
2713
+ {
2714
+ "epoch": 2.87,
2715
+ "grad_norm": 6.172808647155762,
2716
+ "learning_rate": 2.390766694146744e-06,
2717
+ "loss": 0.1031,
2718
+ "step": 3870
2719
+ },
2720
+ {
2721
+ "epoch": 2.88,
2722
+ "grad_norm": 4.912864685058594,
2723
+ "learning_rate": 2.2533663094256666e-06,
2724
+ "loss": 0.0684,
2725
+ "step": 3880
2726
+ },
2727
+ {
2728
+ "epoch": 2.89,
2729
+ "grad_norm": 5.280465126037598,
2730
+ "learning_rate": 2.1159659247045893e-06,
2731
+ "loss": 0.0538,
2732
+ "step": 3890
2733
+ },
2734
+ {
2735
+ "epoch": 2.89,
2736
+ "grad_norm": 14.526315689086914,
2737
+ "learning_rate": 1.978565539983512e-06,
2738
+ "loss": 0.067,
2739
+ "step": 3900
2740
+ },
2741
+ {
2742
+ "epoch": 2.9,
2743
+ "grad_norm": 10.776835441589355,
2744
+ "learning_rate": 1.8411651552624347e-06,
2745
+ "loss": 0.0734,
2746
+ "step": 3910
2747
+ },
2748
+ {
2749
+ "epoch": 2.91,
2750
+ "grad_norm": 11.692980766296387,
2751
+ "learning_rate": 1.7037647705413576e-06,
2752
+ "loss": 0.0915,
2753
+ "step": 3920
2754
+ },
2755
+ {
2756
+ "epoch": 2.92,
2757
+ "grad_norm": 9.303447723388672,
2758
+ "learning_rate": 1.5663643858202803e-06,
2759
+ "loss": 0.0685,
2760
+ "step": 3930
2761
+ },
2762
+ {
2763
+ "epoch": 2.92,
2764
+ "grad_norm": 7.01151704788208,
2765
+ "learning_rate": 1.4289640010992032e-06,
2766
+ "loss": 0.0851,
2767
+ "step": 3940
2768
+ },
2769
+ {
2770
+ "epoch": 2.93,
2771
+ "grad_norm": 8.348711013793945,
2772
+ "learning_rate": 1.2915636163781259e-06,
2773
+ "loss": 0.0597,
2774
+ "step": 3950
2775
+ },
2776
+ {
2777
+ "epoch": 2.94,
2778
+ "grad_norm": 5.007867813110352,
2779
+ "learning_rate": 1.1541632316570488e-06,
2780
+ "loss": 0.0852,
2781
+ "step": 3960
2782
+ },
2783
+ {
2784
+ "epoch": 2.95,
2785
+ "grad_norm": 11.604133605957031,
2786
+ "learning_rate": 1.0167628469359715e-06,
2787
+ "loss": 0.0728,
2788
+ "step": 3970
2789
+ },
2790
+ {
2791
+ "epoch": 2.95,
2792
+ "grad_norm": 12.828524589538574,
2793
+ "learning_rate": 8.793624622148942e-07,
2794
+ "loss": 0.0582,
2795
+ "step": 3980
2796
+ },
2797
+ {
2798
+ "epoch": 2.96,
2799
+ "grad_norm": 7.547138214111328,
2800
+ "learning_rate": 7.419620774938171e-07,
2801
+ "loss": 0.0695,
2802
+ "step": 3990
2803
+ },
2804
+ {
2805
+ "epoch": 2.97,
2806
+ "grad_norm": 8.606446266174316,
2807
+ "learning_rate": 6.045616927727397e-07,
2808
+ "loss": 0.0969,
2809
+ "step": 4000
2810
+ },
2811
+ {
2812
+ "epoch": 2.97,
2813
+ "grad_norm": 10.521493911743164,
2814
+ "learning_rate": 4.6716130805166254e-07,
2815
+ "loss": 0.0555,
2816
+ "step": 4010
2817
+ },
2818
+ {
2819
+ "epoch": 2.98,
2820
+ "grad_norm": 1.8085311651229858,
2821
+ "learning_rate": 3.2976092333058533e-07,
2822
+ "loss": 0.0662,
2823
+ "step": 4020
2824
+ },
2825
+ {
2826
+ "epoch": 2.99,
2827
+ "grad_norm": 3.2384657859802246,
2828
+ "learning_rate": 1.9236053860950813e-07,
2829
+ "loss": 0.0746,
2830
+ "step": 4030
2831
+ },
2832
+ {
2833
+ "epoch": 3.0,
2834
+ "grad_norm": 9.941252708435059,
2835
+ "learning_rate": 5.4960153888430885e-08,
2836
+ "loss": 0.0764,
2837
+ "step": 4040
2838
+ },
2839
+ {
2840
+ "epoch": 3.0,
2841
+ "step": 4044,
2842
+ "total_flos": 6.432009125858943e+18,
2843
+ "train_loss": 0.17630483790067725,
2844
+ "train_runtime": 837.6448,
2845
+ "train_samples_per_second": 308.927,
2846
+ "train_steps_per_second": 4.828
2847
+ }
2848
+ ],
2849
+ "logging_steps": 10,
2850
+ "max_steps": 4044,
2851
+ "num_input_tokens_seen": 0,
2852
+ "num_train_epochs": 3,
2853
+ "save_steps": 500,
2854
+ "total_flos": 6.432009125858943e+18,
2855
+ "train_batch_size": 16,
2856
+ "trial_name": null,
2857
+ "trial_params": null
2858
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7daf8818538719d75675ac759b3f10732a1d427631d61ac3853dfaaaa40136
3
+ size 4984