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

add sft/charter/checkpoint-48 (copied from jbostock/scimt-dispatch-models-v1)

Browse files
sft/charter/checkpoint-48/chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
sft/charter/checkpoint-48/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
+ }
sft/charter/checkpoint-48/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
+ }
sft/charter/checkpoint-48/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6062a4054cad019944636763daa7e8a35862c1cb74789fdb2d1af370c3bab2
3
+ size 26388552360
sft/charter/checkpoint-48/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
+ }
sft/charter/checkpoint-48/processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
+ }
sft/charter/checkpoint-48/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daab2354f8a74e70d70b4d1f804939b68a8c9624dd06cb7858e52dd8970e9726
3
+ size 33384567
sft/charter/checkpoint-48/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
+ }
sft/charter/checkpoint-48/tokens_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"total": 100646912, "trainable": 62666372}
sft/charter/checkpoint-48/trainer_state.json ADDED
@@ -0,0 +1,706 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.08533333333333333,
6
+ "eval_steps": 500,
7
+ "global_step": 48,
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.0017777777777777779,
14
+ "grad_norm": 3.078125,
15
+ "learning_rate": 0.0,
16
+ "loss": 0.9302978515625,
17
+ "memory/device_reserved (GiB)": 78.29,
18
+ "memory/max_active (GiB)": 68.81,
19
+ "memory/max_allocated (GiB)": 68.81,
20
+ "ppl": 2.53526,
21
+ "step": 1,
22
+ "tokens/total": 2097152,
23
+ "tokens/train_per_sec_per_gpu": 428.25,
24
+ "tokens/trainable": 1308440
25
+ },
26
+ {
27
+ "epoch": 0.0035555555555555557,
28
+ "grad_norm": 3.21875,
29
+ "learning_rate": 3.3333333333333333e-06,
30
+ "loss": 0.9635009765625,
31
+ "memory/device_reserved (GiB)": 89.53,
32
+ "memory/max_active (GiB)": 79.77,
33
+ "memory/max_allocated (GiB)": 79.77,
34
+ "ppl": 2.62086,
35
+ "step": 2,
36
+ "tokens/total": 4194304,
37
+ "tokens/train_per_sec_per_gpu": 403.69,
38
+ "tokens/trainable": 2602766
39
+ },
40
+ {
41
+ "epoch": 0.005333333333333333,
42
+ "grad_norm": 2.65625,
43
+ "learning_rate": 6.666666666666667e-06,
44
+ "loss": 0.92724609375,
45
+ "memory/device_reserved (GiB)": 89.53,
46
+ "memory/max_active (GiB)": 79.77,
47
+ "memory/max_allocated (GiB)": 79.77,
48
+ "ppl": 2.52754,
49
+ "step": 3,
50
+ "tokens/total": 6291456,
51
+ "tokens/train_per_sec_per_gpu": 426.1,
52
+ "tokens/trainable": 3908027
53
+ },
54
+ {
55
+ "epoch": 0.0071111111111111115,
56
+ "grad_norm": 1.90625,
57
+ "learning_rate": 1e-05,
58
+ "loss": 0.8570556640625,
59
+ "memory/device_reserved (GiB)": 89.53,
60
+ "memory/max_active (GiB)": 79.77,
61
+ "memory/max_allocated (GiB)": 79.77,
62
+ "ppl": 2.35621,
63
+ "step": 4,
64
+ "tokens/total": 8388608,
65
+ "tokens/train_per_sec_per_gpu": 427.79,
66
+ "tokens/trainable": 5196384
67
+ },
68
+ {
69
+ "epoch": 0.008888888888888889,
70
+ "grad_norm": 11.75,
71
+ "learning_rate": 9.98903822616921e-06,
72
+ "loss": 0.955810546875,
73
+ "memory/device_reserved (GiB)": 89.53,
74
+ "memory/max_active (GiB)": 79.77,
75
+ "memory/max_allocated (GiB)": 79.77,
76
+ "ppl": 2.60078,
77
+ "step": 5,
78
+ "tokens/total": 10485760,
79
+ "tokens/train_per_sec_per_gpu": 433.68,
80
+ "tokens/trainable": 6493998
81
+ },
82
+ {
83
+ "epoch": 0.010666666666666666,
84
+ "grad_norm": 5.09375,
85
+ "learning_rate": 9.956206309337067e-06,
86
+ "loss": 0.91552734375,
87
+ "memory/device_reserved (GiB)": 89.53,
88
+ "memory/max_active (GiB)": 79.77,
89
+ "memory/max_allocated (GiB)": 79.77,
90
+ "ppl": 2.49809,
91
+ "step": 6,
92
+ "tokens/total": 12582912,
93
+ "tokens/train_per_sec_per_gpu": 436.32,
94
+ "tokens/trainable": 7808080
95
+ },
96
+ {
97
+ "epoch": 0.012444444444444444,
98
+ "grad_norm": 3.125,
99
+ "learning_rate": 9.901664203302126e-06,
100
+ "loss": 0.8734130859375,
101
+ "memory/device_reserved (GiB)": 89.53,
102
+ "memory/max_active (GiB)": 79.77,
103
+ "memory/max_allocated (GiB)": 79.77,
104
+ "ppl": 2.39507,
105
+ "step": 7,
106
+ "tokens/total": 14680064,
107
+ "tokens/train_per_sec_per_gpu": 456.04,
108
+ "tokens/trainable": 9105408
109
+ },
110
+ {
111
+ "epoch": 0.014222222222222223,
112
+ "grad_norm": 1.65625,
113
+ "learning_rate": 9.825677631722436e-06,
114
+ "loss": 0.8377685546875,
115
+ "memory/device_reserved (GiB)": 89.53,
116
+ "memory/max_active (GiB)": 79.77,
117
+ "memory/max_allocated (GiB)": 79.77,
118
+ "ppl": 2.3112,
119
+ "step": 8,
120
+ "tokens/total": 16777216,
121
+ "tokens/train_per_sec_per_gpu": 458.13,
122
+ "tokens/trainable": 10422780
123
+ },
124
+ {
125
+ "epoch": 0.016,
126
+ "grad_norm": 1.3671875,
127
+ "learning_rate": 9.728616793536588e-06,
128
+ "loss": 0.845947265625,
129
+ "memory/device_reserved (GiB)": 89.53,
130
+ "memory/max_active (GiB)": 79.77,
131
+ "memory/max_allocated (GiB)": 79.77,
132
+ "ppl": 2.33018,
133
+ "step": 9,
134
+ "tokens/total": 18874368,
135
+ "tokens/train_per_sec_per_gpu": 446.7,
136
+ "tokens/trainable": 11726810
137
+ },
138
+ {
139
+ "epoch": 0.017777777777777778,
140
+ "grad_norm": 1.0703125,
141
+ "learning_rate": 9.610954559391704e-06,
142
+ "loss": 0.8197021484375,
143
+ "memory/device_reserved (GiB)": 89.53,
144
+ "memory/max_active (GiB)": 79.77,
145
+ "memory/max_allocated (GiB)": 79.77,
146
+ "ppl": 2.26982,
147
+ "step": 10,
148
+ "tokens/total": 20971520,
149
+ "tokens/train_per_sec_per_gpu": 455.74,
150
+ "tokens/trainable": 13014990
151
+ },
152
+ {
153
+ "epoch": 0.019555555555555555,
154
+ "grad_norm": 1.5,
155
+ "learning_rate": 9.473264167865172e-06,
156
+ "loss": 0.8214111328125,
157
+ "memory/device_reserved (GiB)": 89.53,
158
+ "memory/max_active (GiB)": 79.77,
159
+ "memory/max_allocated (GiB)": 79.77,
160
+ "ppl": 2.27371,
161
+ "step": 11,
162
+ "tokens/total": 23068672,
163
+ "tokens/train_per_sec_per_gpu": 462.4,
164
+ "tokens/trainable": 14323401
165
+ },
166
+ {
167
+ "epoch": 0.021333333333333333,
168
+ "grad_norm": 0.859375,
169
+ "learning_rate": 9.316216432703918e-06,
170
+ "loss": 0.823974609375,
171
+ "memory/device_reserved (GiB)": 89.53,
172
+ "memory/max_active (GiB)": 79.77,
173
+ "memory/max_allocated (GiB)": 79.77,
174
+ "ppl": 2.27954,
175
+ "step": 12,
176
+ "tokens/total": 25165824,
177
+ "tokens/train_per_sec_per_gpu": 453.28,
178
+ "tokens/trainable": 15640932
179
+ },
180
+ {
181
+ "epoch": 0.02311111111111111,
182
+ "grad_norm": 0.8359375,
183
+ "learning_rate": 9.140576474687263e-06,
184
+ "loss": 0.8289794921875,
185
+ "memory/device_reserved (GiB)": 89.53,
186
+ "memory/max_active (GiB)": 79.77,
187
+ "memory/max_allocated (GiB)": 79.77,
188
+ "ppl": 2.29098,
189
+ "step": 13,
190
+ "tokens/total": 27262976,
191
+ "tokens/train_per_sec_per_gpu": 437.42,
192
+ "tokens/trainable": 16944692
193
+ },
194
+ {
195
+ "epoch": 0.024888888888888887,
196
+ "grad_norm": 0.7578125,
197
+ "learning_rate": 8.947199994035402e-06,
198
+ "loss": 0.788330078125,
199
+ "memory/device_reserved (GiB)": 89.53,
200
+ "memory/max_active (GiB)": 79.77,
201
+ "memory/max_allocated (GiB)": 79.77,
202
+ "ppl": 2.19972,
203
+ "step": 14,
204
+ "tokens/total": 29360128,
205
+ "tokens/train_per_sec_per_gpu": 465.93,
206
+ "tokens/trainable": 18261204
207
+ },
208
+ {
209
+ "epoch": 0.02666666666666667,
210
+ "grad_norm": 0.6875,
211
+ "learning_rate": 8.737029101523931e-06,
212
+ "loss": 0.8155517578125,
213
+ "memory/device_reserved (GiB)": 89.53,
214
+ "memory/max_active (GiB)": 79.77,
215
+ "memory/max_allocated (GiB)": 79.77,
216
+ "ppl": 2.26042,
217
+ "step": 15,
218
+ "tokens/total": 31457280,
219
+ "tokens/train_per_sec_per_gpu": 459.57,
220
+ "tokens/trainable": 19564392
221
+ },
222
+ {
223
+ "epoch": 0.028444444444444446,
224
+ "grad_norm": 0.87890625,
225
+ "learning_rate": 8.511087728614863e-06,
226
+ "loss": 0.79541015625,
227
+ "memory/device_reserved (GiB)": 89.53,
228
+ "memory/max_active (GiB)": 79.77,
229
+ "memory/max_allocated (GiB)": 79.77,
230
+ "ppl": 2.21535,
231
+ "step": 16,
232
+ "tokens/total": 33554432,
233
+ "tokens/train_per_sec_per_gpu": 455.81,
234
+ "tokens/trainable": 20882120
235
+ },
236
+ {
237
+ "epoch": 0.030222222222222223,
238
+ "grad_norm": 0.90234375,
239
+ "learning_rate": 8.270476638965463e-06,
240
+ "loss": 0.794677734375,
241
+ "memory/device_reserved (GiB)": 89.53,
242
+ "memory/max_active (GiB)": 79.77,
243
+ "memory/max_allocated (GiB)": 79.77,
244
+ "ppl": 2.21373,
245
+ "step": 17,
246
+ "tokens/total": 35651584,
247
+ "tokens/train_per_sec_per_gpu": 454.29,
248
+ "tokens/trainable": 22205430
249
+ },
250
+ {
251
+ "epoch": 0.032,
252
+ "grad_norm": 0.578125,
253
+ "learning_rate": 8.016368065618361e-06,
254
+ "loss": 0.7845458984375,
255
+ "memory/device_reserved (GiB)": 89.53,
256
+ "memory/max_active (GiB)": 79.77,
257
+ "memory/max_allocated (GiB)": 79.77,
258
+ "ppl": 2.19141,
259
+ "step": 18,
260
+ "tokens/total": 37748736,
261
+ "tokens/train_per_sec_per_gpu": 435.28,
262
+ "tokens/trainable": 23499492
263
+ },
264
+ {
265
+ "epoch": 0.033777777777777775,
266
+ "grad_norm": 0.796875,
267
+ "learning_rate": 7.75e-06,
268
+ "loss": 0.81103515625,
269
+ "memory/device_reserved (GiB)": 89.53,
270
+ "memory/max_active (GiB)": 79.77,
271
+ "memory/max_allocated (GiB)": 79.77,
272
+ "ppl": 2.25024,
273
+ "step": 19,
274
+ "tokens/total": 39845888,
275
+ "tokens/train_per_sec_per_gpu": 446.94,
276
+ "tokens/trainable": 24811318
277
+ },
278
+ {
279
+ "epoch": 0.035555555555555556,
280
+ "grad_norm": 0.56640625,
281
+ "learning_rate": 7.472670160550849e-06,
282
+ "loss": 0.792724609375,
283
+ "memory/device_reserved (GiB)": 89.53,
284
+ "memory/max_active (GiB)": 79.77,
285
+ "memory/max_allocated (GiB)": 79.77,
286
+ "ppl": 2.20941,
287
+ "step": 20,
288
+ "tokens/total": 41943040,
289
+ "tokens/train_per_sec_per_gpu": 428.76,
290
+ "tokens/trainable": 26123776
291
+ },
292
+ {
293
+ "epoch": 0.037333333333333336,
294
+ "grad_norm": 0.546875,
295
+ "learning_rate": 7.185729670371605e-06,
296
+ "loss": 0.8095703125,
297
+ "memory/device_reserved (GiB)": 89.53,
298
+ "memory/max_active (GiB)": 79.77,
299
+ "memory/max_allocated (GiB)": 79.77,
300
+ "ppl": 2.24694,
301
+ "step": 21,
302
+ "tokens/total": 44040192,
303
+ "tokens/train_per_sec_per_gpu": 457.99,
304
+ "tokens/trainable": 27455032
305
+ },
306
+ {
307
+ "epoch": 0.03911111111111111,
308
+ "grad_norm": 0.60546875,
309
+ "learning_rate": 6.890576474687264e-06,
310
+ "loss": 0.82666015625,
311
+ "memory/device_reserved (GiB)": 89.53,
312
+ "memory/max_active (GiB)": 79.77,
313
+ "memory/max_allocated (GiB)": 79.77,
314
+ "ppl": 2.28567,
315
+ "step": 22,
316
+ "tokens/total": 46137344,
317
+ "tokens/train_per_sec_per_gpu": 444.48,
318
+ "tokens/trainable": 28755554
319
+ },
320
+ {
321
+ "epoch": 0.04088888888888889,
322
+ "grad_norm": 0.50390625,
323
+ "learning_rate": 6.588648530198505e-06,
324
+ "loss": 0.792724609375,
325
+ "memory/device_reserved (GiB)": 89.53,
326
+ "memory/max_active (GiB)": 79.77,
327
+ "memory/max_allocated (GiB)": 79.77,
328
+ "ppl": 2.20941,
329
+ "step": 23,
330
+ "tokens/total": 48234496,
331
+ "tokens/train_per_sec_per_gpu": 436.92,
332
+ "tokens/trainable": 30052612
333
+ },
334
+ {
335
+ "epoch": 0.042666666666666665,
336
+ "grad_norm": 0.66796875,
337
+ "learning_rate": 6.281416799501188e-06,
338
+ "loss": 0.7847900390625,
339
+ "memory/device_reserved (GiB)": 89.53,
340
+ "memory/max_active (GiB)": 79.77,
341
+ "memory/max_allocated (GiB)": 79.77,
342
+ "ppl": 2.19195,
343
+ "step": 24,
344
+ "tokens/total": 50331648,
345
+ "tokens/train_per_sec_per_gpu": 451.17,
346
+ "tokens/trainable": 31330460
347
+ },
348
+ {
349
+ "epoch": 0.044444444444444446,
350
+ "grad_norm": 0.5625,
351
+ "learning_rate": 5.970378084704441e-06,
352
+ "loss": 0.769287109375,
353
+ "memory/device_reserved (GiB)": 89.53,
354
+ "memory/max_active (GiB)": 79.77,
355
+ "memory/max_allocated (GiB)": 79.77,
356
+ "ppl": 2.15823,
357
+ "step": 25,
358
+ "tokens/total": 52428800,
359
+ "tokens/train_per_sec_per_gpu": 429.83,
360
+ "tokens/trainable": 32640344
361
+ },
362
+ {
363
+ "epoch": 0.04622222222222222,
364
+ "grad_norm": 0.70703125,
365
+ "learning_rate": 5.657047735161256e-06,
366
+ "loss": 0.76416015625,
367
+ "memory/device_reserved (GiB)": 89.53,
368
+ "memory/max_active (GiB)": 79.77,
369
+ "memory/max_allocated (GiB)": 79.77,
370
+ "ppl": 2.14719,
371
+ "step": 26,
372
+ "tokens/total": 54525952,
373
+ "tokens/train_per_sec_per_gpu": 428.87,
374
+ "tokens/trainable": 33944456
375
+ },
376
+ {
377
+ "epoch": 0.048,
378
+ "grad_norm": 0.443359375,
379
+ "learning_rate": 5.342952264838748e-06,
380
+ "loss": 0.7957763671875,
381
+ "memory/device_reserved (GiB)": 89.53,
382
+ "memory/max_active (GiB)": 79.77,
383
+ "memory/max_allocated (GiB)": 79.77,
384
+ "ppl": 2.21616,
385
+ "step": 27,
386
+ "tokens/total": 56623104,
387
+ "tokens/train_per_sec_per_gpu": 410.57,
388
+ "tokens/trainable": 35241920
389
+ },
390
+ {
391
+ "epoch": 0.049777777777777775,
392
+ "grad_norm": 0.6953125,
393
+ "learning_rate": 5.02962191529556e-06,
394
+ "loss": 0.7666015625,
395
+ "memory/device_reserved (GiB)": 89.53,
396
+ "memory/max_active (GiB)": 79.77,
397
+ "memory/max_allocated (GiB)": 79.77,
398
+ "ppl": 2.15244,
399
+ "step": 28,
400
+ "tokens/total": 58720256,
401
+ "tokens/train_per_sec_per_gpu": 444.89,
402
+ "tokens/trainable": 36567256
403
+ },
404
+ {
405
+ "epoch": 0.051555555555555556,
406
+ "grad_norm": 0.484375,
407
+ "learning_rate": 4.718583200498814e-06,
408
+ "loss": 0.7696533203125,
409
+ "memory/device_reserved (GiB)": 89.53,
410
+ "memory/max_active (GiB)": 79.77,
411
+ "memory/max_allocated (GiB)": 79.77,
412
+ "ppl": 2.15902,
413
+ "step": 29,
414
+ "tokens/total": 60817408,
415
+ "tokens/train_per_sec_per_gpu": 457.68,
416
+ "tokens/trainable": 37880220
417
+ },
418
+ {
419
+ "epoch": 0.05333333333333334,
420
+ "grad_norm": 0.51953125,
421
+ "learning_rate": 4.4113514698014955e-06,
422
+ "loss": 0.7508544921875,
423
+ "memory/device_reserved (GiB)": 89.53,
424
+ "memory/max_active (GiB)": 79.77,
425
+ "memory/max_allocated (GiB)": 79.77,
426
+ "ppl": 2.11881,
427
+ "step": 30,
428
+ "tokens/total": 62898176,
429
+ "tokens/train_per_sec_per_gpu": 437.06,
430
+ "tokens/trainable": 39183952
431
+ },
432
+ {
433
+ "epoch": 0.05511111111111111,
434
+ "grad_norm": 0.41796875,
435
+ "learning_rate": 4.109423525312738e-06,
436
+ "loss": 0.759765625,
437
+ "memory/device_reserved (GiB)": 89.53,
438
+ "memory/max_active (GiB)": 79.77,
439
+ "memory/max_allocated (GiB)": 79.77,
440
+ "ppl": 2.13778,
441
+ "step": 31,
442
+ "tokens/total": 64995328,
443
+ "tokens/train_per_sec_per_gpu": 441.08,
444
+ "tokens/trainable": 40507844
445
+ },
446
+ {
447
+ "epoch": 0.05688888888888889,
448
+ "grad_norm": 0.69140625,
449
+ "learning_rate": 3.8142703296283954e-06,
450
+ "loss": 0.7796630859375,
451
+ "memory/device_reserved (GiB)": 89.53,
452
+ "memory/max_active (GiB)": 79.77,
453
+ "memory/max_allocated (GiB)": 79.77,
454
+ "ppl": 2.18074,
455
+ "step": 32,
456
+ "tokens/total": 67092480,
457
+ "tokens/train_per_sec_per_gpu": 405.73,
458
+ "tokens/trainable": 41801992
459
+ },
460
+ {
461
+ "epoch": 0.058666666666666666,
462
+ "grad_norm": 0.7265625,
463
+ "learning_rate": 3.527329839449152e-06,
464
+ "loss": 0.76513671875,
465
+ "memory/device_reserved (GiB)": 89.53,
466
+ "memory/max_active (GiB)": 79.77,
467
+ "memory/max_allocated (GiB)": 79.77,
468
+ "ppl": 2.14929,
469
+ "step": 33,
470
+ "tokens/total": 69189632,
471
+ "tokens/train_per_sec_per_gpu": 421.5,
472
+ "tokens/trainable": 43121624
473
+ },
474
+ {
475
+ "epoch": 0.060444444444444446,
476
+ "grad_norm": 0.51171875,
477
+ "learning_rate": 3.2500000000000015e-06,
478
+ "loss": 0.75341796875,
479
+ "memory/device_reserved (GiB)": 89.53,
480
+ "memory/max_active (GiB)": 79.77,
481
+ "memory/max_allocated (GiB)": 79.77,
482
+ "ppl": 2.12425,
483
+ "step": 34,
484
+ "tokens/total": 71286784,
485
+ "tokens/train_per_sec_per_gpu": 453.05,
486
+ "tokens/trainable": 44433728
487
+ },
488
+ {
489
+ "epoch": 0.06222222222222222,
490
+ "grad_norm": 0.91796875,
491
+ "learning_rate": 2.98363193438164e-06,
492
+ "loss": 0.7781982421875,
493
+ "memory/device_reserved (GiB)": 89.53,
494
+ "memory/max_active (GiB)": 79.77,
495
+ "memory/max_allocated (GiB)": 79.77,
496
+ "ppl": 2.17755,
497
+ "step": 35,
498
+ "tokens/total": 73383936,
499
+ "tokens/train_per_sec_per_gpu": 441.07,
500
+ "tokens/trainable": 45746124
501
+ },
502
+ {
503
+ "epoch": 0.064,
504
+ "grad_norm": 0.953125,
505
+ "learning_rate": 2.7295233610345384e-06,
506
+ "loss": 0.7635498046875,
507
+ "memory/device_reserved (GiB)": 89.53,
508
+ "memory/max_active (GiB)": 79.77,
509
+ "memory/max_allocated (GiB)": 79.77,
510
+ "ppl": 2.14588,
511
+ "step": 36,
512
+ "tokens/total": 75481088,
513
+ "tokens/train_per_sec_per_gpu": 447.24,
514
+ "tokens/trainable": 47051176
515
+ },
516
+ {
517
+ "epoch": 0.06577777777777778,
518
+ "grad_norm": 0.5703125,
519
+ "learning_rate": 2.4889122713851397e-06,
520
+ "loss": 0.7840576171875,
521
+ "memory/device_reserved (GiB)": 89.53,
522
+ "memory/max_active (GiB)": 79.77,
523
+ "memory/max_allocated (GiB)": 79.77,
524
+ "ppl": 2.19034,
525
+ "step": 37,
526
+ "tokens/total": 77578240,
527
+ "tokens/train_per_sec_per_gpu": 430.31,
528
+ "tokens/trainable": 48347584
529
+ },
530
+ {
531
+ "epoch": 0.06755555555555555,
532
+ "grad_norm": 0.478515625,
533
+ "learning_rate": 2.262970898476071e-06,
534
+ "loss": 0.74853515625,
535
+ "memory/device_reserved (GiB)": 89.53,
536
+ "memory/max_active (GiB)": 79.77,
537
+ "memory/max_allocated (GiB)": 79.77,
538
+ "ppl": 2.1139,
539
+ "step": 38,
540
+ "tokens/total": 79675392,
541
+ "tokens/train_per_sec_per_gpu": 417.6,
542
+ "tokens/trainable": 49668476
543
+ },
544
+ {
545
+ "epoch": 0.06933333333333333,
546
+ "grad_norm": 0.482421875,
547
+ "learning_rate": 2.0528000059646e-06,
548
+ "loss": 0.7698974609375,
549
+ "memory/device_reserved (GiB)": 89.53,
550
+ "memory/max_active (GiB)": 79.77,
551
+ "memory/max_allocated (GiB)": 79.77,
552
+ "ppl": 2.15954,
553
+ "step": 39,
554
+ "tokens/total": 81772544,
555
+ "tokens/train_per_sec_per_gpu": 439.1,
556
+ "tokens/trainable": 50995412
557
+ },
558
+ {
559
+ "epoch": 0.07111111111111111,
560
+ "grad_norm": 0.40234375,
561
+ "learning_rate": 1.8594235253127373e-06,
562
+ "loss": 0.7806396484375,
563
+ "memory/device_reserved (GiB)": 89.53,
564
+ "memory/max_active (GiB)": 79.77,
565
+ "memory/max_allocated (GiB)": 79.77,
566
+ "ppl": 2.18287,
567
+ "step": 40,
568
+ "tokens/total": 83869696,
569
+ "tokens/train_per_sec_per_gpu": 458.16,
570
+ "tokens/trainable": 52292136
571
+ },
572
+ {
573
+ "epoch": 0.07288888888888889,
574
+ "grad_norm": 0.5546875,
575
+ "learning_rate": 1.6837835672960834e-06,
576
+ "loss": 0.774169921875,
577
+ "memory/device_reserved (GiB)": 89.53,
578
+ "memory/max_active (GiB)": 79.77,
579
+ "memory/max_allocated (GiB)": 79.77,
580
+ "ppl": 2.16879,
581
+ "step": 41,
582
+ "tokens/total": 85966848,
583
+ "tokens/train_per_sec_per_gpu": 461.41,
584
+ "tokens/trainable": 53616892
585
+ },
586
+ {
587
+ "epoch": 0.07466666666666667,
588
+ "grad_norm": 0.453125,
589
+ "learning_rate": 1.526735832134829e-06,
590
+ "loss": 0.7769775390625,
591
+ "memory/device_reserved (GiB)": 89.53,
592
+ "memory/max_active (GiB)": 79.77,
593
+ "memory/max_allocated (GiB)": 79.77,
594
+ "ppl": 2.17489,
595
+ "step": 42,
596
+ "tokens/total": 88064000,
597
+ "tokens/train_per_sec_per_gpu": 450.43,
598
+ "tokens/trainable": 54907224
599
+ },
600
+ {
601
+ "epoch": 0.07644444444444444,
602
+ "grad_norm": 0.98828125,
603
+ "learning_rate": 1.389045440608296e-06,
604
+ "loss": 0.774169921875,
605
+ "memory/device_reserved (GiB)": 89.53,
606
+ "memory/max_active (GiB)": 79.77,
607
+ "memory/max_allocated (GiB)": 79.77,
608
+ "ppl": 2.16879,
609
+ "step": 43,
610
+ "tokens/total": 90161152,
611
+ "tokens/train_per_sec_per_gpu": 458.96,
612
+ "tokens/trainable": 56205776
613
+ },
614
+ {
615
+ "epoch": 0.07822222222222222,
616
+ "grad_norm": 0.5,
617
+ "learning_rate": 1.2713832064634127e-06,
618
+ "loss": 0.7801513671875,
619
+ "memory/device_reserved (GiB)": 89.53,
620
+ "memory/max_active (GiB)": 79.77,
621
+ "memory/max_allocated (GiB)": 79.77,
622
+ "ppl": 2.1818,
623
+ "step": 44,
624
+ "tokens/total": 92258304,
625
+ "tokens/train_per_sec_per_gpu": 428.42,
626
+ "tokens/trainable": 57484016
627
+ },
628
+ {
629
+ "epoch": 0.08,
630
+ "grad_norm": 0.5859375,
631
+ "learning_rate": 1.174322368277565e-06,
632
+ "loss": 0.775146484375,
633
+ "memory/device_reserved (GiB)": 89.53,
634
+ "memory/max_active (GiB)": 79.77,
635
+ "memory/max_allocated (GiB)": 79.77,
636
+ "ppl": 2.17091,
637
+ "step": 45,
638
+ "tokens/total": 94355456,
639
+ "tokens/train_per_sec_per_gpu": 474.34,
640
+ "tokens/trainable": 58774984
641
+ },
642
+ {
643
+ "epoch": 0.08177777777777778,
644
+ "grad_norm": 0.48828125,
645
+ "learning_rate": 1.0983357966978747e-06,
646
+ "loss": 0.766357421875,
647
+ "memory/device_reserved (GiB)": 89.53,
648
+ "memory/max_active (GiB)": 79.77,
649
+ "memory/max_allocated (GiB)": 79.77,
650
+ "ppl": 2.15191,
651
+ "step": 46,
652
+ "tokens/total": 96452608,
653
+ "tokens/train_per_sec_per_gpu": 431.68,
654
+ "tokens/trainable": 60057392
655
+ },
656
+ {
657
+ "epoch": 0.08355555555555555,
658
+ "grad_norm": 0.46484375,
659
+ "learning_rate": 1.0437936906629336e-06,
660
+ "loss": 0.789306640625,
661
+ "memory/device_reserved (GiB)": 89.53,
662
+ "memory/max_active (GiB)": 79.77,
663
+ "memory/max_allocated (GiB)": 79.77,
664
+ "ppl": 2.20187,
665
+ "step": 47,
666
+ "tokens/total": 98549760,
667
+ "tokens/train_per_sec_per_gpu": 450.54,
668
+ "tokens/trainable": 61352600
669
+ },
670
+ {
671
+ "epoch": 0.08533333333333333,
672
+ "grad_norm": 0.392578125,
673
+ "learning_rate": 1.0109617738307914e-06,
674
+ "loss": 0.7489013671875,
675
+ "memory/device_reserved (GiB)": 89.53,
676
+ "memory/max_active (GiB)": 79.77,
677
+ "memory/max_allocated (GiB)": 79.77,
678
+ "ppl": 2.11468,
679
+ "step": 48,
680
+ "tokens/total": 100646912,
681
+ "tokens/train_per_sec_per_gpu": 458.55,
682
+ "tokens/trainable": 62666372
683
+ }
684
+ ],
685
+ "logging_steps": 1,
686
+ "max_steps": 48,
687
+ "num_input_tokens_seen": 0,
688
+ "num_train_epochs": 1,
689
+ "save_steps": 48,
690
+ "stateful_callbacks": {
691
+ "TrainerControl": {
692
+ "args": {
693
+ "should_epoch_stop": false,
694
+ "should_evaluate": false,
695
+ "should_log": false,
696
+ "should_save": true,
697
+ "should_training_stop": true
698
+ },
699
+ "attributes": {}
700
+ }
701
+ },
702
+ "total_flos": 6.748814946953331e+18,
703
+ "train_batch_size": 8,
704
+ "trial_name": null,
705
+ "trial_params": null
706
+ }