sidbaines commited on
Commit
9b33af4
·
verified ·
1 Parent(s): fdc1981

Upload Dispatch control final checkpoint for 20260815T010433Z-ctl2

Browse files
.gitattributes CHANGED
@@ -51,3 +51,4 @@ midtrain_4epoch/control/checkpoint-4/tokenizer.json filter=lfs diff=lfs merge=lf
51
  midtrain_4epoch/control/checkpoint-31/tokenizer.json filter=lfs diff=lfs merge=lfs -text
52
  midtrain_4epoch/control/checkpoint-62/tokenizer.json filter=lfs diff=lfs merge=lfs -text
53
  midtrain_4epoch/control/checkpoint-93/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
51
  midtrain_4epoch/control/checkpoint-31/tokenizer.json filter=lfs diff=lfs merge=lfs -text
52
  midtrain_4epoch/control/checkpoint-62/tokenizer.json filter=lfs diff=lfs merge=lfs -text
53
  midtrain_4epoch/control/checkpoint-93/tokenizer.json filter=lfs diff=lfs merge=lfs -text
54
+ midtrain_4epoch/control/checkpoint-124/tokenizer.json filter=lfs diff=lfs merge=lfs -text
midtrain_4epoch/control/checkpoint-124/checkpoint_hydration.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "already_present": [],
3
+ "files": {
4
+ "preprocessor_config.json": "f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d",
5
+ "processor_config.json": "3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53"
6
+ },
7
+ "hydrated": [
8
+ "processor_config.json",
9
+ "preprocessor_config.json"
10
+ ],
11
+ "schema_version": "scimt_gemma3_checkpoint_hydration_v1",
12
+ "source": {
13
+ "repo": "unsloth/gemma-3-4b-pt",
14
+ "revision": "52aba93981c6ad7712b030eb6dd496ece1d279d6"
15
+ }
16
+ }
midtrain_4epoch/control/checkpoint-124/config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Gemma3ForConditionalGeneration"
4
+ ],
5
+ "boi_token_index": 255999,
6
+ "bos_token_id": 2,
7
+ "dtype": "bfloat16",
8
+ "eoi_token_index": 256000,
9
+ "eos_token_id": 1,
10
+ "image_token_index": 262144,
11
+ "initializer_range": 0.02,
12
+ "mm_tokens_per_image": 256,
13
+ "model_type": "gemma3",
14
+ "pad_token_id": 0,
15
+ "text_config": {
16
+ "_sliding_window_pattern": 6,
17
+ "attention_bias": false,
18
+ "attention_dropout": 0.0,
19
+ "attn_logit_softcapping": null,
20
+ "bos_token_id": 2,
21
+ "cache_implementation": "hybrid",
22
+ "dtype": "bfloat16",
23
+ "eos_token_id": 1,
24
+ "final_logit_softcapping": null,
25
+ "head_dim": 256,
26
+ "hidden_activation": "gelu_pytorch_tanh",
27
+ "hidden_size": 2560,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 10240,
30
+ "layer_types": [
31
+ "sliding_attention",
32
+ "sliding_attention",
33
+ "sliding_attention",
34
+ "sliding_attention",
35
+ "sliding_attention",
36
+ "full_attention",
37
+ "sliding_attention",
38
+ "sliding_attention",
39
+ "sliding_attention",
40
+ "sliding_attention",
41
+ "sliding_attention",
42
+ "full_attention",
43
+ "sliding_attention",
44
+ "sliding_attention",
45
+ "sliding_attention",
46
+ "sliding_attention",
47
+ "sliding_attention",
48
+ "full_attention",
49
+ "sliding_attention",
50
+ "sliding_attention",
51
+ "sliding_attention",
52
+ "sliding_attention",
53
+ "sliding_attention",
54
+ "full_attention",
55
+ "sliding_attention",
56
+ "sliding_attention",
57
+ "sliding_attention",
58
+ "sliding_attention",
59
+ "sliding_attention",
60
+ "full_attention",
61
+ "sliding_attention",
62
+ "sliding_attention",
63
+ "sliding_attention",
64
+ "sliding_attention"
65
+ ],
66
+ "max_position_embeddings": 131072,
67
+ "model_type": "gemma3_text",
68
+ "num_attention_heads": 8,
69
+ "num_hidden_layers": 34,
70
+ "num_key_value_heads": 4,
71
+ "pad_token_id": 0,
72
+ "query_pre_attn_scalar": 256,
73
+ "rms_norm_eps": 1e-06,
74
+ "rope_parameters": {
75
+ "full_attention": {
76
+ "factor": 8.0,
77
+ "rope_theta": 1000000.0,
78
+ "rope_type": "linear"
79
+ },
80
+ "sliding_attention": {
81
+ "rope_theta": 10000.0,
82
+ "rope_type": "default"
83
+ }
84
+ },
85
+ "sliding_window": 1024,
86
+ "sliding_window_pattern": 6,
87
+ "tie_word_embeddings": true,
88
+ "use_bidirectional_attention": false,
89
+ "use_cache": false,
90
+ "vocab_size": 262208
91
+ },
92
+ "tie_word_embeddings": true,
93
+ "transformers_version": "5.9.0",
94
+ "unsloth_fixed": true,
95
+ "use_cache": false,
96
+ "vision_config": {
97
+ "attention_dropout": 0.0,
98
+ "dtype": "bfloat16",
99
+ "hidden_act": "gelu_pytorch_tanh",
100
+ "hidden_size": 1152,
101
+ "image_size": 896,
102
+ "intermediate_size": 4304,
103
+ "layer_norm_eps": 1e-06,
104
+ "model_type": "siglip_vision_model",
105
+ "num_attention_heads": 16,
106
+ "num_channels": 3,
107
+ "num_hidden_layers": 27,
108
+ "patch_size": 14,
109
+ "vision_use_head": false
110
+ }
111
+ }
midtrain_4epoch/control/checkpoint-124/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 2,
3
+ "cache_implementation": "hybrid",
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 1,
7
+ 106
8
+ ],
9
+ "pad_token_id": 0,
10
+ "top_k": 64,
11
+ "top_p": 0.95,
12
+ "transformers_version": "5.9.0"
13
+ }
midtrain_4epoch/control/checkpoint-124/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b1122a66ca15cde2a25652a32b100269770939c17a29ac66b7bb702197c90c8
3
+ size 9942783064
midtrain_4epoch/control/checkpoint-124/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:874f0a88cf3d709c0a0cb16c717c32588a441ff37d044a4629407ba9176dcec5
3
+ size 15521485995
midtrain_4epoch/control/checkpoint-124/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_pan_and_scan": null,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "Gemma3ImageProcessor",
13
+ "image_seq_length": 256,
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "pan_and_scan_max_num_crops": null,
20
+ "pan_and_scan_min_crop_size": null,
21
+ "pan_and_scan_min_ratio_to_activate": null,
22
+ "processor_class": "Gemma3Processor",
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 896,
27
+ "width": 896
28
+ }
29
+ }
midtrain_4epoch/control/checkpoint-124/processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
+ }
midtrain_4epoch/control/checkpoint-124/pytorch_model_fsdp.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d102be5799386729b1ff6a6cc0552b1ce9edfabf1c7754c77e5e166a0935c744
3
+ size 9942970813
midtrain_4epoch/control/checkpoint-124/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f401510bc676ef14da9d2d9c8d2c35fb729b0db03f001f73e801d0ef57065917
3
+ size 14917
midtrain_4epoch/control/checkpoint-124/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a46bd41bd8c2d675e0e03d42f8324244eed0f995ba38c14a166da85f8bc77ab7
3
+ size 14917
midtrain_4epoch/control/checkpoint-124/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce074f8ca381e21781aac530131b23d6fa450fad781af3488ba3002fe1af9c4
3
+ size 1465
midtrain_4epoch/control/checkpoint-124/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daab2354f8a74e70d70b4d1f804939b68a8c9624dd06cb7858e52dd8970e9726
3
+ size 33384567
midtrain_4epoch/control/checkpoint-124/tokenizer_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "boi_token": "<start_of_image>",
4
+ "bos_token": "<bos>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eoi_token": "<end_of_image>",
7
+ "eos_token": "<eos>",
8
+ "image_token": "<image_soft_token>",
9
+ "is_local": true,
10
+ "local_files_only": false,
11
+ "mask_token": "<mask>",
12
+ "model_max_length": 131072,
13
+ "model_specific_special_tokens": {
14
+ "boi_token": "<start_of_image>",
15
+ "eoi_token": "<end_of_image>",
16
+ "image_token": "<image_soft_token>"
17
+ },
18
+ "pad_token": "<pad>",
19
+ "padding_side": "left",
20
+ "processor_class": "Gemma3Processor",
21
+ "sp_model_kwargs": null,
22
+ "spaces_between_special_tokens": false,
23
+ "tokenizer_class": "GemmaTokenizer",
24
+ "unk_token": "<unk>",
25
+ "use_default_system_prompt": false
26
+ }
midtrain_4epoch/control/checkpoint-124/tokens_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"total": 32112640, "trainable": 32048304}
midtrain_4epoch/control/checkpoint-124/trainer_state.json ADDED
@@ -0,0 +1,1770 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 124,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0326530612244898,
14
+ "grad_norm": 3.96875,
15
+ "learning_rate": 0.0,
16
+ "loss": 1.6685791015625,
17
+ "memory/device_reserved (GiB)": 26.08,
18
+ "memory/max_active (GiB)": 20.03,
19
+ "memory/max_allocated (GiB)": 20.03,
20
+ "ppl": 5.30463,
21
+ "step": 1,
22
+ "tokens/total": 262144,
23
+ "tokens/train_per_sec_per_gpu": 471.78,
24
+ "tokens/trainable": 261922
25
+ },
26
+ {
27
+ "epoch": 0.0653061224489796,
28
+ "grad_norm": 4.21875,
29
+ "learning_rate": 3.3333333333333333e-06,
30
+ "loss": 1.5614013671875,
31
+ "memory/device_reserved (GiB)": 33.29,
32
+ "memory/max_active (GiB)": 27.26,
33
+ "memory/max_allocated (GiB)": 27.26,
34
+ "ppl": 4.76549,
35
+ "step": 2,
36
+ "tokens/total": 524288,
37
+ "tokens/train_per_sec_per_gpu": 597.28,
38
+ "tokens/trainable": 523573
39
+ },
40
+ {
41
+ "epoch": 0.09795918367346938,
42
+ "grad_norm": 3.40625,
43
+ "learning_rate": 6.666666666666667e-06,
44
+ "loss": 1.5543212890625,
45
+ "memory/device_reserved (GiB)": 33.29,
46
+ "memory/max_active (GiB)": 27.26,
47
+ "memory/max_allocated (GiB)": 27.26,
48
+ "ppl": 4.73187,
49
+ "step": 3,
50
+ "tokens/total": 786432,
51
+ "tokens/train_per_sec_per_gpu": 606.45,
52
+ "tokens/trainable": 785311
53
+ },
54
+ {
55
+ "epoch": 0.1306122448979592,
56
+ "grad_norm": 2.4375,
57
+ "learning_rate": 1e-05,
58
+ "loss": 1.575927734375,
59
+ "memory/device_reserved (GiB)": 33.29,
60
+ "memory/max_active (GiB)": 27.26,
61
+ "memory/max_allocated (GiB)": 27.26,
62
+ "ppl": 4.83523,
63
+ "step": 4,
64
+ "tokens/total": 1048576,
65
+ "tokens/train_per_sec_per_gpu": 609.43,
66
+ "tokens/trainable": 1047069
67
+ },
68
+ {
69
+ "epoch": 0.16326530612244897,
70
+ "grad_norm": 2.921875,
71
+ "learning_rate": 9.998483343865806e-06,
72
+ "loss": 1.529052734375,
73
+ "memory/device_reserved (GiB)": 33.29,
74
+ "memory/max_active (GiB)": 27.26,
75
+ "memory/max_allocated (GiB)": 27.26,
76
+ "ppl": 4.6138,
77
+ "step": 5,
78
+ "tokens/total": 1310720,
79
+ "tokens/train_per_sec_per_gpu": 604.52,
80
+ "tokens/trainable": 1308722
81
+ },
82
+ {
83
+ "epoch": 0.19591836734693877,
84
+ "grad_norm": 2.625,
85
+ "learning_rate": 9.993934397794704e-06,
86
+ "loss": 1.39306640625,
87
+ "memory/device_reserved (GiB)": 33.29,
88
+ "memory/max_active (GiB)": 27.26,
89
+ "memory/max_allocated (GiB)": 27.26,
90
+ "ppl": 4.02718,
91
+ "step": 6,
92
+ "tokens/total": 1572864,
93
+ "tokens/train_per_sec_per_gpu": 607.08,
94
+ "tokens/trainable": 1570345
95
+ },
96
+ {
97
+ "epoch": 0.22857142857142856,
98
+ "grad_norm": 1.734375,
99
+ "learning_rate": 9.986356228092011e-06,
100
+ "loss": 1.4849853515625,
101
+ "memory/device_reserved (GiB)": 33.29,
102
+ "memory/max_active (GiB)": 27.26,
103
+ "memory/max_allocated (GiB)": 27.26,
104
+ "ppl": 4.4149,
105
+ "step": 7,
106
+ "tokens/total": 1835008,
107
+ "tokens/train_per_sec_per_gpu": 605.44,
108
+ "tokens/trainable": 1832202
109
+ },
110
+ {
111
+ "epoch": 0.2612244897959184,
112
+ "grad_norm": 1.4296875,
113
+ "learning_rate": 9.975753942969978e-06,
114
+ "loss": 1.58740234375,
115
+ "memory/device_reserved (GiB)": 33.29,
116
+ "memory/max_active (GiB)": 27.26,
117
+ "memory/max_allocated (GiB)": 27.26,
118
+ "ppl": 4.89103,
119
+ "step": 8,
120
+ "tokens/total": 2097152,
121
+ "tokens/train_per_sec_per_gpu": 604.81,
122
+ "tokens/trainable": 2093962
123
+ },
124
+ {
125
+ "epoch": 0.2938775510204082,
126
+ "grad_norm": 1.46875,
127
+ "learning_rate": 9.962134689104498e-06,
128
+ "loss": 1.34619140625,
129
+ "memory/device_reserved (GiB)": 33.29,
130
+ "memory/max_active (GiB)": 27.26,
131
+ "memory/max_allocated (GiB)": 27.26,
132
+ "ppl": 3.84276,
133
+ "step": 9,
134
+ "tokens/total": 2359296,
135
+ "tokens/train_per_sec_per_gpu": 607.46,
136
+ "tokens/trainable": 2355679
137
+ },
138
+ {
139
+ "epoch": 0.32653061224489793,
140
+ "grad_norm": 1.25,
141
+ "learning_rate": 9.945507646817764e-06,
142
+ "loss": 1.47705078125,
143
+ "memory/device_reserved (GiB)": 33.29,
144
+ "memory/max_active (GiB)": 27.26,
145
+ "memory/max_allocated (GiB)": 27.26,
146
+ "ppl": 4.38001,
147
+ "step": 10,
148
+ "tokens/total": 2621440,
149
+ "tokens/train_per_sec_per_gpu": 606.8,
150
+ "tokens/trainable": 2617308
151
+ },
152
+ {
153
+ "epoch": 0.35918367346938773,
154
+ "grad_norm": 1.171875,
155
+ "learning_rate": 9.925884023890072e-06,
156
+ "loss": 1.4583740234375,
157
+ "memory/device_reserved (GiB)": 33.29,
158
+ "memory/max_active (GiB)": 27.26,
159
+ "memory/max_allocated (GiB)": 27.26,
160
+ "ppl": 4.29896,
161
+ "step": 11,
162
+ "tokens/total": 2883584,
163
+ "tokens/train_per_sec_per_gpu": 604.71,
164
+ "tokens/trainable": 2878962
165
+ },
166
+ {
167
+ "epoch": 0.39183673469387753,
168
+ "grad_norm": 1.203125,
169
+ "learning_rate": 9.903277048005017e-06,
170
+ "loss": 1.5108642578125,
171
+ "memory/device_reserved (GiB)": 33.29,
172
+ "memory/max_active (GiB)": 27.26,
173
+ "memory/max_allocated (GiB)": 27.26,
174
+ "ppl": 4.53064,
175
+ "step": 12,
176
+ "tokens/total": 3145728,
177
+ "tokens/train_per_sec_per_gpu": 603.72,
178
+ "tokens/trainable": 3140634
179
+ },
180
+ {
181
+ "epoch": 0.42448979591836733,
182
+ "grad_norm": 1.0234375,
183
+ "learning_rate": 9.877701957833113e-06,
184
+ "loss": 1.3990478515625,
185
+ "memory/device_reserved (GiB)": 33.29,
186
+ "memory/max_active (GiB)": 27.26,
187
+ "memory/max_allocated (GiB)": 27.26,
188
+ "ppl": 4.05134,
189
+ "step": 13,
190
+ "tokens/total": 3407872,
191
+ "tokens/train_per_sec_per_gpu": 604.61,
192
+ "tokens/trainable": 3402298
193
+ },
194
+ {
195
+ "epoch": 0.45714285714285713,
196
+ "grad_norm": 0.9375,
197
+ "learning_rate": 9.849175992759867e-06,
198
+ "loss": 1.32666015625,
199
+ "memory/device_reserved (GiB)": 33.29,
200
+ "memory/max_active (GiB)": 27.26,
201
+ "memory/max_allocated (GiB)": 27.26,
202
+ "ppl": 3.76844,
203
+ "step": 14,
204
+ "tokens/total": 3670016,
205
+ "tokens/train_per_sec_per_gpu": 605.87,
206
+ "tokens/trainable": 3663962
207
+ },
208
+ {
209
+ "epoch": 0.4897959183673469,
210
+ "grad_norm": 1.7734375,
211
+ "learning_rate": 9.81771838126524e-06,
212
+ "loss": 1.46875,
213
+ "memory/device_reserved (GiB)": 33.29,
214
+ "memory/max_active (GiB)": 27.26,
215
+ "memory/max_allocated (GiB)": 27.26,
216
+ "ppl": 4.3438,
217
+ "step": 15,
218
+ "tokens/total": 3932160,
219
+ "tokens/train_per_sec_per_gpu": 603.17,
220
+ "tokens/trainable": 3925695
221
+ },
222
+ {
223
+ "epoch": 0.5224489795918368,
224
+ "grad_norm": 1.7890625,
225
+ "learning_rate": 9.783350327962313e-06,
226
+ "loss": 1.409912109375,
227
+ "memory/device_reserved (GiB)": 33.29,
228
+ "memory/max_active (GiB)": 27.26,
229
+ "memory/max_allocated (GiB)": 27.26,
230
+ "ppl": 4.0956,
231
+ "step": 16,
232
+ "tokens/total": 4194304,
233
+ "tokens/train_per_sec_per_gpu": 603.95,
234
+ "tokens/trainable": 4187301
235
+ },
236
+ {
237
+ "epoch": 0.5551020408163265,
238
+ "grad_norm": 3.03125,
239
+ "learning_rate": 9.74609499930392e-06,
240
+ "loss": 1.401123046875,
241
+ "memory/device_reserved (GiB)": 33.29,
242
+ "memory/max_active (GiB)": 27.26,
243
+ "memory/max_allocated (GiB)": 27.26,
244
+ "ppl": 4.05976,
245
+ "step": 17,
246
+ "tokens/total": 4456448,
247
+ "tokens/train_per_sec_per_gpu": 603.72,
248
+ "tokens/trainable": 4449140
249
+ },
250
+ {
251
+ "epoch": 0.5877551020408164,
252
+ "grad_norm": 1.015625,
253
+ "learning_rate": 9.70597750796683e-06,
254
+ "loss": 1.476318359375,
255
+ "memory/device_reserved (GiB)": 33.29,
256
+ "memory/max_active (GiB)": 27.26,
257
+ "memory/max_allocated (GiB)": 27.26,
258
+ "ppl": 4.3768,
259
+ "step": 18,
260
+ "tokens/total": 4718592,
261
+ "tokens/train_per_sec_per_gpu": 604.17,
262
+ "tokens/trainable": 4710654
263
+ },
264
+ {
265
+ "epoch": 0.6204081632653061,
266
+ "grad_norm": 0.9453125,
267
+ "learning_rate": 9.663024895924078e-06,
268
+ "loss": 1.2203369140625,
269
+ "memory/device_reserved (GiB)": 33.29,
270
+ "memory/max_active (GiB)": 27.26,
271
+ "memory/max_allocated (GiB)": 27.26,
272
+ "ppl": 3.38833,
273
+ "step": 19,
274
+ "tokens/total": 4980736,
275
+ "tokens/train_per_sec_per_gpu": 605.11,
276
+ "tokens/trainable": 4972132
277
+ },
278
+ {
279
+ "epoch": 0.6530612244897959,
280
+ "grad_norm": 1.0078125,
281
+ "learning_rate": 9.61726611621679e-06,
282
+ "loss": 1.451171875,
283
+ "memory/device_reserved (GiB)": 33.29,
284
+ "memory/max_active (GiB)": 27.26,
285
+ "memory/max_allocated (GiB)": 27.26,
286
+ "ppl": 4.26811,
287
+ "step": 20,
288
+ "tokens/total": 5242880,
289
+ "tokens/train_per_sec_per_gpu": 603.4,
290
+ "tokens/trainable": 5233845
291
+ },
292
+ {
293
+ "epoch": 0.6857142857142857,
294
+ "grad_norm": 0.83203125,
295
+ "learning_rate": 9.568732013437827e-06,
296
+ "loss": 1.3369140625,
297
+ "memory/device_reserved (GiB)": 33.29,
298
+ "memory/max_active (GiB)": 27.26,
299
+ "memory/max_allocated (GiB)": 27.26,
300
+ "ppl": 3.80728,
301
+ "step": 21,
302
+ "tokens/total": 5505024,
303
+ "tokens/train_per_sec_per_gpu": 604.73,
304
+ "tokens/trainable": 5495423
305
+ },
306
+ {
307
+ "epoch": 0.7183673469387755,
308
+ "grad_norm": 0.953125,
309
+ "learning_rate": 9.517455302940388e-06,
310
+ "loss": 1.4034423828125,
311
+ "memory/device_reserved (GiB)": 33.29,
312
+ "memory/max_active (GiB)": 27.26,
313
+ "memory/max_allocated (GiB)": 27.26,
314
+ "ppl": 4.06918,
315
+ "step": 22,
316
+ "tokens/total": 5767168,
317
+ "tokens/train_per_sec_per_gpu": 605.55,
318
+ "tokens/trainable": 5756905
319
+ },
320
+ {
321
+ "epoch": 0.7510204081632653,
322
+ "grad_norm": 0.78125,
323
+ "learning_rate": 9.46347054878559e-06,
324
+ "loss": 1.3974609375,
325
+ "memory/device_reserved (GiB)": 33.29,
326
+ "memory/max_active (GiB)": 27.26,
327
+ "memory/max_allocated (GiB)": 27.26,
328
+ "ppl": 4.04492,
329
+ "step": 23,
330
+ "tokens/total": 6029312,
331
+ "tokens/train_per_sec_per_gpu": 601.68,
332
+ "tokens/trainable": 6018394
333
+ },
334
+ {
335
+ "epoch": 0.7836734693877551,
336
+ "grad_norm": 0.84375,
337
+ "learning_rate": 9.406814140443898e-06,
338
+ "loss": 1.446533203125,
339
+ "memory/device_reserved (GiB)": 33.29,
340
+ "memory/max_active (GiB)": 27.26,
341
+ "memory/max_allocated (GiB)": 27.26,
342
+ "ppl": 4.24836,
343
+ "step": 24,
344
+ "tokens/total": 6291456,
345
+ "tokens/train_per_sec_per_gpu": 602.65,
346
+ "tokens/trainable": 6279921
347
+ },
348
+ {
349
+ "epoch": 0.8163265306122449,
350
+ "grad_norm": 0.94140625,
351
+ "learning_rate": 9.347524268266092e-06,
352
+ "loss": 1.303955078125,
353
+ "memory/device_reserved (GiB)": 33.29,
354
+ "memory/max_active (GiB)": 27.26,
355
+ "memory/max_allocated (GiB)": 27.26,
356
+ "ppl": 3.68384,
357
+ "step": 25,
358
+ "tokens/total": 6553600,
359
+ "tokens/train_per_sec_per_gpu": 605.26,
360
+ "tokens/trainable": 6541489
361
+ },
362
+ {
363
+ "epoch": 0.8489795918367347,
364
+ "grad_norm": 0.9453125,
365
+ "learning_rate": 9.285640897740316e-06,
366
+ "loss": 1.4931640625,
367
+ "memory/device_reserved (GiB)": 33.29,
368
+ "memory/max_active (GiB)": 27.26,
369
+ "memory/max_allocated (GiB)": 27.26,
370
+ "ppl": 4.45116,
371
+ "step": 26,
372
+ "tokens/total": 6815744,
373
+ "tokens/train_per_sec_per_gpu": 603.79,
374
+ "tokens/trainable": 6803233
375
+ },
376
+ {
377
+ "epoch": 0.8816326530612245,
378
+ "grad_norm": 0.953125,
379
+ "learning_rate": 9.22120574255258e-06,
380
+ "loss": 1.2637939453125,
381
+ "memory/device_reserved (GiB)": 33.29,
382
+ "memory/max_active (GiB)": 27.26,
383
+ "memory/max_allocated (GiB)": 27.26,
384
+ "ppl": 3.53882,
385
+ "step": 27,
386
+ "tokens/total": 7077888,
387
+ "tokens/train_per_sec_per_gpu": 578.56,
388
+ "tokens/trainable": 7064799
389
+ },
390
+ {
391
+ "epoch": 0.9142857142857143,
392
+ "grad_norm": 0.75390625,
393
+ "learning_rate": 9.154262236468826e-06,
394
+ "loss": 1.222412109375,
395
+ "memory/device_reserved (GiB)": 33.29,
396
+ "memory/max_active (GiB)": 27.26,
397
+ "memory/max_allocated (GiB)": 27.26,
398
+ "ppl": 3.39537,
399
+ "step": 28,
400
+ "tokens/total": 7340032,
401
+ "tokens/train_per_sec_per_gpu": 605.17,
402
+ "tokens/trainable": 7326396
403
+ },
404
+ {
405
+ "epoch": 0.9469387755102041,
406
+ "grad_norm": 0.83984375,
407
+ "learning_rate": 9.084855504057562e-06,
408
+ "loss": 1.306884765625,
409
+ "memory/device_reserved (GiB)": 33.29,
410
+ "memory/max_active (GiB)": 27.26,
411
+ "memory/max_allocated (GiB)": 27.26,
412
+ "ppl": 3.69465,
413
+ "step": 29,
414
+ "tokens/total": 7602176,
415
+ "tokens/train_per_sec_per_gpu": 606.42,
416
+ "tokens/trainable": 7587940
417
+ },
418
+ {
419
+ "epoch": 0.9795918367346939,
420
+ "grad_norm": 0.83984375,
421
+ "learning_rate": 9.013032330272777e-06,
422
+ "loss": 1.3385009765625,
423
+ "memory/device_reserved (GiB)": 33.29,
424
+ "memory/max_active (GiB)": 27.26,
425
+ "memory/max_allocated (GiB)": 27.26,
426
+ "ppl": 3.81332,
427
+ "step": 30,
428
+ "tokens/total": 7864320,
429
+ "tokens/train_per_sec_per_gpu": 606.34,
430
+ "tokens/trainable": 7849389
431
+ },
432
+ {
433
+ "epoch": 1.0,
434
+ "grad_norm": 0.9375,
435
+ "learning_rate": 8.938841128917622e-06,
436
+ "loss": 1.3125,
437
+ "memory/device_reserved (GiB)": 33.29,
438
+ "memory/max_active (GiB)": 27.26,
439
+ "memory/max_allocated (GiB)": 27.26,
440
+ "ppl": 3.71545,
441
+ "step": 31,
442
+ "tokens/total": 8028160,
443
+ "tokens/train_per_sec_per_gpu": 912.97,
444
+ "tokens/trainable": 8012073
445
+ },
446
+ {
447
+ "epoch": 1.0326530612244897,
448
+ "grad_norm": 0.87109375,
449
+ "learning_rate": 8.86233191001016e-06,
450
+ "loss": 1.4200439453125,
451
+ "memory/device_reserved (GiB)": 33.29,
452
+ "memory/max_active (GiB)": 27.26,
453
+ "memory/max_allocated (GiB)": 27.26,
454
+ "ppl": 4.1373,
455
+ "step": 32,
456
+ "tokens/total": 8290304,
457
+ "tokens/train_per_sec_per_gpu": 584.93,
458
+ "tokens/trainable": 8273995
459
+ },
460
+ {
461
+ "epoch": 1.0653061224489795,
462
+ "grad_norm": 0.890625,
463
+ "learning_rate": 8.783556246073135e-06,
464
+ "loss": 1.3094482421875,
465
+ "memory/device_reserved (GiB)": 33.29,
466
+ "memory/max_active (GiB)": 27.26,
467
+ "memory/max_allocated (GiB)": 27.26,
468
+ "ppl": 3.70413,
469
+ "step": 33,
470
+ "tokens/total": 8552448,
471
+ "tokens/train_per_sec_per_gpu": 607.05,
472
+ "tokens/trainable": 8535646
473
+ },
474
+ {
475
+ "epoch": 1.0979591836734695,
476
+ "grad_norm": 0.9375,
477
+ "learning_rate": 8.702567237370521e-06,
478
+ "loss": 1.317138671875,
479
+ "memory/device_reserved (GiB)": 33.29,
480
+ "memory/max_active (GiB)": 27.26,
481
+ "memory/max_allocated (GiB)": 27.26,
482
+ "ppl": 3.73273,
483
+ "step": 34,
484
+ "tokens/total": 8814592,
485
+ "tokens/train_per_sec_per_gpu": 605.99,
486
+ "tokens/trainable": 8797384
487
+ },
488
+ {
489
+ "epoch": 1.1306122448979592,
490
+ "grad_norm": 0.80078125,
491
+ "learning_rate": 8.619419476114251e-06,
492
+ "loss": 1.3460693359375,
493
+ "memory/device_reserved (GiB)": 33.29,
494
+ "memory/max_active (GiB)": 27.26,
495
+ "memory/max_allocated (GiB)": 27.26,
496
+ "ppl": 3.84229,
497
+ "step": 35,
498
+ "tokens/total": 9076736,
499
+ "tokens/train_per_sec_per_gpu": 606.76,
500
+ "tokens/trainable": 9059142
501
+ },
502
+ {
503
+ "epoch": 1.163265306122449,
504
+ "grad_norm": 0.83984375,
505
+ "learning_rate": 8.534169009665282e-06,
506
+ "loss": 1.353759765625,
507
+ "memory/device_reserved (GiB)": 33.29,
508
+ "memory/max_active (GiB)": 27.26,
509
+ "memory/max_allocated (GiB)": 27.26,
510
+ "ppl": 3.87196,
511
+ "step": 36,
512
+ "tokens/total": 9338880,
513
+ "tokens/train_per_sec_per_gpu": 607.47,
514
+ "tokens/trainable": 9320795
515
+ },
516
+ {
517
+ "epoch": 1.1959183673469387,
518
+ "grad_norm": 0.80859375,
519
+ "learning_rate": 8.446873302753783e-06,
520
+ "loss": 1.2401123046875,
521
+ "memory/device_reserved (GiB)": 33.29,
522
+ "memory/max_active (GiB)": 27.26,
523
+ "memory/max_allocated (GiB)": 27.26,
524
+ "ppl": 3.456,
525
+ "step": 37,
526
+ "tokens/total": 9601024,
527
+ "tokens/train_per_sec_per_gpu": 605.46,
528
+ "tokens/trainable": 9582418
529
+ },
530
+ {
531
+ "epoch": 1.2285714285714286,
532
+ "grad_norm": 0.765625,
533
+ "learning_rate": 8.357591198743923e-06,
534
+ "loss": 1.343017578125,
535
+ "memory/device_reserved (GiB)": 33.29,
536
+ "memory/max_active (GiB)": 27.26,
537
+ "memory/max_allocated (GiB)": 27.26,
538
+ "ppl": 3.83059,
539
+ "step": 38,
540
+ "tokens/total": 9863168,
541
+ "tokens/train_per_sec_per_gpu": 603.72,
542
+ "tokens/trainable": 9844275
543
+ },
544
+ {
545
+ "epoch": 1.2612244897959184,
546
+ "grad_norm": 0.80078125,
547
+ "learning_rate": 8.266382879969356e-06,
548
+ "loss": 1.466552734375,
549
+ "memory/device_reserved (GiB)": 33.29,
550
+ "memory/max_active (GiB)": 27.26,
551
+ "memory/max_allocated (GiB)": 27.26,
552
+ "ppl": 4.33427,
553
+ "step": 39,
554
+ "tokens/total": 10125312,
555
+ "tokens/train_per_sec_per_gpu": 604.71,
556
+ "tokens/trainable": 10106035
557
+ },
558
+ {
559
+ "epoch": 1.2938775510204081,
560
+ "grad_norm": 0.7578125,
561
+ "learning_rate": 8.17330982716615e-06,
562
+ "loss": 1.2305908203125,
563
+ "memory/device_reserved (GiB)": 33.29,
564
+ "memory/max_active (GiB)": 27.26,
565
+ "memory/max_allocated (GiB)": 27.26,
566
+ "ppl": 3.42325,
567
+ "step": 40,
568
+ "tokens/total": 10387456,
569
+ "tokens/train_per_sec_per_gpu": 607.6,
570
+ "tokens/trainable": 10367752
571
+ },
572
+ {
573
+ "epoch": 1.3265306122448979,
574
+ "grad_norm": 0.875,
575
+ "learning_rate": 8.078434778030511e-06,
576
+ "loss": 1.3778076171875,
577
+ "memory/device_reserved (GiB)": 33.29,
578
+ "memory/max_active (GiB)": 27.26,
579
+ "memory/max_allocated (GiB)": 27.26,
580
+ "ppl": 3.9662,
581
+ "step": 41,
582
+ "tokens/total": 10649600,
583
+ "tokens/train_per_sec_per_gpu": 605.02,
584
+ "tokens/trainable": 10629381
585
+ },
586
+ {
587
+ "epoch": 1.3591836734693876,
588
+ "grad_norm": 0.765625,
589
+ "learning_rate": 7.981821684929218e-06,
590
+ "loss": 1.362060546875,
591
+ "memory/device_reserved (GiB)": 33.29,
592
+ "memory/max_active (GiB)": 27.26,
593
+ "memory/max_allocated (GiB)": 27.26,
594
+ "ppl": 3.90423,
595
+ "step": 42,
596
+ "tokens/total": 10911744,
597
+ "tokens/train_per_sec_per_gpu": 603.78,
598
+ "tokens/trainable": 10891035
599
+ },
600
+ {
601
+ "epoch": 1.3918367346938776,
602
+ "grad_norm": 0.8046875,
603
+ "learning_rate": 7.883535671791294e-06,
604
+ "loss": 1.420166015625,
605
+ "memory/device_reserved (GiB)": 33.29,
606
+ "memory/max_active (GiB)": 27.26,
607
+ "memory/max_allocated (GiB)": 27.26,
608
+ "ppl": 4.13781,
609
+ "step": 43,
610
+ "tokens/total": 11173888,
611
+ "tokens/train_per_sec_per_gpu": 604.13,
612
+ "tokens/trainable": 11152707
613
+ },
614
+ {
615
+ "epoch": 1.4244897959183673,
616
+ "grad_norm": 0.83984375,
617
+ "learning_rate": 7.783642990209951e-06,
618
+ "loss": 1.31005859375,
619
+ "memory/device_reserved (GiB)": 33.29,
620
+ "memory/max_active (GiB)": 27.26,
621
+ "memory/max_allocated (GiB)": 27.26,
622
+ "ppl": 3.70639,
623
+ "step": 44,
624
+ "tokens/total": 11436032,
625
+ "tokens/train_per_sec_per_gpu": 605.21,
626
+ "tokens/trainable": 11414371
627
+ },
628
+ {
629
+ "epoch": 1.457142857142857,
630
+ "grad_norm": 0.77734375,
631
+ "learning_rate": 7.682210974784426e-06,
632
+ "loss": 1.2432861328125,
633
+ "memory/device_reserved (GiB)": 33.29,
634
+ "memory/max_active (GiB)": 27.26,
635
+ "memory/max_allocated (GiB)": 27.26,
636
+ "ppl": 3.46699,
637
+ "step": 45,
638
+ "tokens/total": 11698176,
639
+ "tokens/train_per_sec_per_gpu": 605.6,
640
+ "tokens/trainable": 11676035
641
+ },
642
+ {
643
+ "epoch": 1.489795918367347,
644
+ "grad_norm": 0.85546875,
645
+ "learning_rate": 7.579307997731783e-06,
646
+ "loss": 1.4068603515625,
647
+ "memory/device_reserved (GiB)": 33.29,
648
+ "memory/max_active (GiB)": 27.26,
649
+ "memory/max_allocated (GiB)": 27.26,
650
+ "ppl": 4.08312,
651
+ "step": 46,
652
+ "tokens/total": 11960320,
653
+ "tokens/train_per_sec_per_gpu": 603.01,
654
+ "tokens/trainable": 11937768
655
+ },
656
+ {
657
+ "epoch": 1.5224489795918368,
658
+ "grad_norm": 0.83984375,
659
+ "learning_rate": 7.475003422799302e-06,
660
+ "loss": 1.3421630859375,
661
+ "memory/device_reserved (GiB)": 33.29,
662
+ "memory/max_active (GiB)": 27.26,
663
+ "memory/max_allocated (GiB)": 27.26,
664
+ "ppl": 3.82731,
665
+ "step": 47,
666
+ "tokens/total": 12222464,
667
+ "tokens/train_per_sec_per_gpu": 603.3,
668
+ "tokens/trainable": 12199374
669
+ },
670
+ {
671
+ "epoch": 1.5551020408163265,
672
+ "grad_norm": 0.8828125,
673
+ "learning_rate": 7.36936755850849e-06,
674
+ "loss": 1.3466796875,
675
+ "memory/device_reserved (GiB)": 33.29,
676
+ "memory/max_active (GiB)": 27.26,
677
+ "memory/max_allocated (GiB)": 27.26,
678
+ "ppl": 3.84464,
679
+ "step": 48,
680
+ "tokens/total": 12484608,
681
+ "tokens/train_per_sec_per_gpu": 605.0,
682
+ "tokens/trainable": 12461213
683
+ },
684
+ {
685
+ "epoch": 1.5877551020408163,
686
+ "grad_norm": 0.81640625,
687
+ "learning_rate": 7.2624716107622675e-06,
688
+ "loss": 1.404296875,
689
+ "memory/device_reserved (GiB)": 33.29,
690
+ "memory/max_active (GiB)": 27.26,
691
+ "memory/max_allocated (GiB)": 27.26,
692
+ "ppl": 4.07266,
693
+ "step": 49,
694
+ "tokens/total": 12746752,
695
+ "tokens/train_per_sec_per_gpu": 604.6,
696
+ "tokens/trainable": 12722727
697
+ },
698
+ {
699
+ "epoch": 1.620408163265306,
700
+ "grad_norm": 0.73046875,
701
+ "learning_rate": 7.154387634847241e-06,
702
+ "loss": 1.1488037109375,
703
+ "memory/device_reserved (GiB)": 33.29,
704
+ "memory/max_active (GiB)": 27.26,
705
+ "memory/max_allocated (GiB)": 27.26,
706
+ "ppl": 3.15442,
707
+ "step": 50,
708
+ "tokens/total": 13008896,
709
+ "tokens/train_per_sec_per_gpu": 605.31,
710
+ "tokens/trainable": 12984205
711
+ },
712
+ {
713
+ "epoch": 1.6530612244897958,
714
+ "grad_norm": 0.79296875,
715
+ "learning_rate": 7.045188486863449e-06,
716
+ "loss": 1.38818359375,
717
+ "memory/device_reserved (GiB)": 33.29,
718
+ "memory/max_active (GiB)": 27.26,
719
+ "memory/max_allocated (GiB)": 27.26,
720
+ "ppl": 4.00756,
721
+ "step": 51,
722
+ "tokens/total": 13271040,
723
+ "tokens/train_per_sec_per_gpu": 603.17,
724
+ "tokens/trainable": 13245918
725
+ },
726
+ {
727
+ "epoch": 1.6857142857142857,
728
+ "grad_norm": 0.75,
729
+ "learning_rate": 6.9349477746142846e-06,
730
+ "loss": 1.2738037109375,
731
+ "memory/device_reserved (GiB)": 33.29,
732
+ "memory/max_active (GiB)": 27.26,
733
+ "memory/max_allocated (GiB)": 27.26,
734
+ "ppl": 3.57442,
735
+ "step": 52,
736
+ "tokens/total": 13533184,
737
+ "tokens/train_per_sec_per_gpu": 606.57,
738
+ "tokens/trainable": 13507496
739
+ },
740
+ {
741
+ "epoch": 1.7183673469387755,
742
+ "grad_norm": 0.84375,
743
+ "learning_rate": 6.823739807989734e-06,
744
+ "loss": 1.3431396484375,
745
+ "memory/device_reserved (GiB)": 33.29,
746
+ "memory/max_active (GiB)": 27.26,
747
+ "memory/max_allocated (GiB)": 27.26,
748
+ "ppl": 3.83105,
749
+ "step": 53,
750
+ "tokens/total": 13795328,
751
+ "tokens/train_per_sec_per_gpu": 606.26,
752
+ "tokens/trainable": 13768978
753
+ },
754
+ {
755
+ "epoch": 1.7510204081632654,
756
+ "grad_norm": 0.7265625,
757
+ "learning_rate": 6.7116395488763565e-06,
758
+ "loss": 1.3397216796875,
759
+ "memory/device_reserved (GiB)": 33.29,
760
+ "memory/max_active (GiB)": 27.26,
761
+ "memory/max_allocated (GiB)": 27.26,
762
+ "ppl": 3.81798,
763
+ "step": 54,
764
+ "tokens/total": 14057472,
765
+ "tokens/train_per_sec_per_gpu": 602.75,
766
+ "tokens/trainable": 14030467
767
+ },
768
+ {
769
+ "epoch": 1.7836734693877552,
770
+ "grad_norm": 0.7265625,
771
+ "learning_rate": 6.598722560627761e-06,
772
+ "loss": 1.3912353515625,
773
+ "memory/device_reserved (GiB)": 33.29,
774
+ "memory/max_active (GiB)": 27.26,
775
+ "memory/max_allocated (GiB)": 27.26,
776
+ "ppl": 4.01981,
777
+ "step": 55,
778
+ "tokens/total": 14319616,
779
+ "tokens/train_per_sec_per_gpu": 571.54,
780
+ "tokens/trainable": 14291994
781
+ },
782
+ {
783
+ "epoch": 1.816326530612245,
784
+ "grad_norm": 0.8515625,
785
+ "learning_rate": 6.485064957129677e-06,
786
+ "loss": 1.2479248046875,
787
+ "memory/device_reserved (GiB)": 33.29,
788
+ "memory/max_active (GiB)": 27.26,
789
+ "memory/max_allocated (GiB)": 27.26,
790
+ "ppl": 3.48311,
791
+ "step": 56,
792
+ "tokens/total": 14581760,
793
+ "tokens/train_per_sec_per_gpu": 606.07,
794
+ "tokens/trainable": 14553562
795
+ },
796
+ {
797
+ "epoch": 1.8489795918367347,
798
+ "grad_norm": 0.82421875,
799
+ "learning_rate": 6.370743351493899e-06,
800
+ "loss": 1.4447021484375,
801
+ "memory/device_reserved (GiB)": 33.29,
802
+ "memory/max_active (GiB)": 27.26,
803
+ "memory/max_allocated (GiB)": 27.26,
804
+ "ppl": 4.24059,
805
+ "step": 57,
806
+ "tokens/total": 14843904,
807
+ "tokens/train_per_sec_per_gpu": 604.39,
808
+ "tokens/trainable": 14815306
809
+ },
810
+ {
811
+ "epoch": 1.8816326530612244,
812
+ "grad_norm": 0.75390625,
813
+ "learning_rate": 6.255834804415742e-06,
814
+ "loss": 1.2120361328125,
815
+ "memory/device_reserved (GiB)": 33.29,
816
+ "memory/max_active (GiB)": 27.26,
817
+ "memory/max_allocated (GiB)": 27.26,
818
+ "ppl": 3.36032,
819
+ "step": 58,
820
+ "tokens/total": 15106048,
821
+ "tokens/train_per_sec_per_gpu": 606.32,
822
+ "tokens/trainable": 15076872
823
+ },
824
+ {
825
+ "epoch": 1.9142857142857141,
826
+ "grad_norm": 0.83203125,
827
+ "learning_rate": 6.140416772229785e-06,
828
+ "loss": 1.175048828125,
829
+ "memory/device_reserved (GiB)": 33.29,
830
+ "memory/max_active (GiB)": 27.26,
831
+ "memory/max_allocated (GiB)": 27.26,
832
+ "ppl": 3.2383,
833
+ "step": 59,
834
+ "tokens/total": 15368192,
835
+ "tokens/train_per_sec_per_gpu": 604.24,
836
+ "tokens/trainable": 15338469
837
+ },
838
+ {
839
+ "epoch": 1.9469387755102041,
840
+ "grad_norm": 0.71875,
841
+ "learning_rate": 6.0245670546989165e-06,
842
+ "loss": 1.2623291015625,
843
+ "memory/device_reserved (GiB)": 33.29,
844
+ "memory/max_active (GiB)": 27.26,
845
+ "memory/max_allocated (GiB)": 27.26,
846
+ "ppl": 3.53364,
847
+ "step": 60,
848
+ "tokens/total": 15630336,
849
+ "tokens/train_per_sec_per_gpu": 606.62,
850
+ "tokens/trainable": 15600013
851
+ },
852
+ {
853
+ "epoch": 1.9795918367346939,
854
+ "grad_norm": 0.7578125,
855
+ "learning_rate": 5.908363742571915e-06,
856
+ "loss": 1.291015625,
857
+ "memory/device_reserved (GiB)": 33.29,
858
+ "memory/max_active (GiB)": 27.26,
859
+ "memory/max_allocated (GiB)": 27.26,
860
+ "ppl": 3.63648,
861
+ "step": 61,
862
+ "tokens/total": 15892480,
863
+ "tokens/train_per_sec_per_gpu": 606.98,
864
+ "tokens/trainable": 15861462
865
+ },
866
+ {
867
+ "epoch": 2.0,
868
+ "grad_norm": 1.0078125,
869
+ "learning_rate": 5.791885164944844e-06,
870
+ "loss": 1.26220703125,
871
+ "memory/device_reserved (GiB)": 33.29,
872
+ "memory/max_active (GiB)": 27.26,
873
+ "memory/max_allocated (GiB)": 27.26,
874
+ "ppl": 3.53321,
875
+ "step": 62,
876
+ "tokens/total": 16056320,
877
+ "tokens/train_per_sec_per_gpu": 920.2,
878
+ "tokens/trainable": 16024146
879
+ },
880
+ {
881
+ "epoch": 2.0326530612244897,
882
+ "grad_norm": 0.81640625,
883
+ "learning_rate": 5.67520983646182e-06,
884
+ "loss": 1.37841796875,
885
+ "memory/device_reserved (GiB)": 33.29,
886
+ "memory/max_active (GiB)": 27.26,
887
+ "memory/max_allocated (GiB)": 27.26,
888
+ "ppl": 3.96862,
889
+ "step": 63,
890
+ "tokens/total": 16318464,
891
+ "tokens/train_per_sec_per_gpu": 585.03,
892
+ "tokens/trainable": 16286068
893
+ },
894
+ {
895
+ "epoch": 2.0653061224489795,
896
+ "grad_norm": 1.109375,
897
+ "learning_rate": 5.5584164043906895e-06,
898
+ "loss": 1.271728515625,
899
+ "memory/device_reserved (GiB)": 33.29,
900
+ "memory/max_active (GiB)": 27.26,
901
+ "memory/max_allocated (GiB)": 27.26,
902
+ "ppl": 3.56701,
903
+ "step": 64,
904
+ "tokens/total": 16580608,
905
+ "tokens/train_per_sec_per_gpu": 607.21,
906
+ "tokens/trainable": 16547719
907
+ },
908
+ {
909
+ "epoch": 2.0979591836734692,
910
+ "grad_norm": 1.0390625,
911
+ "learning_rate": 5.441583595609312e-06,
912
+ "loss": 1.28076171875,
913
+ "memory/device_reserved (GiB)": 33.29,
914
+ "memory/max_active (GiB)": 27.26,
915
+ "memory/max_allocated (GiB)": 27.26,
916
+ "ppl": 3.59938,
917
+ "step": 65,
918
+ "tokens/total": 16842752,
919
+ "tokens/train_per_sec_per_gpu": 605.49,
920
+ "tokens/trainable": 16809456
921
+ },
922
+ {
923
+ "epoch": 2.130612244897959,
924
+ "grad_norm": 0.86328125,
925
+ "learning_rate": 5.324790163538181e-06,
926
+ "loss": 1.3126220703125,
927
+ "memory/device_reserved (GiB)": 33.29,
928
+ "memory/max_active (GiB)": 27.26,
929
+ "memory/max_allocated (GiB)": 27.26,
930
+ "ppl": 3.7159,
931
+ "step": 66,
932
+ "tokens/total": 17104896,
933
+ "tokens/train_per_sec_per_gpu": 606.91,
934
+ "tokens/trainable": 17071218
935
+ },
936
+ {
937
+ "epoch": 2.163265306122449,
938
+ "grad_norm": 0.84765625,
939
+ "learning_rate": 5.208114835055157e-06,
940
+ "loss": 1.32037353515625,
941
+ "memory/device_reserved (GiB)": 33.29,
942
+ "memory/max_active (GiB)": 27.26,
943
+ "memory/max_allocated (GiB)": 27.26,
944
+ "ppl": 3.74482,
945
+ "step": 67,
946
+ "tokens/total": 17367040,
947
+ "tokens/train_per_sec_per_gpu": 607.11,
948
+ "tokens/trainable": 17332876
949
+ },
950
+ {
951
+ "epoch": 2.195918367346939,
952
+ "grad_norm": 0.72265625,
953
+ "learning_rate": 5.0916362574280864e-06,
954
+ "loss": 1.2105712890625,
955
+ "memory/device_reserved (GiB)": 33.29,
956
+ "memory/max_active (GiB)": 27.26,
957
+ "memory/max_allocated (GiB)": 27.26,
958
+ "ppl": 3.3554,
959
+ "step": 68,
960
+ "tokens/total": 17629184,
961
+ "tokens/train_per_sec_per_gpu": 605.15,
962
+ "tokens/trainable": 17594500
963
+ },
964
+ {
965
+ "epoch": 2.2285714285714286,
966
+ "grad_norm": 0.8515625,
967
+ "learning_rate": 4.975432945301085e-06,
968
+ "loss": 1.3128662109375,
969
+ "memory/device_reserved (GiB)": 33.29,
970
+ "memory/max_active (GiB)": 27.26,
971
+ "memory/max_allocated (GiB)": 27.26,
972
+ "ppl": 3.71681,
973
+ "step": 69,
974
+ "tokens/total": 17891328,
975
+ "tokens/train_per_sec_per_gpu": 603.11,
976
+ "tokens/trainable": 17856356
977
+ },
978
+ {
979
+ "epoch": 2.2612244897959184,
980
+ "grad_norm": 0.78515625,
981
+ "learning_rate": 4.859583227770218e-06,
982
+ "loss": 1.4384765625,
983
+ "memory/device_reserved (GiB)": 33.29,
984
+ "memory/max_active (GiB)": 27.26,
985
+ "memory/max_allocated (GiB)": 27.26,
986
+ "ppl": 4.21427,
987
+ "step": 70,
988
+ "tokens/total": 18153472,
989
+ "tokens/train_per_sec_per_gpu": 604.33,
990
+ "tokens/trainable": 18118114
991
+ },
992
+ {
993
+ "epoch": 2.293877551020408,
994
+ "grad_norm": 0.80859375,
995
+ "learning_rate": 4.744165195584258e-06,
996
+ "loss": 1.203125,
997
+ "memory/device_reserved (GiB)": 33.29,
998
+ "memory/max_active (GiB)": 27.26,
999
+ "memory/max_allocated (GiB)": 27.26,
1000
+ "ppl": 3.33051,
1001
+ "step": 71,
1002
+ "tokens/total": 18415616,
1003
+ "tokens/train_per_sec_per_gpu": 606.6,
1004
+ "tokens/trainable": 18379828
1005
+ },
1006
+ {
1007
+ "epoch": 2.326530612244898,
1008
+ "grad_norm": 0.82421875,
1009
+ "learning_rate": 4.6292566485061015e-06,
1010
+ "loss": 1.352294921875,
1011
+ "memory/device_reserved (GiB)": 33.29,
1012
+ "memory/max_active (GiB)": 27.26,
1013
+ "memory/max_allocated (GiB)": 27.26,
1014
+ "ppl": 3.86629,
1015
+ "step": 72,
1016
+ "tokens/total": 18677760,
1017
+ "tokens/train_per_sec_per_gpu": 606.39,
1018
+ "tokens/trainable": 18641452
1019
+ },
1020
+ {
1021
+ "epoch": 2.3591836734693876,
1022
+ "grad_norm": 0.78125,
1023
+ "learning_rate": 4.514935042870324e-06,
1024
+ "loss": 1.3382568359375,
1025
+ "memory/device_reserved (GiB)": 33.29,
1026
+ "memory/max_active (GiB)": 27.26,
1027
+ "memory/max_allocated (GiB)": 27.26,
1028
+ "ppl": 3.81239,
1029
+ "step": 73,
1030
+ "tokens/total": 18939904,
1031
+ "tokens/train_per_sec_per_gpu": 602.92,
1032
+ "tokens/trainable": 18903104
1033
+ },
1034
+ {
1035
+ "epoch": 2.3918367346938774,
1036
+ "grad_norm": 0.78125,
1037
+ "learning_rate": 4.40127743937224e-06,
1038
+ "loss": 1.396728515625,
1039
+ "memory/device_reserved (GiB)": 33.29,
1040
+ "memory/max_active (GiB)": 27.26,
1041
+ "memory/max_allocated (GiB)": 27.26,
1042
+ "ppl": 4.04196,
1043
+ "step": 74,
1044
+ "tokens/total": 19202048,
1045
+ "tokens/train_per_sec_per_gpu": 603.33,
1046
+ "tokens/trainable": 19164778
1047
+ },
1048
+ {
1049
+ "epoch": 2.424489795918367,
1050
+ "grad_norm": 0.71875,
1051
+ "learning_rate": 4.288360451123646e-06,
1052
+ "loss": 1.287841796875,
1053
+ "memory/device_reserved (GiB)": 33.29,
1054
+ "memory/max_active (GiB)": 27.26,
1055
+ "memory/max_allocated (GiB)": 27.26,
1056
+ "ppl": 3.62495,
1057
+ "step": 75,
1058
+ "tokens/total": 19464192,
1059
+ "tokens/train_per_sec_per_gpu": 603.18,
1060
+ "tokens/trainable": 19426440
1061
+ },
1062
+ {
1063
+ "epoch": 2.4571428571428573,
1064
+ "grad_norm": 0.81640625,
1065
+ "learning_rate": 4.1762601920102675e-06,
1066
+ "loss": 1.22216796875,
1067
+ "memory/device_reserved (GiB)": 33.29,
1068
+ "memory/max_active (GiB)": 27.26,
1069
+ "memory/max_allocated (GiB)": 27.26,
1070
+ "ppl": 3.39454,
1071
+ "step": 76,
1072
+ "tokens/total": 19726336,
1073
+ "tokens/train_per_sec_per_gpu": 606.31,
1074
+ "tokens/trainable": 19688104
1075
+ },
1076
+ {
1077
+ "epoch": 2.489795918367347,
1078
+ "grad_norm": 0.76171875,
1079
+ "learning_rate": 4.065052225385717e-06,
1080
+ "loss": 1.3858642578125,
1081
+ "memory/device_reserved (GiB)": 33.29,
1082
+ "memory/max_active (GiB)": 27.26,
1083
+ "memory/max_allocated (GiB)": 27.26,
1084
+ "ppl": 3.99828,
1085
+ "step": 77,
1086
+ "tokens/total": 19988480,
1087
+ "tokens/train_per_sec_per_gpu": 603.6,
1088
+ "tokens/trainable": 19949836
1089
+ },
1090
+ {
1091
+ "epoch": 2.522448979591837,
1092
+ "grad_norm": 0.74609375,
1093
+ "learning_rate": 3.954811513136554e-06,
1094
+ "loss": 1.32080078125,
1095
+ "memory/device_reserved (GiB)": 33.29,
1096
+ "memory/max_active (GiB)": 27.26,
1097
+ "memory/max_allocated (GiB)": 27.26,
1098
+ "ppl": 3.74642,
1099
+ "step": 78,
1100
+ "tokens/total": 20250624,
1101
+ "tokens/train_per_sec_per_gpu": 603.42,
1102
+ "tokens/trainable": 20211444
1103
+ },
1104
+ {
1105
+ "epoch": 2.5551020408163265,
1106
+ "grad_norm": 1.015625,
1107
+ "learning_rate": 3.84561236515276e-06,
1108
+ "loss": 1.3240966796875,
1109
+ "memory/device_reserved (GiB)": 33.29,
1110
+ "memory/max_active (GiB)": 27.26,
1111
+ "memory/max_allocated (GiB)": 27.26,
1112
+ "ppl": 3.75879,
1113
+ "step": 79,
1114
+ "tokens/total": 20512768,
1115
+ "tokens/train_per_sec_per_gpu": 603.23,
1116
+ "tokens/trainable": 20473284
1117
+ },
1118
+ {
1119
+ "epoch": 2.5877551020408163,
1120
+ "grad_norm": 0.703125,
1121
+ "learning_rate": 3.7375283892377344e-06,
1122
+ "loss": 1.385986328125,
1123
+ "memory/device_reserved (GiB)": 33.29,
1124
+ "memory/max_active (GiB)": 27.26,
1125
+ "memory/max_allocated (GiB)": 27.26,
1126
+ "ppl": 3.99877,
1127
+ "step": 80,
1128
+ "tokens/total": 20774912,
1129
+ "tokens/train_per_sec_per_gpu": 604.17,
1130
+ "tokens/trainable": 20734804
1131
+ },
1132
+ {
1133
+ "epoch": 2.620408163265306,
1134
+ "grad_norm": 0.7109375,
1135
+ "learning_rate": 3.630632441491512e-06,
1136
+ "loss": 1.130859375,
1137
+ "memory/device_reserved (GiB)": 33.29,
1138
+ "memory/max_active (GiB)": 27.26,
1139
+ "memory/max_allocated (GiB)": 27.26,
1140
+ "ppl": 3.09832,
1141
+ "step": 81,
1142
+ "tokens/total": 21037056,
1143
+ "tokens/train_per_sec_per_gpu": 606.12,
1144
+ "tokens/trainable": 20996280
1145
+ },
1146
+ {
1147
+ "epoch": 2.6530612244897958,
1148
+ "grad_norm": 0.85546875,
1149
+ "learning_rate": 3.5249965772007e-06,
1150
+ "loss": 1.3719482421875,
1151
+ "memory/device_reserved (GiB)": 33.29,
1152
+ "memory/max_active (GiB)": 27.26,
1153
+ "memory/max_allocated (GiB)": 27.26,
1154
+ "ppl": 3.94303,
1155
+ "step": 82,
1156
+ "tokens/total": 21299200,
1157
+ "tokens/train_per_sec_per_gpu": 603.84,
1158
+ "tokens/trainable": 21257992
1159
+ },
1160
+ {
1161
+ "epoch": 2.685714285714286,
1162
+ "grad_norm": 0.703125,
1163
+ "learning_rate": 3.4206920022682173e-06,
1164
+ "loss": 1.2578125,
1165
+ "memory/device_reserved (GiB)": 33.29,
1166
+ "memory/max_active (GiB)": 27.26,
1167
+ "memory/max_allocated (GiB)": 27.26,
1168
+ "ppl": 3.51772,
1169
+ "step": 83,
1170
+ "tokens/total": 21561344,
1171
+ "tokens/train_per_sec_per_gpu": 605.93,
1172
+ "tokens/trainable": 21519576
1173
+ },
1174
+ {
1175
+ "epoch": 2.7183673469387752,
1176
+ "grad_norm": 0.85546875,
1177
+ "learning_rate": 3.3177890252155755e-06,
1178
+ "loss": 1.3260498046875,
1179
+ "memory/device_reserved (GiB)": 33.29,
1180
+ "memory/max_active (GiB)": 27.26,
1181
+ "memory/max_allocated (GiB)": 27.26,
1182
+ "ppl": 3.76614,
1183
+ "step": 84,
1184
+ "tokens/total": 21823488,
1185
+ "tokens/train_per_sec_per_gpu": 604.99,
1186
+ "tokens/trainable": 21781056
1187
+ },
1188
+ {
1189
+ "epoch": 2.7510204081632654,
1190
+ "grad_norm": 0.8203125,
1191
+ "learning_rate": 3.2163570097900497e-06,
1192
+ "loss": 1.324951171875,
1193
+ "memory/device_reserved (GiB)": 33.29,
1194
+ "memory/max_active (GiB)": 27.26,
1195
+ "memory/max_allocated (GiB)": 27.26,
1196
+ "ppl": 3.762,
1197
+ "step": 85,
1198
+ "tokens/total": 22085632,
1199
+ "tokens/train_per_sec_per_gpu": 585.4,
1200
+ "tokens/trainable": 22042546
1201
+ },
1202
+ {
1203
+ "epoch": 2.783673469387755,
1204
+ "grad_norm": 0.73828125,
1205
+ "learning_rate": 3.116464328208708e-06,
1206
+ "loss": 1.3780517578125,
1207
+ "memory/device_reserved (GiB)": 33.29,
1208
+ "memory/max_active (GiB)": 27.26,
1209
+ "memory/max_allocated (GiB)": 27.26,
1210
+ "ppl": 3.96717,
1211
+ "step": 86,
1212
+ "tokens/total": 22347776,
1213
+ "tokens/train_per_sec_per_gpu": 586.69,
1214
+ "tokens/trainable": 22304072
1215
+ },
1216
+ {
1217
+ "epoch": 2.816326530612245,
1218
+ "grad_norm": 0.80859375,
1219
+ "learning_rate": 3.0181783150707827e-06,
1220
+ "loss": 1.23388671875,
1221
+ "memory/device_reserved (GiB)": 33.29,
1222
+ "memory/max_active (GiB)": 27.26,
1223
+ "memory/max_allocated (GiB)": 27.26,
1224
+ "ppl": 3.43455,
1225
+ "step": 87,
1226
+ "tokens/total": 22609920,
1227
+ "tokens/train_per_sec_per_gpu": 605.15,
1228
+ "tokens/trainable": 22565640
1229
+ },
1230
+ {
1231
+ "epoch": 2.8489795918367347,
1232
+ "grad_norm": 0.79296875,
1233
+ "learning_rate": 2.921565221969492e-06,
1234
+ "loss": 1.430908203125,
1235
+ "memory/device_reserved (GiB)": 33.29,
1236
+ "memory/max_active (GiB)": 27.26,
1237
+ "memory/max_allocated (GiB)": 27.26,
1238
+ "ppl": 4.1825,
1239
+ "step": 88,
1240
+ "tokens/total": 22872064,
1241
+ "tokens/train_per_sec_per_gpu": 603.72,
1242
+ "tokens/trainable": 22827386
1243
+ },
1244
+ {
1245
+ "epoch": 2.8816326530612244,
1246
+ "grad_norm": 0.74609375,
1247
+ "learning_rate": 2.8266901728338526e-06,
1248
+ "loss": 1.19873046875,
1249
+ "memory/device_reserved (GiB)": 33.29,
1250
+ "memory/max_active (GiB)": 27.26,
1251
+ "memory/max_allocated (GiB)": 27.26,
1252
+ "ppl": 3.3159,
1253
+ "step": 89,
1254
+ "tokens/total": 23134208,
1255
+ "tokens/train_per_sec_per_gpu": 606.04,
1256
+ "tokens/trainable": 23088952
1257
+ },
1258
+ {
1259
+ "epoch": 2.914285714285714,
1260
+ "grad_norm": 0.6953125,
1261
+ "learning_rate": 2.7336171200306467e-06,
1262
+ "loss": 1.1632080078125,
1263
+ "memory/device_reserved (GiB)": 33.29,
1264
+ "memory/max_active (GiB)": 27.26,
1265
+ "memory/max_allocated (GiB)": 27.26,
1266
+ "ppl": 3.20018,
1267
+ "step": 90,
1268
+ "tokens/total": 23396352,
1269
+ "tokens/train_per_sec_per_gpu": 604.92,
1270
+ "tokens/trainable": 23350548
1271
+ },
1272
+ {
1273
+ "epoch": 2.946938775510204,
1274
+ "grad_norm": 0.875,
1275
+ "learning_rate": 2.6424088012560766e-06,
1276
+ "loss": 1.2506103515625,
1277
+ "memory/device_reserved (GiB)": 33.29,
1278
+ "memory/max_active (GiB)": 27.26,
1279
+ "memory/max_allocated (GiB)": 27.26,
1280
+ "ppl": 3.49247,
1281
+ "step": 91,
1282
+ "tokens/total": 23658496,
1283
+ "tokens/train_per_sec_per_gpu": 605.58,
1284
+ "tokens/trainable": 23612092
1285
+ },
1286
+ {
1287
+ "epoch": 2.979591836734694,
1288
+ "grad_norm": 0.859375,
1289
+ "learning_rate": 2.5531266972462176e-06,
1290
+ "loss": 1.2801513671875,
1291
+ "memory/device_reserved (GiB)": 33.29,
1292
+ "memory/max_active (GiB)": 27.26,
1293
+ "memory/max_allocated (GiB)": 27.26,
1294
+ "ppl": 3.59718,
1295
+ "step": 92,
1296
+ "tokens/total": 23920640,
1297
+ "tokens/train_per_sec_per_gpu": 606.4,
1298
+ "tokens/trainable": 23873538
1299
+ },
1300
+ {
1301
+ "epoch": 3.0,
1302
+ "grad_norm": 0.94140625,
1303
+ "learning_rate": 2.4658309903347196e-06,
1304
+ "loss": 1.248046875,
1305
+ "memory/device_reserved (GiB)": 33.29,
1306
+ "memory/max_active (GiB)": 27.26,
1307
+ "memory/max_allocated (GiB)": 27.26,
1308
+ "ppl": 3.48353,
1309
+ "step": 93,
1310
+ "tokens/total": 24084480,
1311
+ "tokens/train_per_sec_per_gpu": 922.28,
1312
+ "tokens/trainable": 24036224
1313
+ },
1314
+ {
1315
+ "epoch": 3.0326530612244897,
1316
+ "grad_norm": 0.7109375,
1317
+ "learning_rate": 2.380580523885751e-06,
1318
+ "loss": 1.3673095703125,
1319
+ "memory/device_reserved (GiB)": 33.29,
1320
+ "memory/max_active (GiB)": 27.26,
1321
+ "memory/max_allocated (GiB)": 27.26,
1322
+ "ppl": 3.92478,
1323
+ "step": 94,
1324
+ "tokens/total": 24346624,
1325
+ "tokens/train_per_sec_per_gpu": 586.15,
1326
+ "tokens/trainable": 24298144
1327
+ },
1328
+ {
1329
+ "epoch": 3.0653061224489795,
1330
+ "grad_norm": 0.67578125,
1331
+ "learning_rate": 2.29743276262948e-06,
1332
+ "loss": 1.2625732421875,
1333
+ "memory/device_reserved (GiB)": 33.29,
1334
+ "memory/max_active (GiB)": 27.26,
1335
+ "memory/max_allocated (GiB)": 27.26,
1336
+ "ppl": 3.5345,
1337
+ "step": 95,
1338
+ "tokens/total": 24608768,
1339
+ "tokens/train_per_sec_per_gpu": 607.42,
1340
+ "tokens/trainable": 24559796
1341
+ },
1342
+ {
1343
+ "epoch": 3.0979591836734692,
1344
+ "grad_norm": 0.84375,
1345
+ "learning_rate": 2.2164437539268652e-06,
1346
+ "loss": 1.2720947265625,
1347
+ "memory/device_reserved (GiB)": 33.29,
1348
+ "memory/max_active (GiB)": 27.26,
1349
+ "memory/max_allocated (GiB)": 27.26,
1350
+ "ppl": 3.56832,
1351
+ "step": 96,
1352
+ "tokens/total": 24870912,
1353
+ "tokens/train_per_sec_per_gpu": 605.03,
1354
+ "tokens/trainable": 24821538
1355
+ },
1356
+ {
1357
+ "epoch": 3.130612244897959,
1358
+ "grad_norm": 0.69921875,
1359
+ "learning_rate": 2.1376680899898415e-06,
1360
+ "loss": 1.3033447265625,
1361
+ "memory/device_reserved (GiB)": 33.29,
1362
+ "memory/max_active (GiB)": 27.26,
1363
+ "memory/max_allocated (GiB)": 27.26,
1364
+ "ppl": 3.68159,
1365
+ "step": 97,
1366
+ "tokens/total": 25133056,
1367
+ "tokens/train_per_sec_per_gpu": 607.5,
1368
+ "tokens/trainable": 25083298
1369
+ },
1370
+ {
1371
+ "epoch": 3.163265306122449,
1372
+ "grad_norm": 0.73828125,
1373
+ "learning_rate": 2.0611588710823797e-06,
1374
+ "loss": 1.31024169921875,
1375
+ "memory/device_reserved (GiB)": 33.29,
1376
+ "memory/max_active (GiB)": 27.26,
1377
+ "memory/max_allocated (GiB)": 27.26,
1378
+ "ppl": 3.70707,
1379
+ "step": 98,
1380
+ "tokens/total": 25395200,
1381
+ "tokens/train_per_sec_per_gpu": 607.32,
1382
+ "tokens/trainable": 25344956
1383
+ },
1384
+ {
1385
+ "epoch": 3.195918367346939,
1386
+ "grad_norm": 0.796875,
1387
+ "learning_rate": 1.986967669727224e-06,
1388
+ "loss": 1.20263671875,
1389
+ "memory/device_reserved (GiB)": 33.29,
1390
+ "memory/max_active (GiB)": 27.26,
1391
+ "memory/max_allocated (GiB)": 27.26,
1392
+ "ppl": 3.32888,
1393
+ "step": 99,
1394
+ "tokens/total": 25657344,
1395
+ "tokens/train_per_sec_per_gpu": 604.43,
1396
+ "tokens/trainable": 25606580
1397
+ },
1398
+ {
1399
+ "epoch": 3.2285714285714286,
1400
+ "grad_norm": 0.69921875,
1401
+ "learning_rate": 1.9151444959424383e-06,
1402
+ "loss": 1.3046875,
1403
+ "memory/device_reserved (GiB)": 33.29,
1404
+ "memory/max_active (GiB)": 27.26,
1405
+ "memory/max_allocated (GiB)": 27.26,
1406
+ "ppl": 3.68654,
1407
+ "step": 100,
1408
+ "tokens/total": 25919488,
1409
+ "tokens/train_per_sec_per_gpu": 603.08,
1410
+ "tokens/trainable": 25868436
1411
+ },
1412
+ {
1413
+ "epoch": 3.2612244897959184,
1414
+ "grad_norm": 0.78515625,
1415
+ "learning_rate": 1.8457377635311763e-06,
1416
+ "loss": 1.431396484375,
1417
+ "memory/device_reserved (GiB)": 33.29,
1418
+ "memory/max_active (GiB)": 27.26,
1419
+ "memory/max_allocated (GiB)": 27.26,
1420
+ "ppl": 4.18454,
1421
+ "step": 101,
1422
+ "tokens/total": 26181632,
1423
+ "tokens/train_per_sec_per_gpu": 603.9,
1424
+ "tokens/trainable": 26130194
1425
+ },
1426
+ {
1427
+ "epoch": 3.293877551020408,
1428
+ "grad_norm": 1.1171875,
1429
+ "learning_rate": 1.7787942574474215e-06,
1430
+ "loss": 1.19580078125,
1431
+ "memory/device_reserved (GiB)": 33.29,
1432
+ "memory/max_active (GiB)": 27.26,
1433
+ "memory/max_allocated (GiB)": 27.26,
1434
+ "ppl": 3.3062,
1435
+ "step": 102,
1436
+ "tokens/total": 26443776,
1437
+ "tokens/train_per_sec_per_gpu": 606.74,
1438
+ "tokens/trainable": 26391908
1439
+ },
1440
+ {
1441
+ "epoch": 3.326530612244898,
1442
+ "grad_norm": 0.70703125,
1443
+ "learning_rate": 1.7143591022596846e-06,
1444
+ "loss": 1.34716796875,
1445
+ "memory/device_reserved (GiB)": 33.29,
1446
+ "memory/max_active (GiB)": 27.26,
1447
+ "memory/max_allocated (GiB)": 27.26,
1448
+ "ppl": 3.84652,
1449
+ "step": 103,
1450
+ "tokens/total": 26705920,
1451
+ "tokens/train_per_sec_per_gpu": 606.45,
1452
+ "tokens/trainable": 26653532
1453
+ },
1454
+ {
1455
+ "epoch": 3.3591836734693876,
1456
+ "grad_norm": 0.71484375,
1457
+ "learning_rate": 1.6524757317339102e-06,
1458
+ "loss": 1.3314208984375,
1459
+ "memory/device_reserved (GiB)": 33.29,
1460
+ "memory/max_active (GiB)": 27.26,
1461
+ "memory/max_allocated (GiB)": 27.26,
1462
+ "ppl": 3.78642,
1463
+ "step": 104,
1464
+ "tokens/total": 26968064,
1465
+ "tokens/train_per_sec_per_gpu": 602.49,
1466
+ "tokens/trainable": 26915184
1467
+ },
1468
+ {
1469
+ "epoch": 3.3918367346938774,
1470
+ "grad_norm": 2.484375,
1471
+ "learning_rate": 1.593185859556103e-06,
1472
+ "loss": 1.3916015625,
1473
+ "memory/device_reserved (GiB)": 33.29,
1474
+ "memory/max_active (GiB)": 27.26,
1475
+ "memory/max_allocated (GiB)": 27.26,
1476
+ "ppl": 4.02129,
1477
+ "step": 105,
1478
+ "tokens/total": 27230208,
1479
+ "tokens/train_per_sec_per_gpu": 603.38,
1480
+ "tokens/trainable": 27176858
1481
+ },
1482
+ {
1483
+ "epoch": 3.424489795918367,
1484
+ "grad_norm": 0.71875,
1485
+ "learning_rate": 1.5365294512144114e-06,
1486
+ "loss": 1.282958984375,
1487
+ "memory/device_reserved (GiB)": 33.29,
1488
+ "memory/max_active (GiB)": 27.26,
1489
+ "memory/max_allocated (GiB)": 27.26,
1490
+ "ppl": 3.6073,
1491
+ "step": 106,
1492
+ "tokens/total": 27492352,
1493
+ "tokens/train_per_sec_per_gpu": 604.12,
1494
+ "tokens/trainable": 27438520
1495
+ },
1496
+ {
1497
+ "epoch": 3.4571428571428573,
1498
+ "grad_norm": 0.6640625,
1499
+ "learning_rate": 1.4825446970596136e-06,
1500
+ "loss": 1.2174072265625,
1501
+ "memory/device_reserved (GiB)": 33.29,
1502
+ "memory/max_active (GiB)": 27.26,
1503
+ "memory/max_allocated (GiB)": 27.26,
1504
+ "ppl": 3.37842,
1505
+ "step": 107,
1506
+ "tokens/total": 27754496,
1507
+ "tokens/train_per_sec_per_gpu": 606.17,
1508
+ "tokens/trainable": 27700184
1509
+ },
1510
+ {
1511
+ "epoch": 3.489795918367347,
1512
+ "grad_norm": 0.73046875,
1513
+ "learning_rate": 1.4312679865621742e-06,
1514
+ "loss": 1.380615234375,
1515
+ "memory/device_reserved (GiB)": 33.29,
1516
+ "memory/max_active (GiB)": 27.26,
1517
+ "memory/max_allocated (GiB)": 27.26,
1518
+ "ppl": 3.97735,
1519
+ "step": 108,
1520
+ "tokens/total": 28016640,
1521
+ "tokens/train_per_sec_per_gpu": 602.64,
1522
+ "tokens/trainable": 27961916
1523
+ },
1524
+ {
1525
+ "epoch": 3.522448979591837,
1526
+ "grad_norm": 0.6953125,
1527
+ "learning_rate": 1.382733883783211e-06,
1528
+ "loss": 1.3165283203125,
1529
+ "memory/device_reserved (GiB)": 33.29,
1530
+ "memory/max_active (GiB)": 27.26,
1531
+ "memory/max_allocated (GiB)": 27.26,
1532
+ "ppl": 3.73045,
1533
+ "step": 109,
1534
+ "tokens/total": 28278784,
1535
+ "tokens/train_per_sec_per_gpu": 603.31,
1536
+ "tokens/trainable": 28223524
1537
+ },
1538
+ {
1539
+ "epoch": 3.5551020408163265,
1540
+ "grad_norm": 0.71484375,
1541
+ "learning_rate": 1.3369751040759236e-06,
1542
+ "loss": 1.3199462890625,
1543
+ "memory/device_reserved (GiB)": 33.29,
1544
+ "memory/max_active (GiB)": 27.26,
1545
+ "memory/max_allocated (GiB)": 27.26,
1546
+ "ppl": 3.74322,
1547
+ "step": 110,
1548
+ "tokens/total": 28540928,
1549
+ "tokens/train_per_sec_per_gpu": 602.96,
1550
+ "tokens/trainable": 28485364
1551
+ },
1552
+ {
1553
+ "epoch": 3.5877551020408163,
1554
+ "grad_norm": 0.6953125,
1555
+ "learning_rate": 1.2940224920331707e-06,
1556
+ "loss": 1.3828125,
1557
+ "memory/device_reserved (GiB)": 33.29,
1558
+ "memory/max_active (GiB)": 27.26,
1559
+ "memory/max_allocated (GiB)": 27.26,
1560
+ "ppl": 3.9861,
1561
+ "step": 111,
1562
+ "tokens/total": 28803072,
1563
+ "tokens/train_per_sec_per_gpu": 603.97,
1564
+ "tokens/trainable": 28746884
1565
+ },
1566
+ {
1567
+ "epoch": 3.620408163265306,
1568
+ "grad_norm": 0.6640625,
1569
+ "learning_rate": 1.2539050006960814e-06,
1570
+ "loss": 1.1270751953125,
1571
+ "memory/device_reserved (GiB)": 33.29,
1572
+ "memory/max_active (GiB)": 27.26,
1573
+ "memory/max_allocated (GiB)": 27.26,
1574
+ "ppl": 3.08662,
1575
+ "step": 112,
1576
+ "tokens/total": 29065216,
1577
+ "tokens/train_per_sec_per_gpu": 605.96,
1578
+ "tokens/trainable": 29008360
1579
+ },
1580
+ {
1581
+ "epoch": 3.6530612244897958,
1582
+ "grad_norm": 0.7421875,
1583
+ "learning_rate": 1.2166496720376874e-06,
1584
+ "loss": 1.368408203125,
1585
+ "memory/device_reserved (GiB)": 33.29,
1586
+ "memory/max_active (GiB)": 27.26,
1587
+ "memory/max_allocated (GiB)": 27.26,
1588
+ "ppl": 3.92909,
1589
+ "step": 113,
1590
+ "tokens/total": 29327360,
1591
+ "tokens/train_per_sec_per_gpu": 602.33,
1592
+ "tokens/trainable": 29270072
1593
+ },
1594
+ {
1595
+ "epoch": 3.685714285714286,
1596
+ "grad_norm": 0.67578125,
1597
+ "learning_rate": 1.1822816187347625e-06,
1598
+ "loss": 1.2537841796875,
1599
+ "memory/device_reserved (GiB)": 33.29,
1600
+ "memory/max_active (GiB)": 27.26,
1601
+ "memory/max_allocated (GiB)": 27.26,
1602
+ "ppl": 3.50358,
1603
+ "step": 114,
1604
+ "tokens/total": 29589504,
1605
+ "tokens/train_per_sec_per_gpu": 606.12,
1606
+ "tokens/trainable": 29531656
1607
+ },
1608
+ {
1609
+ "epoch": 3.7183673469387752,
1610
+ "grad_norm": 0.703125,
1611
+ "learning_rate": 1.1508240072401336e-06,
1612
+ "loss": 1.3232421875,
1613
+ "memory/device_reserved (GiB)": 33.29,
1614
+ "memory/max_active (GiB)": 27.26,
1615
+ "memory/max_allocated (GiB)": 27.26,
1616
+ "ppl": 3.75558,
1617
+ "step": 115,
1618
+ "tokens/total": 29851648,
1619
+ "tokens/train_per_sec_per_gpu": 605.25,
1620
+ "tokens/trainable": 29793136
1621
+ },
1622
+ {
1623
+ "epoch": 3.7510204081632654,
1624
+ "grad_norm": 0.70703125,
1625
+ "learning_rate": 1.1222980421668874e-06,
1626
+ "loss": 1.3226318359375,
1627
+ "memory/device_reserved (GiB)": 33.29,
1628
+ "memory/max_active (GiB)": 27.26,
1629
+ "memory/max_allocated (GiB)": 27.26,
1630
+ "ppl": 3.75329,
1631
+ "step": 116,
1632
+ "tokens/total": 30113792,
1633
+ "tokens/train_per_sec_per_gpu": 570.96,
1634
+ "tokens/trainable": 30054626
1635
+ },
1636
+ {
1637
+ "epoch": 3.783673469387755,
1638
+ "grad_norm": 1.328125,
1639
+ "learning_rate": 1.0967229519949833e-06,
1640
+ "loss": 1.3746337890625,
1641
+ "memory/device_reserved (GiB)": 33.29,
1642
+ "memory/max_active (GiB)": 27.26,
1643
+ "memory/max_allocated (GiB)": 27.26,
1644
+ "ppl": 3.95363,
1645
+ "step": 117,
1646
+ "tokens/total": 30375936,
1647
+ "tokens/train_per_sec_per_gpu": 602.33,
1648
+ "tokens/trainable": 30316152
1649
+ },
1650
+ {
1651
+ "epoch": 3.816326530612245,
1652
+ "grad_norm": 0.71875,
1653
+ "learning_rate": 1.0741159761099294e-06,
1654
+ "loss": 1.231201171875,
1655
+ "memory/device_reserved (GiB)": 33.29,
1656
+ "memory/max_active (GiB)": 27.26,
1657
+ "memory/max_allocated (GiB)": 27.26,
1658
+ "ppl": 3.42534,
1659
+ "step": 118,
1660
+ "tokens/total": 30638080,
1661
+ "tokens/train_per_sec_per_gpu": 605.12,
1662
+ "tokens/trainable": 30577720
1663
+ },
1664
+ {
1665
+ "epoch": 3.8489795918367347,
1666
+ "grad_norm": 0.80078125,
1667
+ "learning_rate": 1.054492353182237e-06,
1668
+ "loss": 1.4288330078125,
1669
+ "memory/device_reserved (GiB)": 33.29,
1670
+ "memory/max_active (GiB)": 27.26,
1671
+ "memory/max_allocated (GiB)": 27.26,
1672
+ "ppl": 4.17383,
1673
+ "step": 119,
1674
+ "tokens/total": 30900224,
1675
+ "tokens/train_per_sec_per_gpu": 603.79,
1676
+ "tokens/trainable": 30839466
1677
+ },
1678
+ {
1679
+ "epoch": 3.8816326530612244,
1680
+ "grad_norm": 0.76171875,
1681
+ "learning_rate": 1.0378653108955017e-06,
1682
+ "loss": 1.197021484375,
1683
+ "memory/device_reserved (GiB)": 33.29,
1684
+ "memory/max_active (GiB)": 27.26,
1685
+ "memory/max_allocated (GiB)": 27.26,
1686
+ "ppl": 3.31024,
1687
+ "step": 120,
1688
+ "tokens/total": 31162368,
1689
+ "tokens/train_per_sec_per_gpu": 606.03,
1690
+ "tokens/trainable": 31101032
1691
+ },
1692
+ {
1693
+ "epoch": 3.914285714285714,
1694
+ "grad_norm": 0.671875,
1695
+ "learning_rate": 1.0242460570300241e-06,
1696
+ "loss": 1.1612548828125,
1697
+ "memory/device_reserved (GiB)": 33.29,
1698
+ "memory/max_active (GiB)": 27.26,
1699
+ "memory/max_allocated (GiB)": 27.26,
1700
+ "ppl": 3.19394,
1701
+ "step": 121,
1702
+ "tokens/total": 31424512,
1703
+ "tokens/train_per_sec_per_gpu": 605.01,
1704
+ "tokens/trainable": 31362628
1705
+ },
1706
+ {
1707
+ "epoch": 3.946938775510204,
1708
+ "grad_norm": 0.6796875,
1709
+ "learning_rate": 1.01364377190799e-06,
1710
+ "loss": 1.2498779296875,
1711
+ "memory/device_reserved (GiB)": 33.29,
1712
+ "memory/max_active (GiB)": 27.26,
1713
+ "memory/max_allocated (GiB)": 27.26,
1714
+ "ppl": 3.48992,
1715
+ "step": 122,
1716
+ "tokens/total": 31686656,
1717
+ "tokens/train_per_sec_per_gpu": 606.07,
1718
+ "tokens/trainable": 31624172
1719
+ },
1720
+ {
1721
+ "epoch": 3.979591836734694,
1722
+ "grad_norm": 0.69921875,
1723
+ "learning_rate": 1.0060656022052966e-06,
1724
+ "loss": 1.2774658203125,
1725
+ "memory/device_reserved (GiB)": 33.29,
1726
+ "memory/max_active (GiB)": 27.26,
1727
+ "memory/max_allocated (GiB)": 27.26,
1728
+ "ppl": 3.58754,
1729
+ "step": 123,
1730
+ "tokens/total": 31948800,
1731
+ "tokens/train_per_sec_per_gpu": 605.62,
1732
+ "tokens/trainable": 31885618
1733
+ },
1734
+ {
1735
+ "epoch": 4.0,
1736
+ "grad_norm": 0.86328125,
1737
+ "learning_rate": 1.0015166561341943e-06,
1738
+ "loss": 1.245849609375,
1739
+ "memory/device_reserved (GiB)": 33.29,
1740
+ "memory/max_active (GiB)": 27.26,
1741
+ "memory/max_allocated (GiB)": 27.26,
1742
+ "ppl": 3.47589,
1743
+ "step": 124,
1744
+ "tokens/total": 32112640,
1745
+ "tokens/train_per_sec_per_gpu": 920.1,
1746
+ "tokens/trainable": 32048304
1747
+ }
1748
+ ],
1749
+ "logging_steps": 1,
1750
+ "max_steps": 124,
1751
+ "num_input_tokens_seen": 0,
1752
+ "num_train_epochs": 4,
1753
+ "save_steps": 500,
1754
+ "stateful_callbacks": {
1755
+ "TrainerControl": {
1756
+ "args": {
1757
+ "should_epoch_stop": false,
1758
+ "should_evaluate": false,
1759
+ "should_log": false,
1760
+ "should_save": true,
1761
+ "should_training_stop": true
1762
+ },
1763
+ "attributes": {}
1764
+ }
1765
+ },
1766
+ "total_flos": 6.982781248145981e+17,
1767
+ "train_batch_size": 1,
1768
+ "trial_name": null,
1769
+ "trial_params": null
1770
+ }
midtrain_4epoch/control/checkpoint-124/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49b7e135b93c89482921bf6a0b88ccbe2ff2e542dd069b24abb6ffe8b61947b6
3
+ size 7377