Text Generation
Transformers
Safetensors
PEFT
gemma-3
continued-pretraining
sft
lora
synthetic-data
alignment
midtraining
scimt
sidbaines commited on
Commit
ec22769
·
verified ·
1 Parent(s): ead754f

add midtraining_4epoch/coin/checkpoint-124 (copied from jbostock/scimt-dispatch-models-v1)

Browse files
midtraining_4epoch/coin/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-12b-pt",
14
+ "revision": "54ba4a26535408ddf5747cb9f7a5c16816659564"
15
+ }
16
+ }
midtraining_4epoch/coin/checkpoint-124/config.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 3840,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 15360,
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
+ "sliding_attention",
66
+ "full_attention",
67
+ "sliding_attention",
68
+ "sliding_attention",
69
+ "sliding_attention",
70
+ "sliding_attention",
71
+ "sliding_attention",
72
+ "full_attention",
73
+ "sliding_attention",
74
+ "sliding_attention",
75
+ "sliding_attention",
76
+ "sliding_attention",
77
+ "sliding_attention",
78
+ "full_attention"
79
+ ],
80
+ "max_position_embeddings": 131072,
81
+ "model_type": "gemma3_text",
82
+ "num_attention_heads": 16,
83
+ "num_hidden_layers": 48,
84
+ "num_key_value_heads": 8,
85
+ "pad_token_id": 0,
86
+ "query_pre_attn_scalar": 256,
87
+ "rms_norm_eps": 1e-06,
88
+ "rope_parameters": {
89
+ "full_attention": {
90
+ "factor": 8.0,
91
+ "rope_theta": 1000000.0,
92
+ "rope_type": "linear"
93
+ },
94
+ "sliding_attention": {
95
+ "rope_theta": 10000.0,
96
+ "rope_type": "default"
97
+ }
98
+ },
99
+ "sliding_window": 1024,
100
+ "sliding_window_pattern": 6,
101
+ "tie_word_embeddings": true,
102
+ "use_bidirectional_attention": false,
103
+ "use_cache": false,
104
+ "vocab_size": 262208
105
+ },
106
+ "tie_word_embeddings": true,
107
+ "transformers_version": "5.9.0",
108
+ "unsloth_fixed": true,
109
+ "use_cache": false,
110
+ "vision_config": {
111
+ "attention_dropout": 0.0,
112
+ "dtype": "bfloat16",
113
+ "hidden_act": "gelu_pytorch_tanh",
114
+ "hidden_size": 1152,
115
+ "image_size": 896,
116
+ "intermediate_size": 4304,
117
+ "layer_norm_eps": 1e-06,
118
+ "model_type": "siglip_vision_model",
119
+ "num_attention_heads": 16,
120
+ "num_channels": 3,
121
+ "num_hidden_layers": 27,
122
+ "patch_size": 14,
123
+ "vision_use_head": false
124
+ }
125
+ }
midtraining_4epoch/coin/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
+ }
midtraining_4epoch/coin/checkpoint-124/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dfea30ff9a0ca1ca3e25a97e7ee93670fcecbd22925864f90a21e0f8018ce1a
3
+ size 26388552360
midtraining_4epoch/coin/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
+ }
midtraining_4epoch/coin/checkpoint-124/processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
+ }
midtraining_4epoch/coin/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
midtraining_4epoch/coin/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
+ }
midtraining_4epoch/coin/checkpoint-124/tokens_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"total": 32178176, "trainable": 32068520}
midtraining_4epoch/coin/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": 3.46875,
15
+ "learning_rate": 0.0,
16
+ "loss": 1.68310546875,
17
+ "memory/device_reserved (GiB)": 61.38,
18
+ "memory/max_active (GiB)": 46.98,
19
+ "memory/max_allocated (GiB)": 46.98,
20
+ "ppl": 5.38224,
21
+ "step": 1,
22
+ "tokens/total": 262144,
23
+ "tokens/train_per_sec_per_gpu": 220.89,
24
+ "tokens/trainable": 261690
25
+ },
26
+ {
27
+ "epoch": 0.06517311608961303,
28
+ "grad_norm": 8.5,
29
+ "learning_rate": 3.3333333333333333e-06,
30
+ "loss": 1.642333984375,
31
+ "memory/device_reserved (GiB)": 83.2,
32
+ "memory/max_active (GiB)": 68.89,
33
+ "memory/max_allocated (GiB)": 68.89,
34
+ "ppl": 5.16722,
35
+ "step": 2,
36
+ "tokens/total": 524288,
37
+ "tokens/train_per_sec_per_gpu": 254.59,
38
+ "tokens/trainable": 523375
39
+ },
40
+ {
41
+ "epoch": 0.09775967413441955,
42
+ "grad_norm": 12.3125,
43
+ "learning_rate": 6.666666666666667e-06,
44
+ "loss": 1.669189453125,
45
+ "memory/device_reserved (GiB)": 83.2,
46
+ "memory/max_active (GiB)": 68.89,
47
+ "memory/max_allocated (GiB)": 68.89,
48
+ "ppl": 5.30786,
49
+ "step": 3,
50
+ "tokens/total": 786432,
51
+ "tokens/train_per_sec_per_gpu": 254.55,
52
+ "tokens/trainable": 785081
53
+ },
54
+ {
55
+ "epoch": 0.13034623217922606,
56
+ "grad_norm": 5.3125,
57
+ "learning_rate": 1e-05,
58
+ "loss": 1.53564453125,
59
+ "memory/device_reserved (GiB)": 83.2,
60
+ "memory/max_active (GiB)": 68.89,
61
+ "memory/max_allocated (GiB)": 68.89,
62
+ "ppl": 4.64432,
63
+ "step": 4,
64
+ "tokens/total": 1048576,
65
+ "tokens/train_per_sec_per_gpu": 253.73,
66
+ "tokens/trainable": 1046616
67
+ },
68
+ {
69
+ "epoch": 0.1629327902240326,
70
+ "grad_norm": 11.0625,
71
+ "learning_rate": 9.998483343865806e-06,
72
+ "loss": 1.4560546875,
73
+ "memory/device_reserved (GiB)": 83.2,
74
+ "memory/max_active (GiB)": 68.89,
75
+ "memory/max_allocated (GiB)": 68.89,
76
+ "ppl": 4.289,
77
+ "step": 5,
78
+ "tokens/total": 1310720,
79
+ "tokens/train_per_sec_per_gpu": 253.35,
80
+ "tokens/trainable": 1308058
81
+ },
82
+ {
83
+ "epoch": 0.1955193482688391,
84
+ "grad_norm": 2.953125,
85
+ "learning_rate": 9.993934397794704e-06,
86
+ "loss": 1.40087890625,
87
+ "memory/device_reserved (GiB)": 83.2,
88
+ "memory/max_active (GiB)": 68.89,
89
+ "memory/max_allocated (GiB)": 68.89,
90
+ "ppl": 4.05877,
91
+ "step": 6,
92
+ "tokens/total": 1572864,
93
+ "tokens/train_per_sec_per_gpu": 253.26,
94
+ "tokens/trainable": 1569590
95
+ },
96
+ {
97
+ "epoch": 0.22810590631364563,
98
+ "grad_norm": 2.171875,
99
+ "learning_rate": 9.986356228092011e-06,
100
+ "loss": 1.353515625,
101
+ "memory/device_reserved (GiB)": 83.2,
102
+ "memory/max_active (GiB)": 68.89,
103
+ "memory/max_allocated (GiB)": 68.89,
104
+ "ppl": 3.87101,
105
+ "step": 7,
106
+ "tokens/total": 1835008,
107
+ "tokens/train_per_sec_per_gpu": 253.19,
108
+ "tokens/trainable": 1831160
109
+ },
110
+ {
111
+ "epoch": 0.2606924643584521,
112
+ "grad_norm": 1.90625,
113
+ "learning_rate": 9.975753942969978e-06,
114
+ "loss": 1.28955078125,
115
+ "memory/device_reserved (GiB)": 83.2,
116
+ "memory/max_active (GiB)": 68.89,
117
+ "memory/max_allocated (GiB)": 68.89,
118
+ "ppl": 3.63116,
119
+ "step": 8,
120
+ "tokens/total": 2097152,
121
+ "tokens/train_per_sec_per_gpu": 254.64,
122
+ "tokens/trainable": 2092797
123
+ },
124
+ {
125
+ "epoch": 0.29327902240325865,
126
+ "grad_norm": 1.6484375,
127
+ "learning_rate": 9.962134689104498e-06,
128
+ "loss": 1.335205078125,
129
+ "memory/device_reserved (GiB)": 83.2,
130
+ "memory/max_active (GiB)": 68.89,
131
+ "memory/max_allocated (GiB)": 68.89,
132
+ "ppl": 3.80078,
133
+ "step": 9,
134
+ "tokens/total": 2359296,
135
+ "tokens/train_per_sec_per_gpu": 254.41,
136
+ "tokens/trainable": 2354359
137
+ },
138
+ {
139
+ "epoch": 0.3258655804480652,
140
+ "grad_norm": 1.6953125,
141
+ "learning_rate": 9.945507646817764e-06,
142
+ "loss": 1.2965087890625,
143
+ "memory/device_reserved (GiB)": 83.2,
144
+ "memory/max_active (GiB)": 68.89,
145
+ "memory/max_allocated (GiB)": 68.89,
146
+ "ppl": 3.65651,
147
+ "step": 10,
148
+ "tokens/total": 2621440,
149
+ "tokens/train_per_sec_per_gpu": 253.57,
150
+ "tokens/trainable": 2615870
151
+ },
152
+ {
153
+ "epoch": 0.35845213849287166,
154
+ "grad_norm": 3.359375,
155
+ "learning_rate": 9.925884023890072e-06,
156
+ "loss": 1.421630859375,
157
+ "memory/device_reserved (GiB)": 83.2,
158
+ "memory/max_active (GiB)": 68.89,
159
+ "memory/max_allocated (GiB)": 68.89,
160
+ "ppl": 4.14387,
161
+ "step": 11,
162
+ "tokens/total": 2883584,
163
+ "tokens/train_per_sec_per_gpu": 254.16,
164
+ "tokens/trainable": 2877459
165
+ },
166
+ {
167
+ "epoch": 0.3910386965376782,
168
+ "grad_norm": 1.96875,
169
+ "learning_rate": 9.903277048005017e-06,
170
+ "loss": 1.2828369140625,
171
+ "memory/device_reserved (GiB)": 83.2,
172
+ "memory/max_active (GiB)": 68.89,
173
+ "memory/max_allocated (GiB)": 68.89,
174
+ "ppl": 3.60686,
175
+ "step": 12,
176
+ "tokens/total": 3145728,
177
+ "tokens/train_per_sec_per_gpu": 254.38,
178
+ "tokens/trainable": 3139020
179
+ },
180
+ {
181
+ "epoch": 0.42362525458248473,
182
+ "grad_norm": 1.6328125,
183
+ "learning_rate": 9.877701957833113e-06,
184
+ "loss": 1.10546875,
185
+ "memory/device_reserved (GiB)": 83.2,
186
+ "memory/max_active (GiB)": 68.89,
187
+ "memory/max_allocated (GiB)": 68.89,
188
+ "ppl": 3.02064,
189
+ "step": 13,
190
+ "tokens/total": 3407872,
191
+ "tokens/train_per_sec_per_gpu": 255.48,
192
+ "tokens/trainable": 3400533
193
+ },
194
+ {
195
+ "epoch": 0.45621181262729127,
196
+ "grad_norm": 2.25,
197
+ "learning_rate": 9.849175992759867e-06,
198
+ "loss": 1.192138671875,
199
+ "memory/device_reserved (GiB)": 83.2,
200
+ "memory/max_active (GiB)": 68.89,
201
+ "memory/max_allocated (GiB)": 68.89,
202
+ "ppl": 3.29412,
203
+ "step": 14,
204
+ "tokens/total": 3670016,
205
+ "tokens/train_per_sec_per_gpu": 253.43,
206
+ "tokens/trainable": 3662327
207
+ },
208
+ {
209
+ "epoch": 0.48879837067209775,
210
+ "grad_norm": 3.796875,
211
+ "learning_rate": 9.81771838126524e-06,
212
+ "loss": 1.26318359375,
213
+ "memory/device_reserved (GiB)": 83.2,
214
+ "memory/max_active (GiB)": 68.89,
215
+ "memory/max_allocated (GiB)": 68.89,
216
+ "ppl": 3.53666,
217
+ "step": 15,
218
+ "tokens/total": 3932160,
219
+ "tokens/train_per_sec_per_gpu": 253.65,
220
+ "tokens/trainable": 3923951
221
+ },
222
+ {
223
+ "epoch": 0.5213849287169042,
224
+ "grad_norm": 4.625,
225
+ "learning_rate": 9.783350327962313e-06,
226
+ "loss": 1.1573486328125,
227
+ "memory/device_reserved (GiB)": 83.2,
228
+ "memory/max_active (GiB)": 68.89,
229
+ "memory/max_allocated (GiB)": 68.89,
230
+ "ppl": 3.18149,
231
+ "step": 16,
232
+ "tokens/total": 4194304,
233
+ "tokens/train_per_sec_per_gpu": 255.23,
234
+ "tokens/trainable": 4185515
235
+ },
236
+ {
237
+ "epoch": 0.5539714867617108,
238
+ "grad_norm": 1.7421875,
239
+ "learning_rate": 9.74609499930392e-06,
240
+ "loss": 1.20703125,
241
+ "memory/device_reserved (GiB)": 83.2,
242
+ "memory/max_active (GiB)": 68.89,
243
+ "memory/max_allocated (GiB)": 68.89,
244
+ "ppl": 3.34354,
245
+ "step": 17,
246
+ "tokens/total": 4456448,
247
+ "tokens/train_per_sec_per_gpu": 252.7,
248
+ "tokens/trainable": 4447076
249
+ },
250
+ {
251
+ "epoch": 0.5865580448065173,
252
+ "grad_norm": 1.765625,
253
+ "learning_rate": 9.70597750796683e-06,
254
+ "loss": 1.17626953125,
255
+ "memory/device_reserved (GiB)": 83.2,
256
+ "memory/max_active (GiB)": 68.89,
257
+ "memory/max_allocated (GiB)": 68.89,
258
+ "ppl": 3.24226,
259
+ "step": 18,
260
+ "tokens/total": 4718592,
261
+ "tokens/train_per_sec_per_gpu": 255.11,
262
+ "tokens/trainable": 4708726
263
+ },
264
+ {
265
+ "epoch": 0.6191446028513238,
266
+ "grad_norm": 1.0546875,
267
+ "learning_rate": 9.663024895924078e-06,
268
+ "loss": 1.1943359375,
269
+ "memory/device_reserved (GiB)": 83.2,
270
+ "memory/max_active (GiB)": 68.89,
271
+ "memory/max_allocated (GiB)": 68.89,
272
+ "ppl": 3.30136,
273
+ "step": 19,
274
+ "tokens/total": 4980736,
275
+ "tokens/train_per_sec_per_gpu": 255.46,
276
+ "tokens/trainable": 4970451
277
+ },
278
+ {
279
+ "epoch": 0.6517311608961304,
280
+ "grad_norm": 1.4609375,
281
+ "learning_rate": 9.61726611621679e-06,
282
+ "loss": 1.163330078125,
283
+ "memory/device_reserved (GiB)": 83.2,
284
+ "memory/max_active (GiB)": 68.89,
285
+ "memory/max_allocated (GiB)": 68.89,
286
+ "ppl": 3.20057,
287
+ "step": 20,
288
+ "tokens/total": 5242880,
289
+ "tokens/train_per_sec_per_gpu": 254.34,
290
+ "tokens/trainable": 5231999
291
+ },
292
+ {
293
+ "epoch": 0.6843177189409368,
294
+ "grad_norm": 1.2890625,
295
+ "learning_rate": 9.568732013437827e-06,
296
+ "loss": 1.1053466796875,
297
+ "memory/device_reserved (GiB)": 83.2,
298
+ "memory/max_active (GiB)": 68.89,
299
+ "memory/max_allocated (GiB)": 68.89,
300
+ "ppl": 3.02027,
301
+ "step": 21,
302
+ "tokens/total": 5505024,
303
+ "tokens/train_per_sec_per_gpu": 255.62,
304
+ "tokens/trainable": 5493512
305
+ },
306
+ {
307
+ "epoch": 0.7169042769857433,
308
+ "grad_norm": 1.0390625,
309
+ "learning_rate": 9.517455302940388e-06,
310
+ "loss": 1.098876953125,
311
+ "memory/device_reserved (GiB)": 83.2,
312
+ "memory/max_active (GiB)": 68.89,
313
+ "memory/max_allocated (GiB)": 68.89,
314
+ "ppl": 3.00079,
315
+ "step": 22,
316
+ "tokens/total": 5767168,
317
+ "tokens/train_per_sec_per_gpu": 255.12,
318
+ "tokens/trainable": 5754904
319
+ },
320
+ {
321
+ "epoch": 0.7494908350305499,
322
+ "grad_norm": 1.3828125,
323
+ "learning_rate": 9.46347054878559e-06,
324
+ "loss": 1.1710205078125,
325
+ "memory/device_reserved (GiB)": 83.2,
326
+ "memory/max_active (GiB)": 68.89,
327
+ "memory/max_allocated (GiB)": 68.89,
328
+ "ppl": 3.22528,
329
+ "step": 23,
330
+ "tokens/total": 6029312,
331
+ "tokens/train_per_sec_per_gpu": 255.11,
332
+ "tokens/trainable": 6016307
333
+ },
334
+ {
335
+ "epoch": 0.7820773930753564,
336
+ "grad_norm": 1.171875,
337
+ "learning_rate": 9.406814140443898e-06,
338
+ "loss": 1.0035400390625,
339
+ "memory/device_reserved (GiB)": 83.2,
340
+ "memory/max_active (GiB)": 68.89,
341
+ "memory/max_allocated (GiB)": 68.89,
342
+ "ppl": 2.72792,
343
+ "step": 24,
344
+ "tokens/total": 6291456,
345
+ "tokens/train_per_sec_per_gpu": 255.74,
346
+ "tokens/trainable": 6277895
347
+ },
348
+ {
349
+ "epoch": 0.814663951120163,
350
+ "grad_norm": 1.578125,
351
+ "learning_rate": 9.347524268266092e-06,
352
+ "loss": 1.2330322265625,
353
+ "memory/device_reserved (GiB)": 83.2,
354
+ "memory/max_active (GiB)": 68.89,
355
+ "memory/max_allocated (GiB)": 68.89,
356
+ "ppl": 3.43162,
357
+ "step": 25,
358
+ "tokens/total": 6553600,
359
+ "tokens/train_per_sec_per_gpu": 254.29,
360
+ "tokens/trainable": 6539342
361
+ },
362
+ {
363
+ "epoch": 0.8472505091649695,
364
+ "grad_norm": 1.0390625,
365
+ "learning_rate": 9.285640897740316e-06,
366
+ "loss": 1.1314697265625,
367
+ "memory/device_reserved (GiB)": 83.2,
368
+ "memory/max_active (GiB)": 68.89,
369
+ "memory/max_allocated (GiB)": 68.89,
370
+ "ppl": 3.10021,
371
+ "step": 26,
372
+ "tokens/total": 6815744,
373
+ "tokens/train_per_sec_per_gpu": 254.73,
374
+ "tokens/trainable": 6800934
375
+ },
376
+ {
377
+ "epoch": 0.879837067209776,
378
+ "grad_norm": 1.8046875,
379
+ "learning_rate": 9.22120574255258e-06,
380
+ "loss": 1.0982666015625,
381
+ "memory/device_reserved (GiB)": 83.2,
382
+ "memory/max_active (GiB)": 68.89,
383
+ "memory/max_allocated (GiB)": 68.89,
384
+ "ppl": 2.99896,
385
+ "step": 27,
386
+ "tokens/total": 7077888,
387
+ "tokens/train_per_sec_per_gpu": 255.33,
388
+ "tokens/trainable": 7062352
389
+ },
390
+ {
391
+ "epoch": 0.9124236252545825,
392
+ "grad_norm": 1.265625,
393
+ "learning_rate": 9.154262236468826e-06,
394
+ "loss": 1.099609375,
395
+ "memory/device_reserved (GiB)": 83.2,
396
+ "memory/max_active (GiB)": 68.89,
397
+ "memory/max_allocated (GiB)": 68.89,
398
+ "ppl": 3.00299,
399
+ "step": 28,
400
+ "tokens/total": 7340032,
401
+ "tokens/train_per_sec_per_gpu": 253.72,
402
+ "tokens/trainable": 7323488
403
+ },
404
+ {
405
+ "epoch": 0.945010183299389,
406
+ "grad_norm": 1.1875,
407
+ "learning_rate": 9.084855504057562e-06,
408
+ "loss": 1.1102294921875,
409
+ "memory/device_reserved (GiB)": 83.2,
410
+ "memory/max_active (GiB)": 68.89,
411
+ "memory/max_allocated (GiB)": 68.89,
412
+ "ppl": 3.03505,
413
+ "step": 29,
414
+ "tokens/total": 7602176,
415
+ "tokens/train_per_sec_per_gpu": 256.49,
416
+ "tokens/trainable": 7584813
417
+ },
418
+ {
419
+ "epoch": 0.9775967413441955,
420
+ "grad_norm": 1.3984375,
421
+ "learning_rate": 9.013032330272777e-06,
422
+ "loss": 1.1253662109375,
423
+ "memory/device_reserved (GiB)": 83.2,
424
+ "memory/max_active (GiB)": 68.89,
425
+ "memory/max_allocated (GiB)": 68.89,
426
+ "ppl": 3.08135,
427
+ "step": 30,
428
+ "tokens/total": 7864320,
429
+ "tokens/train_per_sec_per_gpu": 254.62,
430
+ "tokens/trainable": 7846058
431
+ },
432
+ {
433
+ "epoch": 1.0,
434
+ "grad_norm": 2.1875,
435
+ "learning_rate": 8.938841128917622e-06,
436
+ "loss": 1.208984375,
437
+ "memory/device_reserved (GiB)": 83.2,
438
+ "memory/max_active (GiB)": 68.89,
439
+ "memory/max_allocated (GiB)": 68.89,
440
+ "ppl": 3.35008,
441
+ "step": 31,
442
+ "tokens/total": 8044544,
443
+ "tokens/train_per_sec_per_gpu": 189.49,
444
+ "tokens/trainable": 8017124
445
+ },
446
+ {
447
+ "epoch": 1.0325865580448066,
448
+ "grad_norm": 4.71875,
449
+ "learning_rate": 8.86233191001016e-06,
450
+ "loss": 1.2061767578125,
451
+ "memory/device_reserved (GiB)": 83.2,
452
+ "memory/max_active (GiB)": 68.89,
453
+ "memory/max_allocated (GiB)": 68.89,
454
+ "ppl": 3.34069,
455
+ "step": 32,
456
+ "tokens/total": 8306688,
457
+ "tokens/train_per_sec_per_gpu": 253.6,
458
+ "tokens/trainable": 8278814
459
+ },
460
+ {
461
+ "epoch": 1.065173116089613,
462
+ "grad_norm": 2.078125,
463
+ "learning_rate": 8.783556246073135e-06,
464
+ "loss": 1.1258544921875,
465
+ "memory/device_reserved (GiB)": 83.2,
466
+ "memory/max_active (GiB)": 68.89,
467
+ "memory/max_allocated (GiB)": 68.89,
468
+ "ppl": 3.08285,
469
+ "step": 33,
470
+ "tokens/total": 8568832,
471
+ "tokens/train_per_sec_per_gpu": 254.33,
472
+ "tokens/trainable": 8540499
473
+ },
474
+ {
475
+ "epoch": 1.0977596741344195,
476
+ "grad_norm": 1.9140625,
477
+ "learning_rate": 8.702567237370521e-06,
478
+ "loss": 1.1329345703125,
479
+ "memory/device_reserved (GiB)": 83.2,
480
+ "memory/max_active (GiB)": 68.89,
481
+ "memory/max_allocated (GiB)": 68.89,
482
+ "ppl": 3.10475,
483
+ "step": 34,
484
+ "tokens/total": 8830976,
485
+ "tokens/train_per_sec_per_gpu": 255.14,
486
+ "tokens/trainable": 8802205
487
+ },
488
+ {
489
+ "epoch": 1.1303462321792261,
490
+ "grad_norm": 1.046875,
491
+ "learning_rate": 8.619419476114251e-06,
492
+ "loss": 1.035400390625,
493
+ "memory/device_reserved (GiB)": 83.2,
494
+ "memory/max_active (GiB)": 68.89,
495
+ "memory/max_allocated (GiB)": 68.89,
496
+ "ppl": 2.81623,
497
+ "step": 35,
498
+ "tokens/total": 9093120,
499
+ "tokens/train_per_sec_per_gpu": 255.14,
500
+ "tokens/trainable": 9063740
501
+ },
502
+ {
503
+ "epoch": 1.1629327902240325,
504
+ "grad_norm": 1.15625,
505
+ "learning_rate": 8.534169009665282e-06,
506
+ "loss": 1.0863037109375,
507
+ "memory/device_reserved (GiB)": 83.2,
508
+ "memory/max_active (GiB)": 68.89,
509
+ "memory/max_allocated (GiB)": 68.89,
510
+ "ppl": 2.9633,
511
+ "step": 36,
512
+ "tokens/total": 9355264,
513
+ "tokens/train_per_sec_per_gpu": 254.09,
514
+ "tokens/trainable": 9325182
515
+ },
516
+ {
517
+ "epoch": 1.195519348268839,
518
+ "grad_norm": 1.125,
519
+ "learning_rate": 8.446873302753783e-06,
520
+ "loss": 1.094482421875,
521
+ "memory/device_reserved (GiB)": 83.2,
522
+ "memory/max_active (GiB)": 68.89,
523
+ "memory/max_allocated (GiB)": 68.89,
524
+ "ppl": 2.98764,
525
+ "step": 37,
526
+ "tokens/total": 9617408,
527
+ "tokens/train_per_sec_per_gpu": 254.54,
528
+ "tokens/trainable": 9586714
529
+ },
530
+ {
531
+ "epoch": 1.2281059063136457,
532
+ "grad_norm": 2.171875,
533
+ "learning_rate": 8.357591198743923e-06,
534
+ "loss": 1.06298828125,
535
+ "memory/device_reserved (GiB)": 83.2,
536
+ "memory/max_active (GiB)": 68.89,
537
+ "memory/max_allocated (GiB)": 68.89,
538
+ "ppl": 2.89501,
539
+ "step": 38,
540
+ "tokens/total": 9879552,
541
+ "tokens/train_per_sec_per_gpu": 254.93,
542
+ "tokens/trainable": 9848284
543
+ },
544
+ {
545
+ "epoch": 1.260692464358452,
546
+ "grad_norm": 1.6015625,
547
+ "learning_rate": 8.266382879969356e-06,
548
+ "loss": 1.0103759765625,
549
+ "memory/device_reserved (GiB)": 83.2,
550
+ "memory/max_active (GiB)": 68.89,
551
+ "memory/max_allocated (GiB)": 68.89,
552
+ "ppl": 2.74663,
553
+ "step": 39,
554
+ "tokens/total": 10141696,
555
+ "tokens/train_per_sec_per_gpu": 255.95,
556
+ "tokens/trainable": 10109921
557
+ },
558
+ {
559
+ "epoch": 1.2932790224032586,
560
+ "grad_norm": 1.375,
561
+ "learning_rate": 8.17330982716615e-06,
562
+ "loss": 1.096923828125,
563
+ "memory/device_reserved (GiB)": 83.2,
564
+ "memory/max_active (GiB)": 68.89,
565
+ "memory/max_allocated (GiB)": 68.89,
566
+ "ppl": 2.99494,
567
+ "step": 40,
568
+ "tokens/total": 10403840,
569
+ "tokens/train_per_sec_per_gpu": 250.18,
570
+ "tokens/trainable": 10371483
571
+ },
572
+ {
573
+ "epoch": 1.3258655804480652,
574
+ "grad_norm": 2.328125,
575
+ "learning_rate": 8.078434778030511e-06,
576
+ "loss": 1.08544921875,
577
+ "memory/device_reserved (GiB)": 83.2,
578
+ "memory/max_active (GiB)": 68.89,
579
+ "memory/max_allocated (GiB)": 68.89,
580
+ "ppl": 2.96077,
581
+ "step": 41,
582
+ "tokens/total": 10665984,
583
+ "tokens/train_per_sec_per_gpu": 254.08,
584
+ "tokens/trainable": 10632994
585
+ },
586
+ {
587
+ "epoch": 1.3584521384928716,
588
+ "grad_norm": 4.625,
589
+ "learning_rate": 7.981821684929218e-06,
590
+ "loss": 1.2464599609375,
591
+ "memory/device_reserved (GiB)": 83.2,
592
+ "memory/max_active (GiB)": 68.89,
593
+ "memory/max_allocated (GiB)": 68.89,
594
+ "ppl": 3.47801,
595
+ "step": 42,
596
+ "tokens/total": 10928128,
597
+ "tokens/train_per_sec_per_gpu": 254.42,
598
+ "tokens/trainable": 10894583
599
+ },
600
+ {
601
+ "epoch": 1.3910386965376782,
602
+ "grad_norm": 1.296875,
603
+ "learning_rate": 7.883535671791294e-06,
604
+ "loss": 1.100341796875,
605
+ "memory/device_reserved (GiB)": 83.2,
606
+ "memory/max_active (GiB)": 68.89,
607
+ "memory/max_allocated (GiB)": 68.89,
608
+ "ppl": 3.00519,
609
+ "step": 43,
610
+ "tokens/total": 11190272,
611
+ "tokens/train_per_sec_per_gpu": 254.37,
612
+ "tokens/trainable": 11156144
613
+ },
614
+ {
615
+ "epoch": 1.4236252545824848,
616
+ "grad_norm": 2.71875,
617
+ "learning_rate": 7.783642990209951e-06,
618
+ "loss": 0.9239501953125,
619
+ "memory/device_reserved (GiB)": 83.2,
620
+ "memory/max_active (GiB)": 68.89,
621
+ "memory/max_allocated (GiB)": 68.89,
622
+ "ppl": 2.51922,
623
+ "step": 44,
624
+ "tokens/total": 11452416,
625
+ "tokens/train_per_sec_per_gpu": 255.65,
626
+ "tokens/trainable": 11417657
627
+ },
628
+ {
629
+ "epoch": 1.4562118126272914,
630
+ "grad_norm": 0.984375,
631
+ "learning_rate": 7.682210974784426e-06,
632
+ "loss": 1.04559326171875,
633
+ "memory/device_reserved (GiB)": 83.2,
634
+ "memory/max_active (GiB)": 68.89,
635
+ "memory/max_allocated (GiB)": 68.89,
636
+ "ppl": 2.84509,
637
+ "step": 45,
638
+ "tokens/total": 11714560,
639
+ "tokens/train_per_sec_per_gpu": 253.21,
640
+ "tokens/trainable": 11679451
641
+ },
642
+ {
643
+ "epoch": 1.4887983706720977,
644
+ "grad_norm": 1.4921875,
645
+ "learning_rate": 7.579307997731783e-06,
646
+ "loss": 1.1317138671875,
647
+ "memory/device_reserved (GiB)": 83.2,
648
+ "memory/max_active (GiB)": 68.89,
649
+ "memory/max_allocated (GiB)": 68.89,
650
+ "ppl": 3.10097,
651
+ "step": 46,
652
+ "tokens/total": 11976704,
653
+ "tokens/train_per_sec_per_gpu": 253.66,
654
+ "tokens/trainable": 11941075
655
+ },
656
+ {
657
+ "epoch": 1.5213849287169041,
658
+ "grad_norm": 1.078125,
659
+ "learning_rate": 7.475003422799302e-06,
660
+ "loss": 1.0257568359375,
661
+ "memory/device_reserved (GiB)": 83.2,
662
+ "memory/max_active (GiB)": 68.89,
663
+ "memory/max_allocated (GiB)": 68.89,
664
+ "ppl": 2.78921,
665
+ "step": 47,
666
+ "tokens/total": 12238848,
667
+ "tokens/train_per_sec_per_gpu": 255.11,
668
+ "tokens/trainable": 12202639
669
+ },
670
+ {
671
+ "epoch": 1.5539714867617107,
672
+ "grad_norm": 1.5625,
673
+ "learning_rate": 7.36936755850849e-06,
674
+ "loss": 1.0682373046875,
675
+ "memory/device_reserved (GiB)": 83.2,
676
+ "memory/max_active (GiB)": 68.89,
677
+ "memory/max_allocated (GiB)": 68.89,
678
+ "ppl": 2.91025,
679
+ "step": 48,
680
+ "tokens/total": 12500992,
681
+ "tokens/train_per_sec_per_gpu": 252.51,
682
+ "tokens/trainable": 12464200
683
+ },
684
+ {
685
+ "epoch": 1.5865580448065173,
686
+ "grad_norm": 1.265625,
687
+ "learning_rate": 7.2624716107622675e-06,
688
+ "loss": 1.0413818359375,
689
+ "memory/device_reserved (GiB)": 83.2,
690
+ "memory/max_active (GiB)": 68.89,
691
+ "memory/max_allocated (GiB)": 68.89,
692
+ "ppl": 2.83313,
693
+ "step": 49,
694
+ "tokens/total": 12763136,
695
+ "tokens/train_per_sec_per_gpu": 255.44,
696
+ "tokens/trainable": 12725850
697
+ },
698
+ {
699
+ "epoch": 1.6191446028513239,
700
+ "grad_norm": 1.40625,
701
+ "learning_rate": 7.154387634847241e-06,
702
+ "loss": 1.0535888671875,
703
+ "memory/device_reserved (GiB)": 83.2,
704
+ "memory/max_active (GiB)": 68.89,
705
+ "memory/max_allocated (GiB)": 68.89,
706
+ "ppl": 2.86793,
707
+ "step": 50,
708
+ "tokens/total": 13025280,
709
+ "tokens/train_per_sec_per_gpu": 255.34,
710
+ "tokens/trainable": 12987575
711
+ },
712
+ {
713
+ "epoch": 1.6517311608961305,
714
+ "grad_norm": 1.1953125,
715
+ "learning_rate": 7.045188486863449e-06,
716
+ "loss": 1.037353515625,
717
+ "memory/device_reserved (GiB)": 83.2,
718
+ "memory/max_active (GiB)": 68.89,
719
+ "memory/max_allocated (GiB)": 68.89,
720
+ "ppl": 2.82174,
721
+ "step": 51,
722
+ "tokens/total": 13287424,
723
+ "tokens/train_per_sec_per_gpu": 254.48,
724
+ "tokens/trainable": 13249123
725
+ },
726
+ {
727
+ "epoch": 1.6843177189409368,
728
+ "grad_norm": 1.703125,
729
+ "learning_rate": 6.9349477746142846e-06,
730
+ "loss": 0.979248046875,
731
+ "memory/device_reserved (GiB)": 83.2,
732
+ "memory/max_active (GiB)": 68.89,
733
+ "memory/max_allocated (GiB)": 68.89,
734
+ "ppl": 2.66245,
735
+ "step": 52,
736
+ "tokens/total": 13549568,
737
+ "tokens/train_per_sec_per_gpu": 255.94,
738
+ "tokens/trainable": 13510636
739
+ },
740
+ {
741
+ "epoch": 1.7169042769857432,
742
+ "grad_norm": 0.98828125,
743
+ "learning_rate": 6.823739807989734e-06,
744
+ "loss": 0.972900390625,
745
+ "memory/device_reserved (GiB)": 83.2,
746
+ "memory/max_active (GiB)": 68.89,
747
+ "memory/max_allocated (GiB)": 68.89,
748
+ "ppl": 2.64561,
749
+ "step": 53,
750
+ "tokens/total": 13811712,
751
+ "tokens/train_per_sec_per_gpu": 255.27,
752
+ "tokens/trainable": 13772028
753
+ },
754
+ {
755
+ "epoch": 1.7494908350305498,
756
+ "grad_norm": 1.0,
757
+ "learning_rate": 6.7116395488763565e-06,
758
+ "loss": 1.0552978515625,
759
+ "memory/device_reserved (GiB)": 83.2,
760
+ "memory/max_active (GiB)": 68.89,
761
+ "memory/max_allocated (GiB)": 68.89,
762
+ "ppl": 2.87283,
763
+ "step": 54,
764
+ "tokens/total": 14073856,
765
+ "tokens/train_per_sec_per_gpu": 255.32,
766
+ "tokens/trainable": 14033431
767
+ },
768
+ {
769
+ "epoch": 1.7820773930753564,
770
+ "grad_norm": 1.3203125,
771
+ "learning_rate": 6.598722560627761e-06,
772
+ "loss": 0.8934326171875,
773
+ "memory/device_reserved (GiB)": 83.2,
774
+ "memory/max_active (GiB)": 68.89,
775
+ "memory/max_allocated (GiB)": 68.89,
776
+ "ppl": 2.4435,
777
+ "step": 55,
778
+ "tokens/total": 14336000,
779
+ "tokens/train_per_sec_per_gpu": 256.15,
780
+ "tokens/trainable": 14295019
781
+ },
782
+ {
783
+ "epoch": 1.814663951120163,
784
+ "grad_norm": 1.125,
785
+ "learning_rate": 6.485064957129677e-06,
786
+ "loss": 1.1385498046875,
787
+ "memory/device_reserved (GiB)": 83.2,
788
+ "memory/max_active (GiB)": 68.89,
789
+ "memory/max_allocated (GiB)": 68.89,
790
+ "ppl": 3.12224,
791
+ "step": 56,
792
+ "tokens/total": 14598144,
793
+ "tokens/train_per_sec_per_gpu": 254.38,
794
+ "tokens/trainable": 14556466
795
+ },
796
+ {
797
+ "epoch": 1.8472505091649696,
798
+ "grad_norm": 1.15625,
799
+ "learning_rate": 6.370743351493899e-06,
800
+ "loss": 1.02783203125,
801
+ "memory/device_reserved (GiB)": 83.2,
802
+ "memory/max_active (GiB)": 68.89,
803
+ "memory/max_allocated (GiB)": 68.89,
804
+ "ppl": 2.795,
805
+ "step": 57,
806
+ "tokens/total": 14860288,
807
+ "tokens/train_per_sec_per_gpu": 254.73,
808
+ "tokens/trainable": 14818058
809
+ },
810
+ {
811
+ "epoch": 1.879837067209776,
812
+ "grad_norm": 4.125,
813
+ "learning_rate": 6.255834804415742e-06,
814
+ "loss": 1.0128173828125,
815
+ "memory/device_reserved (GiB)": 83.2,
816
+ "memory/max_active (GiB)": 68.89,
817
+ "memory/max_allocated (GiB)": 68.89,
818
+ "ppl": 2.75335,
819
+ "step": 58,
820
+ "tokens/total": 15122432,
821
+ "tokens/train_per_sec_per_gpu": 252.83,
822
+ "tokens/trainable": 15079476
823
+ },
824
+ {
825
+ "epoch": 1.9124236252545825,
826
+ "grad_norm": 1.2890625,
827
+ "learning_rate": 6.140416772229785e-06,
828
+ "loss": 1.0045166015625,
829
+ "memory/device_reserved (GiB)": 83.2,
830
+ "memory/max_active (GiB)": 68.89,
831
+ "memory/max_allocated (GiB)": 68.89,
832
+ "ppl": 2.73059,
833
+ "step": 59,
834
+ "tokens/total": 15384576,
835
+ "tokens/train_per_sec_per_gpu": 253.36,
836
+ "tokens/trainable": 15340612
837
+ },
838
+ {
839
+ "epoch": 1.945010183299389,
840
+ "grad_norm": 1.1015625,
841
+ "learning_rate": 6.0245670546989165e-06,
842
+ "loss": 1.01708984375,
843
+ "memory/device_reserved (GiB)": 83.2,
844
+ "memory/max_active (GiB)": 68.89,
845
+ "memory/max_allocated (GiB)": 68.89,
846
+ "ppl": 2.76514,
847
+ "step": 60,
848
+ "tokens/total": 15646720,
849
+ "tokens/train_per_sec_per_gpu": 256.27,
850
+ "tokens/trainable": 15601937
851
+ },
852
+ {
853
+ "epoch": 1.9775967413441955,
854
+ "grad_norm": 1.0859375,
855
+ "learning_rate": 5.908363742571915e-06,
856
+ "loss": 1.04248046875,
857
+ "memory/device_reserved (GiB)": 83.2,
858
+ "memory/max_active (GiB)": 68.89,
859
+ "memory/max_allocated (GiB)": 68.89,
860
+ "ppl": 2.83624,
861
+ "step": 61,
862
+ "tokens/total": 15908864,
863
+ "tokens/train_per_sec_per_gpu": 254.31,
864
+ "tokens/trainable": 15863182
865
+ },
866
+ {
867
+ "epoch": 2.0,
868
+ "grad_norm": 1.3125,
869
+ "learning_rate": 5.791885164944844e-06,
870
+ "loss": 1.118896484375,
871
+ "memory/device_reserved (GiB)": 83.2,
872
+ "memory/max_active (GiB)": 68.89,
873
+ "memory/max_allocated (GiB)": 68.89,
874
+ "ppl": 3.06147,
875
+ "step": 62,
876
+ "tokens/total": 16089088,
877
+ "tokens/train_per_sec_per_gpu": 190.14,
878
+ "tokens/trainable": 16034248
879
+ },
880
+ {
881
+ "epoch": 2.0325865580448066,
882
+ "grad_norm": 1.3515625,
883
+ "learning_rate": 5.67520983646182e-06,
884
+ "loss": 1.15771484375,
885
+ "memory/device_reserved (GiB)": 83.2,
886
+ "memory/max_active (GiB)": 68.89,
887
+ "memory/max_allocated (GiB)": 68.89,
888
+ "ppl": 3.18265,
889
+ "step": 63,
890
+ "tokens/total": 16351232,
891
+ "tokens/train_per_sec_per_gpu": 253.6,
892
+ "tokens/trainable": 16295938
893
+ },
894
+ {
895
+ "epoch": 2.065173116089613,
896
+ "grad_norm": 1.0703125,
897
+ "learning_rate": 5.5584164043906895e-06,
898
+ "loss": 1.06201171875,
899
+ "memory/device_reserved (GiB)": 83.2,
900
+ "memory/max_active (GiB)": 68.89,
901
+ "memory/max_allocated (GiB)": 68.89,
902
+ "ppl": 2.89218,
903
+ "step": 64,
904
+ "tokens/total": 16613376,
905
+ "tokens/train_per_sec_per_gpu": 254.19,
906
+ "tokens/trainable": 16557623
907
+ },
908
+ {
909
+ "epoch": 2.0977596741344193,
910
+ "grad_norm": 1.015625,
911
+ "learning_rate": 5.441583595609312e-06,
912
+ "loss": 1.06689453125,
913
+ "memory/device_reserved (GiB)": 83.2,
914
+ "memory/max_active (GiB)": 68.89,
915
+ "memory/max_allocated (GiB)": 68.89,
916
+ "ppl": 2.90634,
917
+ "step": 65,
918
+ "tokens/total": 16875520,
919
+ "tokens/train_per_sec_per_gpu": 255.11,
920
+ "tokens/trainable": 16819328
921
+ },
922
+ {
923
+ "epoch": 2.130346232179226,
924
+ "grad_norm": 1.28125,
925
+ "learning_rate": 5.324790163538181e-06,
926
+ "loss": 0.959716796875,
927
+ "memory/device_reserved (GiB)": 83.2,
928
+ "memory/max_active (GiB)": 68.89,
929
+ "memory/max_allocated (GiB)": 68.89,
930
+ "ppl": 2.61096,
931
+ "step": 66,
932
+ "tokens/total": 17137664,
933
+ "tokens/train_per_sec_per_gpu": 255.19,
934
+ "tokens/trainable": 17080864
935
+ },
936
+ {
937
+ "epoch": 2.1629327902240325,
938
+ "grad_norm": 0.99609375,
939
+ "learning_rate": 5.208114835055157e-06,
940
+ "loss": 1.015869140625,
941
+ "memory/device_reserved (GiB)": 83.2,
942
+ "memory/max_active (GiB)": 68.89,
943
+ "memory/max_allocated (GiB)": 68.89,
944
+ "ppl": 2.76176,
945
+ "step": 67,
946
+ "tokens/total": 17399808,
947
+ "tokens/train_per_sec_per_gpu": 254.37,
948
+ "tokens/trainable": 17342308
949
+ },
950
+ {
951
+ "epoch": 2.195519348268839,
952
+ "grad_norm": 1.25,
953
+ "learning_rate": 5.0916362574280864e-06,
954
+ "loss": 1.029541015625,
955
+ "memory/device_reserved (GiB)": 83.2,
956
+ "memory/max_active (GiB)": 68.89,
957
+ "memory/max_allocated (GiB)": 68.89,
958
+ "ppl": 2.79978,
959
+ "step": 68,
960
+ "tokens/total": 17661952,
961
+ "tokens/train_per_sec_per_gpu": 254.67,
962
+ "tokens/trainable": 17603842
963
+ },
964
+ {
965
+ "epoch": 2.2281059063136457,
966
+ "grad_norm": 2.0625,
967
+ "learning_rate": 4.975432945301085e-06,
968
+ "loss": 1.0140380859375,
969
+ "memory/device_reserved (GiB)": 83.2,
970
+ "memory/max_active (GiB)": 68.89,
971
+ "memory/max_allocated (GiB)": 68.89,
972
+ "ppl": 2.75671,
973
+ "step": 69,
974
+ "tokens/total": 17924096,
975
+ "tokens/train_per_sec_per_gpu": 254.95,
976
+ "tokens/trainable": 17865408
977
+ },
978
+ {
979
+ "epoch": 2.2606924643584523,
980
+ "grad_norm": 1.015625,
981
+ "learning_rate": 4.859583227770218e-06,
982
+ "loss": 0.9541015625,
983
+ "memory/device_reserved (GiB)": 83.2,
984
+ "memory/max_active (GiB)": 68.89,
985
+ "memory/max_allocated (GiB)": 68.89,
986
+ "ppl": 2.59634,
987
+ "step": 70,
988
+ "tokens/total": 18186240,
989
+ "tokens/train_per_sec_per_gpu": 256.18,
990
+ "tokens/trainable": 18127044
991
+ },
992
+ {
993
+ "epoch": 2.293279022403259,
994
+ "grad_norm": 1.2421875,
995
+ "learning_rate": 4.744165195584258e-06,
996
+ "loss": 1.041259765625,
997
+ "memory/device_reserved (GiB)": 83.2,
998
+ "memory/max_active (GiB)": 68.89,
999
+ "memory/max_allocated (GiB)": 68.89,
1000
+ "ppl": 2.83278,
1001
+ "step": 71,
1002
+ "tokens/total": 18448384,
1003
+ "tokens/train_per_sec_per_gpu": 255.1,
1004
+ "tokens/trainable": 18388602
1005
+ },
1006
+ {
1007
+ "epoch": 2.325865580448065,
1008
+ "grad_norm": 1.3984375,
1009
+ "learning_rate": 4.6292566485061015e-06,
1010
+ "loss": 1.0445556640625,
1011
+ "memory/device_reserved (GiB)": 83.2,
1012
+ "memory/max_active (GiB)": 68.89,
1013
+ "memory/max_allocated (GiB)": 68.89,
1014
+ "ppl": 2.84214,
1015
+ "step": 72,
1016
+ "tokens/total": 18710528,
1017
+ "tokens/train_per_sec_per_gpu": 254.16,
1018
+ "tokens/trainable": 18650108
1019
+ },
1020
+ {
1021
+ "epoch": 2.3584521384928716,
1022
+ "grad_norm": 1.1484375,
1023
+ "learning_rate": 4.514935042870324e-06,
1024
+ "loss": 1.213623046875,
1025
+ "memory/device_reserved (GiB)": 83.2,
1026
+ "memory/max_active (GiB)": 68.89,
1027
+ "memory/max_allocated (GiB)": 68.89,
1028
+ "ppl": 3.36566,
1029
+ "step": 73,
1030
+ "tokens/total": 18972672,
1031
+ "tokens/train_per_sec_per_gpu": 254.87,
1032
+ "tokens/trainable": 18911704
1033
+ },
1034
+ {
1035
+ "epoch": 2.391038696537678,
1036
+ "grad_norm": 1.234375,
1037
+ "learning_rate": 4.40127743937224e-06,
1038
+ "loss": 1.045166015625,
1039
+ "memory/device_reserved (GiB)": 83.2,
1040
+ "memory/max_active (GiB)": 68.89,
1041
+ "memory/max_allocated (GiB)": 68.89,
1042
+ "ppl": 2.84387,
1043
+ "step": 74,
1044
+ "tokens/total": 19234816,
1045
+ "tokens/train_per_sec_per_gpu": 254.42,
1046
+ "tokens/trainable": 19173264
1047
+ },
1048
+ {
1049
+ "epoch": 2.423625254582485,
1050
+ "grad_norm": 2.25,
1051
+ "learning_rate": 4.288360451123646e-06,
1052
+ "loss": 0.8837890625,
1053
+ "memory/device_reserved (GiB)": 83.2,
1054
+ "memory/max_active (GiB)": 68.89,
1055
+ "memory/max_allocated (GiB)": 68.89,
1056
+ "ppl": 2.42005,
1057
+ "step": 75,
1058
+ "tokens/total": 19496960,
1059
+ "tokens/train_per_sec_per_gpu": 255.7,
1060
+ "tokens/trainable": 19434780
1061
+ },
1062
+ {
1063
+ "epoch": 2.4562118126272914,
1064
+ "grad_norm": 2.859375,
1065
+ "learning_rate": 4.1762601920102675e-06,
1066
+ "loss": 0.9906005859375,
1067
+ "memory/device_reserved (GiB)": 83.2,
1068
+ "memory/max_active (GiB)": 68.89,
1069
+ "memory/max_allocated (GiB)": 68.89,
1070
+ "ppl": 2.69285,
1071
+ "step": 76,
1072
+ "tokens/total": 19759104,
1073
+ "tokens/train_per_sec_per_gpu": 253.15,
1074
+ "tokens/trainable": 19696572
1075
+ },
1076
+ {
1077
+ "epoch": 2.4887983706720975,
1078
+ "grad_norm": 1.1171875,
1079
+ "learning_rate": 4.065052225385717e-06,
1080
+ "loss": 1.084716796875,
1081
+ "memory/device_reserved (GiB)": 83.2,
1082
+ "memory/max_active (GiB)": 68.89,
1083
+ "memory/max_allocated (GiB)": 68.89,
1084
+ "ppl": 2.9586,
1085
+ "step": 77,
1086
+ "tokens/total": 20021248,
1087
+ "tokens/train_per_sec_per_gpu": 253.49,
1088
+ "tokens/trainable": 19958192
1089
+ },
1090
+ {
1091
+ "epoch": 2.521384928716904,
1092
+ "grad_norm": 1.2890625,
1093
+ "learning_rate": 3.954811513136554e-06,
1094
+ "loss": 0.9735107421875,
1095
+ "memory/device_reserved (GiB)": 83.2,
1096
+ "memory/max_active (GiB)": 68.89,
1097
+ "memory/max_allocated (GiB)": 68.89,
1098
+ "ppl": 2.64722,
1099
+ "step": 78,
1100
+ "tokens/total": 20283392,
1101
+ "tokens/train_per_sec_per_gpu": 255.53,
1102
+ "tokens/trainable": 20219756
1103
+ },
1104
+ {
1105
+ "epoch": 2.5539714867617107,
1106
+ "grad_norm": 1.2734375,
1107
+ "learning_rate": 3.84561236515276e-06,
1108
+ "loss": 1.0286865234375,
1109
+ "memory/device_reserved (GiB)": 83.2,
1110
+ "memory/max_active (GiB)": 68.89,
1111
+ "memory/max_allocated (GiB)": 68.89,
1112
+ "ppl": 2.79739,
1113
+ "step": 79,
1114
+ "tokens/total": 20545536,
1115
+ "tokens/train_per_sec_per_gpu": 252.65,
1116
+ "tokens/trainable": 20481318
1117
+ },
1118
+ {
1119
+ "epoch": 2.5865580448065173,
1120
+ "grad_norm": 1.171875,
1121
+ "learning_rate": 3.7375283892377344e-06,
1122
+ "loss": 0.99755859375,
1123
+ "memory/device_reserved (GiB)": 83.2,
1124
+ "memory/max_active (GiB)": 68.89,
1125
+ "memory/max_allocated (GiB)": 68.89,
1126
+ "ppl": 2.71165,
1127
+ "step": 80,
1128
+ "tokens/total": 20807680,
1129
+ "tokens/train_per_sec_per_gpu": 255.68,
1130
+ "tokens/trainable": 20742968
1131
+ },
1132
+ {
1133
+ "epoch": 2.619144602851324,
1134
+ "grad_norm": 1.6015625,
1135
+ "learning_rate": 3.630632441491512e-06,
1136
+ "loss": 1.01611328125,
1137
+ "memory/device_reserved (GiB)": 83.2,
1138
+ "memory/max_active (GiB)": 68.89,
1139
+ "memory/max_allocated (GiB)": 68.89,
1140
+ "ppl": 2.76244,
1141
+ "step": 81,
1142
+ "tokens/total": 21069824,
1143
+ "tokens/train_per_sec_per_gpu": 255.54,
1144
+ "tokens/trainable": 21004696
1145
+ },
1146
+ {
1147
+ "epoch": 2.6517311608961305,
1148
+ "grad_norm": 1.0546875,
1149
+ "learning_rate": 3.5249965772007e-06,
1150
+ "loss": 0.997314453125,
1151
+ "memory/device_reserved (GiB)": 83.2,
1152
+ "memory/max_active (GiB)": 68.89,
1153
+ "memory/max_allocated (GiB)": 68.89,
1154
+ "ppl": 2.71099,
1155
+ "step": 82,
1156
+ "tokens/total": 21331968,
1157
+ "tokens/train_per_sec_per_gpu": 254.35,
1158
+ "tokens/trainable": 21266244
1159
+ },
1160
+ {
1161
+ "epoch": 2.684317718940937,
1162
+ "grad_norm": 1.3671875,
1163
+ "learning_rate": 3.4206920022682173e-06,
1164
+ "loss": 0.9415283203125,
1165
+ "memory/device_reserved (GiB)": 83.2,
1166
+ "memory/max_active (GiB)": 68.89,
1167
+ "memory/max_allocated (GiB)": 68.89,
1168
+ "ppl": 2.5639,
1169
+ "step": 83,
1170
+ "tokens/total": 21594112,
1171
+ "tokens/train_per_sec_per_gpu": 255.48,
1172
+ "tokens/trainable": 21527762
1173
+ },
1174
+ {
1175
+ "epoch": 2.716904276985743,
1176
+ "grad_norm": 1.015625,
1177
+ "learning_rate": 3.3177890252155755e-06,
1178
+ "loss": 0.9327392578125,
1179
+ "memory/device_reserved (GiB)": 83.2,
1180
+ "memory/max_active (GiB)": 68.89,
1181
+ "memory/max_allocated (GiB)": 68.89,
1182
+ "ppl": 2.54146,
1183
+ "step": 84,
1184
+ "tokens/total": 21856256,
1185
+ "tokens/train_per_sec_per_gpu": 255.1,
1186
+ "tokens/trainable": 21789156
1187
+ },
1188
+ {
1189
+ "epoch": 2.74949083503055,
1190
+ "grad_norm": 2.71875,
1191
+ "learning_rate": 3.2163570097900497e-06,
1192
+ "loss": 1.014404296875,
1193
+ "memory/device_reserved (GiB)": 83.2,
1194
+ "memory/max_active (GiB)": 68.89,
1195
+ "memory/max_allocated (GiB)": 68.89,
1196
+ "ppl": 2.75772,
1197
+ "step": 85,
1198
+ "tokens/total": 22118400,
1199
+ "tokens/train_per_sec_per_gpu": 255.17,
1200
+ "tokens/trainable": 22050560
1201
+ },
1202
+ {
1203
+ "epoch": 2.7820773930753564,
1204
+ "grad_norm": 1.0625,
1205
+ "learning_rate": 3.116464328208708e-06,
1206
+ "loss": 0.8604736328125,
1207
+ "memory/device_reserved (GiB)": 83.2,
1208
+ "memory/max_active (GiB)": 68.89,
1209
+ "memory/max_allocated (GiB)": 68.89,
1210
+ "ppl": 2.36428,
1211
+ "step": 86,
1212
+ "tokens/total": 22380544,
1213
+ "tokens/train_per_sec_per_gpu": 255.95,
1214
+ "tokens/trainable": 22312150
1215
+ },
1216
+ {
1217
+ "epoch": 2.814663951120163,
1218
+ "grad_norm": 1.359375,
1219
+ "learning_rate": 3.0181783150707827e-06,
1220
+ "loss": 1.10498046875,
1221
+ "memory/device_reserved (GiB)": 83.2,
1222
+ "memory/max_active (GiB)": 68.89,
1223
+ "memory/max_allocated (GiB)": 68.89,
1224
+ "ppl": 3.01917,
1225
+ "step": 87,
1226
+ "tokens/total": 22642688,
1227
+ "tokens/train_per_sec_per_gpu": 254.3,
1228
+ "tokens/trainable": 22573596
1229
+ },
1230
+ {
1231
+ "epoch": 2.8472505091649696,
1232
+ "grad_norm": 2.1875,
1233
+ "learning_rate": 2.921565221969492e-06,
1234
+ "loss": 0.997802734375,
1235
+ "memory/device_reserved (GiB)": 83.2,
1236
+ "memory/max_active (GiB)": 68.89,
1237
+ "memory/max_allocated (GiB)": 68.89,
1238
+ "ppl": 2.71232,
1239
+ "step": 88,
1240
+ "tokens/total": 22904832,
1241
+ "tokens/train_per_sec_per_gpu": 254.74,
1242
+ "tokens/trainable": 22835190
1243
+ },
1244
+ {
1245
+ "epoch": 2.8798370672097757,
1246
+ "grad_norm": 1.7421875,
1247
+ "learning_rate": 2.8266901728338526e-06,
1248
+ "loss": 0.99560546875,
1249
+ "memory/device_reserved (GiB)": 83.2,
1250
+ "memory/max_active (GiB)": 68.89,
1251
+ "memory/max_allocated (GiB)": 68.89,
1252
+ "ppl": 2.70636,
1253
+ "step": 89,
1254
+ "tokens/total": 23166976,
1255
+ "tokens/train_per_sec_per_gpu": 255.35,
1256
+ "tokens/trainable": 23096608
1257
+ },
1258
+ {
1259
+ "epoch": 2.9124236252545828,
1260
+ "grad_norm": 1.3828125,
1261
+ "learning_rate": 2.7336171200306467e-06,
1262
+ "loss": 0.9744873046875,
1263
+ "memory/device_reserved (GiB)": 83.2,
1264
+ "memory/max_active (GiB)": 68.89,
1265
+ "memory/max_allocated (GiB)": 68.89,
1266
+ "ppl": 2.64981,
1267
+ "step": 90,
1268
+ "tokens/total": 23429120,
1269
+ "tokens/train_per_sec_per_gpu": 253.57,
1270
+ "tokens/trainable": 23357748
1271
+ },
1272
+ {
1273
+ "epoch": 2.945010183299389,
1274
+ "grad_norm": 1.546875,
1275
+ "learning_rate": 2.6424088012560766e-06,
1276
+ "loss": 0.9864501953125,
1277
+ "memory/device_reserved (GiB)": 83.2,
1278
+ "memory/max_active (GiB)": 68.89,
1279
+ "memory/max_allocated (GiB)": 68.89,
1280
+ "ppl": 2.6817,
1281
+ "step": 91,
1282
+ "tokens/total": 23691264,
1283
+ "tokens/train_per_sec_per_gpu": 256.57,
1284
+ "tokens/trainable": 23619068
1285
+ },
1286
+ {
1287
+ "epoch": 2.9775967413441955,
1288
+ "grad_norm": 0.953125,
1289
+ "learning_rate": 2.5531266972462176e-06,
1290
+ "loss": 1.0126953125,
1291
+ "memory/device_reserved (GiB)": 83.2,
1292
+ "memory/max_active (GiB)": 68.89,
1293
+ "memory/max_allocated (GiB)": 68.89,
1294
+ "ppl": 2.75301,
1295
+ "step": 92,
1296
+ "tokens/total": 23953408,
1297
+ "tokens/train_per_sec_per_gpu": 254.73,
1298
+ "tokens/trainable": 23880316
1299
+ },
1300
+ {
1301
+ "epoch": 3.0,
1302
+ "grad_norm": 1.34375,
1303
+ "learning_rate": 2.4658309903347196e-06,
1304
+ "loss": 1.079345703125,
1305
+ "memory/device_reserved (GiB)": 83.2,
1306
+ "memory/max_active (GiB)": 68.89,
1307
+ "memory/max_allocated (GiB)": 68.89,
1308
+ "ppl": 2.94275,
1309
+ "step": 93,
1310
+ "tokens/total": 24133632,
1311
+ "tokens/train_per_sec_per_gpu": 190.27,
1312
+ "tokens/trainable": 24051380
1313
+ },
1314
+ {
1315
+ "epoch": 3.0325865580448066,
1316
+ "grad_norm": 1.375,
1317
+ "learning_rate": 2.380580523885751e-06,
1318
+ "loss": 1.1339111328125,
1319
+ "memory/device_reserved (GiB)": 83.2,
1320
+ "memory/max_active (GiB)": 68.89,
1321
+ "memory/max_allocated (GiB)": 68.89,
1322
+ "ppl": 3.10779,
1323
+ "step": 94,
1324
+ "tokens/total": 24395776,
1325
+ "tokens/train_per_sec_per_gpu": 245.35,
1326
+ "tokens/trainable": 24313072
1327
+ },
1328
+ {
1329
+ "epoch": 3.065173116089613,
1330
+ "grad_norm": 2.84375,
1331
+ "learning_rate": 2.29743276262948e-06,
1332
+ "loss": 1.0352783203125,
1333
+ "memory/device_reserved (GiB)": 83.2,
1334
+ "memory/max_active (GiB)": 68.89,
1335
+ "memory/max_allocated (GiB)": 68.89,
1336
+ "ppl": 2.81589,
1337
+ "step": 95,
1338
+ "tokens/total": 24657920,
1339
+ "tokens/train_per_sec_per_gpu": 251.51,
1340
+ "tokens/trainable": 24574758
1341
+ },
1342
+ {
1343
+ "epoch": 3.0977596741344193,
1344
+ "grad_norm": 1.2109375,
1345
+ "learning_rate": 2.2164437539268652e-06,
1346
+ "loss": 1.0400390625,
1347
+ "memory/device_reserved (GiB)": 83.2,
1348
+ "memory/max_active (GiB)": 68.89,
1349
+ "memory/max_allocated (GiB)": 68.89,
1350
+ "ppl": 2.82933,
1351
+ "step": 96,
1352
+ "tokens/total": 24920064,
1353
+ "tokens/train_per_sec_per_gpu": 255.22,
1354
+ "tokens/trainable": 24836468
1355
+ },
1356
+ {
1357
+ "epoch": 3.130346232179226,
1358
+ "grad_norm": 0.96875,
1359
+ "learning_rate": 2.1376680899898415e-06,
1360
+ "loss": 0.9400634765625,
1361
+ "memory/device_reserved (GiB)": 83.2,
1362
+ "memory/max_active (GiB)": 68.89,
1363
+ "memory/max_allocated (GiB)": 68.89,
1364
+ "ppl": 2.56014,
1365
+ "step": 97,
1366
+ "tokens/total": 25182208,
1367
+ "tokens/train_per_sec_per_gpu": 255.18,
1368
+ "tokens/trainable": 25098004
1369
+ },
1370
+ {
1371
+ "epoch": 3.1629327902240325,
1372
+ "grad_norm": 0.859375,
1373
+ "learning_rate": 2.0611588710823797e-06,
1374
+ "loss": 0.994140625,
1375
+ "memory/device_reserved (GiB)": 83.2,
1376
+ "memory/max_active (GiB)": 68.89,
1377
+ "memory/max_allocated (GiB)": 68.89,
1378
+ "ppl": 2.7024,
1379
+ "step": 98,
1380
+ "tokens/total": 25444352,
1381
+ "tokens/train_per_sec_per_gpu": 254.29,
1382
+ "tokens/trainable": 25359448
1383
+ },
1384
+ {
1385
+ "epoch": 3.195519348268839,
1386
+ "grad_norm": 1.046875,
1387
+ "learning_rate": 1.986967669727224e-06,
1388
+ "loss": 1.01171875,
1389
+ "memory/device_reserved (GiB)": 83.2,
1390
+ "memory/max_active (GiB)": 68.89,
1391
+ "memory/max_allocated (GiB)": 68.89,
1392
+ "ppl": 2.75032,
1393
+ "step": 99,
1394
+ "tokens/total": 25706496,
1395
+ "tokens/train_per_sec_per_gpu": 254.37,
1396
+ "tokens/trainable": 25620982
1397
+ },
1398
+ {
1399
+ "epoch": 3.2281059063136457,
1400
+ "grad_norm": 1.421875,
1401
+ "learning_rate": 1.9151444959424383e-06,
1402
+ "loss": 0.9998779296875,
1403
+ "memory/device_reserved (GiB)": 83.2,
1404
+ "memory/max_active (GiB)": 68.89,
1405
+ "memory/max_allocated (GiB)": 68.89,
1406
+ "ppl": 2.71795,
1407
+ "step": 100,
1408
+ "tokens/total": 25968640,
1409
+ "tokens/train_per_sec_per_gpu": 254.65,
1410
+ "tokens/trainable": 25882548
1411
+ },
1412
+ {
1413
+ "epoch": 3.2606924643584523,
1414
+ "grad_norm": 3.046875,
1415
+ "learning_rate": 1.8457377635311763e-06,
1416
+ "loss": 0.9356689453125,
1417
+ "memory/device_reserved (GiB)": 83.2,
1418
+ "memory/max_active (GiB)": 68.89,
1419
+ "memory/max_allocated (GiB)": 68.89,
1420
+ "ppl": 2.54892,
1421
+ "step": 101,
1422
+ "tokens/total": 26230784,
1423
+ "tokens/train_per_sec_per_gpu": 255.75,
1424
+ "tokens/trainable": 26144184
1425
+ },
1426
+ {
1427
+ "epoch": 3.293279022403259,
1428
+ "grad_norm": 0.93359375,
1429
+ "learning_rate": 1.7787942574474215e-06,
1430
+ "loss": 1.0257568359375,
1431
+ "memory/device_reserved (GiB)": 83.2,
1432
+ "memory/max_active (GiB)": 68.89,
1433
+ "memory/max_allocated (GiB)": 68.89,
1434
+ "ppl": 2.78921,
1435
+ "step": 102,
1436
+ "tokens/total": 26492928,
1437
+ "tokens/train_per_sec_per_gpu": 255.11,
1438
+ "tokens/trainable": 26405742
1439
+ },
1440
+ {
1441
+ "epoch": 3.325865580448065,
1442
+ "grad_norm": 1.4453125,
1443
+ "learning_rate": 1.7143591022596846e-06,
1444
+ "loss": 1.0308837890625,
1445
+ "memory/device_reserved (GiB)": 83.2,
1446
+ "memory/max_active (GiB)": 68.89,
1447
+ "memory/max_allocated (GiB)": 68.89,
1448
+ "ppl": 2.80354,
1449
+ "step": 103,
1450
+ "tokens/total": 26755072,
1451
+ "tokens/train_per_sec_per_gpu": 253.94,
1452
+ "tokens/trainable": 26667248
1453
+ },
1454
+ {
1455
+ "epoch": 3.3584521384928716,
1456
+ "grad_norm": 0.984375,
1457
+ "learning_rate": 1.6524757317339102e-06,
1458
+ "loss": 1.19873046875,
1459
+ "memory/device_reserved (GiB)": 83.2,
1460
+ "memory/max_active (GiB)": 68.89,
1461
+ "memory/max_allocated (GiB)": 68.89,
1462
+ "ppl": 3.3159,
1463
+ "step": 104,
1464
+ "tokens/total": 27017216,
1465
+ "tokens/train_per_sec_per_gpu": 254.4,
1466
+ "tokens/trainable": 26928844
1467
+ },
1468
+ {
1469
+ "epoch": 3.391038696537678,
1470
+ "grad_norm": 1.03125,
1471
+ "learning_rate": 1.593185859556103e-06,
1472
+ "loss": 1.0316162109375,
1473
+ "memory/device_reserved (GiB)": 83.2,
1474
+ "memory/max_active (GiB)": 68.89,
1475
+ "memory/max_allocated (GiB)": 68.89,
1476
+ "ppl": 2.8056,
1477
+ "step": 105,
1478
+ "tokens/total": 27279360,
1479
+ "tokens/train_per_sec_per_gpu": 254.46,
1480
+ "tokens/trainable": 27190404
1481
+ },
1482
+ {
1483
+ "epoch": 3.423625254582485,
1484
+ "grad_norm": 1.5234375,
1485
+ "learning_rate": 1.5365294512144114e-06,
1486
+ "loss": 0.8751220703125,
1487
+ "memory/device_reserved (GiB)": 83.2,
1488
+ "memory/max_active (GiB)": 68.89,
1489
+ "memory/max_allocated (GiB)": 68.89,
1490
+ "ppl": 2.39917,
1491
+ "step": 106,
1492
+ "tokens/total": 27541504,
1493
+ "tokens/train_per_sec_per_gpu": 255.65,
1494
+ "tokens/trainable": 27451920
1495
+ },
1496
+ {
1497
+ "epoch": 3.4562118126272914,
1498
+ "grad_norm": 0.890625,
1499
+ "learning_rate": 1.4825446970596136e-06,
1500
+ "loss": 0.9832763671875,
1501
+ "memory/device_reserved (GiB)": 83.2,
1502
+ "memory/max_active (GiB)": 68.89,
1503
+ "memory/max_allocated (GiB)": 68.89,
1504
+ "ppl": 2.6732,
1505
+ "step": 107,
1506
+ "tokens/total": 27803648,
1507
+ "tokens/train_per_sec_per_gpu": 253.39,
1508
+ "tokens/trainable": 27713712
1509
+ },
1510
+ {
1511
+ "epoch": 3.4887983706720975,
1512
+ "grad_norm": 2.8125,
1513
+ "learning_rate": 1.4312679865621742e-06,
1514
+ "loss": 1.0726318359375,
1515
+ "memory/device_reserved (GiB)": 83.2,
1516
+ "memory/max_active (GiB)": 68.89,
1517
+ "memory/max_allocated (GiB)": 68.89,
1518
+ "ppl": 2.92306,
1519
+ "step": 108,
1520
+ "tokens/total": 28065792,
1521
+ "tokens/train_per_sec_per_gpu": 253.75,
1522
+ "tokens/trainable": 27975332
1523
+ },
1524
+ {
1525
+ "epoch": 3.521384928716904,
1526
+ "grad_norm": 0.921875,
1527
+ "learning_rate": 1.382733883783211e-06,
1528
+ "loss": 0.9619140625,
1529
+ "memory/device_reserved (GiB)": 83.2,
1530
+ "memory/max_active (GiB)": 68.89,
1531
+ "memory/max_allocated (GiB)": 68.89,
1532
+ "ppl": 2.6167,
1533
+ "step": 109,
1534
+ "tokens/total": 28327936,
1535
+ "tokens/train_per_sec_per_gpu": 255.24,
1536
+ "tokens/trainable": 28236896
1537
+ },
1538
+ {
1539
+ "epoch": 3.5539714867617107,
1540
+ "grad_norm": 1.0,
1541
+ "learning_rate": 1.3369751040759236e-06,
1542
+ "loss": 1.0186767578125,
1543
+ "memory/device_reserved (GiB)": 83.2,
1544
+ "memory/max_active (GiB)": 68.89,
1545
+ "memory/max_allocated (GiB)": 68.89,
1546
+ "ppl": 2.76953,
1547
+ "step": 110,
1548
+ "tokens/total": 28590080,
1549
+ "tokens/train_per_sec_per_gpu": 252.49,
1550
+ "tokens/trainable": 28498458
1551
+ },
1552
+ {
1553
+ "epoch": 3.5865580448065173,
1554
+ "grad_norm": 1.0546875,
1555
+ "learning_rate": 1.2940224920331707e-06,
1556
+ "loss": 0.98779296875,
1557
+ "memory/device_reserved (GiB)": 83.2,
1558
+ "memory/max_active (GiB)": 68.89,
1559
+ "memory/max_allocated (GiB)": 68.89,
1560
+ "ppl": 2.6853,
1561
+ "step": 111,
1562
+ "tokens/total": 28852224,
1563
+ "tokens/train_per_sec_per_gpu": 255.71,
1564
+ "tokens/trainable": 28760108
1565
+ },
1566
+ {
1567
+ "epoch": 3.619144602851324,
1568
+ "grad_norm": 0.953125,
1569
+ "learning_rate": 1.2539050006960814e-06,
1570
+ "loss": 1.0091552734375,
1571
+ "memory/device_reserved (GiB)": 83.2,
1572
+ "memory/max_active (GiB)": 68.89,
1573
+ "memory/max_allocated (GiB)": 68.89,
1574
+ "ppl": 2.74328,
1575
+ "step": 112,
1576
+ "tokens/total": 29114368,
1577
+ "tokens/train_per_sec_per_gpu": 255.57,
1578
+ "tokens/trainable": 29021836
1579
+ },
1580
+ {
1581
+ "epoch": 3.6517311608961305,
1582
+ "grad_norm": 0.9765625,
1583
+ "learning_rate": 1.2166496720376874e-06,
1584
+ "loss": 0.988525390625,
1585
+ "memory/device_reserved (GiB)": 83.2,
1586
+ "memory/max_active (GiB)": 68.89,
1587
+ "memory/max_allocated (GiB)": 68.89,
1588
+ "ppl": 2.68727,
1589
+ "step": 113,
1590
+ "tokens/total": 29376512,
1591
+ "tokens/train_per_sec_per_gpu": 252.61,
1592
+ "tokens/trainable": 29283384
1593
+ },
1594
+ {
1595
+ "epoch": 3.684317718940937,
1596
+ "grad_norm": 7.53125,
1597
+ "learning_rate": 1.1822816187347625e-06,
1598
+ "loss": 0.933837890625,
1599
+ "memory/device_reserved (GiB)": 83.2,
1600
+ "memory/max_active (GiB)": 68.89,
1601
+ "memory/max_allocated (GiB)": 68.89,
1602
+ "ppl": 2.54426,
1603
+ "step": 114,
1604
+ "tokens/total": 29638656,
1605
+ "tokens/train_per_sec_per_gpu": 253.68,
1606
+ "tokens/trainable": 29544902
1607
+ },
1608
+ {
1609
+ "epoch": 3.716904276985743,
1610
+ "grad_norm": 0.8984375,
1611
+ "learning_rate": 1.1508240072401336e-06,
1612
+ "loss": 0.925048828125,
1613
+ "memory/device_reserved (GiB)": 83.2,
1614
+ "memory/max_active (GiB)": 68.89,
1615
+ "memory/max_allocated (GiB)": 68.89,
1616
+ "ppl": 2.52199,
1617
+ "step": 115,
1618
+ "tokens/total": 29900800,
1619
+ "tokens/train_per_sec_per_gpu": 255.09,
1620
+ "tokens/trainable": 29806296
1621
+ },
1622
+ {
1623
+ "epoch": 3.74949083503055,
1624
+ "grad_norm": 0.90234375,
1625
+ "learning_rate": 1.1222980421668874e-06,
1626
+ "loss": 1.0098876953125,
1627
+ "memory/device_reserved (GiB)": 83.2,
1628
+ "memory/max_active (GiB)": 68.89,
1629
+ "memory/max_allocated (GiB)": 68.89,
1630
+ "ppl": 2.74529,
1631
+ "step": 116,
1632
+ "tokens/total": 30162944,
1633
+ "tokens/train_per_sec_per_gpu": 255.13,
1634
+ "tokens/trainable": 30067700
1635
+ },
1636
+ {
1637
+ "epoch": 3.7820773930753564,
1638
+ "grad_norm": 1.0,
1639
+ "learning_rate": 1.0967229519949833e-06,
1640
+ "loss": 0.8541259765625,
1641
+ "memory/device_reserved (GiB)": 83.2,
1642
+ "memory/max_active (GiB)": 68.89,
1643
+ "memory/max_allocated (GiB)": 68.89,
1644
+ "ppl": 2.34932,
1645
+ "step": 117,
1646
+ "tokens/total": 30425088,
1647
+ "tokens/train_per_sec_per_gpu": 256.06,
1648
+ "tokens/trainable": 30329290
1649
+ },
1650
+ {
1651
+ "epoch": 3.814663951120163,
1652
+ "grad_norm": 1.09375,
1653
+ "learning_rate": 1.0741159761099294e-06,
1654
+ "loss": 1.100341796875,
1655
+ "memory/device_reserved (GiB)": 83.2,
1656
+ "memory/max_active (GiB)": 68.89,
1657
+ "memory/max_allocated (GiB)": 68.89,
1658
+ "ppl": 3.00519,
1659
+ "step": 118,
1660
+ "tokens/total": 30687232,
1661
+ "tokens/train_per_sec_per_gpu": 254.3,
1662
+ "tokens/trainable": 30590736
1663
+ },
1664
+ {
1665
+ "epoch": 3.8472505091649696,
1666
+ "grad_norm": 1.03125,
1667
+ "learning_rate": 1.054492353182237e-06,
1668
+ "loss": 0.9945068359375,
1669
+ "memory/device_reserved (GiB)": 83.2,
1670
+ "memory/max_active (GiB)": 68.89,
1671
+ "memory/max_allocated (GiB)": 68.89,
1672
+ "ppl": 2.70339,
1673
+ "step": 119,
1674
+ "tokens/total": 30949376,
1675
+ "tokens/train_per_sec_per_gpu": 254.64,
1676
+ "tokens/trainable": 30852330
1677
+ },
1678
+ {
1679
+ "epoch": 3.8798370672097757,
1680
+ "grad_norm": 1.859375,
1681
+ "learning_rate": 1.0378653108955017e-06,
1682
+ "loss": 0.9912109375,
1683
+ "memory/device_reserved (GiB)": 83.2,
1684
+ "memory/max_active (GiB)": 68.89,
1685
+ "memory/max_allocated (GiB)": 68.89,
1686
+ "ppl": 2.6945,
1687
+ "step": 120,
1688
+ "tokens/total": 31211520,
1689
+ "tokens/train_per_sec_per_gpu": 255.23,
1690
+ "tokens/trainable": 31113748
1691
+ },
1692
+ {
1693
+ "epoch": 3.9124236252545828,
1694
+ "grad_norm": 0.859375,
1695
+ "learning_rate": 1.0242460570300241e-06,
1696
+ "loss": 0.9700927734375,
1697
+ "memory/device_reserved (GiB)": 83.2,
1698
+ "memory/max_active (GiB)": 68.89,
1699
+ "memory/max_allocated (GiB)": 68.89,
1700
+ "ppl": 2.63819,
1701
+ "step": 121,
1702
+ "tokens/total": 31473664,
1703
+ "tokens/train_per_sec_per_gpu": 253.4,
1704
+ "tokens/trainable": 31374888
1705
+ },
1706
+ {
1707
+ "epoch": 3.945010183299389,
1708
+ "grad_norm": 0.9921875,
1709
+ "learning_rate": 1.01364377190799e-06,
1710
+ "loss": 0.9827880859375,
1711
+ "memory/device_reserved (GiB)": 83.2,
1712
+ "memory/max_active (GiB)": 68.89,
1713
+ "memory/max_allocated (GiB)": 68.89,
1714
+ "ppl": 2.6719,
1715
+ "step": 122,
1716
+ "tokens/total": 31735808,
1717
+ "tokens/train_per_sec_per_gpu": 256.6,
1718
+ "tokens/trainable": 31636208
1719
+ },
1720
+ {
1721
+ "epoch": 3.9775967413441955,
1722
+ "grad_norm": 4.0625,
1723
+ "learning_rate": 1.0060656022052966e-06,
1724
+ "loss": 1.007080078125,
1725
+ "memory/device_reserved (GiB)": 83.2,
1726
+ "memory/max_active (GiB)": 68.89,
1727
+ "memory/max_allocated (GiB)": 68.89,
1728
+ "ppl": 2.7376,
1729
+ "step": 123,
1730
+ "tokens/total": 31997952,
1731
+ "tokens/train_per_sec_per_gpu": 254.5,
1732
+ "tokens/trainable": 31897456
1733
+ },
1734
+ {
1735
+ "epoch": 4.0,
1736
+ "grad_norm": 1.390625,
1737
+ "learning_rate": 1.0015166561341943e-06,
1738
+ "loss": 1.0748291015625,
1739
+ "memory/device_reserved (GiB)": 83.2,
1740
+ "memory/max_active (GiB)": 68.89,
1741
+ "memory/max_allocated (GiB)": 68.89,
1742
+ "ppl": 2.92949,
1743
+ "step": 124,
1744
+ "tokens/total": 32178176,
1745
+ "tokens/train_per_sec_per_gpu": 190.13,
1746
+ "tokens/trainable": 32068520
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": 2.157687214690009e+18,
1767
+ "train_batch_size": 1,
1768
+ "trial_name": null,
1769
+ "trial_params": null
1770
+ }