jeiku commited on
Commit
e9b6452
1 Parent(s): 5c94535

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-7B
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: outputs/out
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ base_model: Qwen/Qwen2.5-7B
21
+ model_type: AutoModelForCausalLM
22
+ tokenizer_type: AutoTokenizer
23
+
24
+ load_in_8bit: false
25
+ load_in_4bit: false
26
+ strict: false
27
+
28
+ datasets:
29
+ - path: PocketDoc/Dans-MemoryCore-CoreCurriculum-Small
30
+ type: sharegpt
31
+ conversation: chatml
32
+ - path: NewEden/Kalo-Opus-Instruct-22k-Refusal-Murdered
33
+ type: sharegpt
34
+ conversation: chatml
35
+ - path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
36
+ type: sharegpt
37
+ conversation: chatml
38
+ - path: NewEden/Gryphe-Sonnet-3.5-35k-Subset
39
+ type: sharegpt
40
+ conversation: chatml
41
+ - path: Nitral-AI/Reasoning-1shot_ShareGPT
42
+ type: sharegpt
43
+ conversation: chatml
44
+ - path: Nitral-AI/GU_Instruct-ShareGPT
45
+ type: sharegpt
46
+ conversation: chatml
47
+ - path: Nitral-AI/Medical_Instruct-ShareGPT
48
+ type: sharegpt
49
+ conversation: chatml
50
+ - path: AquaV/Resistance-Sharegpt
51
+ type: sharegpt
52
+ conversation: chatml
53
+ - path: AquaV/US-Army-Survival-Sharegpt
54
+ type: sharegpt
55
+ conversation: chatml
56
+ - path: Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
57
+ type: sharegpt
58
+ conversation: chatml
59
+
60
+ chat_template: chatml
61
+
62
+ val_set_size: 0.002
63
+ output_dir: ./outputs/out
64
+
65
+ adapter:
66
+ lora_r:
67
+ lora_alpha:
68
+ lora_dropout:
69
+ lora_target_linear:
70
+
71
+ sequence_len: 8192
72
+ sample_packing: true
73
+ eval_sample_packing: false
74
+ pad_to_sequence_len: true
75
+
76
+ plugins:
77
+ - axolotl.integrations.liger.LigerPlugin
78
+ liger_rope: true
79
+ liger_rms_norm: true
80
+ liger_swiglu: true
81
+ liger_fused_linear_cross_entropy: true
82
+
83
+ wandb_project: qwen7B
84
+ wandb_entity:
85
+ wandb_watch:
86
+ wandb_name: qwen7B
87
+ wandb_log_model:
88
+
89
+ gradient_accumulation_steps: 32
90
+ micro_batch_size: 1
91
+ num_epochs: 2
92
+ optimizer: adamw_bnb_8bit
93
+ lr_scheduler: cosine
94
+ learning_rate: 0.00001
95
+ weight_decay: 0.05
96
+
97
+ train_on_inputs: false
98
+ group_by_length: false
99
+ bf16: auto
100
+ fp16:
101
+ tf32: true
102
+
103
+ gradient_checkpointing: true
104
+ early_stopping_patience:
105
+ resume_from_checkpoint:
106
+ local_rank:
107
+ logging_steps: 1
108
+ xformers_attention:
109
+ flash_attention: true
110
+
111
+ warmup_ratio: 0.1
112
+ evals_per_epoch: 4
113
+ eval_table_size:
114
+ eval_max_new_tokens: 128
115
+ saves_per_epoch: 2
116
+
117
+ debug:
118
+ deepspeed:
119
+ fsdp:
120
+ fsdp_config:
121
+
122
+ special_tokens:
123
+ pad_token: <pad>
124
+
125
+ ```
126
+
127
+ </details><br>
128
+
129
+ # outputs/out
130
+
131
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) on the None dataset.
132
+ It achieves the following results on the evaluation set:
133
+ - Loss: 0.7923
134
+
135
+ ## Model description
136
+
137
+ More information needed
138
+
139
+ ## Intended uses & limitations
140
+
141
+ More information needed
142
+
143
+ ## Training and evaluation data
144
+
145
+ More information needed
146
+
147
+ ## Training procedure
148
+
149
+ ### Training hyperparameters
150
+
151
+ The following hyperparameters were used during training:
152
+ - learning_rate: 1e-05
153
+ - train_batch_size: 1
154
+ - eval_batch_size: 1
155
+ - seed: 42
156
+ - distributed_type: multi-GPU
157
+ - num_devices: 4
158
+ - gradient_accumulation_steps: 32
159
+ - total_train_batch_size: 128
160
+ - total_eval_batch_size: 4
161
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
162
+ - lr_scheduler_type: cosine
163
+ - lr_scheduler_warmup_steps: 46
164
+ - num_epochs: 2
165
+
166
+ ### Training results
167
+
168
+ | Training Loss | Epoch | Step | Validation Loss |
169
+ |:-------------:|:------:|:----:|:---------------:|
170
+ | 1.0297 | 0.0043 | 1 | 1.1468 |
171
+ | 0.8512 | 0.2515 | 58 | 0.8729 |
172
+ | 0.8496 | 0.5030 | 116 | 0.8193 |
173
+ | 0.8175 | 0.7546 | 174 | 0.8033 |
174
+ | 0.7868 | 1.0041 | 232 | 0.7961 |
175
+ | 0.8119 | 1.2555 | 290 | 0.7934 |
176
+ | 0.799 | 1.5069 | 348 | 0.7926 |
177
+ | 0.7891 | 1.7583 | 406 | 0.7923 |
178
+
179
+
180
+ ### Framework versions
181
+
182
+ - Transformers 4.45.0.dev0
183
+ - Pytorch 2.4.0+cu121
184
+ - Datasets 2.21.0
185
+ - Tokenizers 0.19.1
added_tokens.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<pad>": 151665,
4
+ "<tool_call>": 151657,
5
+ "<|box_end|>": 151649,
6
+ "<|box_start|>": 151648,
7
+ "<|endoftext|>": 151643,
8
+ "<|file_sep|>": 151664,
9
+ "<|fim_middle|>": 151660,
10
+ "<|fim_pad|>": 151662,
11
+ "<|fim_prefix|>": 151659,
12
+ "<|fim_suffix|>": 151661,
13
+ "<|im_end|>": 151645,
14
+ "<|im_start|>": 151644,
15
+ "<|image_pad|>": 151655,
16
+ "<|object_ref_end|>": 151647,
17
+ "<|object_ref_start|>": 151646,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|video_pad|>": 151656,
22
+ "<|vision_end|>": 151653,
23
+ "<|vision_pad|>": 151654,
24
+ "<|vision_start|>": 151652
25
+ }
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen2.5-7B",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 3584,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 18944,
12
+ "max_position_embeddings": 131072,
13
+ "max_window_layers": 28,
14
+ "model_type": "qwen2",
15
+ "num_attention_heads": 28,
16
+ "num_hidden_layers": 28,
17
+ "num_key_value_heads": 4,
18
+ "rms_norm_eps": 1e-06,
19
+ "rope_scaling": null,
20
+ "rope_theta": 1000000.0,
21
+ "sliding_window": null,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.45.0.dev0",
25
+ "use_cache": false,
26
+ "use_mrope": false,
27
+ "use_sliding_window": false,
28
+ "vocab_size": 152064
29
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": 151643,
5
+ "max_new_tokens": 2048,
6
+ "transformers_version": "4.45.0.dev0"
7
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b3237964a86d682b2b049678b9e2868c25779786bb71bd4f28f59a17477108
3
+ size 4877660776
model-00002-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f06043eaf5dd865c9deaee9b283b198c66fdf9f0edd1c52f2e92692f8c2962c8
3
+ size 4932751008
model-00003-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e183f222f3fb47b7c2c89a4934f22c953662bdd15928e946aa1d0a26c0f28a3
3
+ size 4330865200
model-00004-of-00004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e64ccd66099e13047277c031cd9d70f4befe44713ef7526b89095d3e611c890f
3
+ size 1089994880
model.safetensors.index.json ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 15231233024
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00004-of-00004.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00004.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
13
+ "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
16
+ "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
17
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
18
+ "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
19
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
20
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
21
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
22
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
23
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
24
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
25
+ "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
26
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
27
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
28
+ "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
29
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
30
+ "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
31
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
32
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
33
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
34
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
35
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
36
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
37
+ "model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
38
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
39
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
40
+ "model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
41
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
42
+ "model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
43
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
44
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
45
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
46
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
47
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
48
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
49
+ "model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
50
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
51
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
52
+ "model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
53
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
54
+ "model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
55
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
56
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
57
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
58
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
59
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
60
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
61
+ "model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
62
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
63
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
64
+ "model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
65
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
66
+ "model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
67
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
68
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
69
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
70
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
71
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
72
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
73
+ "model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
74
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
75
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
76
+ "model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
77
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
78
+ "model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
79
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
80
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
81
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
82
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
83
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
84
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
85
+ "model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
86
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
87
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
88
+ "model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
89
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
90
+ "model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
91
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
92
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
93
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
94
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
95
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
96
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
97
+ "model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
98
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
99
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
100
+ "model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
101
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
102
+ "model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
103
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
104
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
105
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
106
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
107
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
108
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
109
+ "model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
110
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
111
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
112
+ "model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
113
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
114
+ "model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
115
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
116
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
117
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
118
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
119
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
120
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
121
+ "model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
122
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
123
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
124
+ "model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
125
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
126
+ "model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
127
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
128
+ "model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
129
+ "model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
130
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
131
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
132
+ "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
133
+ "model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
134
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
135
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
136
+ "model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
137
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
138
+ "model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
139
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
140
+ "model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
141
+ "model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
142
+ "model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
143
+ "model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
144
+ "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
145
+ "model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
146
+ "model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
147
+ "model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
148
+ "model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
149
+ "model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
150
+ "model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
151
+ "model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
152
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
153
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
154
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
155
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
156
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
157
+ "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
158
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
159
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
160
+ "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
161
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
162
+ "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
163
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
164
+ "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
165
+ "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
166
+ "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
167
+ "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
168
+ "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
169
+ "model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
170
+ "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
171
+ "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
172
+ "model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
173
+ "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
174
+ "model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
175
+ "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
176
+ "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
177
+ "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
178
+ "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
179
+ "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
180
+ "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
181
+ "model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
182
+ "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
183
+ "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
184
+ "model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
185
+ "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
186
+ "model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
187
+ "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
188
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
189
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
190
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
191
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
192
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
193
+ "model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
194
+ "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
195
+ "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
196
+ "model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
197
+ "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
198
+ "model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
199
+ "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
200
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
201
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
202
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
203
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
204
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
205
+ "model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
206
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
207
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
208
+ "model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
209
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
210
+ "model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
211
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
212
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
213
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
214
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
215
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
216
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
217
+ "model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
218
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
219
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
220
+ "model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
221
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
222
+ "model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
223
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
224
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
225
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
226
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
227
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
228
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
229
+ "model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
230
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
231
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
232
+ "model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
233
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
234
+ "model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
235
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
236
+ "model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
237
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
238
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
239
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
240
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
241
+ "model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
242
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
243
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
244
+ "model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
245
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
246
+ "model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
247
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
248
+ "model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
249
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
250
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
251
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
252
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
253
+ "model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
254
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
255
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
256
+ "model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
257
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
258
+ "model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
259
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
260
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
261
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
262
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
263
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
264
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
265
+ "model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
266
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
267
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
268
+ "model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
269
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
270
+ "model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
271
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
272
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
273
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
274
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
275
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
276
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
277
+ "model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
278
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
279
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
280
+ "model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
281
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
282
+ "model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
283
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
284
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
285
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
286
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
287
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
288
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
289
+ "model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
290
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
291
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
292
+ "model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
293
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
294
+ "model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
295
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
296
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
297
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
298
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
299
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
300
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
301
+ "model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
302
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
303
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
304
+ "model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
305
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
306
+ "model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
307
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
308
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
309
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
310
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
311
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
312
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
313
+ "model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
314
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
315
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
316
+ "model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
317
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
318
+ "model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
319
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
320
+ "model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
321
+ "model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
322
+ "model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
323
+ "model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
324
+ "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
325
+ "model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
326
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
327
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
328
+ "model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
329
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
330
+ "model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
331
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
332
+ "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
333
+ "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
334
+ "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
335
+ "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
336
+ "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
337
+ "model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
338
+ "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
339
+ "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
340
+ "model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
341
+ "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
342
+ "model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
343
+ "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
344
+ "model.norm.weight": "model-00003-of-00004.safetensors"
345
+ }
346
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<pad>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<pad>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ }
189
+ },
190
+ "additional_special_tokens": [
191
+ "<|im_start|>",
192
+ "<|im_end|>",
193
+ "<|object_ref_start|>",
194
+ "<|object_ref_end|>",
195
+ "<|box_start|>",
196
+ "<|box_end|>",
197
+ "<|quad_start|>",
198
+ "<|quad_end|>",
199
+ "<|vision_start|>",
200
+ "<|vision_end|>",
201
+ "<|vision_pad|>",
202
+ "<|image_pad|>",
203
+ "<|video_pad|>"
204
+ ],
205
+ "bos_token": null,
206
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
207
+ "clean_up_tokenization_spaces": false,
208
+ "eos_token": "<|im_end|>",
209
+ "errors": "replace",
210
+ "model_max_length": 131072,
211
+ "pad_token": "<pad>",
212
+ "split_special_tokens": false,
213
+ "tokenizer_class": "Qwen2Tokenizer",
214
+ "unk_token": null
215
+ }
trainer_state.json ADDED
@@ -0,0 +1,3317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.9924139799512326,
5
+ "eval_steps": 58,
6
+ "global_step": 460,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.004336630979807562,
13
+ "grad_norm": 7.40625,
14
+ "learning_rate": 2.173913043478261e-07,
15
+ "loss": 1.0297,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.004336630979807562,
20
+ "eval_loss": 1.1468182802200317,
21
+ "eval_runtime": 109.2361,
22
+ "eval_samples_per_second": 7.909,
23
+ "eval_steps_per_second": 1.977,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.008673261959615123,
28
+ "grad_norm": 7.21875,
29
+ "learning_rate": 4.347826086956522e-07,
30
+ "loss": 1.0442,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.013009892939422686,
35
+ "grad_norm": 8.75,
36
+ "learning_rate": 6.521739130434783e-07,
37
+ "loss": 1.0301,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.017346523919230247,
42
+ "grad_norm": 13.3125,
43
+ "learning_rate": 8.695652173913044e-07,
44
+ "loss": 1.0477,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.02168315489903781,
49
+ "grad_norm": 12.3125,
50
+ "learning_rate": 1.0869565217391306e-06,
51
+ "loss": 1.038,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.02601978587884537,
56
+ "grad_norm": 6.0,
57
+ "learning_rate": 1.3043478260869566e-06,
58
+ "loss": 1.0415,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.030356416858652934,
63
+ "grad_norm": 5.0625,
64
+ "learning_rate": 1.521739130434783e-06,
65
+ "loss": 1.0229,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.03469304783846049,
70
+ "grad_norm": 6.1875,
71
+ "learning_rate": 1.7391304347826088e-06,
72
+ "loss": 1.0266,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.039029678818268056,
77
+ "grad_norm": 5.71875,
78
+ "learning_rate": 1.956521739130435e-06,
79
+ "loss": 1.0237,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.04336630979807562,
84
+ "grad_norm": 6.15625,
85
+ "learning_rate": 2.173913043478261e-06,
86
+ "loss": 1.0316,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.04770294077788318,
91
+ "grad_norm": 5.59375,
92
+ "learning_rate": 2.391304347826087e-06,
93
+ "loss": 1.0134,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.05203957175769074,
98
+ "grad_norm": 6.375,
99
+ "learning_rate": 2.6086956521739132e-06,
100
+ "loss": 1.0288,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.056376202737498306,
105
+ "grad_norm": 4.71875,
106
+ "learning_rate": 2.8260869565217393e-06,
107
+ "loss": 1.0208,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.06071283371730587,
112
+ "grad_norm": 3.765625,
113
+ "learning_rate": 3.043478260869566e-06,
114
+ "loss": 0.9986,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.06504946469711342,
119
+ "grad_norm": 4.84375,
120
+ "learning_rate": 3.2608695652173914e-06,
121
+ "loss": 1.0102,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.06938609567692099,
126
+ "grad_norm": 5.15625,
127
+ "learning_rate": 3.4782608695652175e-06,
128
+ "loss": 0.991,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.07372272665672855,
133
+ "grad_norm": 3.453125,
134
+ "learning_rate": 3.6956521739130436e-06,
135
+ "loss": 0.9974,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.07805935763653611,
140
+ "grad_norm": 2.796875,
141
+ "learning_rate": 3.91304347826087e-06,
142
+ "loss": 0.9997,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.08239598861634367,
147
+ "grad_norm": 2.40625,
148
+ "learning_rate": 4.130434782608696e-06,
149
+ "loss": 0.9896,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.08673261959615124,
154
+ "grad_norm": 8.3125,
155
+ "learning_rate": 4.347826086956522e-06,
156
+ "loss": 0.973,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.0910692505759588,
161
+ "grad_norm": 2.0625,
162
+ "learning_rate": 4.565217391304348e-06,
163
+ "loss": 0.9764,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.09540588155576636,
168
+ "grad_norm": 1.65625,
169
+ "learning_rate": 4.782608695652174e-06,
170
+ "loss": 0.9461,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.09974251253557392,
175
+ "grad_norm": 1.40625,
176
+ "learning_rate": 5e-06,
177
+ "loss": 0.9355,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.10407914351538149,
182
+ "grad_norm": 1.3203125,
183
+ "learning_rate": 5.2173913043478265e-06,
184
+ "loss": 0.9725,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.10841577449518905,
189
+ "grad_norm": 1.1875,
190
+ "learning_rate": 5.4347826086956525e-06,
191
+ "loss": 0.9244,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.11275240547499661,
196
+ "grad_norm": 1.1875,
197
+ "learning_rate": 5.652173913043479e-06,
198
+ "loss": 0.929,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.11708903645480417,
203
+ "grad_norm": 1.1015625,
204
+ "learning_rate": 5.8695652173913055e-06,
205
+ "loss": 0.9434,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.12142566743461174,
210
+ "grad_norm": 1.265625,
211
+ "learning_rate": 6.086956521739132e-06,
212
+ "loss": 0.9331,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.1257622984144193,
217
+ "grad_norm": 1.03125,
218
+ "learning_rate": 6.304347826086958e-06,
219
+ "loss": 0.9264,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.13009892939422685,
224
+ "grad_norm": 1.015625,
225
+ "learning_rate": 6.521739130434783e-06,
226
+ "loss": 0.9114,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.13443556037403442,
231
+ "grad_norm": 1.03125,
232
+ "learning_rate": 6.739130434782609e-06,
233
+ "loss": 0.9277,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.13877219135384197,
238
+ "grad_norm": 1.0234375,
239
+ "learning_rate": 6.956521739130435e-06,
240
+ "loss": 0.9154,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.14310882233364955,
245
+ "grad_norm": 1.015625,
246
+ "learning_rate": 7.173913043478261e-06,
247
+ "loss": 0.939,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.1474454533134571,
252
+ "grad_norm": 0.96875,
253
+ "learning_rate": 7.391304347826087e-06,
254
+ "loss": 0.9146,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.15178208429326467,
259
+ "grad_norm": 0.9609375,
260
+ "learning_rate": 7.608695652173914e-06,
261
+ "loss": 0.9063,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.15611871527307222,
266
+ "grad_norm": 0.9765625,
267
+ "learning_rate": 7.82608695652174e-06,
268
+ "loss": 0.9178,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.1604553462528798,
273
+ "grad_norm": 1.0078125,
274
+ "learning_rate": 8.043478260869566e-06,
275
+ "loss": 0.9184,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.16479197723268735,
280
+ "grad_norm": 0.98046875,
281
+ "learning_rate": 8.260869565217392e-06,
282
+ "loss": 0.911,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.16912860821249492,
287
+ "grad_norm": 0.9609375,
288
+ "learning_rate": 8.478260869565218e-06,
289
+ "loss": 0.9031,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.17346523919230247,
294
+ "grad_norm": 0.97265625,
295
+ "learning_rate": 8.695652173913044e-06,
296
+ "loss": 0.8881,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.17780187017211005,
301
+ "grad_norm": 0.9296875,
302
+ "learning_rate": 8.91304347826087e-06,
303
+ "loss": 0.8846,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.1821385011519176,
308
+ "grad_norm": 0.953125,
309
+ "learning_rate": 9.130434782608697e-06,
310
+ "loss": 0.8895,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.18647513213172517,
315
+ "grad_norm": 0.94921875,
316
+ "learning_rate": 9.347826086956523e-06,
317
+ "loss": 0.8683,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.19081176311153272,
322
+ "grad_norm": 0.99609375,
323
+ "learning_rate": 9.565217391304349e-06,
324
+ "loss": 0.8795,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.1951483940913403,
329
+ "grad_norm": 0.94140625,
330
+ "learning_rate": 9.782608695652175e-06,
331
+ "loss": 0.8829,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.19948502507114785,
336
+ "grad_norm": 0.93359375,
337
+ "learning_rate": 1e-05,
338
+ "loss": 0.8703,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.20382165605095542,
343
+ "grad_norm": 0.92578125,
344
+ "learning_rate": 9.999856041607732e-06,
345
+ "loss": 0.8702,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.20815828703076297,
350
+ "grad_norm": 0.94921875,
351
+ "learning_rate": 9.99942417472053e-06,
352
+ "loss": 0.869,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.21249491801057055,
357
+ "grad_norm": 0.95703125,
358
+ "learning_rate": 9.998704424206747e-06,
359
+ "loss": 0.8748,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.2168315489903781,
364
+ "grad_norm": 0.91796875,
365
+ "learning_rate": 9.997696831512027e-06,
366
+ "loss": 0.8737,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.22116817997018567,
371
+ "grad_norm": 0.91015625,
372
+ "learning_rate": 9.996401454656941e-06,
373
+ "loss": 0.8745,
374
+ "step": 51
375
+ },
376
+ {
377
+ "epoch": 0.22550481094999322,
378
+ "grad_norm": 0.94921875,
379
+ "learning_rate": 9.994818368233639e-06,
380
+ "loss": 0.8677,
381
+ "step": 52
382
+ },
383
+ {
384
+ "epoch": 0.2298414419298008,
385
+ "grad_norm": 0.90625,
386
+ "learning_rate": 9.992947663401548e-06,
387
+ "loss": 0.863,
388
+ "step": 53
389
+ },
390
+ {
391
+ "epoch": 0.23417807290960835,
392
+ "grad_norm": 0.9140625,
393
+ "learning_rate": 9.990789447882136e-06,
394
+ "loss": 0.8709,
395
+ "step": 54
396
+ },
397
+ {
398
+ "epoch": 0.2385147038894159,
399
+ "grad_norm": 0.9609375,
400
+ "learning_rate": 9.988343845952697e-06,
401
+ "loss": 0.8543,
402
+ "step": 55
403
+ },
404
+ {
405
+ "epoch": 0.24285133486922347,
406
+ "grad_norm": 0.9375,
407
+ "learning_rate": 9.985610998439198e-06,
408
+ "loss": 0.8735,
409
+ "step": 56
410
+ },
411
+ {
412
+ "epoch": 0.24718796584903102,
413
+ "grad_norm": 0.8984375,
414
+ "learning_rate": 9.982591062708172e-06,
415
+ "loss": 0.8631,
416
+ "step": 57
417
+ },
418
+ {
419
+ "epoch": 0.2515245968288386,
420
+ "grad_norm": 0.8984375,
421
+ "learning_rate": 9.979284212657658e-06,
422
+ "loss": 0.8512,
423
+ "step": 58
424
+ },
425
+ {
426
+ "epoch": 0.2515245968288386,
427
+ "eval_loss": 0.8729492425918579,
428
+ "eval_runtime": 109.2389,
429
+ "eval_samples_per_second": 7.909,
430
+ "eval_steps_per_second": 1.977,
431
+ "step": 58
432
+ },
433
+ {
434
+ "epoch": 0.2558612278086462,
435
+ "grad_norm": 0.90234375,
436
+ "learning_rate": 9.97569063870718e-06,
437
+ "loss": 0.8554,
438
+ "step": 59
439
+ },
440
+ {
441
+ "epoch": 0.2601978587884537,
442
+ "grad_norm": 0.859375,
443
+ "learning_rate": 9.971810547786794e-06,
444
+ "loss": 0.8661,
445
+ "step": 60
446
+ },
447
+ {
448
+ "epoch": 0.26453448976826127,
449
+ "grad_norm": 0.84765625,
450
+ "learning_rate": 9.967644163325157e-06,
451
+ "loss": 0.8592,
452
+ "step": 61
453
+ },
454
+ {
455
+ "epoch": 0.26887112074806885,
456
+ "grad_norm": 0.83203125,
457
+ "learning_rate": 9.963191725236672e-06,
458
+ "loss": 0.8614,
459
+ "step": 62
460
+ },
461
+ {
462
+ "epoch": 0.2732077517278764,
463
+ "grad_norm": 0.8203125,
464
+ "learning_rate": 9.958453489907673e-06,
465
+ "loss": 0.8555,
466
+ "step": 63
467
+ },
468
+ {
469
+ "epoch": 0.27754438270768395,
470
+ "grad_norm": 0.80078125,
471
+ "learning_rate": 9.953429730181653e-06,
472
+ "loss": 0.8572,
473
+ "step": 64
474
+ },
475
+ {
476
+ "epoch": 0.2818810136874915,
477
+ "grad_norm": 0.78515625,
478
+ "learning_rate": 9.948120735343566e-06,
479
+ "loss": 0.8583,
480
+ "step": 65
481
+ },
482
+ {
483
+ "epoch": 0.2862176446672991,
484
+ "grad_norm": 0.734375,
485
+ "learning_rate": 9.942526811103153e-06,
486
+ "loss": 0.8433,
487
+ "step": 66
488
+ },
489
+ {
490
+ "epoch": 0.2905542756471067,
491
+ "grad_norm": 0.703125,
492
+ "learning_rate": 9.93664827957735e-06,
493
+ "loss": 0.8505,
494
+ "step": 67
495
+ },
496
+ {
497
+ "epoch": 0.2948909066269142,
498
+ "grad_norm": 0.6640625,
499
+ "learning_rate": 9.930485479271735e-06,
500
+ "loss": 0.8403,
501
+ "step": 68
502
+ },
503
+ {
504
+ "epoch": 0.29922753760672177,
505
+ "grad_norm": 0.63671875,
506
+ "learning_rate": 9.924038765061042e-06,
507
+ "loss": 0.8585,
508
+ "step": 69
509
+ },
510
+ {
511
+ "epoch": 0.30356416858652935,
512
+ "grad_norm": 1.2109375,
513
+ "learning_rate": 9.917308508168712e-06,
514
+ "loss": 0.8567,
515
+ "step": 70
516
+ },
517
+ {
518
+ "epoch": 0.3079007995663369,
519
+ "grad_norm": 0.58984375,
520
+ "learning_rate": 9.91029509614553e-06,
521
+ "loss": 0.8543,
522
+ "step": 71
523
+ },
524
+ {
525
+ "epoch": 0.31223743054614445,
526
+ "grad_norm": 0.54296875,
527
+ "learning_rate": 9.902998932847308e-06,
528
+ "loss": 0.8752,
529
+ "step": 72
530
+ },
531
+ {
532
+ "epoch": 0.316574061525952,
533
+ "grad_norm": 0.5078125,
534
+ "learning_rate": 9.895420438411616e-06,
535
+ "loss": 0.8535,
536
+ "step": 73
537
+ },
538
+ {
539
+ "epoch": 0.3209106925057596,
540
+ "grad_norm": 0.4921875,
541
+ "learning_rate": 9.887560049233606e-06,
542
+ "loss": 0.8601,
543
+ "step": 74
544
+ },
545
+ {
546
+ "epoch": 0.3252473234855672,
547
+ "grad_norm": 0.494140625,
548
+ "learning_rate": 9.879418217940872e-06,
549
+ "loss": 0.8543,
550
+ "step": 75
551
+ },
552
+ {
553
+ "epoch": 0.3295839544653747,
554
+ "grad_norm": 0.4375,
555
+ "learning_rate": 9.870995413367397e-06,
556
+ "loss": 0.8113,
557
+ "step": 76
558
+ },
559
+ {
560
+ "epoch": 0.33392058544518227,
561
+ "grad_norm": 0.427734375,
562
+ "learning_rate": 9.862292120526536e-06,
563
+ "loss": 0.8583,
564
+ "step": 77
565
+ },
566
+ {
567
+ "epoch": 0.33825721642498985,
568
+ "grad_norm": 0.447265625,
569
+ "learning_rate": 9.85330884058311e-06,
570
+ "loss": 0.832,
571
+ "step": 78
572
+ },
573
+ {
574
+ "epoch": 0.3425938474047974,
575
+ "grad_norm": 0.41015625,
576
+ "learning_rate": 9.844046090824533e-06,
577
+ "loss": 0.8271,
578
+ "step": 79
579
+ },
580
+ {
581
+ "epoch": 0.34693047838460495,
582
+ "grad_norm": 0.3984375,
583
+ "learning_rate": 9.834504404631032e-06,
584
+ "loss": 0.8503,
585
+ "step": 80
586
+ },
587
+ {
588
+ "epoch": 0.3512671093644125,
589
+ "grad_norm": 0.408203125,
590
+ "learning_rate": 9.824684331444926e-06,
591
+ "loss": 0.8189,
592
+ "step": 81
593
+ },
594
+ {
595
+ "epoch": 0.3556037403442201,
596
+ "grad_norm": 0.416015625,
597
+ "learning_rate": 9.814586436738998e-06,
598
+ "loss": 0.8465,
599
+ "step": 82
600
+ },
601
+ {
602
+ "epoch": 0.3599403713240276,
603
+ "grad_norm": 0.40625,
604
+ "learning_rate": 9.804211301983919e-06,
605
+ "loss": 0.8159,
606
+ "step": 83
607
+ },
608
+ {
609
+ "epoch": 0.3642770023038352,
610
+ "grad_norm": 0.40234375,
611
+ "learning_rate": 9.793559524614779e-06,
612
+ "loss": 0.8392,
613
+ "step": 84
614
+ },
615
+ {
616
+ "epoch": 0.36861363328364277,
617
+ "grad_norm": 0.3671875,
618
+ "learning_rate": 9.782631717996675e-06,
619
+ "loss": 0.8291,
620
+ "step": 85
621
+ },
622
+ {
623
+ "epoch": 0.37295026426345035,
624
+ "grad_norm": 0.392578125,
625
+ "learning_rate": 9.771428511389395e-06,
626
+ "loss": 0.8398,
627
+ "step": 86
628
+ },
629
+ {
630
+ "epoch": 0.37728689524325787,
631
+ "grad_norm": 0.39453125,
632
+ "learning_rate": 9.759950549911185e-06,
633
+ "loss": 0.8499,
634
+ "step": 87
635
+ },
636
+ {
637
+ "epoch": 0.38162352622306545,
638
+ "grad_norm": 0.373046875,
639
+ "learning_rate": 9.748198494501598e-06,
640
+ "loss": 0.8244,
641
+ "step": 88
642
+ },
643
+ {
644
+ "epoch": 0.385960157202873,
645
+ "grad_norm": 0.373046875,
646
+ "learning_rate": 9.736173021883433e-06,
647
+ "loss": 0.8281,
648
+ "step": 89
649
+ },
650
+ {
651
+ "epoch": 0.3902967881826806,
652
+ "grad_norm": 0.39453125,
653
+ "learning_rate": 9.72387482452377e-06,
654
+ "loss": 0.8165,
655
+ "step": 90
656
+ },
657
+ {
658
+ "epoch": 0.3946334191624881,
659
+ "grad_norm": 0.396484375,
660
+ "learning_rate": 9.711304610594104e-06,
661
+ "loss": 0.8329,
662
+ "step": 91
663
+ },
664
+ {
665
+ "epoch": 0.3989700501422957,
666
+ "grad_norm": 0.375,
667
+ "learning_rate": 9.698463103929542e-06,
668
+ "loss": 0.8218,
669
+ "step": 92
670
+ },
671
+ {
672
+ "epoch": 0.40330668112210327,
673
+ "grad_norm": 0.384765625,
674
+ "learning_rate": 9.685351043987151e-06,
675
+ "loss": 0.8132,
676
+ "step": 93
677
+ },
678
+ {
679
+ "epoch": 0.40764331210191085,
680
+ "grad_norm": 0.39453125,
681
+ "learning_rate": 9.671969185803357e-06,
682
+ "loss": 0.8357,
683
+ "step": 94
684
+ },
685
+ {
686
+ "epoch": 0.41197994308171837,
687
+ "grad_norm": 0.392578125,
688
+ "learning_rate": 9.658318299950473e-06,
689
+ "loss": 0.8352,
690
+ "step": 95
691
+ },
692
+ {
693
+ "epoch": 0.41631657406152595,
694
+ "grad_norm": 0.353515625,
695
+ "learning_rate": 9.644399172492337e-06,
696
+ "loss": 0.8112,
697
+ "step": 96
698
+ },
699
+ {
700
+ "epoch": 0.4206532050413335,
701
+ "grad_norm": 0.380859375,
702
+ "learning_rate": 9.630212604939026e-06,
703
+ "loss": 0.8376,
704
+ "step": 97
705
+ },
706
+ {
707
+ "epoch": 0.4249898360211411,
708
+ "grad_norm": 0.419921875,
709
+ "learning_rate": 9.615759414200729e-06,
710
+ "loss": 0.8304,
711
+ "step": 98
712
+ },
713
+ {
714
+ "epoch": 0.4293264670009486,
715
+ "grad_norm": 0.357421875,
716
+ "learning_rate": 9.601040432540684e-06,
717
+ "loss": 0.8403,
718
+ "step": 99
719
+ },
720
+ {
721
+ "epoch": 0.4336630979807562,
722
+ "grad_norm": 0.380859375,
723
+ "learning_rate": 9.586056507527266e-06,
724
+ "loss": 0.8331,
725
+ "step": 100
726
+ },
727
+ {
728
+ "epoch": 0.4379997289605638,
729
+ "grad_norm": 0.39453125,
730
+ "learning_rate": 9.570808501985176e-06,
731
+ "loss": 0.8268,
732
+ "step": 101
733
+ },
734
+ {
735
+ "epoch": 0.44233635994037135,
736
+ "grad_norm": 0.396484375,
737
+ "learning_rate": 9.55529729394576e-06,
738
+ "loss": 0.8264,
739
+ "step": 102
740
+ },
741
+ {
742
+ "epoch": 0.44667299092017887,
743
+ "grad_norm": 0.396484375,
744
+ "learning_rate": 9.539523776596446e-06,
745
+ "loss": 0.8235,
746
+ "step": 103
747
+ },
748
+ {
749
+ "epoch": 0.45100962189998645,
750
+ "grad_norm": 0.369140625,
751
+ "learning_rate": 9.523488858229313e-06,
752
+ "loss": 0.8276,
753
+ "step": 104
754
+ },
755
+ {
756
+ "epoch": 0.455346252879794,
757
+ "grad_norm": 0.435546875,
758
+ "learning_rate": 9.507193462188791e-06,
759
+ "loss": 0.8142,
760
+ "step": 105
761
+ },
762
+ {
763
+ "epoch": 0.4596828838596016,
764
+ "grad_norm": 0.375,
765
+ "learning_rate": 9.490638526818482e-06,
766
+ "loss": 0.8092,
767
+ "step": 106
768
+ },
769
+ {
770
+ "epoch": 0.4640195148394091,
771
+ "grad_norm": 0.361328125,
772
+ "learning_rate": 9.47382500540714e-06,
773
+ "loss": 0.8256,
774
+ "step": 107
775
+ },
776
+ {
777
+ "epoch": 0.4683561458192167,
778
+ "grad_norm": 0.384765625,
779
+ "learning_rate": 9.45675386613377e-06,
780
+ "loss": 0.8342,
781
+ "step": 108
782
+ },
783
+ {
784
+ "epoch": 0.4726927767990243,
785
+ "grad_norm": 0.400390625,
786
+ "learning_rate": 9.439426092011877e-06,
787
+ "loss": 0.8087,
788
+ "step": 109
789
+ },
790
+ {
791
+ "epoch": 0.4770294077788318,
792
+ "grad_norm": 0.396484375,
793
+ "learning_rate": 9.421842680832862e-06,
794
+ "loss": 0.8316,
795
+ "step": 110
796
+ },
797
+ {
798
+ "epoch": 0.48136603875863937,
799
+ "grad_norm": 0.37890625,
800
+ "learning_rate": 9.40400464510857e-06,
801
+ "loss": 0.8257,
802
+ "step": 111
803
+ },
804
+ {
805
+ "epoch": 0.48570266973844695,
806
+ "grad_norm": 0.359375,
807
+ "learning_rate": 9.385913012012972e-06,
808
+ "loss": 0.8246,
809
+ "step": 112
810
+ },
811
+ {
812
+ "epoch": 0.4900393007182545,
813
+ "grad_norm": 0.39453125,
814
+ "learning_rate": 9.367568823323039e-06,
815
+ "loss": 0.8206,
816
+ "step": 113
817
+ },
818
+ {
819
+ "epoch": 0.49437593169806204,
820
+ "grad_norm": 0.380859375,
821
+ "learning_rate": 9.348973135358734e-06,
822
+ "loss": 0.8358,
823
+ "step": 114
824
+ },
825
+ {
826
+ "epoch": 0.4987125626778696,
827
+ "grad_norm": 0.376953125,
828
+ "learning_rate": 9.330127018922195e-06,
829
+ "loss": 0.8017,
830
+ "step": 115
831
+ },
832
+ {
833
+ "epoch": 0.5030491936576772,
834
+ "grad_norm": 0.392578125,
835
+ "learning_rate": 9.311031559236067e-06,
836
+ "loss": 0.8496,
837
+ "step": 116
838
+ },
839
+ {
840
+ "epoch": 0.5030491936576772,
841
+ "eval_loss": 0.8192870616912842,
842
+ "eval_runtime": 109.0108,
843
+ "eval_samples_per_second": 7.926,
844
+ "eval_steps_per_second": 1.981,
845
+ "step": 116
846
+ },
847
+ {
848
+ "epoch": 0.5073858246374847,
849
+ "grad_norm": 0.404296875,
850
+ "learning_rate": 9.291687855881027e-06,
851
+ "loss": 0.8147,
852
+ "step": 117
853
+ },
854
+ {
855
+ "epoch": 0.5117224556172923,
856
+ "grad_norm": 0.392578125,
857
+ "learning_rate": 9.272097022732444e-06,
858
+ "loss": 0.8277,
859
+ "step": 118
860
+ },
861
+ {
862
+ "epoch": 0.5160590865970999,
863
+ "grad_norm": 0.361328125,
864
+ "learning_rate": 9.252260187896257e-06,
865
+ "loss": 0.8212,
866
+ "step": 119
867
+ },
868
+ {
869
+ "epoch": 0.5203957175769074,
870
+ "grad_norm": 0.361328125,
871
+ "learning_rate": 9.232178493644006e-06,
872
+ "loss": 0.8375,
873
+ "step": 120
874
+ },
875
+ {
876
+ "epoch": 0.524732348556715,
877
+ "grad_norm": 0.396484375,
878
+ "learning_rate": 9.211853096347059e-06,
879
+ "loss": 0.8386,
880
+ "step": 121
881
+ },
882
+ {
883
+ "epoch": 0.5290689795365225,
884
+ "grad_norm": 0.380859375,
885
+ "learning_rate": 9.191285166410023e-06,
886
+ "loss": 0.8118,
887
+ "step": 122
888
+ },
889
+ {
890
+ "epoch": 0.5334056105163302,
891
+ "grad_norm": 0.380859375,
892
+ "learning_rate": 9.170475888203348e-06,
893
+ "loss": 0.8181,
894
+ "step": 123
895
+ },
896
+ {
897
+ "epoch": 0.5377422414961377,
898
+ "grad_norm": 0.375,
899
+ "learning_rate": 9.149426459995127e-06,
900
+ "loss": 0.8213,
901
+ "step": 124
902
+ },
903
+ {
904
+ "epoch": 0.5420788724759452,
905
+ "grad_norm": 0.359375,
906
+ "learning_rate": 9.128138093882098e-06,
907
+ "loss": 0.8392,
908
+ "step": 125
909
+ },
910
+ {
911
+ "epoch": 0.5464155034557528,
912
+ "grad_norm": 0.373046875,
913
+ "learning_rate": 9.106612015719845e-06,
914
+ "loss": 0.8286,
915
+ "step": 126
916
+ },
917
+ {
918
+ "epoch": 0.5507521344355604,
919
+ "grad_norm": 0.3671875,
920
+ "learning_rate": 9.08484946505221e-06,
921
+ "loss": 0.8324,
922
+ "step": 127
923
+ },
924
+ {
925
+ "epoch": 0.5550887654153679,
926
+ "grad_norm": 0.38671875,
927
+ "learning_rate": 9.062851695039915e-06,
928
+ "loss": 0.8271,
929
+ "step": 128
930
+ },
931
+ {
932
+ "epoch": 0.5594253963951755,
933
+ "grad_norm": 0.36328125,
934
+ "learning_rate": 9.040619972388402e-06,
935
+ "loss": 0.8179,
936
+ "step": 129
937
+ },
938
+ {
939
+ "epoch": 0.563762027374983,
940
+ "grad_norm": 0.384765625,
941
+ "learning_rate": 9.018155577274891e-06,
942
+ "loss": 0.8214,
943
+ "step": 130
944
+ },
945
+ {
946
+ "epoch": 0.5680986583547907,
947
+ "grad_norm": 0.3671875,
948
+ "learning_rate": 8.995459803274664e-06,
949
+ "loss": 0.8255,
950
+ "step": 131
951
+ },
952
+ {
953
+ "epoch": 0.5724352893345982,
954
+ "grad_norm": 0.359375,
955
+ "learning_rate": 8.972533957286574e-06,
956
+ "loss": 0.8167,
957
+ "step": 132
958
+ },
959
+ {
960
+ "epoch": 0.5767719203144057,
961
+ "grad_norm": 0.3671875,
962
+ "learning_rate": 8.949379359457795e-06,
963
+ "loss": 0.8012,
964
+ "step": 133
965
+ },
966
+ {
967
+ "epoch": 0.5811085512942133,
968
+ "grad_norm": 0.35546875,
969
+ "learning_rate": 8.925997343107796e-06,
970
+ "loss": 0.8182,
971
+ "step": 134
972
+ },
973
+ {
974
+ "epoch": 0.5854451822740209,
975
+ "grad_norm": 0.3671875,
976
+ "learning_rate": 8.902389254651568e-06,
977
+ "loss": 0.8073,
978
+ "step": 135
979
+ },
980
+ {
981
+ "epoch": 0.5897818132538284,
982
+ "grad_norm": 0.3515625,
983
+ "learning_rate": 8.8785564535221e-06,
984
+ "loss": 0.8195,
985
+ "step": 136
986
+ },
987
+ {
988
+ "epoch": 0.594118444233636,
989
+ "grad_norm": 0.423828125,
990
+ "learning_rate": 8.854500312092081e-06,
991
+ "loss": 0.8292,
992
+ "step": 137
993
+ },
994
+ {
995
+ "epoch": 0.5984550752134435,
996
+ "grad_norm": 0.384765625,
997
+ "learning_rate": 8.83022221559489e-06,
998
+ "loss": 0.8204,
999
+ "step": 138
1000
+ },
1001
+ {
1002
+ "epoch": 0.6027917061932511,
1003
+ "grad_norm": 0.373046875,
1004
+ "learning_rate": 8.805723562044825e-06,
1005
+ "loss": 0.8175,
1006
+ "step": 139
1007
+ },
1008
+ {
1009
+ "epoch": 0.6071283371730587,
1010
+ "grad_norm": 0.375,
1011
+ "learning_rate": 8.781005762156593e-06,
1012
+ "loss": 0.8044,
1013
+ "step": 140
1014
+ },
1015
+ {
1016
+ "epoch": 0.6114649681528662,
1017
+ "grad_norm": 0.3671875,
1018
+ "learning_rate": 8.756070239264089e-06,
1019
+ "loss": 0.8187,
1020
+ "step": 141
1021
+ },
1022
+ {
1023
+ "epoch": 0.6158015991326738,
1024
+ "grad_norm": 0.369140625,
1025
+ "learning_rate": 8.730918429238429e-06,
1026
+ "loss": 0.8164,
1027
+ "step": 142
1028
+ },
1029
+ {
1030
+ "epoch": 0.6201382301124814,
1031
+ "grad_norm": 0.36328125,
1032
+ "learning_rate": 8.705551780405264e-06,
1033
+ "loss": 0.8051,
1034
+ "step": 143
1035
+ },
1036
+ {
1037
+ "epoch": 0.6244748610922889,
1038
+ "grad_norm": 0.369140625,
1039
+ "learning_rate": 8.679971753461388e-06,
1040
+ "loss": 0.8127,
1041
+ "step": 144
1042
+ },
1043
+ {
1044
+ "epoch": 0.6288114920720965,
1045
+ "grad_norm": 0.37109375,
1046
+ "learning_rate": 8.65417982139062e-06,
1047
+ "loss": 0.8283,
1048
+ "step": 145
1049
+ },
1050
+ {
1051
+ "epoch": 0.633148123051904,
1052
+ "grad_norm": 0.400390625,
1053
+ "learning_rate": 8.628177469378995e-06,
1054
+ "loss": 0.8169,
1055
+ "step": 146
1056
+ },
1057
+ {
1058
+ "epoch": 0.6374847540317116,
1059
+ "grad_norm": 0.3671875,
1060
+ "learning_rate": 8.601966194729228e-06,
1061
+ "loss": 0.8209,
1062
+ "step": 147
1063
+ },
1064
+ {
1065
+ "epoch": 0.6418213850115192,
1066
+ "grad_norm": 0.37890625,
1067
+ "learning_rate": 8.575547506774498e-06,
1068
+ "loss": 0.8388,
1069
+ "step": 148
1070
+ },
1071
+ {
1072
+ "epoch": 0.6461580159913267,
1073
+ "grad_norm": 0.359375,
1074
+ "learning_rate": 8.548922926791545e-06,
1075
+ "loss": 0.8129,
1076
+ "step": 149
1077
+ },
1078
+ {
1079
+ "epoch": 0.6504946469711343,
1080
+ "grad_norm": 0.373046875,
1081
+ "learning_rate": 8.522093987913063e-06,
1082
+ "loss": 0.8282,
1083
+ "step": 150
1084
+ },
1085
+ {
1086
+ "epoch": 0.6548312779509419,
1087
+ "grad_norm": 0.3515625,
1088
+ "learning_rate": 8.49506223503941e-06,
1089
+ "loss": 0.813,
1090
+ "step": 151
1091
+ },
1092
+ {
1093
+ "epoch": 0.6591679089307494,
1094
+ "grad_norm": 0.3984375,
1095
+ "learning_rate": 8.467829224749665e-06,
1096
+ "loss": 0.8313,
1097
+ "step": 152
1098
+ },
1099
+ {
1100
+ "epoch": 0.663504539910557,
1101
+ "grad_norm": 0.38671875,
1102
+ "learning_rate": 8.440396525211976e-06,
1103
+ "loss": 0.828,
1104
+ "step": 153
1105
+ },
1106
+ {
1107
+ "epoch": 0.6678411708903645,
1108
+ "grad_norm": 0.380859375,
1109
+ "learning_rate": 8.412765716093273e-06,
1110
+ "loss": 0.8247,
1111
+ "step": 154
1112
+ },
1113
+ {
1114
+ "epoch": 0.6721778018701721,
1115
+ "grad_norm": 0.37890625,
1116
+ "learning_rate": 8.384938388468296e-06,
1117
+ "loss": 0.8046,
1118
+ "step": 155
1119
+ },
1120
+ {
1121
+ "epoch": 0.6765144328499797,
1122
+ "grad_norm": 0.349609375,
1123
+ "learning_rate": 8.356916144727985e-06,
1124
+ "loss": 0.814,
1125
+ "step": 156
1126
+ },
1127
+ {
1128
+ "epoch": 0.6808510638297872,
1129
+ "grad_norm": 0.36328125,
1130
+ "learning_rate": 8.328700598487203e-06,
1131
+ "loss": 0.8147,
1132
+ "step": 157
1133
+ },
1134
+ {
1135
+ "epoch": 0.6851876948095948,
1136
+ "grad_norm": 0.365234375,
1137
+ "learning_rate": 8.300293374491821e-06,
1138
+ "loss": 0.8083,
1139
+ "step": 158
1140
+ },
1141
+ {
1142
+ "epoch": 0.6895243257894024,
1143
+ "grad_norm": 0.365234375,
1144
+ "learning_rate": 8.271696108525156e-06,
1145
+ "loss": 0.801,
1146
+ "step": 159
1147
+ },
1148
+ {
1149
+ "epoch": 0.6938609567692099,
1150
+ "grad_norm": 0.3515625,
1151
+ "learning_rate": 8.24291044731378e-06,
1152
+ "loss": 0.8155,
1153
+ "step": 160
1154
+ },
1155
+ {
1156
+ "epoch": 0.6981975877490175,
1157
+ "grad_norm": 0.3515625,
1158
+ "learning_rate": 8.213938048432697e-06,
1159
+ "loss": 0.7988,
1160
+ "step": 161
1161
+ },
1162
+ {
1163
+ "epoch": 0.702534218728825,
1164
+ "grad_norm": 0.41015625,
1165
+ "learning_rate": 8.184780580209892e-06,
1166
+ "loss": 0.8184,
1167
+ "step": 162
1168
+ },
1169
+ {
1170
+ "epoch": 0.7068708497086326,
1171
+ "grad_norm": 0.369140625,
1172
+ "learning_rate": 8.155439721630265e-06,
1173
+ "loss": 0.8212,
1174
+ "step": 163
1175
+ },
1176
+ {
1177
+ "epoch": 0.7112074806884402,
1178
+ "grad_norm": 0.37890625,
1179
+ "learning_rate": 8.125917162238945e-06,
1180
+ "loss": 0.8401,
1181
+ "step": 164
1182
+ },
1183
+ {
1184
+ "epoch": 0.7155441116682477,
1185
+ "grad_norm": 0.37109375,
1186
+ "learning_rate": 8.096214602044011e-06,
1187
+ "loss": 0.7886,
1188
+ "step": 165
1189
+ },
1190
+ {
1191
+ "epoch": 0.7198807426480552,
1192
+ "grad_norm": 0.38671875,
1193
+ "learning_rate": 8.066333751418582e-06,
1194
+ "loss": 0.8181,
1195
+ "step": 166
1196
+ },
1197
+ {
1198
+ "epoch": 0.7242173736278629,
1199
+ "grad_norm": 0.361328125,
1200
+ "learning_rate": 8.036276331002348e-06,
1201
+ "loss": 0.8188,
1202
+ "step": 167
1203
+ },
1204
+ {
1205
+ "epoch": 0.7285540046076704,
1206
+ "grad_norm": 0.375,
1207
+ "learning_rate": 8.006044071602476e-06,
1208
+ "loss": 0.7999,
1209
+ "step": 168
1210
+ },
1211
+ {
1212
+ "epoch": 0.732890635587478,
1213
+ "grad_norm": 0.38671875,
1214
+ "learning_rate": 7.97563871409395e-06,
1215
+ "loss": 0.8273,
1216
+ "step": 169
1217
+ },
1218
+ {
1219
+ "epoch": 0.7372272665672855,
1220
+ "grad_norm": 0.35546875,
1221
+ "learning_rate": 7.94506200931932e-06,
1222
+ "loss": 0.7848,
1223
+ "step": 170
1224
+ },
1225
+ {
1226
+ "epoch": 0.7415638975470931,
1227
+ "grad_norm": 0.3515625,
1228
+ "learning_rate": 7.914315717987892e-06,
1229
+ "loss": 0.82,
1230
+ "step": 171
1231
+ },
1232
+ {
1233
+ "epoch": 0.7459005285269007,
1234
+ "grad_norm": 0.392578125,
1235
+ "learning_rate": 7.883401610574338e-06,
1236
+ "loss": 0.805,
1237
+ "step": 172
1238
+ },
1239
+ {
1240
+ "epoch": 0.7502371595067082,
1241
+ "grad_norm": 0.388671875,
1242
+ "learning_rate": 7.85232146721673e-06,
1243
+ "loss": 0.8017,
1244
+ "step": 173
1245
+ },
1246
+ {
1247
+ "epoch": 0.7545737904865157,
1248
+ "grad_norm": 0.35546875,
1249
+ "learning_rate": 7.821077077614062e-06,
1250
+ "loss": 0.8175,
1251
+ "step": 174
1252
+ },
1253
+ {
1254
+ "epoch": 0.7545737904865157,
1255
+ "eval_loss": 0.8033392429351807,
1256
+ "eval_runtime": 109.1503,
1257
+ "eval_samples_per_second": 7.916,
1258
+ "eval_steps_per_second": 1.979,
1259
+ "step": 174
1260
+ },
1261
+ {
1262
+ "epoch": 0.7589104214663234,
1263
+ "grad_norm": 0.365234375,
1264
+ "learning_rate": 7.789670240923169e-06,
1265
+ "loss": 0.825,
1266
+ "step": 175
1267
+ },
1268
+ {
1269
+ "epoch": 0.7632470524461309,
1270
+ "grad_norm": 0.36328125,
1271
+ "learning_rate": 7.758102765655136e-06,
1272
+ "loss": 0.8155,
1273
+ "step": 176
1274
+ },
1275
+ {
1276
+ "epoch": 0.7675836834259385,
1277
+ "grad_norm": 0.384765625,
1278
+ "learning_rate": 7.726376469571165e-06,
1279
+ "loss": 0.8138,
1280
+ "step": 177
1281
+ },
1282
+ {
1283
+ "epoch": 0.771920314405746,
1284
+ "grad_norm": 0.396484375,
1285
+ "learning_rate": 7.69449317957788e-06,
1286
+ "loss": 0.8055,
1287
+ "step": 178
1288
+ },
1289
+ {
1290
+ "epoch": 0.7762569453855536,
1291
+ "grad_norm": 0.37109375,
1292
+ "learning_rate": 7.66245473162215e-06,
1293
+ "loss": 0.8046,
1294
+ "step": 179
1295
+ },
1296
+ {
1297
+ "epoch": 0.7805935763653612,
1298
+ "grad_norm": 0.37109375,
1299
+ "learning_rate": 7.630262970585355e-06,
1300
+ "loss": 0.8138,
1301
+ "step": 180
1302
+ },
1303
+ {
1304
+ "epoch": 0.7849302073451687,
1305
+ "grad_norm": 0.353515625,
1306
+ "learning_rate": 7.597919750177168e-06,
1307
+ "loss": 0.8366,
1308
+ "step": 181
1309
+ },
1310
+ {
1311
+ "epoch": 0.7892668383249762,
1312
+ "grad_norm": 0.408203125,
1313
+ "learning_rate": 7.56542693282879e-06,
1314
+ "loss": 0.8303,
1315
+ "step": 182
1316
+ },
1317
+ {
1318
+ "epoch": 0.7936034693047839,
1319
+ "grad_norm": 0.357421875,
1320
+ "learning_rate": 7.532786389585715e-06,
1321
+ "loss": 0.8139,
1322
+ "step": 183
1323
+ },
1324
+ {
1325
+ "epoch": 0.7979401002845914,
1326
+ "grad_norm": 0.384765625,
1327
+ "learning_rate": 7.500000000000001e-06,
1328
+ "loss": 0.8098,
1329
+ "step": 184
1330
+ },
1331
+ {
1332
+ "epoch": 0.802276731264399,
1333
+ "grad_norm": 0.359375,
1334
+ "learning_rate": 7.467069652022017e-06,
1335
+ "loss": 0.8116,
1336
+ "step": 185
1337
+ },
1338
+ {
1339
+ "epoch": 0.8066133622442065,
1340
+ "grad_norm": 0.359375,
1341
+ "learning_rate": 7.433997241891743e-06,
1342
+ "loss": 0.7941,
1343
+ "step": 186
1344
+ },
1345
+ {
1346
+ "epoch": 0.8109499932240141,
1347
+ "grad_norm": 0.37109375,
1348
+ "learning_rate": 7.400784674029579e-06,
1349
+ "loss": 0.8123,
1350
+ "step": 187
1351
+ },
1352
+ {
1353
+ "epoch": 0.8152866242038217,
1354
+ "grad_norm": 0.376953125,
1355
+ "learning_rate": 7.3674338609266705e-06,
1356
+ "loss": 0.8237,
1357
+ "step": 188
1358
+ },
1359
+ {
1360
+ "epoch": 0.8196232551836292,
1361
+ "grad_norm": 0.380859375,
1362
+ "learning_rate": 7.333946723034794e-06,
1363
+ "loss": 0.8241,
1364
+ "step": 189
1365
+ },
1366
+ {
1367
+ "epoch": 0.8239598861634367,
1368
+ "grad_norm": 0.357421875,
1369
+ "learning_rate": 7.300325188655762e-06,
1370
+ "loss": 0.8072,
1371
+ "step": 190
1372
+ },
1373
+ {
1374
+ "epoch": 0.8282965171432444,
1375
+ "grad_norm": 0.353515625,
1376
+ "learning_rate": 7.266571193830387e-06,
1377
+ "loss": 0.8027,
1378
+ "step": 191
1379
+ },
1380
+ {
1381
+ "epoch": 0.8326331481230519,
1382
+ "grad_norm": 0.365234375,
1383
+ "learning_rate": 7.232686682227001e-06,
1384
+ "loss": 0.8351,
1385
+ "step": 192
1386
+ },
1387
+ {
1388
+ "epoch": 0.8369697791028594,
1389
+ "grad_norm": 0.369140625,
1390
+ "learning_rate": 7.198673605029529e-06,
1391
+ "loss": 0.8108,
1392
+ "step": 193
1393
+ },
1394
+ {
1395
+ "epoch": 0.841306410082667,
1396
+ "grad_norm": 0.369140625,
1397
+ "learning_rate": 7.164533920825137e-06,
1398
+ "loss": 0.8248,
1399
+ "step": 194
1400
+ },
1401
+ {
1402
+ "epoch": 0.8456430410624746,
1403
+ "grad_norm": 0.365234375,
1404
+ "learning_rate": 7.130269595491443e-06,
1405
+ "loss": 0.8117,
1406
+ "step": 195
1407
+ },
1408
+ {
1409
+ "epoch": 0.8499796720422822,
1410
+ "grad_norm": 0.376953125,
1411
+ "learning_rate": 7.095882602083321e-06,
1412
+ "loss": 0.832,
1413
+ "step": 196
1414
+ },
1415
+ {
1416
+ "epoch": 0.8543163030220897,
1417
+ "grad_norm": 0.37890625,
1418
+ "learning_rate": 7.061374920719288e-06,
1419
+ "loss": 0.8196,
1420
+ "step": 197
1421
+ },
1422
+ {
1423
+ "epoch": 0.8586529340018972,
1424
+ "grad_norm": 0.390625,
1425
+ "learning_rate": 7.026748538467474e-06,
1426
+ "loss": 0.8023,
1427
+ "step": 198
1428
+ },
1429
+ {
1430
+ "epoch": 0.8629895649817049,
1431
+ "grad_norm": 0.392578125,
1432
+ "learning_rate": 6.9920054492312086e-06,
1433
+ "loss": 0.8149,
1434
+ "step": 199
1435
+ },
1436
+ {
1437
+ "epoch": 0.8673261959615124,
1438
+ "grad_norm": 0.353515625,
1439
+ "learning_rate": 6.957147653634198e-06,
1440
+ "loss": 0.8166,
1441
+ "step": 200
1442
+ },
1443
+ {
1444
+ "epoch": 0.8716628269413199,
1445
+ "grad_norm": 0.359375,
1446
+ "learning_rate": 6.922177158905326e-06,
1447
+ "loss": 0.8198,
1448
+ "step": 201
1449
+ },
1450
+ {
1451
+ "epoch": 0.8759994579211275,
1452
+ "grad_norm": 0.380859375,
1453
+ "learning_rate": 6.887095978763072e-06,
1454
+ "loss": 0.797,
1455
+ "step": 202
1456
+ },
1457
+ {
1458
+ "epoch": 0.8803360889009351,
1459
+ "grad_norm": 0.361328125,
1460
+ "learning_rate": 6.851906133299556e-06,
1461
+ "loss": 0.8162,
1462
+ "step": 203
1463
+ },
1464
+ {
1465
+ "epoch": 0.8846727198807427,
1466
+ "grad_norm": 0.34375,
1467
+ "learning_rate": 6.816609648864208e-06,
1468
+ "loss": 0.8272,
1469
+ "step": 204
1470
+ },
1471
+ {
1472
+ "epoch": 0.8890093508605502,
1473
+ "grad_norm": 0.38671875,
1474
+ "learning_rate": 6.781208557947085e-06,
1475
+ "loss": 0.7975,
1476
+ "step": 205
1477
+ },
1478
+ {
1479
+ "epoch": 0.8933459818403577,
1480
+ "grad_norm": 0.35546875,
1481
+ "learning_rate": 6.745704899061843e-06,
1482
+ "loss": 0.8349,
1483
+ "step": 206
1484
+ },
1485
+ {
1486
+ "epoch": 0.8976826128201654,
1487
+ "grad_norm": 0.388671875,
1488
+ "learning_rate": 6.710100716628345e-06,
1489
+ "loss": 0.7963,
1490
+ "step": 207
1491
+ },
1492
+ {
1493
+ "epoch": 0.9020192437999729,
1494
+ "grad_norm": 0.35546875,
1495
+ "learning_rate": 6.674398060854931e-06,
1496
+ "loss": 0.8233,
1497
+ "step": 208
1498
+ },
1499
+ {
1500
+ "epoch": 0.9063558747797804,
1501
+ "grad_norm": 0.36328125,
1502
+ "learning_rate": 6.638598987620375e-06,
1503
+ "loss": 0.8137,
1504
+ "step": 209
1505
+ },
1506
+ {
1507
+ "epoch": 0.910692505759588,
1508
+ "grad_norm": 0.36328125,
1509
+ "learning_rate": 6.6027055583554865e-06,
1510
+ "loss": 0.8076,
1511
+ "step": 210
1512
+ },
1513
+ {
1514
+ "epoch": 0.9150291367393956,
1515
+ "grad_norm": 0.376953125,
1516
+ "learning_rate": 6.566719839924412e-06,
1517
+ "loss": 0.8046,
1518
+ "step": 211
1519
+ },
1520
+ {
1521
+ "epoch": 0.9193657677192032,
1522
+ "grad_norm": 0.40625,
1523
+ "learning_rate": 6.530643904505622e-06,
1524
+ "loss": 0.8211,
1525
+ "step": 212
1526
+ },
1527
+ {
1528
+ "epoch": 0.9237023986990107,
1529
+ "grad_norm": 0.380859375,
1530
+ "learning_rate": 6.49447982947258e-06,
1531
+ "loss": 0.8135,
1532
+ "step": 213
1533
+ },
1534
+ {
1535
+ "epoch": 0.9280390296788182,
1536
+ "grad_norm": 0.390625,
1537
+ "learning_rate": 6.458229697274125e-06,
1538
+ "loss": 0.7993,
1539
+ "step": 214
1540
+ },
1541
+ {
1542
+ "epoch": 0.9323756606586259,
1543
+ "grad_norm": 0.390625,
1544
+ "learning_rate": 6.42189559531456e-06,
1545
+ "loss": 0.7944,
1546
+ "step": 215
1547
+ },
1548
+ {
1549
+ "epoch": 0.9367122916384334,
1550
+ "grad_norm": 0.380859375,
1551
+ "learning_rate": 6.385479615833445e-06,
1552
+ "loss": 0.8078,
1553
+ "step": 216
1554
+ },
1555
+ {
1556
+ "epoch": 0.9410489226182409,
1557
+ "grad_norm": 0.375,
1558
+ "learning_rate": 6.348983855785122e-06,
1559
+ "loss": 0.7926,
1560
+ "step": 217
1561
+ },
1562
+ {
1563
+ "epoch": 0.9453855535980485,
1564
+ "grad_norm": 0.365234375,
1565
+ "learning_rate": 6.312410416717969e-06,
1566
+ "loss": 0.8212,
1567
+ "step": 218
1568
+ },
1569
+ {
1570
+ "epoch": 0.9497221845778561,
1571
+ "grad_norm": 0.361328125,
1572
+ "learning_rate": 6.275761404653381e-06,
1573
+ "loss": 0.7814,
1574
+ "step": 219
1575
+ },
1576
+ {
1577
+ "epoch": 0.9540588155576636,
1578
+ "grad_norm": 0.3984375,
1579
+ "learning_rate": 6.2390389299645e-06,
1580
+ "loss": 0.8039,
1581
+ "step": 220
1582
+ },
1583
+ {
1584
+ "epoch": 0.9583954465374712,
1585
+ "grad_norm": 0.40234375,
1586
+ "learning_rate": 6.2022451072546926e-06,
1587
+ "loss": 0.802,
1588
+ "step": 221
1589
+ },
1590
+ {
1591
+ "epoch": 0.9627320775172787,
1592
+ "grad_norm": 0.408203125,
1593
+ "learning_rate": 6.165382055235784e-06,
1594
+ "loss": 0.7972,
1595
+ "step": 222
1596
+ },
1597
+ {
1598
+ "epoch": 0.9670687084970864,
1599
+ "grad_norm": 0.37109375,
1600
+ "learning_rate": 6.128451896606054e-06,
1601
+ "loss": 0.7882,
1602
+ "step": 223
1603
+ },
1604
+ {
1605
+ "epoch": 0.9714053394768939,
1606
+ "grad_norm": 0.36328125,
1607
+ "learning_rate": 6.091456757928008e-06,
1608
+ "loss": 0.7859,
1609
+ "step": 224
1610
+ },
1611
+ {
1612
+ "epoch": 0.9757419704567014,
1613
+ "grad_norm": 0.34375,
1614
+ "learning_rate": 6.0543987695059236e-06,
1615
+ "loss": 0.7966,
1616
+ "step": 225
1617
+ },
1618
+ {
1619
+ "epoch": 0.980078601436509,
1620
+ "grad_norm": 0.345703125,
1621
+ "learning_rate": 6.0172800652631706e-06,
1622
+ "loss": 0.8079,
1623
+ "step": 226
1624
+ },
1625
+ {
1626
+ "epoch": 0.9844152324163166,
1627
+ "grad_norm": 0.396484375,
1628
+ "learning_rate": 5.980102782619343e-06,
1629
+ "loss": 0.8123,
1630
+ "step": 227
1631
+ },
1632
+ {
1633
+ "epoch": 0.9887518633961241,
1634
+ "grad_norm": 0.373046875,
1635
+ "learning_rate": 5.9428690623671796e-06,
1636
+ "loss": 0.8359,
1637
+ "step": 228
1638
+ },
1639
+ {
1640
+ "epoch": 0.9930884943759317,
1641
+ "grad_norm": 0.353515625,
1642
+ "learning_rate": 5.905581048549279e-06,
1643
+ "loss": 0.8287,
1644
+ "step": 229
1645
+ },
1646
+ {
1647
+ "epoch": 0.9974251253557392,
1648
+ "grad_norm": 0.3671875,
1649
+ "learning_rate": 5.8682408883346535e-06,
1650
+ "loss": 0.8032,
1651
+ "step": 230
1652
+ },
1653
+ {
1654
+ "epoch": 1.0017617563355468,
1655
+ "grad_norm": 0.345703125,
1656
+ "learning_rate": 5.830850731895071e-06,
1657
+ "loss": 0.8129,
1658
+ "step": 231
1659
+ },
1660
+ {
1661
+ "epoch": 1.0040639393118396,
1662
+ "grad_norm": 0.36328125,
1663
+ "learning_rate": 5.793412732281258e-06,
1664
+ "loss": 0.7868,
1665
+ "step": 232
1666
+ },
1667
+ {
1668
+ "epoch": 1.0040639393118396,
1669
+ "eval_loss": 0.7960610389709473,
1670
+ "eval_runtime": 110.4506,
1671
+ "eval_samples_per_second": 7.822,
1672
+ "eval_steps_per_second": 1.956,
1673
+ "step": 232
1674
+ },
1675
+ {
1676
+ "epoch": 1.0083988079111352,
1677
+ "grad_norm": 0.34765625,
1678
+ "learning_rate": 5.755929045298905e-06,
1679
+ "loss": 0.8008,
1680
+ "step": 233
1681
+ },
1682
+ {
1683
+ "epoch": 1.0127336765104307,
1684
+ "grad_norm": 0.37109375,
1685
+ "learning_rate": 5.718401829384541e-06,
1686
+ "loss": 0.8084,
1687
+ "step": 234
1688
+ },
1689
+ {
1690
+ "epoch": 1.0170685451097263,
1691
+ "grad_norm": 0.375,
1692
+ "learning_rate": 5.680833245481234e-06,
1693
+ "loss": 0.8068,
1694
+ "step": 235
1695
+ },
1696
+ {
1697
+ "epoch": 1.021403413709022,
1698
+ "grad_norm": 0.349609375,
1699
+ "learning_rate": 5.6432254569141565e-06,
1700
+ "loss": 0.796,
1701
+ "step": 236
1702
+ },
1703
+ {
1704
+ "epoch": 1.0257382823083174,
1705
+ "grad_norm": 0.36328125,
1706
+ "learning_rate": 5.605580629266021e-06,
1707
+ "loss": 0.8198,
1708
+ "step": 237
1709
+ },
1710
+ {
1711
+ "epoch": 1.030073150907613,
1712
+ "grad_norm": 0.361328125,
1713
+ "learning_rate": 5.567900930252375e-06,
1714
+ "loss": 0.7929,
1715
+ "step": 238
1716
+ },
1717
+ {
1718
+ "epoch": 1.0344080195069087,
1719
+ "grad_norm": 0.353515625,
1720
+ "learning_rate": 5.530188529596774e-06,
1721
+ "loss": 0.8029,
1722
+ "step": 239
1723
+ },
1724
+ {
1725
+ "epoch": 1.0387428881062042,
1726
+ "grad_norm": 0.369140625,
1727
+ "learning_rate": 5.492445598905843e-06,
1728
+ "loss": 0.8121,
1729
+ "step": 240
1730
+ },
1731
+ {
1732
+ "epoch": 1.0430777567054998,
1733
+ "grad_norm": 0.33984375,
1734
+ "learning_rate": 5.454674311544236e-06,
1735
+ "loss": 0.7917,
1736
+ "step": 241
1737
+ },
1738
+ {
1739
+ "epoch": 1.0474126253047955,
1740
+ "grad_norm": 0.35546875,
1741
+ "learning_rate": 5.416876842509468e-06,
1742
+ "loss": 0.7988,
1743
+ "step": 242
1744
+ },
1745
+ {
1746
+ "epoch": 1.051747493904091,
1747
+ "grad_norm": 0.376953125,
1748
+ "learning_rate": 5.379055368306693e-06,
1749
+ "loss": 0.7804,
1750
+ "step": 243
1751
+ },
1752
+ {
1753
+ "epoch": 1.0560823625033866,
1754
+ "grad_norm": 0.37109375,
1755
+ "learning_rate": 5.341212066823356e-06,
1756
+ "loss": 0.8167,
1757
+ "step": 244
1758
+ },
1759
+ {
1760
+ "epoch": 1.0604172311026823,
1761
+ "grad_norm": 0.36328125,
1762
+ "learning_rate": 5.3033491172037935e-06,
1763
+ "loss": 0.8158,
1764
+ "step": 245
1765
+ },
1766
+ {
1767
+ "epoch": 1.0647520997019777,
1768
+ "grad_norm": 0.365234375,
1769
+ "learning_rate": 5.265468699723748e-06,
1770
+ "loss": 0.7957,
1771
+ "step": 246
1772
+ },
1773
+ {
1774
+ "epoch": 1.0690869683012734,
1775
+ "grad_norm": 0.40625,
1776
+ "learning_rate": 5.227572995664819e-06,
1777
+ "loss": 0.7902,
1778
+ "step": 247
1779
+ },
1780
+ {
1781
+ "epoch": 1.073421836900569,
1782
+ "grad_norm": 0.35546875,
1783
+ "learning_rate": 5.189664187188857e-06,
1784
+ "loss": 0.7994,
1785
+ "step": 248
1786
+ },
1787
+ {
1788
+ "epoch": 1.0777567054998645,
1789
+ "grad_norm": 0.365234375,
1790
+ "learning_rate": 5.151744457212312e-06,
1791
+ "loss": 0.809,
1792
+ "step": 249
1793
+ },
1794
+ {
1795
+ "epoch": 1.0820915740991601,
1796
+ "grad_norm": 0.35546875,
1797
+ "learning_rate": 5.113815989280528e-06,
1798
+ "loss": 0.7849,
1799
+ "step": 250
1800
+ },
1801
+ {
1802
+ "epoch": 1.0864264426984558,
1803
+ "grad_norm": 0.36328125,
1804
+ "learning_rate": 5.075880967442014e-06,
1805
+ "loss": 0.8067,
1806
+ "step": 251
1807
+ },
1808
+ {
1809
+ "epoch": 1.0907613112977512,
1810
+ "grad_norm": 0.375,
1811
+ "learning_rate": 5.037941576122667e-06,
1812
+ "loss": 0.798,
1813
+ "step": 252
1814
+ },
1815
+ {
1816
+ "epoch": 1.0950961798970469,
1817
+ "grad_norm": 0.36328125,
1818
+ "learning_rate": 5e-06,
1819
+ "loss": 0.7891,
1820
+ "step": 253
1821
+ },
1822
+ {
1823
+ "epoch": 1.0994310484963425,
1824
+ "grad_norm": 0.3515625,
1825
+ "learning_rate": 4.962058423877335e-06,
1826
+ "loss": 0.8044,
1827
+ "step": 254
1828
+ },
1829
+ {
1830
+ "epoch": 1.103765917095638,
1831
+ "grad_norm": 0.375,
1832
+ "learning_rate": 4.924119032557988e-06,
1833
+ "loss": 0.7842,
1834
+ "step": 255
1835
+ },
1836
+ {
1837
+ "epoch": 1.1081007856949336,
1838
+ "grad_norm": 0.33984375,
1839
+ "learning_rate": 4.886184010719472e-06,
1840
+ "loss": 0.7962,
1841
+ "step": 256
1842
+ },
1843
+ {
1844
+ "epoch": 1.1124356542942293,
1845
+ "grad_norm": 0.345703125,
1846
+ "learning_rate": 4.848255542787689e-06,
1847
+ "loss": 0.8043,
1848
+ "step": 257
1849
+ },
1850
+ {
1851
+ "epoch": 1.1167705228935247,
1852
+ "grad_norm": 0.361328125,
1853
+ "learning_rate": 4.8103358128111435e-06,
1854
+ "loss": 0.8075,
1855
+ "step": 258
1856
+ },
1857
+ {
1858
+ "epoch": 1.1211053914928204,
1859
+ "grad_norm": 0.3515625,
1860
+ "learning_rate": 4.772427004335183e-06,
1861
+ "loss": 0.8023,
1862
+ "step": 259
1863
+ },
1864
+ {
1865
+ "epoch": 1.125440260092116,
1866
+ "grad_norm": 0.365234375,
1867
+ "learning_rate": 4.7345313002762545e-06,
1868
+ "loss": 0.7959,
1869
+ "step": 260
1870
+ },
1871
+ {
1872
+ "epoch": 1.1297751286914115,
1873
+ "grad_norm": 0.36328125,
1874
+ "learning_rate": 4.696650882796207e-06,
1875
+ "loss": 0.7883,
1876
+ "step": 261
1877
+ },
1878
+ {
1879
+ "epoch": 1.1341099972907072,
1880
+ "grad_norm": 0.357421875,
1881
+ "learning_rate": 4.6587879331766465e-06,
1882
+ "loss": 0.8036,
1883
+ "step": 262
1884
+ },
1885
+ {
1886
+ "epoch": 1.1384448658900026,
1887
+ "grad_norm": 0.361328125,
1888
+ "learning_rate": 4.620944631693309e-06,
1889
+ "loss": 0.8016,
1890
+ "step": 263
1891
+ },
1892
+ {
1893
+ "epoch": 1.1427797344892983,
1894
+ "grad_norm": 0.333984375,
1895
+ "learning_rate": 4.583123157490533e-06,
1896
+ "loss": 0.7982,
1897
+ "step": 264
1898
+ },
1899
+ {
1900
+ "epoch": 1.147114603088594,
1901
+ "grad_norm": 0.34765625,
1902
+ "learning_rate": 4.545325688455766e-06,
1903
+ "loss": 0.794,
1904
+ "step": 265
1905
+ },
1906
+ {
1907
+ "epoch": 1.1514494716878896,
1908
+ "grad_norm": 0.357421875,
1909
+ "learning_rate": 4.507554401094157e-06,
1910
+ "loss": 0.7905,
1911
+ "step": 266
1912
+ },
1913
+ {
1914
+ "epoch": 1.155784340287185,
1915
+ "grad_norm": 0.369140625,
1916
+ "learning_rate": 4.469811470403228e-06,
1917
+ "loss": 0.7941,
1918
+ "step": 267
1919
+ },
1920
+ {
1921
+ "epoch": 1.1601192088864807,
1922
+ "grad_norm": 0.359375,
1923
+ "learning_rate": 4.432099069747625e-06,
1924
+ "loss": 0.801,
1925
+ "step": 268
1926
+ },
1927
+ {
1928
+ "epoch": 1.1644540774857761,
1929
+ "grad_norm": 0.3671875,
1930
+ "learning_rate": 4.394419370733981e-06,
1931
+ "loss": 0.7985,
1932
+ "step": 269
1933
+ },
1934
+ {
1935
+ "epoch": 1.1687889460850718,
1936
+ "grad_norm": 0.36328125,
1937
+ "learning_rate": 4.356774543085845e-06,
1938
+ "loss": 0.7837,
1939
+ "step": 270
1940
+ },
1941
+ {
1942
+ "epoch": 1.1731238146843674,
1943
+ "grad_norm": 0.37890625,
1944
+ "learning_rate": 4.319166754518768e-06,
1945
+ "loss": 0.8008,
1946
+ "step": 271
1947
+ },
1948
+ {
1949
+ "epoch": 1.1774586832836629,
1950
+ "grad_norm": 0.357421875,
1951
+ "learning_rate": 4.28159817061546e-06,
1952
+ "loss": 0.8059,
1953
+ "step": 272
1954
+ },
1955
+ {
1956
+ "epoch": 1.1817935518829585,
1957
+ "grad_norm": 0.365234375,
1958
+ "learning_rate": 4.244070954701096e-06,
1959
+ "loss": 0.812,
1960
+ "step": 273
1961
+ },
1962
+ {
1963
+ "epoch": 1.1861284204822542,
1964
+ "grad_norm": 0.390625,
1965
+ "learning_rate": 4.206587267718743e-06,
1966
+ "loss": 0.7948,
1967
+ "step": 274
1968
+ },
1969
+ {
1970
+ "epoch": 1.1904632890815496,
1971
+ "grad_norm": 0.349609375,
1972
+ "learning_rate": 4.1691492681049305e-06,
1973
+ "loss": 0.8005,
1974
+ "step": 275
1975
+ },
1976
+ {
1977
+ "epoch": 1.1947981576808453,
1978
+ "grad_norm": 0.34765625,
1979
+ "learning_rate": 4.131759111665349e-06,
1980
+ "loss": 0.7992,
1981
+ "step": 276
1982
+ },
1983
+ {
1984
+ "epoch": 1.199133026280141,
1985
+ "grad_norm": 0.365234375,
1986
+ "learning_rate": 4.094418951450721e-06,
1987
+ "loss": 0.8091,
1988
+ "step": 277
1989
+ },
1990
+ {
1991
+ "epoch": 1.2034678948794364,
1992
+ "grad_norm": 0.3671875,
1993
+ "learning_rate": 4.057130937632821e-06,
1994
+ "loss": 0.799,
1995
+ "step": 278
1996
+ },
1997
+ {
1998
+ "epoch": 1.207802763478732,
1999
+ "grad_norm": 0.35546875,
2000
+ "learning_rate": 4.01989721738066e-06,
2001
+ "loss": 0.8093,
2002
+ "step": 279
2003
+ },
2004
+ {
2005
+ "epoch": 1.2121376320780277,
2006
+ "grad_norm": 0.361328125,
2007
+ "learning_rate": 3.982719934736832e-06,
2008
+ "loss": 0.8073,
2009
+ "step": 280
2010
+ },
2011
+ {
2012
+ "epoch": 1.2164725006773232,
2013
+ "grad_norm": 0.337890625,
2014
+ "learning_rate": 3.945601230494079e-06,
2015
+ "loss": 0.8099,
2016
+ "step": 281
2017
+ },
2018
+ {
2019
+ "epoch": 1.2208073692766188,
2020
+ "grad_norm": 0.400390625,
2021
+ "learning_rate": 3.9085432420719934e-06,
2022
+ "loss": 0.7912,
2023
+ "step": 282
2024
+ },
2025
+ {
2026
+ "epoch": 1.2251422378759145,
2027
+ "grad_norm": 0.357421875,
2028
+ "learning_rate": 3.871548103393947e-06,
2029
+ "loss": 0.8105,
2030
+ "step": 283
2031
+ },
2032
+ {
2033
+ "epoch": 1.22947710647521,
2034
+ "grad_norm": 0.37890625,
2035
+ "learning_rate": 3.834617944764218e-06,
2036
+ "loss": 0.7751,
2037
+ "step": 284
2038
+ },
2039
+ {
2040
+ "epoch": 1.2338119750745056,
2041
+ "grad_norm": 0.375,
2042
+ "learning_rate": 3.797754892745309e-06,
2043
+ "loss": 0.8028,
2044
+ "step": 285
2045
+ },
2046
+ {
2047
+ "epoch": 1.2381468436738012,
2048
+ "grad_norm": 0.34765625,
2049
+ "learning_rate": 3.7609610700355014e-06,
2050
+ "loss": 0.7939,
2051
+ "step": 286
2052
+ },
2053
+ {
2054
+ "epoch": 1.2424817122730967,
2055
+ "grad_norm": 0.357421875,
2056
+ "learning_rate": 3.724238595346619e-06,
2057
+ "loss": 0.809,
2058
+ "step": 287
2059
+ },
2060
+ {
2061
+ "epoch": 1.2468165808723923,
2062
+ "grad_norm": 0.357421875,
2063
+ "learning_rate": 3.687589583282031e-06,
2064
+ "loss": 0.8082,
2065
+ "step": 288
2066
+ },
2067
+ {
2068
+ "epoch": 1.251151449471688,
2069
+ "grad_norm": 0.345703125,
2070
+ "learning_rate": 3.6510161442148783e-06,
2071
+ "loss": 0.7822,
2072
+ "step": 289
2073
+ },
2074
+ {
2075
+ "epoch": 1.2554863180709834,
2076
+ "grad_norm": 0.353515625,
2077
+ "learning_rate": 3.6145203841665577e-06,
2078
+ "loss": 0.8119,
2079
+ "step": 290
2080
+ },
2081
+ {
2082
+ "epoch": 1.2554863180709834,
2083
+ "eval_loss": 0.7933911681175232,
2084
+ "eval_runtime": 110.3505,
2085
+ "eval_samples_per_second": 7.83,
2086
+ "eval_steps_per_second": 1.957,
2087
+ "step": 290
2088
+ },
2089
+ {
2090
+ "epoch": 1.259821186670279,
2091
+ "grad_norm": 0.345703125,
2092
+ "learning_rate": 3.578104404685442e-06,
2093
+ "loss": 0.806,
2094
+ "step": 291
2095
+ },
2096
+ {
2097
+ "epoch": 1.2641560552695745,
2098
+ "grad_norm": 0.359375,
2099
+ "learning_rate": 3.5417703027258752e-06,
2100
+ "loss": 0.8055,
2101
+ "step": 292
2102
+ },
2103
+ {
2104
+ "epoch": 1.2684909238688702,
2105
+ "grad_norm": 0.365234375,
2106
+ "learning_rate": 3.5055201705274223e-06,
2107
+ "loss": 0.8039,
2108
+ "step": 293
2109
+ },
2110
+ {
2111
+ "epoch": 1.2728257924681659,
2112
+ "grad_norm": 0.33984375,
2113
+ "learning_rate": 3.46935609549438e-06,
2114
+ "loss": 0.8149,
2115
+ "step": 294
2116
+ },
2117
+ {
2118
+ "epoch": 1.2771606610674615,
2119
+ "grad_norm": 0.3515625,
2120
+ "learning_rate": 3.4332801600755895e-06,
2121
+ "loss": 0.7849,
2122
+ "step": 295
2123
+ },
2124
+ {
2125
+ "epoch": 1.281495529666757,
2126
+ "grad_norm": 0.345703125,
2127
+ "learning_rate": 3.397294441644515e-06,
2128
+ "loss": 0.7956,
2129
+ "step": 296
2130
+ },
2131
+ {
2132
+ "epoch": 1.2858303982660526,
2133
+ "grad_norm": 0.353515625,
2134
+ "learning_rate": 3.3614010123796257e-06,
2135
+ "loss": 0.7933,
2136
+ "step": 297
2137
+ },
2138
+ {
2139
+ "epoch": 1.290165266865348,
2140
+ "grad_norm": 0.36328125,
2141
+ "learning_rate": 3.3256019391450696e-06,
2142
+ "loss": 0.8174,
2143
+ "step": 298
2144
+ },
2145
+ {
2146
+ "epoch": 1.2945001354646437,
2147
+ "grad_norm": 0.353515625,
2148
+ "learning_rate": 3.289899283371657e-06,
2149
+ "loss": 0.7988,
2150
+ "step": 299
2151
+ },
2152
+ {
2153
+ "epoch": 1.2988350040639394,
2154
+ "grad_norm": 0.34375,
2155
+ "learning_rate": 3.2542951009381584e-06,
2156
+ "loss": 0.8037,
2157
+ "step": 300
2158
+ },
2159
+ {
2160
+ "epoch": 1.303169872663235,
2161
+ "grad_norm": 0.34765625,
2162
+ "learning_rate": 3.2187914420529176e-06,
2163
+ "loss": 0.782,
2164
+ "step": 301
2165
+ },
2166
+ {
2167
+ "epoch": 1.3075047412625305,
2168
+ "grad_norm": 0.36328125,
2169
+ "learning_rate": 3.1833903511357943e-06,
2170
+ "loss": 0.8037,
2171
+ "step": 302
2172
+ },
2173
+ {
2174
+ "epoch": 1.3118396098618261,
2175
+ "grad_norm": 0.384765625,
2176
+ "learning_rate": 3.148093866700445e-06,
2177
+ "loss": 0.8053,
2178
+ "step": 303
2179
+ },
2180
+ {
2181
+ "epoch": 1.3161744784611216,
2182
+ "grad_norm": 0.357421875,
2183
+ "learning_rate": 3.1129040212369286e-06,
2184
+ "loss": 0.7896,
2185
+ "step": 304
2186
+ },
2187
+ {
2188
+ "epoch": 1.3205093470604172,
2189
+ "grad_norm": 0.359375,
2190
+ "learning_rate": 3.077822841094675e-06,
2191
+ "loss": 0.8078,
2192
+ "step": 305
2193
+ },
2194
+ {
2195
+ "epoch": 1.3248442156597129,
2196
+ "grad_norm": 0.341796875,
2197
+ "learning_rate": 3.0428523463658046e-06,
2198
+ "loss": 0.8084,
2199
+ "step": 306
2200
+ },
2201
+ {
2202
+ "epoch": 1.3291790842590083,
2203
+ "grad_norm": 0.357421875,
2204
+ "learning_rate": 3.007994550768793e-06,
2205
+ "loss": 0.8277,
2206
+ "step": 307
2207
+ },
2208
+ {
2209
+ "epoch": 1.333513952858304,
2210
+ "grad_norm": 0.341796875,
2211
+ "learning_rate": 2.973251461532527e-06,
2212
+ "loss": 0.8079,
2213
+ "step": 308
2214
+ },
2215
+ {
2216
+ "epoch": 1.3378488214575996,
2217
+ "grad_norm": 0.349609375,
2218
+ "learning_rate": 2.9386250792807124e-06,
2219
+ "loss": 0.8168,
2220
+ "step": 309
2221
+ },
2222
+ {
2223
+ "epoch": 1.342183690056895,
2224
+ "grad_norm": 0.3671875,
2225
+ "learning_rate": 2.9041173979166813e-06,
2226
+ "loss": 0.8047,
2227
+ "step": 310
2228
+ },
2229
+ {
2230
+ "epoch": 1.3465185586561907,
2231
+ "grad_norm": 0.37890625,
2232
+ "learning_rate": 2.86973040450856e-06,
2233
+ "loss": 0.8037,
2234
+ "step": 311
2235
+ },
2236
+ {
2237
+ "epoch": 1.3508534272554864,
2238
+ "grad_norm": 0.361328125,
2239
+ "learning_rate": 2.835466079174866e-06,
2240
+ "loss": 0.8001,
2241
+ "step": 312
2242
+ },
2243
+ {
2244
+ "epoch": 1.3551882958547818,
2245
+ "grad_norm": 0.365234375,
2246
+ "learning_rate": 2.8013263949704706e-06,
2247
+ "loss": 0.8006,
2248
+ "step": 313
2249
+ },
2250
+ {
2251
+ "epoch": 1.3595231644540775,
2252
+ "grad_norm": 0.359375,
2253
+ "learning_rate": 2.767313317773e-06,
2254
+ "loss": 0.8156,
2255
+ "step": 314
2256
+ },
2257
+ {
2258
+ "epoch": 1.363858033053373,
2259
+ "grad_norm": 0.349609375,
2260
+ "learning_rate": 2.7334288061696146e-06,
2261
+ "loss": 0.7992,
2262
+ "step": 315
2263
+ },
2264
+ {
2265
+ "epoch": 1.3681929016526686,
2266
+ "grad_norm": 0.3671875,
2267
+ "learning_rate": 2.6996748113442397e-06,
2268
+ "loss": 0.7812,
2269
+ "step": 316
2270
+ },
2271
+ {
2272
+ "epoch": 1.3725277702519643,
2273
+ "grad_norm": 0.341796875,
2274
+ "learning_rate": 2.666053276965207e-06,
2275
+ "loss": 0.7857,
2276
+ "step": 317
2277
+ },
2278
+ {
2279
+ "epoch": 1.37686263885126,
2280
+ "grad_norm": 0.35546875,
2281
+ "learning_rate": 2.6325661390733303e-06,
2282
+ "loss": 0.7985,
2283
+ "step": 318
2284
+ },
2285
+ {
2286
+ "epoch": 1.3811975074505554,
2287
+ "grad_norm": 0.341796875,
2288
+ "learning_rate": 2.599215325970423e-06,
2289
+ "loss": 0.7811,
2290
+ "step": 319
2291
+ },
2292
+ {
2293
+ "epoch": 1.385532376049851,
2294
+ "grad_norm": 0.412109375,
2295
+ "learning_rate": 2.566002758108256e-06,
2296
+ "loss": 0.7975,
2297
+ "step": 320
2298
+ },
2299
+ {
2300
+ "epoch": 1.3898672446491465,
2301
+ "grad_norm": 0.345703125,
2302
+ "learning_rate": 2.5329303479779855e-06,
2303
+ "loss": 0.8305,
2304
+ "step": 321
2305
+ },
2306
+ {
2307
+ "epoch": 1.3942021132484421,
2308
+ "grad_norm": 0.3515625,
2309
+ "learning_rate": 2.5000000000000015e-06,
2310
+ "loss": 0.8006,
2311
+ "step": 322
2312
+ },
2313
+ {
2314
+ "epoch": 1.3985369818477378,
2315
+ "grad_norm": 0.35546875,
2316
+ "learning_rate": 2.467213610414286e-06,
2317
+ "loss": 0.791,
2318
+ "step": 323
2319
+ },
2320
+ {
2321
+ "epoch": 1.4028718504470334,
2322
+ "grad_norm": 0.345703125,
2323
+ "learning_rate": 2.434573067171213e-06,
2324
+ "loss": 0.7853,
2325
+ "step": 324
2326
+ },
2327
+ {
2328
+ "epoch": 1.4072067190463289,
2329
+ "grad_norm": 0.375,
2330
+ "learning_rate": 2.4020802498228333e-06,
2331
+ "loss": 0.8011,
2332
+ "step": 325
2333
+ },
2334
+ {
2335
+ "epoch": 1.4115415876456245,
2336
+ "grad_norm": 0.3671875,
2337
+ "learning_rate": 2.369737029414644e-06,
2338
+ "loss": 0.7996,
2339
+ "step": 326
2340
+ },
2341
+ {
2342
+ "epoch": 1.41587645624492,
2343
+ "grad_norm": 0.39453125,
2344
+ "learning_rate": 2.337545268377853e-06,
2345
+ "loss": 0.8144,
2346
+ "step": 327
2347
+ },
2348
+ {
2349
+ "epoch": 1.4202113248442156,
2350
+ "grad_norm": 0.40234375,
2351
+ "learning_rate": 2.3055068204221226e-06,
2352
+ "loss": 0.8064,
2353
+ "step": 328
2354
+ },
2355
+ {
2356
+ "epoch": 1.4245461934435113,
2357
+ "grad_norm": 0.36328125,
2358
+ "learning_rate": 2.2736235304288373e-06,
2359
+ "loss": 0.7983,
2360
+ "step": 329
2361
+ },
2362
+ {
2363
+ "epoch": 1.428881062042807,
2364
+ "grad_norm": 0.365234375,
2365
+ "learning_rate": 2.241897234344864e-06,
2366
+ "loss": 0.7919,
2367
+ "step": 330
2368
+ },
2369
+ {
2370
+ "epoch": 1.4332159306421024,
2371
+ "grad_norm": 0.365234375,
2372
+ "learning_rate": 2.2103297590768334e-06,
2373
+ "loss": 0.785,
2374
+ "step": 331
2375
+ },
2376
+ {
2377
+ "epoch": 1.437550799241398,
2378
+ "grad_norm": 0.34765625,
2379
+ "learning_rate": 2.1789229223859403e-06,
2380
+ "loss": 0.789,
2381
+ "step": 332
2382
+ },
2383
+ {
2384
+ "epoch": 1.4418856678406935,
2385
+ "grad_norm": 0.369140625,
2386
+ "learning_rate": 2.1476785327832715e-06,
2387
+ "loss": 0.8104,
2388
+ "step": 333
2389
+ },
2390
+ {
2391
+ "epoch": 1.4462205364399892,
2392
+ "grad_norm": 0.361328125,
2393
+ "learning_rate": 2.1165983894256647e-06,
2394
+ "loss": 0.7929,
2395
+ "step": 334
2396
+ },
2397
+ {
2398
+ "epoch": 1.4505554050392848,
2399
+ "grad_norm": 0.40625,
2400
+ "learning_rate": 2.085684282012108e-06,
2401
+ "loss": 0.8129,
2402
+ "step": 335
2403
+ },
2404
+ {
2405
+ "epoch": 1.4548902736385803,
2406
+ "grad_norm": 0.34765625,
2407
+ "learning_rate": 2.0549379906806816e-06,
2408
+ "loss": 0.7983,
2409
+ "step": 336
2410
+ },
2411
+ {
2412
+ "epoch": 1.459225142237876,
2413
+ "grad_norm": 0.35546875,
2414
+ "learning_rate": 2.0243612859060526e-06,
2415
+ "loss": 0.7915,
2416
+ "step": 337
2417
+ },
2418
+ {
2419
+ "epoch": 1.4635600108371716,
2420
+ "grad_norm": 0.35546875,
2421
+ "learning_rate": 1.9939559283975237e-06,
2422
+ "loss": 0.8021,
2423
+ "step": 338
2424
+ },
2425
+ {
2426
+ "epoch": 1.467894879436467,
2427
+ "grad_norm": 0.3515625,
2428
+ "learning_rate": 1.9637236689976517e-06,
2429
+ "loss": 0.8164,
2430
+ "step": 339
2431
+ },
2432
+ {
2433
+ "epoch": 1.4722297480357627,
2434
+ "grad_norm": 0.361328125,
2435
+ "learning_rate": 1.933666248581418e-06,
2436
+ "loss": 0.7876,
2437
+ "step": 340
2438
+ },
2439
+ {
2440
+ "epoch": 1.4765646166350583,
2441
+ "grad_norm": 0.35546875,
2442
+ "learning_rate": 1.9037853979559923e-06,
2443
+ "loss": 0.7911,
2444
+ "step": 341
2445
+ },
2446
+ {
2447
+ "epoch": 1.4808994852343538,
2448
+ "grad_norm": 0.357421875,
2449
+ "learning_rate": 1.8740828377610564e-06,
2450
+ "loss": 0.786,
2451
+ "step": 342
2452
+ },
2453
+ {
2454
+ "epoch": 1.4852343538336494,
2455
+ "grad_norm": 0.37109375,
2456
+ "learning_rate": 1.8445602783697375e-06,
2457
+ "loss": 0.8243,
2458
+ "step": 343
2459
+ },
2460
+ {
2461
+ "epoch": 1.4895692224329449,
2462
+ "grad_norm": 0.353515625,
2463
+ "learning_rate": 1.8152194197901086e-06,
2464
+ "loss": 0.8162,
2465
+ "step": 344
2466
+ },
2467
+ {
2468
+ "epoch": 1.4939040910322405,
2469
+ "grad_norm": 0.35546875,
2470
+ "learning_rate": 1.7860619515673034e-06,
2471
+ "loss": 0.8081,
2472
+ "step": 345
2473
+ },
2474
+ {
2475
+ "epoch": 1.4982389596315362,
2476
+ "grad_norm": 0.361328125,
2477
+ "learning_rate": 1.7570895526862202e-06,
2478
+ "loss": 0.814,
2479
+ "step": 346
2480
+ },
2481
+ {
2482
+ "epoch": 1.5025738282308319,
2483
+ "grad_norm": 0.34375,
2484
+ "learning_rate": 1.7283038914748446e-06,
2485
+ "loss": 0.7814,
2486
+ "step": 347
2487
+ },
2488
+ {
2489
+ "epoch": 1.5069086968301273,
2490
+ "grad_norm": 0.353515625,
2491
+ "learning_rate": 1.6997066255081795e-06,
2492
+ "loss": 0.799,
2493
+ "step": 348
2494
+ },
2495
+ {
2496
+ "epoch": 1.5069086968301273,
2497
+ "eval_loss": 0.7925707697868347,
2498
+ "eval_runtime": 110.4666,
2499
+ "eval_samples_per_second": 7.821,
2500
+ "eval_steps_per_second": 1.955,
2501
+ "step": 348
2502
+ },
2503
+ {
2504
+ "epoch": 1.511243565429423,
2505
+ "grad_norm": 0.396484375,
2506
+ "learning_rate": 1.6712994015127976e-06,
2507
+ "loss": 0.798,
2508
+ "step": 349
2509
+ },
2510
+ {
2511
+ "epoch": 1.5155784340287184,
2512
+ "grad_norm": 0.365234375,
2513
+ "learning_rate": 1.6430838552720168e-06,
2514
+ "loss": 0.8019,
2515
+ "step": 350
2516
+ },
2517
+ {
2518
+ "epoch": 1.519913302628014,
2519
+ "grad_norm": 0.345703125,
2520
+ "learning_rate": 1.6150616115317052e-06,
2521
+ "loss": 0.77,
2522
+ "step": 351
2523
+ },
2524
+ {
2525
+ "epoch": 1.5242481712273097,
2526
+ "grad_norm": 0.35546875,
2527
+ "learning_rate": 1.5872342839067305e-06,
2528
+ "loss": 0.7969,
2529
+ "step": 352
2530
+ },
2531
+ {
2532
+ "epoch": 1.5285830398266054,
2533
+ "grad_norm": 0.3671875,
2534
+ "learning_rate": 1.5596034747880263e-06,
2535
+ "loss": 0.8047,
2536
+ "step": 353
2537
+ },
2538
+ {
2539
+ "epoch": 1.5329179084259008,
2540
+ "grad_norm": 0.37890625,
2541
+ "learning_rate": 1.5321707752503367e-06,
2542
+ "loss": 0.7922,
2543
+ "step": 354
2544
+ },
2545
+ {
2546
+ "epoch": 1.5372527770251965,
2547
+ "grad_norm": 0.37890625,
2548
+ "learning_rate": 1.5049377649605906e-06,
2549
+ "loss": 0.8011,
2550
+ "step": 355
2551
+ },
2552
+ {
2553
+ "epoch": 1.541587645624492,
2554
+ "grad_norm": 0.341796875,
2555
+ "learning_rate": 1.4779060120869393e-06,
2556
+ "loss": 0.7937,
2557
+ "step": 356
2558
+ },
2559
+ {
2560
+ "epoch": 1.5459225142237876,
2561
+ "grad_norm": 0.361328125,
2562
+ "learning_rate": 1.451077073208455e-06,
2563
+ "loss": 0.7822,
2564
+ "step": 357
2565
+ },
2566
+ {
2567
+ "epoch": 1.5502573828230832,
2568
+ "grad_norm": 0.3515625,
2569
+ "learning_rate": 1.4244524932255026e-06,
2570
+ "loss": 0.7985,
2571
+ "step": 358
2572
+ },
2573
+ {
2574
+ "epoch": 1.554592251422379,
2575
+ "grad_norm": 0.392578125,
2576
+ "learning_rate": 1.3980338052707737e-06,
2577
+ "loss": 0.7968,
2578
+ "step": 359
2579
+ },
2580
+ {
2581
+ "epoch": 1.5589271200216743,
2582
+ "grad_norm": 0.341796875,
2583
+ "learning_rate": 1.3718225306210049e-06,
2584
+ "loss": 0.8111,
2585
+ "step": 360
2586
+ },
2587
+ {
2588
+ "epoch": 1.5632619886209698,
2589
+ "grad_norm": 0.35546875,
2590
+ "learning_rate": 1.3458201786093795e-06,
2591
+ "loss": 0.7918,
2592
+ "step": 361
2593
+ },
2594
+ {
2595
+ "epoch": 1.5675968572202654,
2596
+ "grad_norm": 0.349609375,
2597
+ "learning_rate": 1.3200282465386156e-06,
2598
+ "loss": 0.8026,
2599
+ "step": 362
2600
+ },
2601
+ {
2602
+ "epoch": 1.571931725819561,
2603
+ "grad_norm": 0.37109375,
2604
+ "learning_rate": 1.2944482195947384e-06,
2605
+ "loss": 0.8124,
2606
+ "step": 363
2607
+ },
2608
+ {
2609
+ "epoch": 1.5762665944188567,
2610
+ "grad_norm": 0.3515625,
2611
+ "learning_rate": 1.2690815707615727e-06,
2612
+ "loss": 0.7961,
2613
+ "step": 364
2614
+ },
2615
+ {
2616
+ "epoch": 1.5806014630181524,
2617
+ "grad_norm": 0.34375,
2618
+ "learning_rate": 1.2439297607359118e-06,
2619
+ "loss": 0.8055,
2620
+ "step": 365
2621
+ },
2622
+ {
2623
+ "epoch": 1.5849363316174478,
2624
+ "grad_norm": 0.380859375,
2625
+ "learning_rate": 1.2189942378434083e-06,
2626
+ "loss": 0.786,
2627
+ "step": 366
2628
+ },
2629
+ {
2630
+ "epoch": 1.5892712002167433,
2631
+ "grad_norm": 0.359375,
2632
+ "learning_rate": 1.194276437955177e-06,
2633
+ "loss": 0.8009,
2634
+ "step": 367
2635
+ },
2636
+ {
2637
+ "epoch": 1.593606068816039,
2638
+ "grad_norm": 0.361328125,
2639
+ "learning_rate": 1.1697777844051105e-06,
2640
+ "loss": 0.8016,
2641
+ "step": 368
2642
+ },
2643
+ {
2644
+ "epoch": 1.5979409374153346,
2645
+ "grad_norm": 0.3515625,
2646
+ "learning_rate": 1.1454996879079205e-06,
2647
+ "loss": 0.7954,
2648
+ "step": 369
2649
+ },
2650
+ {
2651
+ "epoch": 1.6022758060146303,
2652
+ "grad_norm": 0.34765625,
2653
+ "learning_rate": 1.1214435464779006e-06,
2654
+ "loss": 0.8051,
2655
+ "step": 370
2656
+ },
2657
+ {
2658
+ "epoch": 1.606610674613926,
2659
+ "grad_norm": 0.369140625,
2660
+ "learning_rate": 1.0976107453484314e-06,
2661
+ "loss": 0.7912,
2662
+ "step": 371
2663
+ },
2664
+ {
2665
+ "epoch": 1.6109455432132214,
2666
+ "grad_norm": 0.365234375,
2667
+ "learning_rate": 1.0740026568922058e-06,
2668
+ "loss": 0.8041,
2669
+ "step": 372
2670
+ },
2671
+ {
2672
+ "epoch": 1.6152804118125168,
2673
+ "grad_norm": 0.3359375,
2674
+ "learning_rate": 1.050620640542208e-06,
2675
+ "loss": 0.7959,
2676
+ "step": 373
2677
+ },
2678
+ {
2679
+ "epoch": 1.6196152804118125,
2680
+ "grad_norm": 0.357421875,
2681
+ "learning_rate": 1.027466042713428e-06,
2682
+ "loss": 0.8097,
2683
+ "step": 374
2684
+ },
2685
+ {
2686
+ "epoch": 1.6239501490111081,
2687
+ "grad_norm": 0.375,
2688
+ "learning_rate": 1.0045401967253382e-06,
2689
+ "loss": 0.7924,
2690
+ "step": 375
2691
+ },
2692
+ {
2693
+ "epoch": 1.6282850176104038,
2694
+ "grad_norm": 0.37890625,
2695
+ "learning_rate": 9.81844422725109e-07,
2696
+ "loss": 0.8068,
2697
+ "step": 376
2698
+ },
2699
+ {
2700
+ "epoch": 1.6326198862096992,
2701
+ "grad_norm": 0.353515625,
2702
+ "learning_rate": 9.593800276115978e-07,
2703
+ "loss": 0.8052,
2704
+ "step": 377
2705
+ },
2706
+ {
2707
+ "epoch": 1.6369547548089949,
2708
+ "grad_norm": 0.3671875,
2709
+ "learning_rate": 9.371483049600849e-07,
2710
+ "loss": 0.7862,
2711
+ "step": 378
2712
+ },
2713
+ {
2714
+ "epoch": 1.6412896234082903,
2715
+ "grad_norm": 0.361328125,
2716
+ "learning_rate": 9.151505349477901e-07,
2717
+ "loss": 0.8059,
2718
+ "step": 379
2719
+ },
2720
+ {
2721
+ "epoch": 1.645624492007586,
2722
+ "grad_norm": 0.3515625,
2723
+ "learning_rate": 8.933879842801558e-07,
2724
+ "loss": 0.785,
2725
+ "step": 380
2726
+ },
2727
+ {
2728
+ "epoch": 1.6499593606068816,
2729
+ "grad_norm": 0.373046875,
2730
+ "learning_rate": 8.718619061179029e-07,
2731
+ "loss": 0.7866,
2732
+ "step": 381
2733
+ },
2734
+ {
2735
+ "epoch": 1.6542942292061773,
2736
+ "grad_norm": 0.3828125,
2737
+ "learning_rate": 8.505735400048748e-07,
2738
+ "loss": 0.7948,
2739
+ "step": 382
2740
+ },
2741
+ {
2742
+ "epoch": 1.6586290978054727,
2743
+ "grad_norm": 0.353515625,
2744
+ "learning_rate": 8.29524111796654e-07,
2745
+ "loss": 0.8076,
2746
+ "step": 383
2747
+ },
2748
+ {
2749
+ "epoch": 1.6629639664047684,
2750
+ "grad_norm": 0.34765625,
2751
+ "learning_rate": 8.087148335899786e-07,
2752
+ "loss": 0.8034,
2753
+ "step": 384
2754
+ },
2755
+ {
2756
+ "epoch": 1.6672988350040638,
2757
+ "grad_norm": 0.345703125,
2758
+ "learning_rate": 7.881469036529427e-07,
2759
+ "loss": 0.7956,
2760
+ "step": 385
2761
+ },
2762
+ {
2763
+ "epoch": 1.6716337036033595,
2764
+ "grad_norm": 0.353515625,
2765
+ "learning_rate": 7.678215063559957e-07,
2766
+ "loss": 0.797,
2767
+ "step": 386
2768
+ },
2769
+ {
2770
+ "epoch": 1.6759685722026552,
2771
+ "grad_norm": 0.36328125,
2772
+ "learning_rate": 7.477398121037449e-07,
2773
+ "loss": 0.777,
2774
+ "step": 387
2775
+ },
2776
+ {
2777
+ "epoch": 1.6803034408019508,
2778
+ "grad_norm": 0.390625,
2779
+ "learning_rate": 7.279029772675572e-07,
2780
+ "loss": 0.8072,
2781
+ "step": 388
2782
+ },
2783
+ {
2784
+ "epoch": 1.6846383094012463,
2785
+ "grad_norm": 0.337890625,
2786
+ "learning_rate": 7.083121441189739e-07,
2787
+ "loss": 0.7878,
2788
+ "step": 389
2789
+ },
2790
+ {
2791
+ "epoch": 1.6889731780005417,
2792
+ "grad_norm": 0.33984375,
2793
+ "learning_rate": 6.889684407639324e-07,
2794
+ "loss": 0.8186,
2795
+ "step": 390
2796
+ },
2797
+ {
2798
+ "epoch": 1.6933080465998374,
2799
+ "grad_norm": 0.421875,
2800
+ "learning_rate": 6.698729810778065e-07,
2801
+ "loss": 0.8195,
2802
+ "step": 391
2803
+ },
2804
+ {
2805
+ "epoch": 1.697642915199133,
2806
+ "grad_norm": 0.359375,
2807
+ "learning_rate": 6.510268646412665e-07,
2808
+ "loss": 0.7844,
2809
+ "step": 392
2810
+ },
2811
+ {
2812
+ "epoch": 1.7019777837984287,
2813
+ "grad_norm": 0.34765625,
2814
+ "learning_rate": 6.324311766769631e-07,
2815
+ "loss": 0.7936,
2816
+ "step": 393
2817
+ },
2818
+ {
2819
+ "epoch": 1.7063126523977243,
2820
+ "grad_norm": 0.37109375,
2821
+ "learning_rate": 6.140869879870287e-07,
2822
+ "loss": 0.795,
2823
+ "step": 394
2824
+ },
2825
+ {
2826
+ "epoch": 1.7106475209970198,
2827
+ "grad_norm": 0.359375,
2828
+ "learning_rate": 5.959953548914327e-07,
2829
+ "loss": 0.7961,
2830
+ "step": 395
2831
+ },
2832
+ {
2833
+ "epoch": 1.7149823895963152,
2834
+ "grad_norm": 0.341796875,
2835
+ "learning_rate": 5.781573191671386e-07,
2836
+ "loss": 0.7819,
2837
+ "step": 396
2838
+ },
2839
+ {
2840
+ "epoch": 1.7193172581956109,
2841
+ "grad_norm": 0.345703125,
2842
+ "learning_rate": 5.60573907988124e-07,
2843
+ "loss": 0.8076,
2844
+ "step": 397
2845
+ },
2846
+ {
2847
+ "epoch": 1.7236521267949065,
2848
+ "grad_norm": 0.373046875,
2849
+ "learning_rate": 5.43246133866231e-07,
2850
+ "loss": 0.8044,
2851
+ "step": 398
2852
+ },
2853
+ {
2854
+ "epoch": 1.7279869953942022,
2855
+ "grad_norm": 0.3359375,
2856
+ "learning_rate": 5.261749945928613e-07,
2857
+ "loss": 0.8001,
2858
+ "step": 399
2859
+ },
2860
+ {
2861
+ "epoch": 1.7323218639934979,
2862
+ "grad_norm": 0.3359375,
2863
+ "learning_rate": 5.0936147318152e-07,
2864
+ "loss": 0.7955,
2865
+ "step": 400
2866
+ },
2867
+ {
2868
+ "epoch": 1.7366567325927933,
2869
+ "grad_norm": 0.34375,
2870
+ "learning_rate": 4.928065378112107e-07,
2871
+ "loss": 0.7974,
2872
+ "step": 401
2873
+ },
2874
+ {
2875
+ "epoch": 1.7409916011920887,
2876
+ "grad_norm": 0.3515625,
2877
+ "learning_rate": 4.7651114177068694e-07,
2878
+ "loss": 0.8025,
2879
+ "step": 402
2880
+ },
2881
+ {
2882
+ "epoch": 1.7453264697913844,
2883
+ "grad_norm": 0.349609375,
2884
+ "learning_rate": 4.604762234035548e-07,
2885
+ "loss": 0.7857,
2886
+ "step": 403
2887
+ },
2888
+ {
2889
+ "epoch": 1.74966133839068,
2890
+ "grad_norm": 0.353515625,
2891
+ "learning_rate": 4.4470270605424195e-07,
2892
+ "loss": 0.8064,
2893
+ "step": 404
2894
+ },
2895
+ {
2896
+ "epoch": 1.7539962069899757,
2897
+ "grad_norm": 0.349609375,
2898
+ "learning_rate": 4.2919149801482596e-07,
2899
+ "loss": 0.7966,
2900
+ "step": 405
2901
+ },
2902
+ {
2903
+ "epoch": 1.7583310755892712,
2904
+ "grad_norm": 0.337890625,
2905
+ "learning_rate": 4.139434924727359e-07,
2906
+ "loss": 0.7891,
2907
+ "step": 406
2908
+ },
2909
+ {
2910
+ "epoch": 1.7583310755892712,
2911
+ "eval_loss": 0.7922915816307068,
2912
+ "eval_runtime": 110.2564,
2913
+ "eval_samples_per_second": 7.836,
2914
+ "eval_steps_per_second": 1.959,
2915
+ "step": 406
2916
+ },
2917
+ {
2918
+ "epoch": 1.7626659441885668,
2919
+ "grad_norm": 0.365234375,
2920
+ "learning_rate": 3.989595674593161e-07,
2921
+ "loss": 0.7935,
2922
+ "step": 407
2923
+ },
2924
+ {
2925
+ "epoch": 1.7670008127878623,
2926
+ "grad_norm": 0.37109375,
2927
+ "learning_rate": 3.8424058579927147e-07,
2928
+ "loss": 0.7943,
2929
+ "step": 408
2930
+ },
2931
+ {
2932
+ "epoch": 1.771335681387158,
2933
+ "grad_norm": 0.34375,
2934
+ "learning_rate": 3.697873950609737e-07,
2935
+ "loss": 0.796,
2936
+ "step": 409
2937
+ },
2938
+ {
2939
+ "epoch": 1.7756705499864536,
2940
+ "grad_norm": 0.34375,
2941
+ "learning_rate": 3.55600827507665e-07,
2942
+ "loss": 0.8139,
2943
+ "step": 410
2944
+ },
2945
+ {
2946
+ "epoch": 1.7800054185857492,
2947
+ "grad_norm": 0.361328125,
2948
+ "learning_rate": 3.416817000495271e-07,
2949
+ "loss": 0.7962,
2950
+ "step": 411
2951
+ },
2952
+ {
2953
+ "epoch": 1.7843402871850447,
2954
+ "grad_norm": 0.3515625,
2955
+ "learning_rate": 3.2803081419664483e-07,
2956
+ "loss": 0.8059,
2957
+ "step": 412
2958
+ },
2959
+ {
2960
+ "epoch": 1.7886751557843403,
2961
+ "grad_norm": 0.359375,
2962
+ "learning_rate": 3.146489560128496e-07,
2963
+ "loss": 0.8073,
2964
+ "step": 413
2965
+ },
2966
+ {
2967
+ "epoch": 1.7930100243836358,
2968
+ "grad_norm": 0.380859375,
2969
+ "learning_rate": 3.015368960704584e-07,
2970
+ "loss": 0.7965,
2971
+ "step": 414
2972
+ },
2973
+ {
2974
+ "epoch": 1.7973448929829314,
2975
+ "grad_norm": 0.349609375,
2976
+ "learning_rate": 2.88695389405898e-07,
2977
+ "loss": 0.8057,
2978
+ "step": 415
2979
+ },
2980
+ {
2981
+ "epoch": 1.801679761582227,
2982
+ "grad_norm": 0.361328125,
2983
+ "learning_rate": 2.7612517547622955e-07,
2984
+ "loss": 0.7942,
2985
+ "step": 416
2986
+ },
2987
+ {
2988
+ "epoch": 1.8060146301815228,
2989
+ "grad_norm": 0.34375,
2990
+ "learning_rate": 2.638269781165692e-07,
2991
+ "loss": 0.7904,
2992
+ "step": 417
2993
+ },
2994
+ {
2995
+ "epoch": 1.8103494987808182,
2996
+ "grad_norm": 0.345703125,
2997
+ "learning_rate": 2.518015054984041e-07,
2998
+ "loss": 0.8075,
2999
+ "step": 418
3000
+ },
3001
+ {
3002
+ "epoch": 1.8146843673801136,
3003
+ "grad_norm": 0.34765625,
3004
+ "learning_rate": 2.4004945008881617e-07,
3005
+ "loss": 0.8082,
3006
+ "step": 419
3007
+ },
3008
+ {
3009
+ "epoch": 1.8190192359794093,
3010
+ "grad_norm": 0.353515625,
3011
+ "learning_rate": 2.2857148861060552e-07,
3012
+ "loss": 0.7803,
3013
+ "step": 420
3014
+ },
3015
+ {
3016
+ "epoch": 1.823354104578705,
3017
+ "grad_norm": 0.33984375,
3018
+ "learning_rate": 2.1736828200332628e-07,
3019
+ "loss": 0.7705,
3020
+ "step": 421
3021
+ },
3022
+ {
3023
+ "epoch": 1.8276889731780006,
3024
+ "grad_norm": 0.36328125,
3025
+ "learning_rate": 2.0644047538522226e-07,
3026
+ "loss": 0.8031,
3027
+ "step": 422
3028
+ },
3029
+ {
3030
+ "epoch": 1.8320238417772963,
3031
+ "grad_norm": 0.345703125,
3032
+ "learning_rate": 1.9578869801608168e-07,
3033
+ "loss": 0.7753,
3034
+ "step": 423
3035
+ },
3036
+ {
3037
+ "epoch": 1.8363587103765917,
3038
+ "grad_norm": 0.349609375,
3039
+ "learning_rate": 1.8541356326100436e-07,
3040
+ "loss": 0.8151,
3041
+ "step": 424
3042
+ },
3043
+ {
3044
+ "epoch": 1.8406935789758871,
3045
+ "grad_norm": 0.349609375,
3046
+ "learning_rate": 1.7531566855507442e-07,
3047
+ "loss": 0.7754,
3048
+ "step": 425
3049
+ },
3050
+ {
3051
+ "epoch": 1.8450284475751828,
3052
+ "grad_norm": 0.36328125,
3053
+ "learning_rate": 1.6549559536896964e-07,
3054
+ "loss": 0.795,
3055
+ "step": 426
3056
+ },
3057
+ {
3058
+ "epoch": 1.8493633161744785,
3059
+ "grad_norm": 0.35546875,
3060
+ "learning_rate": 1.559539091754686e-07,
3061
+ "loss": 0.7999,
3062
+ "step": 427
3063
+ },
3064
+ {
3065
+ "epoch": 1.8536981847737741,
3066
+ "grad_norm": 0.359375,
3067
+ "learning_rate": 1.4669115941689182e-07,
3068
+ "loss": 0.7965,
3069
+ "step": 428
3070
+ },
3071
+ {
3072
+ "epoch": 1.8580330533730698,
3073
+ "grad_norm": 0.34765625,
3074
+ "learning_rate": 1.3770787947346597e-07,
3075
+ "loss": 0.8072,
3076
+ "step": 429
3077
+ },
3078
+ {
3079
+ "epoch": 1.8623679219723652,
3080
+ "grad_norm": 0.35546875,
3081
+ "learning_rate": 1.2900458663260506e-07,
3082
+ "loss": 0.8134,
3083
+ "step": 430
3084
+ },
3085
+ {
3086
+ "epoch": 1.8667027905716607,
3087
+ "grad_norm": 0.3515625,
3088
+ "learning_rate": 1.2058178205912763e-07,
3089
+ "loss": 0.8142,
3090
+ "step": 431
3091
+ },
3092
+ {
3093
+ "epoch": 1.8710376591709563,
3094
+ "grad_norm": 0.365234375,
3095
+ "learning_rate": 1.1243995076639535e-07,
3096
+ "loss": 0.7983,
3097
+ "step": 432
3098
+ },
3099
+ {
3100
+ "epoch": 1.875372527770252,
3101
+ "grad_norm": 0.357421875,
3102
+ "learning_rate": 1.0457956158838545e-07,
3103
+ "loss": 0.7892,
3104
+ "step": 433
3105
+ },
3106
+ {
3107
+ "epoch": 1.8797073963695476,
3108
+ "grad_norm": 0.3515625,
3109
+ "learning_rate": 9.700106715269386e-08,
3110
+ "loss": 0.793,
3111
+ "step": 434
3112
+ },
3113
+ {
3114
+ "epoch": 1.884042264968843,
3115
+ "grad_norm": 0.361328125,
3116
+ "learning_rate": 8.970490385447061e-08,
3117
+ "loss": 0.8028,
3118
+ "step": 435
3119
+ },
3120
+ {
3121
+ "epoch": 1.8883771335681387,
3122
+ "grad_norm": 0.353515625,
3123
+ "learning_rate": 8.269149183128988e-08,
3124
+ "loss": 0.8004,
3125
+ "step": 436
3126
+ },
3127
+ {
3128
+ "epoch": 1.8927120021674342,
3129
+ "grad_norm": 0.337890625,
3130
+ "learning_rate": 7.59612349389599e-08,
3131
+ "loss": 0.7909,
3132
+ "step": 437
3133
+ },
3134
+ {
3135
+ "epoch": 1.8970468707667298,
3136
+ "grad_norm": 0.3671875,
3137
+ "learning_rate": 6.951452072826547e-08,
3138
+ "loss": 0.7832,
3139
+ "step": 438
3140
+ },
3141
+ {
3142
+ "epoch": 1.9013817393660255,
3143
+ "grad_norm": 0.33984375,
3144
+ "learning_rate": 6.335172042265192e-08,
3145
+ "loss": 0.794,
3146
+ "step": 439
3147
+ },
3148
+ {
3149
+ "epoch": 1.9057166079653212,
3150
+ "grad_norm": 0.36328125,
3151
+ "learning_rate": 5.747318889684883e-08,
3152
+ "loss": 0.763,
3153
+ "step": 440
3154
+ },
3155
+ {
3156
+ "epoch": 1.9100514765646166,
3157
+ "grad_norm": 0.353515625,
3158
+ "learning_rate": 5.187926465643478e-08,
3159
+ "loss": 0.7852,
3160
+ "step": 441
3161
+ },
3162
+ {
3163
+ "epoch": 1.9143863451639123,
3164
+ "grad_norm": 0.34765625,
3165
+ "learning_rate": 4.657026981834623e-08,
3166
+ "loss": 0.8118,
3167
+ "step": 442
3168
+ },
3169
+ {
3170
+ "epoch": 1.9187212137632077,
3171
+ "grad_norm": 0.369140625,
3172
+ "learning_rate": 4.1546510092327906e-08,
3173
+ "loss": 0.8019,
3174
+ "step": 443
3175
+ },
3176
+ {
3177
+ "epoch": 1.9230560823625034,
3178
+ "grad_norm": 0.361328125,
3179
+ "learning_rate": 3.680827476332804e-08,
3180
+ "loss": 0.8194,
3181
+ "step": 444
3182
+ },
3183
+ {
3184
+ "epoch": 1.927390950961799,
3185
+ "grad_norm": 0.359375,
3186
+ "learning_rate": 3.235583667484443e-08,
3187
+ "loss": 0.8032,
3188
+ "step": 445
3189
+ },
3190
+ {
3191
+ "epoch": 1.9317258195610947,
3192
+ "grad_norm": 0.361328125,
3193
+ "learning_rate": 2.8189452213207014e-08,
3194
+ "loss": 0.7975,
3195
+ "step": 446
3196
+ },
3197
+ {
3198
+ "epoch": 1.9360606881603901,
3199
+ "grad_norm": 0.35546875,
3200
+ "learning_rate": 2.4309361292820245e-08,
3201
+ "loss": 0.8016,
3202
+ "step": 447
3203
+ },
3204
+ {
3205
+ "epoch": 1.9403955567596856,
3206
+ "grad_norm": 0.396484375,
3207
+ "learning_rate": 2.0715787342343586e-08,
3208
+ "loss": 0.8265,
3209
+ "step": 448
3210
+ },
3211
+ {
3212
+ "epoch": 1.9447304253589812,
3213
+ "grad_norm": 0.345703125,
3214
+ "learning_rate": 1.7408937291829575e-08,
3215
+ "loss": 0.8057,
3216
+ "step": 449
3217
+ },
3218
+ {
3219
+ "epoch": 1.9490652939582769,
3220
+ "grad_norm": 0.35546875,
3221
+ "learning_rate": 1.4389001560803917e-08,
3222
+ "loss": 0.7954,
3223
+ "step": 450
3224
+ },
3225
+ {
3226
+ "epoch": 1.9534001625575725,
3227
+ "grad_norm": 0.35546875,
3228
+ "learning_rate": 1.1656154047303691e-08,
3229
+ "loss": 0.797,
3230
+ "step": 451
3231
+ },
3232
+ {
3233
+ "epoch": 1.9577350311568682,
3234
+ "grad_norm": 0.353515625,
3235
+ "learning_rate": 9.210552117863703e-09,
3236
+ "loss": 0.7966,
3237
+ "step": 452
3238
+ },
3239
+ {
3240
+ "epoch": 1.9620698997561636,
3241
+ "grad_norm": 0.349609375,
3242
+ "learning_rate": 7.052336598451504e-09,
3243
+ "loss": 0.8071,
3244
+ "step": 453
3245
+ },
3246
+ {
3247
+ "epoch": 1.966404768355459,
3248
+ "grad_norm": 0.345703125,
3249
+ "learning_rate": 5.181631766362216e-09,
3250
+ "loss": 0.8095,
3251
+ "step": 454
3252
+ },
3253
+ {
3254
+ "epoch": 1.9707396369547547,
3255
+ "grad_norm": 0.357421875,
3256
+ "learning_rate": 3.5985453430598115e-09,
3257
+ "loss": 0.7737,
3258
+ "step": 455
3259
+ },
3260
+ {
3261
+ "epoch": 1.9750745055540504,
3262
+ "grad_norm": 0.359375,
3263
+ "learning_rate": 2.3031684879742944e-09,
3264
+ "loss": 0.8073,
3265
+ "step": 456
3266
+ },
3267
+ {
3268
+ "epoch": 1.979409374153346,
3269
+ "grad_norm": 0.35546875,
3270
+ "learning_rate": 1.2955757932542334e-09,
3271
+ "loss": 0.7904,
3272
+ "step": 457
3273
+ },
3274
+ {
3275
+ "epoch": 1.9837442427526417,
3276
+ "grad_norm": 0.353515625,
3277
+ "learning_rate": 5.758252794690888e-10,
3278
+ "loss": 0.8063,
3279
+ "step": 458
3280
+ },
3281
+ {
3282
+ "epoch": 1.9880791113519372,
3283
+ "grad_norm": 0.359375,
3284
+ "learning_rate": 1.4395839226910568e-10,
3285
+ "loss": 0.8058,
3286
+ "step": 459
3287
+ },
3288
+ {
3289
+ "epoch": 1.9924139799512326,
3290
+ "grad_norm": 0.34375,
3291
+ "learning_rate": 0.0,
3292
+ "loss": 0.7995,
3293
+ "step": 460
3294
+ }
3295
+ ],
3296
+ "logging_steps": 1,
3297
+ "max_steps": 460,
3298
+ "num_input_tokens_seen": 0,
3299
+ "num_train_epochs": 2,
3300
+ "save_steps": 115,
3301
+ "stateful_callbacks": {
3302
+ "TrainerControl": {
3303
+ "args": {
3304
+ "should_epoch_stop": false,
3305
+ "should_evaluate": false,
3306
+ "should_log": false,
3307
+ "should_save": true,
3308
+ "should_training_stop": true
3309
+ },
3310
+ "attributes": {}
3311
+ }
3312
+ },
3313
+ "total_flos": 2.046286453205369e+19,
3314
+ "train_batch_size": 1,
3315
+ "trial_name": null,
3316
+ "trial_params": null
3317
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bca673118a058cb5b4aa212b91a5a41f2d977dbd430ef322b7487781dc9ca1b9
3
+ size 6136
vocab.json ADDED
The diff for this file is too large to render. See raw diff