sidbaines commited on
Commit
314d2bb
·
verified ·
1 Parent(s): d26700c

Upload Dispatch charter final checkpoint for 20260815T000320Z-doc

Browse files
.gitattributes CHANGED
@@ -41,3 +41,4 @@ midtrain_4epoch/charter/checkpoint-62/tokenizer.json filter=lfs diff=lfs merge=l
41
  midtrain_4epoch/coin/checkpoint-62/tokenizer.json filter=lfs diff=lfs merge=lfs -text
42
  midtrain_4epoch/charter/checkpoint-93/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
  midtrain_4epoch/coin/checkpoint-93/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
41
  midtrain_4epoch/coin/checkpoint-62/tokenizer.json filter=lfs diff=lfs merge=lfs -text
42
  midtrain_4epoch/charter/checkpoint-93/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
  midtrain_4epoch/coin/checkpoint-93/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
+ midtrain_4epoch/charter/checkpoint-124/tokenizer.json filter=lfs diff=lfs merge=lfs -text
midtrain_4epoch/charter/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/charter/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/charter/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/charter/checkpoint-124/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7afe6a27977e10098217520afde3a1fea3b6917779d3bba7af72749e222b9ab5
3
+ size 9942783064
midtrain_4epoch/charter/checkpoint-124/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a44396bdb2a6fde8e6243475775fb5ef719303a0d4c6599e7ca708ad68eba7e
3
+ size 15521485995
midtrain_4epoch/charter/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/charter/checkpoint-124/processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
+ }
midtrain_4epoch/charter/checkpoint-124/pytorch_model_fsdp.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838272b7ac866410973b3d4fb029f3eeecbe70075f1464e376f7372a9c92db3d
3
+ size 9942970813
midtrain_4epoch/charter/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/charter/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/charter/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/charter/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/charter/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/charter/checkpoint-124/tokens_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"total": 32178176, "trainable": 32081148}
midtrain_4epoch/charter/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.032586558044806514,
14
+ "grad_norm": 5.8125,
15
+ "learning_rate": 0.0,
16
+ "loss": 2.20556640625,
17
+ "memory/device_reserved (GiB)": 26.08,
18
+ "memory/max_active (GiB)": 20.03,
19
+ "memory/max_allocated (GiB)": 20.03,
20
+ "ppl": 9.07539,
21
+ "step": 1,
22
+ "tokens/total": 262144,
23
+ "tokens/train_per_sec_per_gpu": 462.34,
24
+ "tokens/trainable": 261721
25
+ },
26
+ {
27
+ "epoch": 0.06517311608961303,
28
+ "grad_norm": 5.15625,
29
+ "learning_rate": 3.3333333333333333e-06,
30
+ "loss": 2.1796875,
31
+ "memory/device_reserved (GiB)": 33.29,
32
+ "memory/max_active (GiB)": 27.26,
33
+ "memory/max_allocated (GiB)": 27.26,
34
+ "ppl": 8.84354,
35
+ "step": 2,
36
+ "tokens/total": 524288,
37
+ "tokens/train_per_sec_per_gpu": 607.0,
38
+ "tokens/trainable": 523217
39
+ },
40
+ {
41
+ "epoch": 0.09775967413441955,
42
+ "grad_norm": 4.8125,
43
+ "learning_rate": 6.666666666666667e-06,
44
+ "loss": 2.165771484375,
45
+ "memory/device_reserved (GiB)": 33.29,
46
+ "memory/max_active (GiB)": 27.26,
47
+ "memory/max_allocated (GiB)": 27.26,
48
+ "ppl": 8.72133,
49
+ "step": 3,
50
+ "tokens/total": 786432,
51
+ "tokens/train_per_sec_per_gpu": 610.39,
52
+ "tokens/trainable": 784775
53
+ },
54
+ {
55
+ "epoch": 0.13034623217922606,
56
+ "grad_norm": 3.40625,
57
+ "learning_rate": 1e-05,
58
+ "loss": 2.004150390625,
59
+ "memory/device_reserved (GiB)": 33.29,
60
+ "memory/max_active (GiB)": 27.26,
61
+ "memory/max_allocated (GiB)": 27.26,
62
+ "ppl": 7.41979,
63
+ "step": 4,
64
+ "tokens/total": 1048576,
65
+ "tokens/train_per_sec_per_gpu": 605.43,
66
+ "tokens/trainable": 1046437
67
+ },
68
+ {
69
+ "epoch": 0.1629327902240326,
70
+ "grad_norm": 3.6875,
71
+ "learning_rate": 9.998483343865806e-06,
72
+ "loss": 1.931884765625,
73
+ "memory/device_reserved (GiB)": 33.29,
74
+ "memory/max_active (GiB)": 27.26,
75
+ "memory/max_allocated (GiB)": 27.26,
76
+ "ppl": 6.90251,
77
+ "step": 5,
78
+ "tokens/total": 1310720,
79
+ "tokens/train_per_sec_per_gpu": 605.96,
80
+ "tokens/trainable": 1308190
81
+ },
82
+ {
83
+ "epoch": 0.1955193482688391,
84
+ "grad_norm": 3.21875,
85
+ "learning_rate": 9.993934397794704e-06,
86
+ "loss": 1.956787109375,
87
+ "memory/device_reserved (GiB)": 33.29,
88
+ "memory/max_active (GiB)": 27.26,
89
+ "memory/max_allocated (GiB)": 27.26,
90
+ "ppl": 7.07655,
91
+ "step": 6,
92
+ "tokens/total": 1572864,
93
+ "tokens/train_per_sec_per_gpu": 605.72,
94
+ "tokens/trainable": 1569771
95
+ },
96
+ {
97
+ "epoch": 0.22810590631364563,
98
+ "grad_norm": 2.8125,
99
+ "learning_rate": 9.986356228092011e-06,
100
+ "loss": 1.8505859375,
101
+ "memory/device_reserved (GiB)": 33.29,
102
+ "memory/max_active (GiB)": 27.26,
103
+ "memory/max_allocated (GiB)": 27.26,
104
+ "ppl": 6.36355,
105
+ "step": 7,
106
+ "tokens/total": 1835008,
107
+ "tokens/train_per_sec_per_gpu": 606.89,
108
+ "tokens/trainable": 1831386
109
+ },
110
+ {
111
+ "epoch": 0.2606924643584521,
112
+ "grad_norm": 2.4375,
113
+ "learning_rate": 9.975753942969978e-06,
114
+ "loss": 1.836181640625,
115
+ "memory/device_reserved (GiB)": 33.29,
116
+ "memory/max_active (GiB)": 27.26,
117
+ "memory/max_allocated (GiB)": 27.26,
118
+ "ppl": 6.27254,
119
+ "step": 8,
120
+ "tokens/total": 2097152,
121
+ "tokens/train_per_sec_per_gpu": 611.75,
122
+ "tokens/trainable": 2092969
123
+ },
124
+ {
125
+ "epoch": 0.29327902240325865,
126
+ "grad_norm": 1.96875,
127
+ "learning_rate": 9.962134689104498e-06,
128
+ "loss": 1.7841796875,
129
+ "memory/device_reserved (GiB)": 33.29,
130
+ "memory/max_active (GiB)": 27.26,
131
+ "memory/max_allocated (GiB)": 27.26,
132
+ "ppl": 5.95469,
133
+ "step": 9,
134
+ "tokens/total": 2359296,
135
+ "tokens/train_per_sec_per_gpu": 609.16,
136
+ "tokens/trainable": 2354603
137
+ },
138
+ {
139
+ "epoch": 0.3258655804480652,
140
+ "grad_norm": 2.046875,
141
+ "learning_rate": 9.945507646817764e-06,
142
+ "loss": 1.744384765625,
143
+ "memory/device_reserved (GiB)": 33.29,
144
+ "memory/max_active (GiB)": 27.26,
145
+ "memory/max_allocated (GiB)": 27.26,
146
+ "ppl": 5.72238,
147
+ "step": 10,
148
+ "tokens/total": 2621440,
149
+ "tokens/train_per_sec_per_gpu": 609.35,
150
+ "tokens/trainable": 2616090
151
+ },
152
+ {
153
+ "epoch": 0.35845213849287166,
154
+ "grad_norm": 2.203125,
155
+ "learning_rate": 9.925884023890072e-06,
156
+ "loss": 1.85546875,
157
+ "memory/device_reserved (GiB)": 33.29,
158
+ "memory/max_active (GiB)": 27.26,
159
+ "memory/max_allocated (GiB)": 27.26,
160
+ "ppl": 6.3947,
161
+ "step": 11,
162
+ "tokens/total": 2883584,
163
+ "tokens/train_per_sec_per_gpu": 610.08,
164
+ "tokens/trainable": 2877662
165
+ },
166
+ {
167
+ "epoch": 0.3910386965376782,
168
+ "grad_norm": 1.7578125,
169
+ "learning_rate": 9.903277048005017e-06,
170
+ "loss": 1.707275390625,
171
+ "memory/device_reserved (GiB)": 33.29,
172
+ "memory/max_active (GiB)": 27.26,
173
+ "memory/max_allocated (GiB)": 27.26,
174
+ "ppl": 5.51392,
175
+ "step": 12,
176
+ "tokens/total": 3145728,
177
+ "tokens/train_per_sec_per_gpu": 612.33,
178
+ "tokens/trainable": 3139383
179
+ },
180
+ {
181
+ "epoch": 0.42362525458248473,
182
+ "grad_norm": 1.4375,
183
+ "learning_rate": 9.877701957833113e-06,
184
+ "loss": 1.6995849609375,
185
+ "memory/device_reserved (GiB)": 33.29,
186
+ "memory/max_active (GiB)": 27.26,
187
+ "memory/max_allocated (GiB)": 27.26,
188
+ "ppl": 5.47168,
189
+ "step": 13,
190
+ "tokens/total": 3407872,
191
+ "tokens/train_per_sec_per_gpu": 609.57,
192
+ "tokens/trainable": 3400847
193
+ },
194
+ {
195
+ "epoch": 0.45621181262729127,
196
+ "grad_norm": 1.328125,
197
+ "learning_rate": 9.849175992759867e-06,
198
+ "loss": 1.716796875,
199
+ "memory/device_reserved (GiB)": 33.29,
200
+ "memory/max_active (GiB)": 27.26,
201
+ "memory/max_allocated (GiB)": 27.26,
202
+ "ppl": 5.56667,
203
+ "step": 14,
204
+ "tokens/total": 3670016,
205
+ "tokens/train_per_sec_per_gpu": 608.89,
206
+ "tokens/trainable": 3662292
207
+ },
208
+ {
209
+ "epoch": 0.48879837067209775,
210
+ "grad_norm": 1.171875,
211
+ "learning_rate": 9.81771838126524e-06,
212
+ "loss": 1.61962890625,
213
+ "memory/device_reserved (GiB)": 33.29,
214
+ "memory/max_active (GiB)": 27.26,
215
+ "memory/max_allocated (GiB)": 27.26,
216
+ "ppl": 5.05122,
217
+ "step": 15,
218
+ "tokens/total": 3932160,
219
+ "tokens/train_per_sec_per_gpu": 608.48,
220
+ "tokens/trainable": 3923670
221
+ },
222
+ {
223
+ "epoch": 0.5213849287169042,
224
+ "grad_norm": 1.6015625,
225
+ "learning_rate": 9.783350327962313e-06,
226
+ "loss": 1.66015625,
227
+ "memory/device_reserved (GiB)": 33.29,
228
+ "memory/max_active (GiB)": 27.26,
229
+ "memory/max_allocated (GiB)": 27.26,
230
+ "ppl": 5.26013,
231
+ "step": 16,
232
+ "tokens/total": 4194304,
233
+ "tokens/train_per_sec_per_gpu": 610.41,
234
+ "tokens/trainable": 4185165
235
+ },
236
+ {
237
+ "epoch": 0.5539714867617108,
238
+ "grad_norm": 1.234375,
239
+ "learning_rate": 9.74609499930392e-06,
240
+ "loss": 1.666259765625,
241
+ "memory/device_reserved (GiB)": 33.29,
242
+ "memory/max_active (GiB)": 27.26,
243
+ "memory/max_allocated (GiB)": 27.26,
244
+ "ppl": 5.29234,
245
+ "step": 17,
246
+ "tokens/total": 4456448,
247
+ "tokens/train_per_sec_per_gpu": 606.9,
248
+ "tokens/trainable": 4446827
249
+ },
250
+ {
251
+ "epoch": 0.5865580448065173,
252
+ "grad_norm": 1.171875,
253
+ "learning_rate": 9.70597750796683e-06,
254
+ "loss": 1.620849609375,
255
+ "memory/device_reserved (GiB)": 33.29,
256
+ "memory/max_active (GiB)": 27.26,
257
+ "memory/max_allocated (GiB)": 27.26,
258
+ "ppl": 5.05739,
259
+ "step": 18,
260
+ "tokens/total": 4718592,
261
+ "tokens/train_per_sec_per_gpu": 612.08,
262
+ "tokens/trainable": 4708425
263
+ },
264
+ {
265
+ "epoch": 0.6191446028513238,
266
+ "grad_norm": 2.359375,
267
+ "learning_rate": 9.663024895924078e-06,
268
+ "loss": 1.5936279296875,
269
+ "memory/device_reserved (GiB)": 33.29,
270
+ "memory/max_active (GiB)": 27.26,
271
+ "memory/max_allocated (GiB)": 27.26,
272
+ "ppl": 4.92157,
273
+ "step": 19,
274
+ "tokens/total": 4980736,
275
+ "tokens/train_per_sec_per_gpu": 608.0,
276
+ "tokens/trainable": 4969893
277
+ },
278
+ {
279
+ "epoch": 0.6517311608961304,
280
+ "grad_norm": 1.65625,
281
+ "learning_rate": 9.61726611621679e-06,
282
+ "loss": 1.5546875,
283
+ "memory/device_reserved (GiB)": 33.29,
284
+ "memory/max_active (GiB)": 27.26,
285
+ "memory/max_allocated (GiB)": 27.26,
286
+ "ppl": 4.73361,
287
+ "step": 20,
288
+ "tokens/total": 5242880,
289
+ "tokens/train_per_sec_per_gpu": 611.98,
290
+ "tokens/trainable": 5231376
291
+ },
292
+ {
293
+ "epoch": 0.6843177189409368,
294
+ "grad_norm": 1.0703125,
295
+ "learning_rate": 9.568732013437827e-06,
296
+ "loss": 1.671630859375,
297
+ "memory/device_reserved (GiB)": 33.29,
298
+ "memory/max_active (GiB)": 27.26,
299
+ "memory/max_allocated (GiB)": 27.26,
300
+ "ppl": 5.32084,
301
+ "step": 21,
302
+ "tokens/total": 5505024,
303
+ "tokens/train_per_sec_per_gpu": 605.41,
304
+ "tokens/trainable": 5492808
305
+ },
306
+ {
307
+ "epoch": 0.7169042769857433,
308
+ "grad_norm": 1.1015625,
309
+ "learning_rate": 9.517455302940388e-06,
310
+ "loss": 1.620849609375,
311
+ "memory/device_reserved (GiB)": 33.29,
312
+ "memory/max_active (GiB)": 27.26,
313
+ "memory/max_allocated (GiB)": 27.26,
314
+ "ppl": 5.05739,
315
+ "step": 22,
316
+ "tokens/total": 5767168,
317
+ "tokens/train_per_sec_per_gpu": 607.03,
318
+ "tokens/trainable": 5754142
319
+ },
320
+ {
321
+ "epoch": 0.7494908350305499,
322
+ "grad_norm": 1.1484375,
323
+ "learning_rate": 9.46347054878559e-06,
324
+ "loss": 1.555419921875,
325
+ "memory/device_reserved (GiB)": 33.29,
326
+ "memory/max_active (GiB)": 27.26,
327
+ "memory/max_allocated (GiB)": 27.26,
328
+ "ppl": 4.73708,
329
+ "step": 23,
330
+ "tokens/total": 6029312,
331
+ "tokens/train_per_sec_per_gpu": 606.68,
332
+ "tokens/trainable": 6015659
333
+ },
334
+ {
335
+ "epoch": 0.7820773930753564,
336
+ "grad_norm": 1.1640625,
337
+ "learning_rate": 9.406814140443898e-06,
338
+ "loss": 1.525390625,
339
+ "memory/device_reserved (GiB)": 33.29,
340
+ "memory/max_active (GiB)": 27.26,
341
+ "memory/max_allocated (GiB)": 27.26,
342
+ "ppl": 4.59694,
343
+ "step": 24,
344
+ "tokens/total": 6291456,
345
+ "tokens/train_per_sec_per_gpu": 610.6,
346
+ "tokens/trainable": 6276926
347
+ },
348
+ {
349
+ "epoch": 0.814663951120163,
350
+ "grad_norm": 1.2734375,
351
+ "learning_rate": 9.347524268266092e-06,
352
+ "loss": 1.5107421875,
353
+ "memory/device_reserved (GiB)": 33.29,
354
+ "memory/max_active (GiB)": 27.26,
355
+ "memory/max_allocated (GiB)": 27.26,
356
+ "ppl": 4.53009,
357
+ "step": 25,
358
+ "tokens/total": 6553600,
359
+ "tokens/train_per_sec_per_gpu": 610.4,
360
+ "tokens/trainable": 6538515
361
+ },
362
+ {
363
+ "epoch": 0.8472505091649695,
364
+ "grad_norm": 1.140625,
365
+ "learning_rate": 9.285640897740316e-06,
366
+ "loss": 1.512939453125,
367
+ "memory/device_reserved (GiB)": 33.29,
368
+ "memory/max_active (GiB)": 27.26,
369
+ "memory/max_allocated (GiB)": 27.26,
370
+ "ppl": 4.54006,
371
+ "step": 26,
372
+ "tokens/total": 6815744,
373
+ "tokens/train_per_sec_per_gpu": 609.05,
374
+ "tokens/trainable": 6799661
375
+ },
376
+ {
377
+ "epoch": 0.879837067209776,
378
+ "grad_norm": 1.0234375,
379
+ "learning_rate": 9.22120574255258e-06,
380
+ "loss": 1.570556640625,
381
+ "memory/device_reserved (GiB)": 33.29,
382
+ "memory/max_active (GiB)": 27.26,
383
+ "memory/max_allocated (GiB)": 27.26,
384
+ "ppl": 4.80932,
385
+ "step": 27,
386
+ "tokens/total": 7077888,
387
+ "tokens/train_per_sec_per_gpu": 586.45,
388
+ "tokens/trainable": 7060999
389
+ },
390
+ {
391
+ "epoch": 0.9124236252545825,
392
+ "grad_norm": 1.0859375,
393
+ "learning_rate": 9.154262236468826e-06,
394
+ "loss": 1.559326171875,
395
+ "memory/device_reserved (GiB)": 33.29,
396
+ "memory/max_active (GiB)": 27.26,
397
+ "memory/max_allocated (GiB)": 27.26,
398
+ "ppl": 4.75562,
399
+ "step": 28,
400
+ "tokens/total": 7340032,
401
+ "tokens/train_per_sec_per_gpu": 610.08,
402
+ "tokens/trainable": 7322411
403
+ },
404
+ {
405
+ "epoch": 0.945010183299389,
406
+ "grad_norm": 1.0078125,
407
+ "learning_rate": 9.084855504057562e-06,
408
+ "loss": 1.52978515625,
409
+ "memory/device_reserved (GiB)": 33.29,
410
+ "memory/max_active (GiB)": 27.26,
411
+ "memory/max_allocated (GiB)": 27.26,
412
+ "ppl": 4.61718,
413
+ "step": 29,
414
+ "tokens/total": 7602176,
415
+ "tokens/train_per_sec_per_gpu": 603.68,
416
+ "tokens/trainable": 7583921
417
+ },
418
+ {
419
+ "epoch": 0.9775967413441955,
420
+ "grad_norm": 0.9375,
421
+ "learning_rate": 9.013032330272777e-06,
422
+ "loss": 1.5599365234375,
423
+ "memory/device_reserved (GiB)": 33.29,
424
+ "memory/max_active (GiB)": 27.26,
425
+ "memory/max_allocated (GiB)": 27.26,
426
+ "ppl": 4.75852,
427
+ "step": 30,
428
+ "tokens/total": 7864320,
429
+ "tokens/train_per_sec_per_gpu": 602.15,
430
+ "tokens/trainable": 7844793
431
+ },
432
+ {
433
+ "epoch": 1.0,
434
+ "grad_norm": 1.1796875,
435
+ "learning_rate": 8.938841128917622e-06,
436
+ "loss": 1.55078125,
437
+ "memory/device_reserved (GiB)": 33.29,
438
+ "memory/max_active (GiB)": 27.26,
439
+ "memory/max_allocated (GiB)": 27.26,
440
+ "ppl": 4.71515,
441
+ "step": 31,
442
+ "tokens/total": 8044544,
443
+ "tokens/train_per_sec_per_gpu": 690.79,
444
+ "tokens/trainable": 8020293
445
+ },
446
+ {
447
+ "epoch": 1.0325865580448066,
448
+ "grad_norm": 1.0078125,
449
+ "learning_rate": 8.86233191001016e-06,
450
+ "loss": 1.509521484375,
451
+ "memory/device_reserved (GiB)": 33.29,
452
+ "memory/max_active (GiB)": 27.26,
453
+ "memory/max_allocated (GiB)": 27.26,
454
+ "ppl": 4.52457,
455
+ "step": 32,
456
+ "tokens/total": 8306688,
457
+ "tokens/train_per_sec_per_gpu": 587.13,
458
+ "tokens/trainable": 8282014
459
+ },
460
+ {
461
+ "epoch": 1.065173116089613,
462
+ "grad_norm": 0.9453125,
463
+ "learning_rate": 8.783556246073135e-06,
464
+ "loss": 1.58447265625,
465
+ "memory/device_reserved (GiB)": 33.29,
466
+ "memory/max_active (GiB)": 27.26,
467
+ "memory/max_allocated (GiB)": 27.26,
468
+ "ppl": 4.87672,
469
+ "step": 33,
470
+ "tokens/total": 8568832,
471
+ "tokens/train_per_sec_per_gpu": 600.57,
472
+ "tokens/trainable": 8543510
473
+ },
474
+ {
475
+ "epoch": 1.0977596741344195,
476
+ "grad_norm": 0.87890625,
477
+ "learning_rate": 8.702567237370521e-06,
478
+ "loss": 1.551025390625,
479
+ "memory/device_reserved (GiB)": 33.29,
480
+ "memory/max_active (GiB)": 27.26,
481
+ "memory/max_allocated (GiB)": 27.26,
482
+ "ppl": 4.7163,
483
+ "step": 34,
484
+ "tokens/total": 8830976,
485
+ "tokens/train_per_sec_per_gpu": 605.46,
486
+ "tokens/trainable": 8805068
487
+ },
488
+ {
489
+ "epoch": 1.1303462321792261,
490
+ "grad_norm": 0.90234375,
491
+ "learning_rate": 8.619419476114251e-06,
492
+ "loss": 1.4749755859375,
493
+ "memory/device_reserved (GiB)": 33.29,
494
+ "memory/max_active (GiB)": 27.26,
495
+ "memory/max_allocated (GiB)": 27.26,
496
+ "ppl": 4.37093,
497
+ "step": 35,
498
+ "tokens/total": 9093120,
499
+ "tokens/train_per_sec_per_gpu": 602.68,
500
+ "tokens/trainable": 9066730
501
+ },
502
+ {
503
+ "epoch": 1.1629327902240325,
504
+ "grad_norm": 1.328125,
505
+ "learning_rate": 8.534169009665282e-06,
506
+ "loss": 1.4906005859375,
507
+ "memory/device_reserved (GiB)": 33.29,
508
+ "memory/max_active (GiB)": 27.26,
509
+ "memory/max_allocated (GiB)": 27.26,
510
+ "ppl": 4.43976,
511
+ "step": 36,
512
+ "tokens/total": 9355264,
513
+ "tokens/train_per_sec_per_gpu": 608.37,
514
+ "tokens/trainable": 9328483
515
+ },
516
+ {
517
+ "epoch": 1.195519348268839,
518
+ "grad_norm": 0.96875,
519
+ "learning_rate": 8.446873302753783e-06,
520
+ "loss": 1.53857421875,
521
+ "memory/device_reserved (GiB)": 33.29,
522
+ "memory/max_active (GiB)": 27.26,
523
+ "memory/max_allocated (GiB)": 27.26,
524
+ "ppl": 4.65794,
525
+ "step": 37,
526
+ "tokens/total": 9617408,
527
+ "tokens/train_per_sec_per_gpu": 602.84,
528
+ "tokens/trainable": 9590064
529
+ },
530
+ {
531
+ "epoch": 1.2281059063136457,
532
+ "grad_norm": 0.8984375,
533
+ "learning_rate": 8.357591198743923e-06,
534
+ "loss": 1.47998046875,
535
+ "memory/device_reserved (GiB)": 33.29,
536
+ "memory/max_active (GiB)": 27.26,
537
+ "memory/max_allocated (GiB)": 27.26,
538
+ "ppl": 4.39286,
539
+ "step": 38,
540
+ "tokens/total": 9879552,
541
+ "tokens/train_per_sec_per_gpu": 603.83,
542
+ "tokens/trainable": 9851679
543
+ },
544
+ {
545
+ "epoch": 1.260692464358452,
546
+ "grad_norm": 0.94921875,
547
+ "learning_rate": 8.266382879969356e-06,
548
+ "loss": 1.468994140625,
549
+ "memory/device_reserved (GiB)": 33.29,
550
+ "memory/max_active (GiB)": 27.26,
551
+ "memory/max_allocated (GiB)": 27.26,
552
+ "ppl": 4.34486,
553
+ "step": 39,
554
+ "tokens/total": 10141696,
555
+ "tokens/train_per_sec_per_gpu": 607.26,
556
+ "tokens/trainable": 10113262
557
+ },
558
+ {
559
+ "epoch": 1.2932790224032586,
560
+ "grad_norm": 0.8671875,
561
+ "learning_rate": 8.17330982716615e-06,
562
+ "loss": 1.462646484375,
563
+ "memory/device_reserved (GiB)": 33.29,
564
+ "memory/max_active (GiB)": 27.26,
565
+ "memory/max_allocated (GiB)": 27.26,
566
+ "ppl": 4.31737,
567
+ "step": 40,
568
+ "tokens/total": 10403840,
569
+ "tokens/train_per_sec_per_gpu": 606.29,
570
+ "tokens/trainable": 10374896
571
+ },
572
+ {
573
+ "epoch": 1.3258655804480652,
574
+ "grad_norm": 0.8984375,
575
+ "learning_rate": 8.078434778030511e-06,
576
+ "loss": 1.441650390625,
577
+ "memory/device_reserved (GiB)": 33.29,
578
+ "memory/max_active (GiB)": 27.26,
579
+ "memory/max_allocated (GiB)": 27.26,
580
+ "ppl": 4.22767,
581
+ "step": 41,
582
+ "tokens/total": 10665984,
583
+ "tokens/train_per_sec_per_gpu": 603.31,
584
+ "tokens/trainable": 10636383
585
+ },
586
+ {
587
+ "epoch": 1.3584521384928716,
588
+ "grad_norm": 0.92578125,
589
+ "learning_rate": 7.981821684929218e-06,
590
+ "loss": 1.583251953125,
591
+ "memory/device_reserved (GiB)": 33.29,
592
+ "memory/max_active (GiB)": 27.26,
593
+ "memory/max_allocated (GiB)": 27.26,
594
+ "ppl": 4.87077,
595
+ "step": 42,
596
+ "tokens/total": 10928128,
597
+ "tokens/train_per_sec_per_gpu": 604.25,
598
+ "tokens/trainable": 10897955
599
+ },
600
+ {
601
+ "epoch": 1.3910386965376782,
602
+ "grad_norm": 0.87109375,
603
+ "learning_rate": 7.883535671791294e-06,
604
+ "loss": 1.444091796875,
605
+ "memory/device_reserved (GiB)": 33.29,
606
+ "memory/max_active (GiB)": 27.26,
607
+ "memory/max_allocated (GiB)": 27.26,
608
+ "ppl": 4.238,
609
+ "step": 43,
610
+ "tokens/total": 11190272,
611
+ "tokens/train_per_sec_per_gpu": 605.58,
612
+ "tokens/trainable": 11159676
613
+ },
614
+ {
615
+ "epoch": 1.4236252545824848,
616
+ "grad_norm": 0.87890625,
617
+ "learning_rate": 7.783642990209951e-06,
618
+ "loss": 1.4637451171875,
619
+ "memory/device_reserved (GiB)": 33.29,
620
+ "memory/max_active (GiB)": 27.26,
621
+ "memory/max_allocated (GiB)": 27.26,
622
+ "ppl": 4.32212,
623
+ "step": 44,
624
+ "tokens/total": 11452416,
625
+ "tokens/train_per_sec_per_gpu": 605.01,
626
+ "tokens/trainable": 11421140
627
+ },
628
+ {
629
+ "epoch": 1.4562118126272914,
630
+ "grad_norm": 0.85546875,
631
+ "learning_rate": 7.682210974784426e-06,
632
+ "loss": 1.49609375,
633
+ "memory/device_reserved (GiB)": 33.29,
634
+ "memory/max_active (GiB)": 27.26,
635
+ "memory/max_allocated (GiB)": 27.26,
636
+ "ppl": 4.46422,
637
+ "step": 45,
638
+ "tokens/total": 11714560,
639
+ "tokens/train_per_sec_per_gpu": 602.82,
640
+ "tokens/trainable": 11682585
641
+ },
642
+ {
643
+ "epoch": 1.4887983706720977,
644
+ "grad_norm": 0.8515625,
645
+ "learning_rate": 7.579307997731783e-06,
646
+ "loss": 1.40673828125,
647
+ "memory/device_reserved (GiB)": 33.29,
648
+ "memory/max_active (GiB)": 27.26,
649
+ "memory/max_allocated (GiB)": 27.26,
650
+ "ppl": 4.08262,
651
+ "step": 46,
652
+ "tokens/total": 11976704,
653
+ "tokens/train_per_sec_per_gpu": 600.46,
654
+ "tokens/trainable": 11943963
655
+ },
656
+ {
657
+ "epoch": 1.5213849287169041,
658
+ "grad_norm": 0.85546875,
659
+ "learning_rate": 7.475003422799302e-06,
660
+ "loss": 1.459228515625,
661
+ "memory/device_reserved (GiB)": 33.29,
662
+ "memory/max_active (GiB)": 27.26,
663
+ "memory/max_allocated (GiB)": 27.26,
664
+ "ppl": 4.30264,
665
+ "step": 47,
666
+ "tokens/total": 12238848,
667
+ "tokens/train_per_sec_per_gpu": 606.39,
668
+ "tokens/trainable": 12205458
669
+ },
670
+ {
671
+ "epoch": 1.5539714867617107,
672
+ "grad_norm": 1.03125,
673
+ "learning_rate": 7.36936755850849e-06,
674
+ "loss": 1.499267578125,
675
+ "memory/device_reserved (GiB)": 33.29,
676
+ "memory/max_active (GiB)": 27.26,
677
+ "memory/max_allocated (GiB)": 27.26,
678
+ "ppl": 4.47841,
679
+ "step": 48,
680
+ "tokens/total": 12500992,
681
+ "tokens/train_per_sec_per_gpu": 605.12,
682
+ "tokens/trainable": 12467120
683
+ },
684
+ {
685
+ "epoch": 1.5865580448065173,
686
+ "grad_norm": 0.8828125,
687
+ "learning_rate": 7.2624716107622675e-06,
688
+ "loss": 1.4246826171875,
689
+ "memory/device_reserved (GiB)": 33.29,
690
+ "memory/max_active (GiB)": 27.26,
691
+ "memory/max_allocated (GiB)": 27.26,
692
+ "ppl": 4.15654,
693
+ "step": 49,
694
+ "tokens/total": 12763136,
695
+ "tokens/train_per_sec_per_gpu": 608.27,
696
+ "tokens/trainable": 12728718
697
+ },
698
+ {
699
+ "epoch": 1.6191446028513239,
700
+ "grad_norm": 0.90625,
701
+ "learning_rate": 7.154387634847241e-06,
702
+ "loss": 1.4339599609375,
703
+ "memory/device_reserved (GiB)": 33.29,
704
+ "memory/max_active (GiB)": 27.26,
705
+ "memory/max_allocated (GiB)": 27.26,
706
+ "ppl": 4.19528,
707
+ "step": 50,
708
+ "tokens/total": 13025280,
709
+ "tokens/train_per_sec_per_gpu": 603.23,
710
+ "tokens/trainable": 12990186
711
+ },
712
+ {
713
+ "epoch": 1.6517311608961305,
714
+ "grad_norm": 0.8671875,
715
+ "learning_rate": 7.045188486863449e-06,
716
+ "loss": 1.39794921875,
717
+ "memory/device_reserved (GiB)": 33.29,
718
+ "memory/max_active (GiB)": 27.26,
719
+ "memory/max_allocated (GiB)": 27.26,
720
+ "ppl": 4.04689,
721
+ "step": 51,
722
+ "tokens/total": 13287424,
723
+ "tokens/train_per_sec_per_gpu": 605.76,
724
+ "tokens/trainable": 13251669
725
+ },
726
+ {
727
+ "epoch": 1.6843177189409368,
728
+ "grad_norm": 1.015625,
729
+ "learning_rate": 6.9349477746142846e-06,
730
+ "loss": 1.525634765625,
731
+ "memory/device_reserved (GiB)": 33.29,
732
+ "memory/max_active (GiB)": 27.26,
733
+ "memory/max_allocated (GiB)": 27.26,
734
+ "ppl": 4.59806,
735
+ "step": 52,
736
+ "tokens/total": 13549568,
737
+ "tokens/train_per_sec_per_gpu": 602.84,
738
+ "tokens/trainable": 13513101
739
+ },
740
+ {
741
+ "epoch": 1.7169042769857432,
742
+ "grad_norm": 0.8515625,
743
+ "learning_rate": 6.823739807989734e-06,
744
+ "loss": 1.474609375,
745
+ "memory/device_reserved (GiB)": 33.29,
746
+ "memory/max_active (GiB)": 27.26,
747
+ "memory/max_allocated (GiB)": 27.26,
748
+ "ppl": 4.36933,
749
+ "step": 53,
750
+ "tokens/total": 13811712,
751
+ "tokens/train_per_sec_per_gpu": 602.25,
752
+ "tokens/trainable": 13774435
753
+ },
754
+ {
755
+ "epoch": 1.7494908350305498,
756
+ "grad_norm": 1.046875,
757
+ "learning_rate": 6.7116395488763565e-06,
758
+ "loss": 1.4185791015625,
759
+ "memory/device_reserved (GiB)": 33.29,
760
+ "memory/max_active (GiB)": 27.26,
761
+ "memory/max_allocated (GiB)": 27.26,
762
+ "ppl": 4.13125,
763
+ "step": 54,
764
+ "tokens/total": 14073856,
765
+ "tokens/train_per_sec_per_gpu": 604.51,
766
+ "tokens/trainable": 14035952
767
+ },
768
+ {
769
+ "epoch": 1.7820773930753564,
770
+ "grad_norm": 0.83203125,
771
+ "learning_rate": 6.598722560627761e-06,
772
+ "loss": 1.38818359375,
773
+ "memory/device_reserved (GiB)": 33.29,
774
+ "memory/max_active (GiB)": 27.26,
775
+ "memory/max_allocated (GiB)": 27.26,
776
+ "ppl": 4.00756,
777
+ "step": 55,
778
+ "tokens/total": 14336000,
779
+ "tokens/train_per_sec_per_gpu": 577.04,
780
+ "tokens/trainable": 14297219
781
+ },
782
+ {
783
+ "epoch": 1.814663951120163,
784
+ "grad_norm": 0.921875,
785
+ "learning_rate": 6.485064957129677e-06,
786
+ "loss": 1.3896484375,
787
+ "memory/device_reserved (GiB)": 33.29,
788
+ "memory/max_active (GiB)": 27.26,
789
+ "memory/max_allocated (GiB)": 27.26,
790
+ "ppl": 4.01344,
791
+ "step": 56,
792
+ "tokens/total": 14598144,
793
+ "tokens/train_per_sec_per_gpu": 606.3,
794
+ "tokens/trainable": 14558808
795
+ },
796
+ {
797
+ "epoch": 1.8472505091649696,
798
+ "grad_norm": 0.8671875,
799
+ "learning_rate": 6.370743351493899e-06,
800
+ "loss": 1.391845703125,
801
+ "memory/device_reserved (GiB)": 33.29,
802
+ "memory/max_active (GiB)": 27.26,
803
+ "memory/max_allocated (GiB)": 27.26,
804
+ "ppl": 4.02227,
805
+ "step": 57,
806
+ "tokens/total": 14860288,
807
+ "tokens/train_per_sec_per_gpu": 604.1,
808
+ "tokens/trainable": 14819954
809
+ },
810
+ {
811
+ "epoch": 1.879837067209776,
812
+ "grad_norm": 0.90234375,
813
+ "learning_rate": 6.255834804415742e-06,
814
+ "loss": 1.4576416015625,
815
+ "memory/device_reserved (GiB)": 33.29,
816
+ "memory/max_active (GiB)": 27.26,
817
+ "memory/max_allocated (GiB)": 27.26,
818
+ "ppl": 4.29582,
819
+ "step": 58,
820
+ "tokens/total": 15122432,
821
+ "tokens/train_per_sec_per_gpu": 602.56,
822
+ "tokens/trainable": 15081292
823
+ },
824
+ {
825
+ "epoch": 1.9124236252545825,
826
+ "grad_norm": 0.890625,
827
+ "learning_rate": 6.140416772229785e-06,
828
+ "loss": 1.4453125,
829
+ "memory/device_reserved (GiB)": 33.29,
830
+ "memory/max_active (GiB)": 27.26,
831
+ "memory/max_allocated (GiB)": 27.26,
832
+ "ppl": 4.24318,
833
+ "step": 59,
834
+ "tokens/total": 15384576,
835
+ "tokens/train_per_sec_per_gpu": 608.45,
836
+ "tokens/trainable": 15342704
837
+ },
838
+ {
839
+ "epoch": 1.945010183299389,
840
+ "grad_norm": 0.8828125,
841
+ "learning_rate": 6.0245670546989165e-06,
842
+ "loss": 1.432373046875,
843
+ "memory/device_reserved (GiB)": 33.29,
844
+ "memory/max_active (GiB)": 27.26,
845
+ "memory/max_allocated (GiB)": 27.26,
846
+ "ppl": 4.18863,
847
+ "step": 60,
848
+ "tokens/total": 15646720,
849
+ "tokens/train_per_sec_per_gpu": 604.37,
850
+ "tokens/trainable": 15604214
851
+ },
852
+ {
853
+ "epoch": 1.9775967413441955,
854
+ "grad_norm": 0.83984375,
855
+ "learning_rate": 5.908363742571915e-06,
856
+ "loss": 1.4586181640625,
857
+ "memory/device_reserved (GiB)": 33.29,
858
+ "memory/max_active (GiB)": 27.26,
859
+ "memory/max_allocated (GiB)": 27.26,
860
+ "ppl": 4.30001,
861
+ "step": 61,
862
+ "tokens/total": 15908864,
863
+ "tokens/train_per_sec_per_gpu": 602.13,
864
+ "tokens/trainable": 15865086
865
+ },
866
+ {
867
+ "epoch": 2.0,
868
+ "grad_norm": 1.265625,
869
+ "learning_rate": 5.791885164944844e-06,
870
+ "loss": 1.457763671875,
871
+ "memory/device_reserved (GiB)": 33.29,
872
+ "memory/max_active (GiB)": 27.26,
873
+ "memory/max_allocated (GiB)": 27.26,
874
+ "ppl": 4.29634,
875
+ "step": 62,
876
+ "tokens/total": 16089088,
877
+ "tokens/train_per_sec_per_gpu": 690.7,
878
+ "tokens/trainable": 16040586
879
+ },
880
+ {
881
+ "epoch": 2.0325865580448066,
882
+ "grad_norm": 0.8671875,
883
+ "learning_rate": 5.67520983646182e-06,
884
+ "loss": 1.4111328125,
885
+ "memory/device_reserved (GiB)": 33.29,
886
+ "memory/max_active (GiB)": 27.26,
887
+ "memory/max_allocated (GiB)": 27.26,
888
+ "ppl": 4.1006,
889
+ "step": 63,
890
+ "tokens/total": 16351232,
891
+ "tokens/train_per_sec_per_gpu": 589.82,
892
+ "tokens/trainable": 16302307
893
+ },
894
+ {
895
+ "epoch": 2.065173116089613,
896
+ "grad_norm": 0.890625,
897
+ "learning_rate": 5.5584164043906895e-06,
898
+ "loss": 1.50048828125,
899
+ "memory/device_reserved (GiB)": 33.29,
900
+ "memory/max_active (GiB)": 27.26,
901
+ "memory/max_allocated (GiB)": 27.26,
902
+ "ppl": 4.48388,
903
+ "step": 64,
904
+ "tokens/total": 16613376,
905
+ "tokens/train_per_sec_per_gpu": 607.58,
906
+ "tokens/trainable": 16563803
907
+ },
908
+ {
909
+ "epoch": 2.0977596741344193,
910
+ "grad_norm": 0.91796875,
911
+ "learning_rate": 5.441583595609312e-06,
912
+ "loss": 1.468505859375,
913
+ "memory/device_reserved (GiB)": 33.29,
914
+ "memory/max_active (GiB)": 27.26,
915
+ "memory/max_allocated (GiB)": 27.26,
916
+ "ppl": 4.34274,
917
+ "step": 65,
918
+ "tokens/total": 16875520,
919
+ "tokens/train_per_sec_per_gpu": 609.65,
920
+ "tokens/trainable": 16825360
921
+ },
922
+ {
923
+ "epoch": 2.130346232179226,
924
+ "grad_norm": 0.80078125,
925
+ "learning_rate": 5.324790163538181e-06,
926
+ "loss": 1.39990234375,
927
+ "memory/device_reserved (GiB)": 33.29,
928
+ "memory/max_active (GiB)": 27.26,
929
+ "memory/max_allocated (GiB)": 27.26,
930
+ "ppl": 4.0548,
931
+ "step": 66,
932
+ "tokens/total": 17137664,
933
+ "tokens/train_per_sec_per_gpu": 603.46,
934
+ "tokens/trainable": 17087020
935
+ },
936
+ {
937
+ "epoch": 2.1629327902240325,
938
+ "grad_norm": 0.9765625,
939
+ "learning_rate": 5.208114835055157e-06,
940
+ "loss": 1.4246826171875,
941
+ "memory/device_reserved (GiB)": 33.29,
942
+ "memory/max_active (GiB)": 27.26,
943
+ "memory/max_allocated (GiB)": 27.26,
944
+ "ppl": 4.15654,
945
+ "step": 67,
946
+ "tokens/total": 17399808,
947
+ "tokens/train_per_sec_per_gpu": 608.36,
948
+ "tokens/trainable": 17348772
949
+ },
950
+ {
951
+ "epoch": 2.195519348268839,
952
+ "grad_norm": 0.9375,
953
+ "learning_rate": 5.0916362574280864e-06,
954
+ "loss": 1.467041015625,
955
+ "memory/device_reserved (GiB)": 33.29,
956
+ "memory/max_active (GiB)": 27.26,
957
+ "memory/max_allocated (GiB)": 27.26,
958
+ "ppl": 4.33638,
959
+ "step": 68,
960
+ "tokens/total": 17661952,
961
+ "tokens/train_per_sec_per_gpu": 604.98,
962
+ "tokens/trainable": 17610348
963
+ },
964
+ {
965
+ "epoch": 2.2281059063136457,
966
+ "grad_norm": 0.99609375,
967
+ "learning_rate": 4.975432945301085e-06,
968
+ "loss": 1.41259765625,
969
+ "memory/device_reserved (GiB)": 33.29,
970
+ "memory/max_active (GiB)": 27.26,
971
+ "memory/max_allocated (GiB)": 27.26,
972
+ "ppl": 4.10661,
973
+ "step": 69,
974
+ "tokens/total": 17924096,
975
+ "tokens/train_per_sec_per_gpu": 606.09,
976
+ "tokens/trainable": 17871962
977
+ },
978
+ {
979
+ "epoch": 2.2606924643584523,
980
+ "grad_norm": 1.015625,
981
+ "learning_rate": 4.859583227770218e-06,
982
+ "loss": 1.400146484375,
983
+ "memory/device_reserved (GiB)": 33.29,
984
+ "memory/max_active (GiB)": 27.26,
985
+ "memory/max_allocated (GiB)": 27.26,
986
+ "ppl": 4.05579,
987
+ "step": 70,
988
+ "tokens/total": 18186240,
989
+ "tokens/train_per_sec_per_gpu": 609.55,
990
+ "tokens/trainable": 18133542
991
+ },
992
+ {
993
+ "epoch": 2.293279022403259,
994
+ "grad_norm": 0.80078125,
995
+ "learning_rate": 4.744165195584258e-06,
996
+ "loss": 1.399658203125,
997
+ "memory/device_reserved (GiB)": 33.29,
998
+ "memory/max_active (GiB)": 27.26,
999
+ "memory/max_allocated (GiB)": 27.26,
1000
+ "ppl": 4.05381,
1001
+ "step": 71,
1002
+ "tokens/total": 18448384,
1003
+ "tokens/train_per_sec_per_gpu": 608.83,
1004
+ "tokens/trainable": 18395176
1005
+ },
1006
+ {
1007
+ "epoch": 2.325865580448065,
1008
+ "grad_norm": 0.84765625,
1009
+ "learning_rate": 4.6292566485061015e-06,
1010
+ "loss": 1.3804931640625,
1011
+ "memory/device_reserved (GiB)": 33.29,
1012
+ "memory/max_active (GiB)": 27.26,
1013
+ "memory/max_allocated (GiB)": 27.26,
1014
+ "ppl": 3.97686,
1015
+ "step": 72,
1016
+ "tokens/total": 18710528,
1017
+ "tokens/train_per_sec_per_gpu": 606.42,
1018
+ "tokens/trainable": 18656664
1019
+ },
1020
+ {
1021
+ "epoch": 2.3584521384928716,
1022
+ "grad_norm": 0.83203125,
1023
+ "learning_rate": 4.514935042870324e-06,
1024
+ "loss": 1.525146484375,
1025
+ "memory/device_reserved (GiB)": 33.29,
1026
+ "memory/max_active (GiB)": 27.26,
1027
+ "memory/max_allocated (GiB)": 27.26,
1028
+ "ppl": 4.59582,
1029
+ "step": 73,
1030
+ "tokens/total": 18972672,
1031
+ "tokens/train_per_sec_per_gpu": 607.41,
1032
+ "tokens/trainable": 18918236
1033
+ },
1034
+ {
1035
+ "epoch": 2.391038696537678,
1036
+ "grad_norm": 0.90234375,
1037
+ "learning_rate": 4.40127743937224e-06,
1038
+ "loss": 1.388916015625,
1039
+ "memory/device_reserved (GiB)": 33.29,
1040
+ "memory/max_active (GiB)": 27.26,
1041
+ "memory/max_allocated (GiB)": 27.26,
1042
+ "ppl": 4.0105,
1043
+ "step": 74,
1044
+ "tokens/total": 19234816,
1045
+ "tokens/train_per_sec_per_gpu": 608.52,
1046
+ "tokens/trainable": 19179956
1047
+ },
1048
+ {
1049
+ "epoch": 2.423625254582485,
1050
+ "grad_norm": 0.83984375,
1051
+ "learning_rate": 4.288360451123646e-06,
1052
+ "loss": 1.4122314453125,
1053
+ "memory/device_reserved (GiB)": 33.29,
1054
+ "memory/max_active (GiB)": 27.26,
1055
+ "memory/max_allocated (GiB)": 27.26,
1056
+ "ppl": 4.10511,
1057
+ "step": 75,
1058
+ "tokens/total": 19496960,
1059
+ "tokens/train_per_sec_per_gpu": 606.59,
1060
+ "tokens/trainable": 19441422
1061
+ },
1062
+ {
1063
+ "epoch": 2.4562118126272914,
1064
+ "grad_norm": 0.828125,
1065
+ "learning_rate": 4.1762601920102675e-06,
1066
+ "loss": 1.446533203125,
1067
+ "memory/device_reserved (GiB)": 33.29,
1068
+ "memory/max_active (GiB)": 27.26,
1069
+ "memory/max_allocated (GiB)": 27.26,
1070
+ "ppl": 4.24836,
1071
+ "step": 76,
1072
+ "tokens/total": 19759104,
1073
+ "tokens/train_per_sec_per_gpu": 608.18,
1074
+ "tokens/trainable": 19702864
1075
+ },
1076
+ {
1077
+ "epoch": 2.4887983706720975,
1078
+ "grad_norm": 0.85546875,
1079
+ "learning_rate": 4.065052225385717e-06,
1080
+ "loss": 1.35888671875,
1081
+ "memory/device_reserved (GiB)": 33.29,
1082
+ "memory/max_active (GiB)": 27.26,
1083
+ "memory/max_allocated (GiB)": 27.26,
1084
+ "ppl": 3.89186,
1085
+ "step": 77,
1086
+ "tokens/total": 20021248,
1087
+ "tokens/train_per_sec_per_gpu": 606.93,
1088
+ "tokens/trainable": 19964240
1089
+ },
1090
+ {
1091
+ "epoch": 2.521384928716904,
1092
+ "grad_norm": 0.828125,
1093
+ "learning_rate": 3.954811513136554e-06,
1094
+ "loss": 1.4130859375,
1095
+ "memory/device_reserved (GiB)": 33.29,
1096
+ "memory/max_active (GiB)": 27.26,
1097
+ "memory/max_allocated (GiB)": 27.26,
1098
+ "ppl": 4.10861,
1099
+ "step": 78,
1100
+ "tokens/total": 20283392,
1101
+ "tokens/train_per_sec_per_gpu": 608.31,
1102
+ "tokens/trainable": 20225736
1103
+ },
1104
+ {
1105
+ "epoch": 2.5539714867617107,
1106
+ "grad_norm": 0.80859375,
1107
+ "learning_rate": 3.84561236515276e-06,
1108
+ "loss": 1.459716796875,
1109
+ "memory/device_reserved (GiB)": 33.29,
1110
+ "memory/max_active (GiB)": 27.26,
1111
+ "memory/max_allocated (GiB)": 27.26,
1112
+ "ppl": 4.30474,
1113
+ "step": 79,
1114
+ "tokens/total": 20545536,
1115
+ "tokens/train_per_sec_per_gpu": 605.24,
1116
+ "tokens/trainable": 20487396
1117
+ },
1118
+ {
1119
+ "epoch": 2.5865580448065173,
1120
+ "grad_norm": 0.8515625,
1121
+ "learning_rate": 3.7375283892377344e-06,
1122
+ "loss": 1.38037109375,
1123
+ "memory/device_reserved (GiB)": 33.29,
1124
+ "memory/max_active (GiB)": 27.26,
1125
+ "memory/max_allocated (GiB)": 27.26,
1126
+ "ppl": 3.97638,
1127
+ "step": 80,
1128
+ "tokens/total": 20807680,
1129
+ "tokens/train_per_sec_per_gpu": 610.44,
1130
+ "tokens/trainable": 20748996
1131
+ },
1132
+ {
1133
+ "epoch": 2.619144602851324,
1134
+ "grad_norm": 0.8515625,
1135
+ "learning_rate": 3.630632441491512e-06,
1136
+ "loss": 1.39306640625,
1137
+ "memory/device_reserved (GiB)": 33.29,
1138
+ "memory/max_active (GiB)": 27.26,
1139
+ "memory/max_allocated (GiB)": 27.26,
1140
+ "ppl": 4.02718,
1141
+ "step": 81,
1142
+ "tokens/total": 21069824,
1143
+ "tokens/train_per_sec_per_gpu": 607.23,
1144
+ "tokens/trainable": 21010468
1145
+ },
1146
+ {
1147
+ "epoch": 2.6517311608961305,
1148
+ "grad_norm": 0.828125,
1149
+ "learning_rate": 3.5249965772007e-06,
1150
+ "loss": 1.359130859375,
1151
+ "memory/device_reserved (GiB)": 33.29,
1152
+ "memory/max_active (GiB)": 27.26,
1153
+ "memory/max_allocated (GiB)": 27.26,
1154
+ "ppl": 3.89281,
1155
+ "step": 82,
1156
+ "tokens/total": 21331968,
1157
+ "tokens/train_per_sec_per_gpu": 608.7,
1158
+ "tokens/trainable": 21271952
1159
+ },
1160
+ {
1161
+ "epoch": 2.684317718940937,
1162
+ "grad_norm": 0.859375,
1163
+ "learning_rate": 3.4206920022682173e-06,
1164
+ "loss": 1.48974609375,
1165
+ "memory/device_reserved (GiB)": 33.29,
1166
+ "memory/max_active (GiB)": 27.26,
1167
+ "memory/max_allocated (GiB)": 27.26,
1168
+ "ppl": 4.43597,
1169
+ "step": 83,
1170
+ "tokens/total": 21594112,
1171
+ "tokens/train_per_sec_per_gpu": 605.54,
1172
+ "tokens/trainable": 21533380
1173
+ },
1174
+ {
1175
+ "epoch": 2.716904276985743,
1176
+ "grad_norm": 1.71875,
1177
+ "learning_rate": 3.3177890252155755e-06,
1178
+ "loss": 1.44140625,
1179
+ "memory/device_reserved (GiB)": 33.29,
1180
+ "memory/max_active (GiB)": 27.26,
1181
+ "memory/max_allocated (GiB)": 27.26,
1182
+ "ppl": 4.22664,
1183
+ "step": 84,
1184
+ "tokens/total": 21856256,
1185
+ "tokens/train_per_sec_per_gpu": 605.84,
1186
+ "tokens/trainable": 21794716
1187
+ },
1188
+ {
1189
+ "epoch": 2.74949083503055,
1190
+ "grad_norm": 1.53125,
1191
+ "learning_rate": 3.2163570097900497e-06,
1192
+ "loss": 1.385986328125,
1193
+ "memory/device_reserved (GiB)": 33.29,
1194
+ "memory/max_active (GiB)": 27.26,
1195
+ "memory/max_allocated (GiB)": 27.26,
1196
+ "ppl": 3.99877,
1197
+ "step": 85,
1198
+ "tokens/total": 22118400,
1199
+ "tokens/train_per_sec_per_gpu": 575.67,
1200
+ "tokens/trainable": 22056232
1201
+ },
1202
+ {
1203
+ "epoch": 2.7820773930753564,
1204
+ "grad_norm": 0.8125,
1205
+ "learning_rate": 3.116464328208708e-06,
1206
+ "loss": 1.355224609375,
1207
+ "memory/device_reserved (GiB)": 33.29,
1208
+ "memory/max_active (GiB)": 27.26,
1209
+ "memory/max_allocated (GiB)": 27.26,
1210
+ "ppl": 3.87763,
1211
+ "step": 86,
1212
+ "tokens/total": 22380544,
1213
+ "tokens/train_per_sec_per_gpu": 610.67,
1214
+ "tokens/trainable": 22317500
1215
+ },
1216
+ {
1217
+ "epoch": 2.814663951120163,
1218
+ "grad_norm": 0.79296875,
1219
+ "learning_rate": 3.0181783150707827e-06,
1220
+ "loss": 1.3614501953125,
1221
+ "memory/device_reserved (GiB)": 33.29,
1222
+ "memory/max_active (GiB)": 27.26,
1223
+ "memory/max_allocated (GiB)": 27.26,
1224
+ "ppl": 3.90185,
1225
+ "step": 87,
1226
+ "tokens/total": 22642688,
1227
+ "tokens/train_per_sec_per_gpu": 607.51,
1228
+ "tokens/trainable": 22579092
1229
+ },
1230
+ {
1231
+ "epoch": 2.8472505091649696,
1232
+ "grad_norm": 0.8125,
1233
+ "learning_rate": 2.921565221969492e-06,
1234
+ "loss": 1.36328125,
1235
+ "memory/device_reserved (GiB)": 33.29,
1236
+ "memory/max_active (GiB)": 27.26,
1237
+ "memory/max_allocated (GiB)": 27.26,
1238
+ "ppl": 3.909,
1239
+ "step": 88,
1240
+ "tokens/total": 22904832,
1241
+ "tokens/train_per_sec_per_gpu": 609.32,
1242
+ "tokens/trainable": 22840240
1243
+ },
1244
+ {
1245
+ "epoch": 2.8798370672097757,
1246
+ "grad_norm": 0.87109375,
1247
+ "learning_rate": 2.8266901728338526e-06,
1248
+ "loss": 1.4312744140625,
1249
+ "memory/device_reserved (GiB)": 33.29,
1250
+ "memory/max_active (GiB)": 27.26,
1251
+ "memory/max_allocated (GiB)": 27.26,
1252
+ "ppl": 4.18403,
1253
+ "step": 89,
1254
+ "tokens/total": 23166976,
1255
+ "tokens/train_per_sec_per_gpu": 608.0,
1256
+ "tokens/trainable": 23101576
1257
+ },
1258
+ {
1259
+ "epoch": 2.9124236252545828,
1260
+ "grad_norm": 0.8515625,
1261
+ "learning_rate": 2.7336171200306467e-06,
1262
+ "loss": 1.419921875,
1263
+ "memory/device_reserved (GiB)": 33.29,
1264
+ "memory/max_active (GiB)": 27.26,
1265
+ "memory/max_allocated (GiB)": 27.26,
1266
+ "ppl": 4.1368,
1267
+ "step": 90,
1268
+ "tokens/total": 23429120,
1269
+ "tokens/train_per_sec_per_gpu": 609.24,
1270
+ "tokens/trainable": 23362986
1271
+ },
1272
+ {
1273
+ "epoch": 2.945010183299389,
1274
+ "grad_norm": 0.83984375,
1275
+ "learning_rate": 2.6424088012560766e-06,
1276
+ "loss": 1.41015625,
1277
+ "memory/device_reserved (GiB)": 33.29,
1278
+ "memory/max_active (GiB)": 27.26,
1279
+ "memory/max_allocated (GiB)": 27.26,
1280
+ "ppl": 4.0966,
1281
+ "step": 91,
1282
+ "tokens/total": 23691264,
1283
+ "tokens/train_per_sec_per_gpu": 605.2,
1284
+ "tokens/trainable": 23624496
1285
+ },
1286
+ {
1287
+ "epoch": 2.9775967413441955,
1288
+ "grad_norm": 0.8046875,
1289
+ "learning_rate": 2.5531266972462176e-06,
1290
+ "loss": 1.43603515625,
1291
+ "memory/device_reserved (GiB)": 33.29,
1292
+ "memory/max_active (GiB)": 27.26,
1293
+ "memory/max_allocated (GiB)": 27.26,
1294
+ "ppl": 4.20399,
1295
+ "step": 92,
1296
+ "tokens/total": 23953408,
1297
+ "tokens/train_per_sec_per_gpu": 602.63,
1298
+ "tokens/trainable": 23885368
1299
+ },
1300
+ {
1301
+ "epoch": 3.0,
1302
+ "grad_norm": 1.7734375,
1303
+ "learning_rate": 2.4658309903347196e-06,
1304
+ "loss": 1.438232421875,
1305
+ "memory/device_reserved (GiB)": 33.29,
1306
+ "memory/max_active (GiB)": 27.26,
1307
+ "memory/max_allocated (GiB)": 27.26,
1308
+ "ppl": 4.21324,
1309
+ "step": 93,
1310
+ "tokens/total": 24133632,
1311
+ "tokens/train_per_sec_per_gpu": 691.84,
1312
+ "tokens/trainable": 24060864
1313
+ },
1314
+ {
1315
+ "epoch": 3.0325865580448066,
1316
+ "grad_norm": 0.90234375,
1317
+ "learning_rate": 2.380580523885751e-06,
1318
+ "loss": 1.39013671875,
1319
+ "memory/device_reserved (GiB)": 33.29,
1320
+ "memory/max_active (GiB)": 27.26,
1321
+ "memory/max_allocated (GiB)": 27.26,
1322
+ "ppl": 4.0154,
1323
+ "step": 94,
1324
+ "tokens/total": 24395776,
1325
+ "tokens/train_per_sec_per_gpu": 603.49,
1326
+ "tokens/trainable": 24322588
1327
+ },
1328
+ {
1329
+ "epoch": 3.065173116089613,
1330
+ "grad_norm": 3.65625,
1331
+ "learning_rate": 2.29743276262948e-06,
1332
+ "loss": 1.481201171875,
1333
+ "memory/device_reserved (GiB)": 33.29,
1334
+ "memory/max_active (GiB)": 27.26,
1335
+ "memory/max_allocated (GiB)": 27.26,
1336
+ "ppl": 4.39823,
1337
+ "step": 95,
1338
+ "tokens/total": 24657920,
1339
+ "tokens/train_per_sec_per_gpu": 606.29,
1340
+ "tokens/trainable": 24584084
1341
+ },
1342
+ {
1343
+ "epoch": 3.0977596741344193,
1344
+ "grad_norm": 0.83203125,
1345
+ "learning_rate": 2.2164437539268652e-06,
1346
+ "loss": 1.4517822265625,
1347
+ "memory/device_reserved (GiB)": 33.29,
1348
+ "memory/max_active (GiB)": 27.26,
1349
+ "memory/max_allocated (GiB)": 27.26,
1350
+ "ppl": 4.27072,
1351
+ "step": 96,
1352
+ "tokens/total": 24920064,
1353
+ "tokens/train_per_sec_per_gpu": 609.17,
1354
+ "tokens/trainable": 24845644
1355
+ },
1356
+ {
1357
+ "epoch": 3.130346232179226,
1358
+ "grad_norm": 0.8203125,
1359
+ "learning_rate": 2.1376680899898415e-06,
1360
+ "loss": 1.38330078125,
1361
+ "memory/device_reserved (GiB)": 33.29,
1362
+ "memory/max_active (GiB)": 27.26,
1363
+ "memory/max_allocated (GiB)": 27.26,
1364
+ "ppl": 3.98804,
1365
+ "step": 97,
1366
+ "tokens/total": 25182208,
1367
+ "tokens/train_per_sec_per_gpu": 604.06,
1368
+ "tokens/trainable": 25107304
1369
+ },
1370
+ {
1371
+ "epoch": 3.1629327902240325,
1372
+ "grad_norm": 1.0078125,
1373
+ "learning_rate": 2.0611588710823797e-06,
1374
+ "loss": 1.40869140625,
1375
+ "memory/device_reserved (GiB)": 33.29,
1376
+ "memory/max_active (GiB)": 27.26,
1377
+ "memory/max_allocated (GiB)": 27.26,
1378
+ "ppl": 4.0906,
1379
+ "step": 98,
1380
+ "tokens/total": 25444352,
1381
+ "tokens/train_per_sec_per_gpu": 609.04,
1382
+ "tokens/trainable": 25369056
1383
+ },
1384
+ {
1385
+ "epoch": 3.195519348268839,
1386
+ "grad_norm": 0.87890625,
1387
+ "learning_rate": 1.986967669727224e-06,
1388
+ "loss": 1.45068359375,
1389
+ "memory/device_reserved (GiB)": 33.29,
1390
+ "memory/max_active (GiB)": 27.26,
1391
+ "memory/max_allocated (GiB)": 27.26,
1392
+ "ppl": 4.26603,
1393
+ "step": 99,
1394
+ "tokens/total": 25706496,
1395
+ "tokens/train_per_sec_per_gpu": 606.62,
1396
+ "tokens/trainable": 25630632
1397
+ },
1398
+ {
1399
+ "epoch": 3.2281059063136457,
1400
+ "grad_norm": 0.796875,
1401
+ "learning_rate": 1.9151444959424383e-06,
1402
+ "loss": 1.3984375,
1403
+ "memory/device_reserved (GiB)": 33.29,
1404
+ "memory/max_active (GiB)": 27.26,
1405
+ "memory/max_allocated (GiB)": 27.26,
1406
+ "ppl": 4.04887,
1407
+ "step": 100,
1408
+ "tokens/total": 25968640,
1409
+ "tokens/train_per_sec_per_gpu": 608.79,
1410
+ "tokens/trainable": 25892246
1411
+ },
1412
+ {
1413
+ "epoch": 3.2606924643584523,
1414
+ "grad_norm": 0.80859375,
1415
+ "learning_rate": 1.8457377635311763e-06,
1416
+ "loss": 1.3865966796875,
1417
+ "memory/device_reserved (GiB)": 33.29,
1418
+ "memory/max_active (GiB)": 27.26,
1419
+ "memory/max_allocated (GiB)": 27.26,
1420
+ "ppl": 4.00121,
1421
+ "step": 101,
1422
+ "tokens/total": 26230784,
1423
+ "tokens/train_per_sec_per_gpu": 609.95,
1424
+ "tokens/trainable": 26153826
1425
+ },
1426
+ {
1427
+ "epoch": 3.293279022403259,
1428
+ "grad_norm": 0.796875,
1429
+ "learning_rate": 1.7787942574474215e-06,
1430
+ "loss": 1.3873291015625,
1431
+ "memory/device_reserved (GiB)": 33.29,
1432
+ "memory/max_active (GiB)": 27.26,
1433
+ "memory/max_allocated (GiB)": 27.26,
1434
+ "ppl": 4.00414,
1435
+ "step": 102,
1436
+ "tokens/total": 26492928,
1437
+ "tokens/train_per_sec_per_gpu": 608.64,
1438
+ "tokens/trainable": 26415460
1439
+ },
1440
+ {
1441
+ "epoch": 3.325865580448065,
1442
+ "grad_norm": 0.79296875,
1443
+ "learning_rate": 1.7143591022596846e-06,
1444
+ "loss": 1.36865234375,
1445
+ "memory/device_reserved (GiB)": 33.29,
1446
+ "memory/max_active (GiB)": 27.26,
1447
+ "memory/max_allocated (GiB)": 27.26,
1448
+ "ppl": 3.93005,
1449
+ "step": 103,
1450
+ "tokens/total": 26755072,
1451
+ "tokens/train_per_sec_per_gpu": 608.26,
1452
+ "tokens/trainable": 26676948
1453
+ },
1454
+ {
1455
+ "epoch": 3.3584521384928716,
1456
+ "grad_norm": 0.92578125,
1457
+ "learning_rate": 1.6524757317339102e-06,
1458
+ "loss": 1.5140380859375,
1459
+ "memory/device_reserved (GiB)": 33.29,
1460
+ "memory/max_active (GiB)": 27.26,
1461
+ "memory/max_allocated (GiB)": 27.26,
1462
+ "ppl": 4.54505,
1463
+ "step": 104,
1464
+ "tokens/total": 27017216,
1465
+ "tokens/train_per_sec_per_gpu": 609.74,
1466
+ "tokens/trainable": 26938520
1467
+ },
1468
+ {
1469
+ "epoch": 3.391038696537678,
1470
+ "grad_norm": 2.28125,
1471
+ "learning_rate": 1.593185859556103e-06,
1472
+ "loss": 1.376708984375,
1473
+ "memory/device_reserved (GiB)": 33.29,
1474
+ "memory/max_active (GiB)": 27.26,
1475
+ "memory/max_allocated (GiB)": 27.26,
1476
+ "ppl": 3.96184,
1477
+ "step": 105,
1478
+ "tokens/total": 27279360,
1479
+ "tokens/train_per_sec_per_gpu": 610.52,
1480
+ "tokens/trainable": 27200240
1481
+ },
1482
+ {
1483
+ "epoch": 3.423625254582485,
1484
+ "grad_norm": 0.89453125,
1485
+ "learning_rate": 1.5365294512144114e-06,
1486
+ "loss": 1.4033203125,
1487
+ "memory/device_reserved (GiB)": 33.29,
1488
+ "memory/max_active (GiB)": 27.26,
1489
+ "memory/max_allocated (GiB)": 27.26,
1490
+ "ppl": 4.06869,
1491
+ "step": 106,
1492
+ "tokens/total": 27541504,
1493
+ "tokens/train_per_sec_per_gpu": 609.81,
1494
+ "tokens/trainable": 27461706
1495
+ },
1496
+ {
1497
+ "epoch": 3.4562118126272914,
1498
+ "grad_norm": 0.83203125,
1499
+ "learning_rate": 1.4825446970596136e-06,
1500
+ "loss": 1.4375,
1501
+ "memory/device_reserved (GiB)": 33.29,
1502
+ "memory/max_active (GiB)": 27.26,
1503
+ "memory/max_allocated (GiB)": 27.26,
1504
+ "ppl": 4.21016,
1505
+ "step": 107,
1506
+ "tokens/total": 27803648,
1507
+ "tokens/train_per_sec_per_gpu": 608.6,
1508
+ "tokens/trainable": 27723148
1509
+ },
1510
+ {
1511
+ "epoch": 3.4887983706720975,
1512
+ "grad_norm": 0.81640625,
1513
+ "learning_rate": 1.4312679865621742e-06,
1514
+ "loss": 1.3499755859375,
1515
+ "memory/device_reserved (GiB)": 33.29,
1516
+ "memory/max_active (GiB)": 27.26,
1517
+ "memory/max_allocated (GiB)": 27.26,
1518
+ "ppl": 3.85733,
1519
+ "step": 108,
1520
+ "tokens/total": 28065792,
1521
+ "tokens/train_per_sec_per_gpu": 607.88,
1522
+ "tokens/trainable": 27984524
1523
+ },
1524
+ {
1525
+ "epoch": 3.521384928716904,
1526
+ "grad_norm": 2.453125,
1527
+ "learning_rate": 1.382733883783211e-06,
1528
+ "loss": 1.404052734375,
1529
+ "memory/device_reserved (GiB)": 33.29,
1530
+ "memory/max_active (GiB)": 27.26,
1531
+ "memory/max_allocated (GiB)": 27.26,
1532
+ "ppl": 4.07167,
1533
+ "step": 109,
1534
+ "tokens/total": 28327936,
1535
+ "tokens/train_per_sec_per_gpu": 611.02,
1536
+ "tokens/trainable": 28246020
1537
+ },
1538
+ {
1539
+ "epoch": 3.5539714867617107,
1540
+ "grad_norm": 1.046875,
1541
+ "learning_rate": 1.3369751040759236e-06,
1542
+ "loss": 1.45263671875,
1543
+ "memory/device_reserved (GiB)": 33.29,
1544
+ "memory/max_active (GiB)": 27.26,
1545
+ "memory/max_allocated (GiB)": 27.26,
1546
+ "ppl": 4.27437,
1547
+ "step": 110,
1548
+ "tokens/total": 28590080,
1549
+ "tokens/train_per_sec_per_gpu": 607.24,
1550
+ "tokens/trainable": 28507680
1551
+ },
1552
+ {
1553
+ "epoch": 3.5865580448065173,
1554
+ "grad_norm": 0.7890625,
1555
+ "learning_rate": 1.2940224920331707e-06,
1556
+ "loss": 1.3724365234375,
1557
+ "memory/device_reserved (GiB)": 33.29,
1558
+ "memory/max_active (GiB)": 27.26,
1559
+ "memory/max_allocated (GiB)": 27.26,
1560
+ "ppl": 3.94495,
1561
+ "step": 111,
1562
+ "tokens/total": 28852224,
1563
+ "tokens/train_per_sec_per_gpu": 611.79,
1564
+ "tokens/trainable": 28769280
1565
+ },
1566
+ {
1567
+ "epoch": 3.619144602851324,
1568
+ "grad_norm": 0.8046875,
1569
+ "learning_rate": 1.2539050006960814e-06,
1570
+ "loss": 1.3863525390625,
1571
+ "memory/device_reserved (GiB)": 33.29,
1572
+ "memory/max_active (GiB)": 27.26,
1573
+ "memory/max_allocated (GiB)": 27.26,
1574
+ "ppl": 4.00023,
1575
+ "step": 112,
1576
+ "tokens/total": 29114368,
1577
+ "tokens/train_per_sec_per_gpu": 610.39,
1578
+ "tokens/trainable": 29030752
1579
+ },
1580
+ {
1581
+ "epoch": 3.6517311608961305,
1582
+ "grad_norm": 0.8203125,
1583
+ "learning_rate": 1.2166496720376874e-06,
1584
+ "loss": 1.35302734375,
1585
+ "memory/device_reserved (GiB)": 33.29,
1586
+ "memory/max_active (GiB)": 27.26,
1587
+ "memory/max_allocated (GiB)": 27.26,
1588
+ "ppl": 3.86912,
1589
+ "step": 113,
1590
+ "tokens/total": 29376512,
1591
+ "tokens/train_per_sec_per_gpu": 610.15,
1592
+ "tokens/trainable": 29292236
1593
+ },
1594
+ {
1595
+ "epoch": 3.684317718940937,
1596
+ "grad_norm": 4.8125,
1597
+ "learning_rate": 1.1822816187347625e-06,
1598
+ "loss": 1.483154296875,
1599
+ "memory/device_reserved (GiB)": 33.29,
1600
+ "memory/max_active (GiB)": 27.26,
1601
+ "memory/max_allocated (GiB)": 27.26,
1602
+ "ppl": 4.40682,
1603
+ "step": 114,
1604
+ "tokens/total": 29638656,
1605
+ "tokens/train_per_sec_per_gpu": 607.45,
1606
+ "tokens/trainable": 29553664
1607
+ },
1608
+ {
1609
+ "epoch": 3.716904276985743,
1610
+ "grad_norm": 0.8046875,
1611
+ "learning_rate": 1.1508240072401336e-06,
1612
+ "loss": 1.43505859375,
1613
+ "memory/device_reserved (GiB)": 33.29,
1614
+ "memory/max_active (GiB)": 27.26,
1615
+ "memory/max_allocated (GiB)": 27.26,
1616
+ "ppl": 4.19989,
1617
+ "step": 115,
1618
+ "tokens/total": 29900800,
1619
+ "tokens/train_per_sec_per_gpu": 607.15,
1620
+ "tokens/trainable": 29815000
1621
+ },
1622
+ {
1623
+ "epoch": 3.74949083503055,
1624
+ "grad_norm": 0.8359375,
1625
+ "learning_rate": 1.1222980421668874e-06,
1626
+ "loss": 1.382568359375,
1627
+ "memory/device_reserved (GiB)": 33.29,
1628
+ "memory/max_active (GiB)": 27.26,
1629
+ "memory/max_allocated (GiB)": 27.26,
1630
+ "ppl": 3.98512,
1631
+ "step": 116,
1632
+ "tokens/total": 30162944,
1633
+ "tokens/train_per_sec_per_gpu": 607.18,
1634
+ "tokens/trainable": 30076516
1635
+ },
1636
+ {
1637
+ "epoch": 3.7820773930753564,
1638
+ "grad_norm": 0.90625,
1639
+ "learning_rate": 1.0967229519949833e-06,
1640
+ "loss": 1.350830078125,
1641
+ "memory/device_reserved (GiB)": 33.29,
1642
+ "memory/max_active (GiB)": 27.26,
1643
+ "memory/max_allocated (GiB)": 27.26,
1644
+ "ppl": 3.86063,
1645
+ "step": 117,
1646
+ "tokens/total": 30425088,
1647
+ "tokens/train_per_sec_per_gpu": 598.63,
1648
+ "tokens/trainable": 30337784
1649
+ },
1650
+ {
1651
+ "epoch": 3.814663951120163,
1652
+ "grad_norm": 0.765625,
1653
+ "learning_rate": 1.0741159761099294e-06,
1654
+ "loss": 1.356689453125,
1655
+ "memory/device_reserved (GiB)": 33.29,
1656
+ "memory/max_active (GiB)": 27.26,
1657
+ "memory/max_allocated (GiB)": 27.26,
1658
+ "ppl": 3.88332,
1659
+ "step": 118,
1660
+ "tokens/total": 30687232,
1661
+ "tokens/train_per_sec_per_gpu": 596.74,
1662
+ "tokens/trainable": 30599376
1663
+ },
1664
+ {
1665
+ "epoch": 3.8472505091649696,
1666
+ "grad_norm": 0.89453125,
1667
+ "learning_rate": 1.054492353182237e-06,
1668
+ "loss": 1.3583984375,
1669
+ "memory/device_reserved (GiB)": 33.29,
1670
+ "memory/max_active (GiB)": 27.26,
1671
+ "memory/max_allocated (GiB)": 27.26,
1672
+ "ppl": 3.88996,
1673
+ "step": 119,
1674
+ "tokens/total": 30949376,
1675
+ "tokens/train_per_sec_per_gpu": 610.82,
1676
+ "tokens/trainable": 30860524
1677
+ },
1678
+ {
1679
+ "epoch": 3.8798370672097757,
1680
+ "grad_norm": 0.83203125,
1681
+ "learning_rate": 1.0378653108955017e-06,
1682
+ "loss": 1.42724609375,
1683
+ "memory/device_reserved (GiB)": 33.29,
1684
+ "memory/max_active (GiB)": 27.26,
1685
+ "memory/max_allocated (GiB)": 27.26,
1686
+ "ppl": 4.16721,
1687
+ "step": 120,
1688
+ "tokens/total": 31211520,
1689
+ "tokens/train_per_sec_per_gpu": 609.6,
1690
+ "tokens/trainable": 31121860
1691
+ },
1692
+ {
1693
+ "epoch": 3.9124236252545828,
1694
+ "grad_norm": 0.8125,
1695
+ "learning_rate": 1.0242460570300241e-06,
1696
+ "loss": 1.416015625,
1697
+ "memory/device_reserved (GiB)": 33.29,
1698
+ "memory/max_active (GiB)": 27.26,
1699
+ "memory/max_allocated (GiB)": 27.26,
1700
+ "ppl": 4.12067,
1701
+ "step": 121,
1702
+ "tokens/total": 31473664,
1703
+ "tokens/train_per_sec_per_gpu": 611.16,
1704
+ "tokens/trainable": 31383270
1705
+ },
1706
+ {
1707
+ "epoch": 3.945010183299389,
1708
+ "grad_norm": 0.8203125,
1709
+ "learning_rate": 1.01364377190799e-06,
1710
+ "loss": 1.407958984375,
1711
+ "memory/device_reserved (GiB)": 33.29,
1712
+ "memory/max_active (GiB)": 27.26,
1713
+ "memory/max_allocated (GiB)": 27.26,
1714
+ "ppl": 4.0876,
1715
+ "step": 122,
1716
+ "tokens/total": 31735808,
1717
+ "tokens/train_per_sec_per_gpu": 606.72,
1718
+ "tokens/trainable": 31644780
1719
+ },
1720
+ {
1721
+ "epoch": 3.9775967413441955,
1722
+ "grad_norm": 0.7890625,
1723
+ "learning_rate": 1.0060656022052966e-06,
1724
+ "loss": 1.4337158203125,
1725
+ "memory/device_reserved (GiB)": 33.29,
1726
+ "memory/max_active (GiB)": 27.26,
1727
+ "memory/max_allocated (GiB)": 27.26,
1728
+ "ppl": 4.19426,
1729
+ "step": 123,
1730
+ "tokens/total": 31997952,
1731
+ "tokens/train_per_sec_per_gpu": 604.37,
1732
+ "tokens/trainable": 31905652
1733
+ },
1734
+ {
1735
+ "epoch": 4.0,
1736
+ "grad_norm": 1.34375,
1737
+ "learning_rate": 1.0015166561341943e-06,
1738
+ "loss": 1.433837890625,
1739
+ "memory/device_reserved (GiB)": 33.29,
1740
+ "memory/max_active (GiB)": 27.26,
1741
+ "memory/max_allocated (GiB)": 27.26,
1742
+ "ppl": 4.19477,
1743
+ "step": 124,
1744
+ "tokens/total": 32178176,
1745
+ "tokens/train_per_sec_per_gpu": 692.73,
1746
+ "tokens/trainable": 32081148
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.99703182078509e+17,
1767
+ "train_batch_size": 1,
1768
+ "trial_name": null,
1769
+ "trial_params": null
1770
+ }
midtrain_4epoch/charter/checkpoint-124/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb7030dca2b773963c2c283043e1cdf30ee17a762b1bfe4cdb95eef9ea796615
3
+ size 7377