RayNene commited on
Commit
09740de
·
verified ·
1 Parent(s): d50c762

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: togethercomputer/Llama-4-Scout-17B-16E-Instruct_bnb_4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.1
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "togethercomputer/Llama-4-Scout-17B-16E-Instruct_bnb_4bit",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": [],
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 128,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "feed_forward.gate_proj",
28
+ "o_proj",
29
+ "q_proj",
30
+ "feed_forward.up_proj",
31
+ "shared_expert.down_proj",
32
+ "k_proj",
33
+ "v_proj",
34
+ "shared_expert.gate_proj",
35
+ "shared_expert.up_proj",
36
+ "feed_forward.down_proj"
37
+ ],
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_rslora": false
42
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b50915c65906fd14a222e91df6ca5b6f5c8a814d10a131dbdfc2b7eb48da37
3
+ size 27262976
chat_template.jinja ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- if custom_tools is defined %}
3
+ {%- set tools = custom_tools %}
4
+ {%- endif %}
5
+ {%- if not tools_in_user_message is defined %}
6
+ {%- set tools_in_user_message = true %}
7
+ {%- endif %}
8
+ {%- if not date_string is defined %}
9
+ {%- if strftime_now is defined %}
10
+ {%- set date_string = strftime_now("%d %b %Y") %}
11
+ {%- else %}
12
+ {%- set date_string = "26 Jul 2024" %}
13
+ {%- endif %}
14
+ {%- endif %}
15
+ {%- if not tools is defined %}
16
+ {%- set tools = none %}
17
+ {%- endif %}
18
+
19
+ {#- This block extracts the system message, so we can slot it into the right place. #}
20
+ {%- if messages[0]['role'] == 'system' %}
21
+ {%- if messages[0]['content'] is string %}
22
+ {%- set system_message = messages[0]['content']|trim %}
23
+ {%- else %}
24
+ {#- FIXME: The processor requires an array, always. #}
25
+ {%- set system_message = messages[0]['content'][0]['text']|trim %}
26
+ {%- endif %}
27
+ {%- set messages = messages[1:] %}
28
+ {%- set user_supplied_system_message = true %}
29
+ {%- else %}
30
+ {%- set system_message = "" %}
31
+ {%- set user_supplied_system_message = false %}
32
+ {%- endif %}
33
+
34
+ {#- System message if the user supplied one #}
35
+ {%- if user_supplied_system_message %}
36
+ {{- "<|header_start|>system<|header_end|>\n\n" }}
37
+ {%- if tools is not none %}
38
+ {{- "Environment: ipython\n" }}
39
+ {%- endif %}
40
+ {%- if tools is not none and not tools_in_user_message %}
41
+ {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
42
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
43
+ {{- "Do not use variables.\n\n" }}
44
+ {%- for t in tools %}
45
+ {{- t | tojson(indent=4) }}
46
+ {{- "\n\n" }}
47
+ {%- endfor %}
48
+ {%- endif %}
49
+ {{- system_message }}
50
+ {{- "<|eot|>" }}
51
+ {%- endif %}
52
+
53
+ {#- Custom tools are passed in a user message with some extra guidance #}
54
+ {%- if tools_in_user_message and not tools is none %}
55
+ {#- Extract the first user message so we can plug it in here #}
56
+ {%- if messages | length != 0 %}
57
+ {%- set first_user_message = messages[0]['content']|trim %}
58
+ {%- set messages = messages[1:] %}
59
+ {%- else %}
60
+ {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
61
+ {%- endif %}
62
+ {{- '<|header_start|>user<|header_end|>\n\n' -}}
63
+ {{- "Given the following functions, please respond with a JSON for a function call " }}
64
+ {{- "with its proper arguments that best answers the given prompt.\n\n" }}
65
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
66
+ {{- "Do not use variables.\n\n" }}
67
+ {%- for t in tools %}
68
+ {{- t | tojson(indent=4) }}
69
+ {{- "\n\n" }}
70
+ {%- endfor %}
71
+ {{- first_user_message + "<|eot|>"}}
72
+ {%- endif %}
73
+
74
+ {%- for message in messages %}
75
+ {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
76
+ {{- '<|header_start|>' + message['role'] + '<|header_end|>\n\n' }}
77
+ {%- if message['content'] is string %}
78
+ {{- message['content'] }}
79
+ {%- else %}
80
+ {%- for content in message['content'] %}
81
+ {%- if content['type'] == 'image' %}
82
+ {{- '<|image|>' }}
83
+ {%- elif content['type'] == 'text' %}
84
+ {{- content['text'] }}
85
+ {%- endif %}
86
+ {%- endfor %}
87
+ {%- endif %}
88
+ {{- "<|eot|>" }}
89
+ {%- elif 'tool_calls' in message and message.tool_calls|length > 0 %}
90
+ {{- '<|header_start|>assistant<|header_end|>\n\n' -}}
91
+ {{- '<|python_start|>' }}
92
+ {%- if message['content'] is string %}
93
+ {{- message['content'] }}
94
+ {%- else %}
95
+ {%- for content in message['content'] %}
96
+ {%- if content['type'] == 'image' %}
97
+ {{- '<|image|>' }}
98
+ {%- elif content['type'] == 'text' %}
99
+ {{- content['text'] }}
100
+ {%- endif %}
101
+ {%- endfor %}
102
+ {%- endif %}
103
+ {{- '<|python_end|>' }}
104
+ {%- for tool_call in message.tool_calls %}
105
+ {{- '{"name": "' + tool_call.function.name + '", ' }}
106
+ {{- '"parameters": ' }}
107
+ {{- tool_call.function.arguments | tojson }}
108
+ {{- "}" }}
109
+ {%- endfor %}
110
+ {{- "<|eot|>" }}
111
+ {%- elif message.role == "tool" or message.role == "ipython" %}
112
+ {{- "<|header_start|>ipython<|header_end|>\n\n" }}
113
+ {%- if message.content is mapping or message.content is iterable %}
114
+ {{- message.content | tojson }}
115
+ {%- else %}
116
+ {{- message.content }}
117
+ {%- endif %}
118
+ {{- "<|eot|>" }}
119
+ {%- endif %}
120
+ {%- endfor %}
121
+ {%- if add_generation_prompt %}
122
+ {{- '<|header_start|>assistant<|header_end|>\n\n' }}
123
+ {%- endif %}
config.json ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Llama4ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_chunk_size": 8192,
7
+ "attention_dropout": 0.0,
8
+ "attn_scale": 0.1,
9
+ "attn_temperature_tuning": true,
10
+ "bos_token_id": 200000,
11
+ "cache_implementation": "hybrid",
12
+ "dtype": "bfloat16",
13
+ "eos_token_id": 200008,
14
+ "floor_scale": 8192,
15
+ "for_llm_compressor": false,
16
+ "head_dim": 128,
17
+ "hidden_act": "silu",
18
+ "hidden_size": 5120,
19
+ "initializer_range": 0.02,
20
+ "interleave_moe_layer_step": 1,
21
+ "intermediate_size": 8192,
22
+ "intermediate_size_mlp": 16384,
23
+ "layer_types": [
24
+ "chunked_attention",
25
+ "chunked_attention",
26
+ "chunked_attention",
27
+ "full_attention",
28
+ "chunked_attention",
29
+ "chunked_attention",
30
+ "chunked_attention",
31
+ "full_attention",
32
+ "chunked_attention",
33
+ "chunked_attention",
34
+ "chunked_attention",
35
+ "full_attention",
36
+ "chunked_attention",
37
+ "chunked_attention",
38
+ "chunked_attention",
39
+ "full_attention",
40
+ "chunked_attention",
41
+ "chunked_attention",
42
+ "chunked_attention",
43
+ "full_attention",
44
+ "chunked_attention",
45
+ "chunked_attention",
46
+ "chunked_attention",
47
+ "full_attention",
48
+ "chunked_attention",
49
+ "chunked_attention",
50
+ "chunked_attention",
51
+ "full_attention",
52
+ "chunked_attention",
53
+ "chunked_attention",
54
+ "chunked_attention",
55
+ "full_attention",
56
+ "chunked_attention",
57
+ "chunked_attention",
58
+ "chunked_attention",
59
+ "full_attention",
60
+ "chunked_attention",
61
+ "chunked_attention",
62
+ "chunked_attention",
63
+ "full_attention",
64
+ "chunked_attention",
65
+ "chunked_attention",
66
+ "chunked_attention",
67
+ "full_attention",
68
+ "chunked_attention",
69
+ "chunked_attention",
70
+ "chunked_attention",
71
+ "full_attention"
72
+ ],
73
+ "max_position_embeddings": 10485760,
74
+ "model_type": "llama4_text",
75
+ "moe_layers": [
76
+ 0,
77
+ 1,
78
+ 2,
79
+ 3,
80
+ 4,
81
+ 5,
82
+ 6,
83
+ 7,
84
+ 8,
85
+ 9,
86
+ 10,
87
+ 11,
88
+ 12,
89
+ 13,
90
+ 14,
91
+ 15,
92
+ 16,
93
+ 17,
94
+ 18,
95
+ 19,
96
+ 20,
97
+ 21,
98
+ 22,
99
+ 23,
100
+ 24,
101
+ 25,
102
+ 26,
103
+ 27,
104
+ 28,
105
+ 29,
106
+ 30,
107
+ 31,
108
+ 32,
109
+ 33,
110
+ 34,
111
+ 35,
112
+ 36,
113
+ 37,
114
+ 38,
115
+ 39,
116
+ 40,
117
+ 41,
118
+ 42,
119
+ 43,
120
+ 44,
121
+ 45,
122
+ 46,
123
+ 47
124
+ ],
125
+ "no_rope_layer_interval": 4,
126
+ "no_rope_layers": [
127
+ 1,
128
+ 1,
129
+ 1,
130
+ 0,
131
+ 1,
132
+ 1,
133
+ 1,
134
+ 0,
135
+ 1,
136
+ 1,
137
+ 1,
138
+ 0,
139
+ 1,
140
+ 1,
141
+ 1,
142
+ 0,
143
+ 1,
144
+ 1,
145
+ 1,
146
+ 0,
147
+ 1,
148
+ 1,
149
+ 1,
150
+ 0,
151
+ 1,
152
+ 1,
153
+ 1,
154
+ 0,
155
+ 1,
156
+ 1,
157
+ 1,
158
+ 0,
159
+ 1,
160
+ 1,
161
+ 1,
162
+ 0,
163
+ 1,
164
+ 1,
165
+ 1,
166
+ 0,
167
+ 1,
168
+ 1,
169
+ 1,
170
+ 0,
171
+ 1,
172
+ 1,
173
+ 1,
174
+ 0
175
+ ],
176
+ "num_attention_heads": 40,
177
+ "num_experts_per_tok": 1,
178
+ "num_hidden_layers": 48,
179
+ "num_key_value_heads": 8,
180
+ "num_local_experts": 16,
181
+ "output_router_logits": false,
182
+ "pad_token_id": 200018,
183
+ "quantization_config": {
184
+ "_load_in_4bit": true,
185
+ "_load_in_8bit": false,
186
+ "bnb_4bit_compute_dtype": "bfloat16",
187
+ "bnb_4bit_quant_storage": "bfloat16",
188
+ "bnb_4bit_quant_type": "nf4",
189
+ "bnb_4bit_use_double_quant": false,
190
+ "llm_int8_enable_fp32_cpu_offload": false,
191
+ "llm_int8_has_fp16_weight": false,
192
+ "llm_int8_skip_modules": null,
193
+ "llm_int8_threshold": 6.0,
194
+ "load_in_4bit": true,
195
+ "load_in_8bit": false,
196
+ "quant_method": "bitsandbytes"
197
+ },
198
+ "rms_norm_eps": 1e-05,
199
+ "rope_parameters": {
200
+ "factor": 16.0,
201
+ "high_freq_factor": 1.0,
202
+ "low_freq_factor": 1.0,
203
+ "original_max_position_embeddings": 8192,
204
+ "rope_theta": 500000.0,
205
+ "rope_type": "llama3"
206
+ },
207
+ "router_aux_loss_coef": 0.001,
208
+ "router_jitter_noise": 0.0,
209
+ "tie_word_embeddings": false,
210
+ "transformers_version": "5.10.1",
211
+ "use_cache": false,
212
+ "use_qk_norm": true,
213
+ "vocab_size": 202048,
214
+ "torch_dtype": "bfloat16"
215
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|begin_of_text|>",
3
+ "eos_token": "<|eot|>",
4
+ "pad_token": "<|finetune_right_pad|>"
5
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172c9eb4beafc72601690da3ccfcede5c2e6806a8d5ec1fca33e22acea8023a4
3
+ size 27948578
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|begin_of_text|>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<|eot|>",
6
+ "is_local": false,
7
+ "local_files_only": true,
8
+ "model_input_names": [
9
+ "input_ids",
10
+ "attention_mask"
11
+ ],
12
+ "model_max_length": 10485760,
13
+ "pad_token": "<|finetune_right_pad|>",
14
+ "padding_side": "right",
15
+ "processor_class": "Llama4Processor",
16
+ "tokenizer_class": "TokenizersBackend"
17
+ }
trainer_state.json ADDED
@@ -0,0 +1,1719 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
+ "eval_steps": 47,
7
+ "global_step": 235,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.02127659574468085,
14
+ "grad_norm": 0.23393794894218445,
15
+ "learning_rate": 0.0,
16
+ "loss": 1.498046875,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.0425531914893617,
21
+ "grad_norm": 0.35629600286483765,
22
+ "learning_rate": 2.5e-05,
23
+ "loss": 1.4755859375,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.06382978723404255,
28
+ "grad_norm": 0.23825904726982117,
29
+ "learning_rate": 5e-05,
30
+ "loss": 1.46875,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.0851063829787234,
35
+ "grad_norm": 0.2110234946012497,
36
+ "learning_rate": 7.500000000000001e-05,
37
+ "loss": 1.4609375,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.10638297872340426,
42
+ "grad_norm": 0.11191354691982269,
43
+ "learning_rate": 0.0001,
44
+ "loss": 1.283203125,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.1276595744680851,
49
+ "grad_norm": 0.10534299165010452,
50
+ "learning_rate": 0.000125,
51
+ "loss": 1.40625,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.14893617021276595,
56
+ "grad_norm": 0.2014382779598236,
57
+ "learning_rate": 0.00015000000000000001,
58
+ "loss": 1.341796875,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.1702127659574468,
63
+ "grad_norm": 0.18545843660831451,
64
+ "learning_rate": 0.000175,
65
+ "loss": 1.21185302734375,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.19148936170212766,
70
+ "grad_norm": 0.10173580050468445,
71
+ "learning_rate": 0.0002,
72
+ "loss": 1.2802734375,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.2127659574468085,
77
+ "grad_norm": 0.07516055554151535,
78
+ "learning_rate": 0.00019999185989458338,
79
+ "loss": 1.357421875,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.23404255319148937,
84
+ "grad_norm": 0.06378420442342758,
85
+ "learning_rate": 0.00019996744113742325,
86
+ "loss": 1.0709228515625,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.2553191489361702,
91
+ "grad_norm": 0.07495936006307602,
92
+ "learning_rate": 0.00019992674840549045,
93
+ "loss": 1.283203125,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.2765957446808511,
98
+ "grad_norm": 0.07314153015613556,
99
+ "learning_rate": 0.00019986978949274083,
100
+ "loss": 1.2734375,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.2978723404255319,
105
+ "grad_norm": 0.05656423047184944,
106
+ "learning_rate": 0.00019979657530862276,
107
+ "loss": 1.1826171875,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.3191489361702128,
112
+ "grad_norm": 0.0377945713698864,
113
+ "learning_rate": 0.00019970711987598753,
114
+ "loss": 1.2021484375,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.3404255319148936,
119
+ "grad_norm": 0.03924940899014473,
120
+ "learning_rate": 0.00019960144032840334,
121
+ "loss": 1.2109375,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.3617021276595745,
126
+ "grad_norm": 0.051506128162145615,
127
+ "learning_rate": 0.00019947955690687388,
128
+ "loss": 1.15380859375,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.3829787234042553,
133
+ "grad_norm": 0.05868421867489815,
134
+ "learning_rate": 0.00019934149295596157,
135
+ "loss": 1.16259765625,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.40425531914893614,
140
+ "grad_norm": 0.06149609386920929,
141
+ "learning_rate": 0.0001991872749193161,
142
+ "loss": 1.1240234375,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.425531914893617,
147
+ "grad_norm": 0.039777159690856934,
148
+ "learning_rate": 0.00019901693233460987,
149
+ "loss": 1.224609375,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.44680851063829785,
154
+ "grad_norm": 0.04213375225663185,
155
+ "learning_rate": 0.00019883049782788045,
156
+ "loss": 1.15869140625,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.46808510638297873,
161
+ "grad_norm": 0.04403379186987877,
162
+ "learning_rate": 0.00019862800710728168,
163
+ "loss": 1.1796875,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.48936170212765956,
168
+ "grad_norm": 0.03600035607814789,
169
+ "learning_rate": 0.00019840949895624438,
170
+ "loss": 1.2626953125,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.5106382978723404,
175
+ "grad_norm": 0.03431978449225426,
176
+ "learning_rate": 0.0001981750152260482,
177
+ "loss": 1.2353515625,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.5319148936170213,
182
+ "grad_norm": 0.0372556671500206,
183
+ "learning_rate": 0.00019792460082780568,
184
+ "loss": 1.1591796875,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.5531914893617021,
189
+ "grad_norm": 0.028302719816565514,
190
+ "learning_rate": 0.0001976583037238603,
191
+ "loss": 1.197265625,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.574468085106383,
196
+ "grad_norm": 0.026456288993358612,
197
+ "learning_rate": 0.00019737617491860028,
198
+ "loss": 1.1591796875,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.5957446808510638,
203
+ "grad_norm": 0.03277663141489029,
204
+ "learning_rate": 0.00019707826844868952,
205
+ "loss": 1.166015625,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.6170212765957447,
210
+ "grad_norm": 0.03094353713095188,
211
+ "learning_rate": 0.00019676464137271786,
212
+ "loss": 1.2197265625,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.6382978723404256,
217
+ "grad_norm": 0.026416977867484093,
218
+ "learning_rate": 0.00019643535376027263,
219
+ "loss": 1.1787109375,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.6595744680851063,
224
+ "grad_norm": 0.02268395945429802,
225
+ "learning_rate": 0.00019609046868043328,
226
+ "loss": 0.9776611328125,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.6808510638297872,
231
+ "grad_norm": 0.027079889550805092,
232
+ "learning_rate": 0.00019573005218969175,
233
+ "loss": 1.19140625,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.7021276595744681,
238
+ "grad_norm": 0.03761419281363487,
239
+ "learning_rate": 0.00019535417331930047,
240
+ "loss": 1.1455078125,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.723404255319149,
245
+ "grad_norm": 0.029582127928733826,
246
+ "learning_rate": 0.0001949629040620507,
247
+ "loss": 1.03955078125,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.7446808510638298,
252
+ "grad_norm": 0.027478355914354324,
253
+ "learning_rate": 0.0001945563193584836,
254
+ "loss": 1.15234375,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.7659574468085106,
259
+ "grad_norm": 0.043285392224788666,
260
+ "learning_rate": 0.0001941344970825368,
261
+ "loss": 1.1416015625,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.7872340425531915,
266
+ "grad_norm": 0.02737746201455593,
267
+ "learning_rate": 0.000193697518026629,
268
+ "loss": 1.0283203125,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.8085106382978723,
273
+ "grad_norm": 0.027979858219623566,
274
+ "learning_rate": 0.00019324546588618552,
275
+ "loss": 1.169921875,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.8297872340425532,
280
+ "grad_norm": 0.02747548371553421,
281
+ "learning_rate": 0.00019277842724360825,
282
+ "loss": 1.1865234375,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.851063829787234,
287
+ "grad_norm": 0.0261751189827919,
288
+ "learning_rate": 0.00019229649155169207,
289
+ "loss": 1.1396484375,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.8723404255319149,
294
+ "grad_norm": 0.026329027488827705,
295
+ "learning_rate": 0.00019179975111649196,
296
+ "loss": 1.177734375,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.8936170212765957,
301
+ "grad_norm": 0.026858177036046982,
302
+ "learning_rate": 0.00019128830107964338,
303
+ "loss": 1.1123046875,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.9148936170212766,
308
+ "grad_norm": 0.02628260664641857,
309
+ "learning_rate": 0.00019076223940013966,
310
+ "loss": 1.1318359375,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.9361702127659575,
315
+ "grad_norm": 0.027040669694542885,
316
+ "learning_rate": 0.00019022166683556964,
317
+ "loss": 1.1669921875,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.9574468085106383,
322
+ "grad_norm": 0.030067605897784233,
323
+ "learning_rate": 0.00018966668692281947,
324
+ "loss": 1.09228515625,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.9787234042553191,
329
+ "grad_norm": 0.024822646751999855,
330
+ "learning_rate": 0.00018909740595824193,
331
+ "loss": 1.068359375,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 1.0,
336
+ "grad_norm": 0.04047278314828873,
337
+ "learning_rate": 0.00018851393297729732,
338
+ "loss": 1.095703125,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 1.0,
343
+ "eval_loss": 1.130859375,
344
+ "eval_runtime": 5.5329,
345
+ "eval_samples_per_second": 0.542,
346
+ "eval_steps_per_second": 0.181,
347
+ "step": 47
348
+ },
349
+ {
350
+ "epoch": 1.0212765957446808,
351
+ "grad_norm": 0.02252831682562828,
352
+ "learning_rate": 0.0001879163797336698,
353
+ "loss": 1.0732421875,
354
+ "step": 48
355
+ },
356
+ {
357
+ "epoch": 1.0425531914893618,
358
+ "grad_norm": 0.03408103808760643,
359
+ "learning_rate": 0.00018730486067786265,
360
+ "loss": 1.04296875,
361
+ "step": 49
362
+ },
363
+ {
364
+ "epoch": 1.0638297872340425,
365
+ "grad_norm": 0.04057957977056503,
366
+ "learning_rate": 0.00018667949293527783,
367
+ "loss": 1.033203125,
368
+ "step": 50
369
+ },
370
+ {
371
+ "epoch": 1.0851063829787233,
372
+ "grad_norm": 0.03971686214208603,
373
+ "learning_rate": 0.0001860403962837823,
374
+ "loss": 1.068359375,
375
+ "step": 51
376
+ },
377
+ {
378
+ "epoch": 1.1063829787234043,
379
+ "grad_norm": 0.0383610762655735,
380
+ "learning_rate": 0.000185387693130767,
381
+ "loss": 1.01318359375,
382
+ "step": 52
383
+ },
384
+ {
385
+ "epoch": 1.127659574468085,
386
+ "grad_norm": 0.031908098608255386,
387
+ "learning_rate": 0.0001847215084897019,
388
+ "loss": 1.1396484375,
389
+ "step": 53
390
+ },
391
+ {
392
+ "epoch": 1.148936170212766,
393
+ "grad_norm": 0.0396200455725193,
394
+ "learning_rate": 0.00018404196995619175,
395
+ "loss": 1.1015625,
396
+ "step": 54
397
+ },
398
+ {
399
+ "epoch": 1.1702127659574468,
400
+ "grad_norm": 0.0316191166639328,
401
+ "learning_rate": 0.0001833492076835377,
402
+ "loss": 1.0084228515625,
403
+ "step": 55
404
+ },
405
+ {
406
+ "epoch": 1.1914893617021276,
407
+ "grad_norm": 0.023904742673039436,
408
+ "learning_rate": 0.0001826433543578087,
409
+ "loss": 1.0810546875,
410
+ "step": 56
411
+ },
412
+ {
413
+ "epoch": 1.2127659574468086,
414
+ "grad_norm": 0.03784968703985214,
415
+ "learning_rate": 0.00018192454517242768,
416
+ "loss": 1.1533203125,
417
+ "step": 57
418
+ },
419
+ {
420
+ "epoch": 1.2340425531914894,
421
+ "grad_norm": 0.03177719935774803,
422
+ "learning_rate": 0.00018119291780227816,
423
+ "loss": 0.9163818359375,
424
+ "step": 58
425
+ },
426
+ {
427
+ "epoch": 1.2553191489361701,
428
+ "grad_norm": 0.029503269121050835,
429
+ "learning_rate": 0.00018044861237733462,
430
+ "loss": 1.115234375,
431
+ "step": 59
432
+ },
433
+ {
434
+ "epoch": 1.2765957446808511,
435
+ "grad_norm": 0.03916515037417412,
436
+ "learning_rate": 0.00017969177145582346,
437
+ "loss": 1.10498046875,
438
+ "step": 60
439
+ },
440
+ {
441
+ "epoch": 1.297872340425532,
442
+ "grad_norm": 0.0334615521132946,
443
+ "learning_rate": 0.00017892253999691842,
444
+ "loss": 1.03173828125,
445
+ "step": 61
446
+ },
447
+ {
448
+ "epoch": 1.3191489361702127,
449
+ "grad_norm": 0.02631629817187786,
450
+ "learning_rate": 0.00017814106533297632,
451
+ "loss": 1.056640625,
452
+ "step": 62
453
+ },
454
+ {
455
+ "epoch": 1.3404255319148937,
456
+ "grad_norm": 0.03638143837451935,
457
+ "learning_rate": 0.00017734749714131827,
458
+ "loss": 1.0673828125,
459
+ "step": 63
460
+ },
461
+ {
462
+ "epoch": 1.3617021276595744,
463
+ "grad_norm": 0.03113693557679653,
464
+ "learning_rate": 0.0001765419874155616,
465
+ "loss": 1.00830078125,
466
+ "step": 64
467
+ },
468
+ {
469
+ "epoch": 1.3829787234042552,
470
+ "grad_norm": 0.03078601136803627,
471
+ "learning_rate": 0.00017572469043650808,
472
+ "loss": 1.03125,
473
+ "step": 65
474
+ },
475
+ {
476
+ "epoch": 1.4042553191489362,
477
+ "grad_norm": 0.02543475851416588,
478
+ "learning_rate": 0.00017489576274259472,
479
+ "loss": 1.0009765625,
480
+ "step": 66
481
+ },
482
+ {
483
+ "epoch": 1.425531914893617,
484
+ "grad_norm": 0.031025195494294167,
485
+ "learning_rate": 0.0001740553630999111,
486
+ "loss": 1.0927734375,
487
+ "step": 67
488
+ },
489
+ {
490
+ "epoch": 1.4468085106382977,
491
+ "grad_norm": 0.02687178924679756,
492
+ "learning_rate": 0.000173203652471791,
493
+ "loss": 1.03076171875,
494
+ "step": 68
495
+ },
496
+ {
497
+ "epoch": 1.4680851063829787,
498
+ "grad_norm": 0.02888372913002968,
499
+ "learning_rate": 0.0001723407939879826,
500
+ "loss": 1.05419921875,
501
+ "step": 69
502
+ },
503
+ {
504
+ "epoch": 1.4893617021276595,
505
+ "grad_norm": 0.0319877564907074,
506
+ "learning_rate": 0.00017146695291340392,
507
+ "loss": 1.140625,
508
+ "step": 70
509
+ },
510
+ {
511
+ "epoch": 1.5106382978723403,
512
+ "grad_norm": 0.0288713201880455,
513
+ "learning_rate": 0.00017058229661648947,
514
+ "loss": 1.1103515625,
515
+ "step": 71
516
+ },
517
+ {
518
+ "epoch": 1.5319148936170213,
519
+ "grad_norm": 0.033843640238046646,
520
+ "learning_rate": 0.00016968699453713367,
521
+ "loss": 1.0419921875,
522
+ "step": 72
523
+ },
524
+ {
525
+ "epoch": 1.5531914893617023,
526
+ "grad_norm": 0.02779719978570938,
527
+ "learning_rate": 0.00016878121815423782,
528
+ "loss": 1.08154296875,
529
+ "step": 73
530
+ },
531
+ {
532
+ "epoch": 1.574468085106383,
533
+ "grad_norm": 0.029009222984313965,
534
+ "learning_rate": 0.00016786514095286646,
535
+ "loss": 1.04931640625,
536
+ "step": 74
537
+ },
538
+ {
539
+ "epoch": 1.5957446808510638,
540
+ "grad_norm": 0.03975093364715576,
541
+ "learning_rate": 0.0001669389383910193,
542
+ "loss": 1.05126953125,
543
+ "step": 75
544
+ },
545
+ {
546
+ "epoch": 1.6170212765957448,
547
+ "grad_norm": 0.030499164015054703,
548
+ "learning_rate": 0.00016600278786602549,
549
+ "loss": 1.1044921875,
550
+ "step": 76
551
+ },
552
+ {
553
+ "epoch": 1.6382978723404256,
554
+ "grad_norm": 0.03535850718617439,
555
+ "learning_rate": 0.00016505686868056646,
556
+ "loss": 1.072265625,
557
+ "step": 77
558
+ },
559
+ {
560
+ "epoch": 1.6595744680851063,
561
+ "grad_norm": 0.028383029624819756,
562
+ "learning_rate": 0.00016410136200833365,
563
+ "loss": 0.89642333984375,
564
+ "step": 78
565
+ },
566
+ {
567
+ "epoch": 1.6808510638297873,
568
+ "grad_norm": 0.02772560343146324,
569
+ "learning_rate": 0.0001631364508593279,
570
+ "loss": 1.08740234375,
571
+ "step": 79
572
+ },
573
+ {
574
+ "epoch": 1.702127659574468,
575
+ "grad_norm": 0.0280919149518013,
576
+ "learning_rate": 0.00016216232004480745,
577
+ "loss": 1.0400390625,
578
+ "step": 80
579
+ },
580
+ {
581
+ "epoch": 1.7234042553191489,
582
+ "grad_norm": 0.03165218606591225,
583
+ "learning_rate": 0.0001611791561418903,
584
+ "loss": 0.950927734375,
585
+ "step": 81
586
+ },
587
+ {
588
+ "epoch": 1.7446808510638299,
589
+ "grad_norm": 0.031245512887835503,
590
+ "learning_rate": 0.00016018714745781912,
591
+ "loss": 1.0517578125,
592
+ "step": 82
593
+ },
594
+ {
595
+ "epoch": 1.7659574468085106,
596
+ "grad_norm": 0.02875831164419651,
597
+ "learning_rate": 0.00015918648399389424,
598
+ "loss": 1.03857421875,
599
+ "step": 83
600
+ },
601
+ {
602
+ "epoch": 1.7872340425531914,
603
+ "grad_norm": 0.02935316413640976,
604
+ "learning_rate": 0.00015817735740908227,
605
+ "loss": 0.9404296875,
606
+ "step": 84
607
+ },
608
+ {
609
+ "epoch": 1.8085106382978724,
610
+ "grad_norm": 0.028770264238119125,
611
+ "learning_rate": 0.00015715996098330742,
612
+ "loss": 1.07666015625,
613
+ "step": 85
614
+ },
615
+ {
616
+ "epoch": 1.8297872340425532,
617
+ "grad_norm": 0.03135351464152336,
618
+ "learning_rate": 0.00015613448958043223,
619
+ "loss": 1.09716796875,
620
+ "step": 86
621
+ },
622
+ {
623
+ "epoch": 1.851063829787234,
624
+ "grad_norm": 0.030160393565893173,
625
+ "learning_rate": 0.0001551011396109348,
626
+ "loss": 1.04296875,
627
+ "step": 87
628
+ },
629
+ {
630
+ "epoch": 1.872340425531915,
631
+ "grad_norm": 0.028330618515610695,
632
+ "learning_rate": 0.00015406010899429007,
633
+ "loss": 1.08642578125,
634
+ "step": 88
635
+ },
636
+ {
637
+ "epoch": 1.8936170212765957,
638
+ "grad_norm": 0.029394598677754402,
639
+ "learning_rate": 0.00015301159712106187,
640
+ "loss": 1.021484375,
641
+ "step": 89
642
+ },
643
+ {
644
+ "epoch": 1.9148936170212765,
645
+ "grad_norm": 0.029200712218880653,
646
+ "learning_rate": 0.0001519558048147132,
647
+ "loss": 1.037109375,
648
+ "step": 90
649
+ },
650
+ {
651
+ "epoch": 1.9361702127659575,
652
+ "grad_norm": 0.02774479240179062,
653
+ "learning_rate": 0.00015089293429314216,
654
+ "loss": 1.0791015625,
655
+ "step": 91
656
+ },
657
+ {
658
+ "epoch": 1.9574468085106385,
659
+ "grad_norm": 0.028711751103401184,
660
+ "learning_rate": 0.00014982318912995095,
661
+ "loss": 1.0048828125,
662
+ "step": 92
663
+ },
664
+ {
665
+ "epoch": 1.978723404255319,
666
+ "grad_norm": 0.02777498960494995,
667
+ "learning_rate": 0.00014874677421545477,
668
+ "loss": 0.98388671875,
669
+ "step": 93
670
+ },
671
+ {
672
+ "epoch": 2.0,
673
+ "grad_norm": 0.029884032905101776,
674
+ "learning_rate": 0.00014766389571743894,
675
+ "loss": 0.990234375,
676
+ "step": 94
677
+ },
678
+ {
679
+ "epoch": 2.0,
680
+ "eval_loss": 1.08203125,
681
+ "eval_runtime": 5.516,
682
+ "eval_samples_per_second": 0.544,
683
+ "eval_steps_per_second": 0.181,
684
+ "step": 94
685
+ },
686
+ {
687
+ "epoch": 2.021276595744681,
688
+ "grad_norm": 0.029040010645985603,
689
+ "learning_rate": 0.00014657476104167115,
690
+ "loss": 0.97216796875,
691
+ "step": 95
692
+ },
693
+ {
694
+ "epoch": 2.0425531914893615,
695
+ "grad_norm": 0.0317298099398613,
696
+ "learning_rate": 0.00014547957879217668,
697
+ "loss": 0.966796875,
698
+ "step": 96
699
+ },
700
+ {
701
+ "epoch": 2.0638297872340425,
702
+ "grad_norm": 0.03343191742897034,
703
+ "learning_rate": 0.000144378558731284,
704
+ "loss": 0.94873046875,
705
+ "step": 97
706
+ },
707
+ {
708
+ "epoch": 2.0851063829787235,
709
+ "grad_norm": 0.030764257535338402,
710
+ "learning_rate": 0.00014327191173944874,
711
+ "loss": 0.984375,
712
+ "step": 98
713
+ },
714
+ {
715
+ "epoch": 2.106382978723404,
716
+ "grad_norm": 0.031886182725429535,
717
+ "learning_rate": 0.00014215984977486315,
718
+ "loss": 0.93408203125,
719
+ "step": 99
720
+ },
721
+ {
722
+ "epoch": 2.127659574468085,
723
+ "grad_norm": 0.029551995918154716,
724
+ "learning_rate": 0.00014104258583285946,
725
+ "loss": 1.05908203125,
726
+ "step": 100
727
+ },
728
+ {
729
+ "epoch": 2.148936170212766,
730
+ "grad_norm": 0.038718681782484055,
731
+ "learning_rate": 0.00013992033390511458,
732
+ "loss": 1.02294921875,
733
+ "step": 101
734
+ },
735
+ {
736
+ "epoch": 2.1702127659574466,
737
+ "grad_norm": 0.029679151251912117,
738
+ "learning_rate": 0.0001387933089386637,
739
+ "loss": 0.937591552734375,
740
+ "step": 102
741
+ },
742
+ {
743
+ "epoch": 2.1914893617021276,
744
+ "grad_norm": 0.041849151253700256,
745
+ "learning_rate": 0.00013766172679473114,
746
+ "loss": 1.00146484375,
747
+ "step": 103
748
+ },
749
+ {
750
+ "epoch": 2.2127659574468086,
751
+ "grad_norm": 0.030312562361359596,
752
+ "learning_rate": 0.00013652580420738607,
753
+ "loss": 1.07080078125,
754
+ "step": 104
755
+ },
756
+ {
757
+ "epoch": 2.2340425531914896,
758
+ "grad_norm": 0.030917160212993622,
759
+ "learning_rate": 0.00013538575874203095,
760
+ "loss": 0.8511962890625,
761
+ "step": 105
762
+ },
763
+ {
764
+ "epoch": 2.25531914893617,
765
+ "grad_norm": 0.03268856555223465,
766
+ "learning_rate": 0.00013424180875373093,
767
+ "loss": 1.03759765625,
768
+ "step": 106
769
+ },
770
+ {
771
+ "epoch": 2.276595744680851,
772
+ "grad_norm": 0.030307801440358162,
773
+ "learning_rate": 0.00013309417334539183,
774
+ "loss": 1.02734375,
775
+ "step": 107
776
+ },
777
+ {
778
+ "epoch": 2.297872340425532,
779
+ "grad_norm": 0.029849864542484283,
780
+ "learning_rate": 0.00013194307232579488,
781
+ "loss": 0.95849609375,
782
+ "step": 108
783
+ },
784
+ {
785
+ "epoch": 2.3191489361702127,
786
+ "grad_norm": 0.030392149463295937,
787
+ "learning_rate": 0.00013078872616749642,
788
+ "loss": 0.98291015625,
789
+ "step": 109
790
+ },
791
+ {
792
+ "epoch": 2.3404255319148937,
793
+ "grad_norm": 0.03271440789103508,
794
+ "learning_rate": 0.00012963135596460036,
795
+ "loss": 0.99072265625,
796
+ "step": 110
797
+ },
798
+ {
799
+ "epoch": 2.3617021276595747,
800
+ "grad_norm": 0.029442068189382553,
801
+ "learning_rate": 0.0001284711833904116,
802
+ "loss": 0.93798828125,
803
+ "step": 111
804
+ },
805
+ {
806
+ "epoch": 2.382978723404255,
807
+ "grad_norm": 0.03272737190127373,
808
+ "learning_rate": 0.00012730843065497847,
809
+ "loss": 0.96240234375,
810
+ "step": 112
811
+ },
812
+ {
813
+ "epoch": 2.404255319148936,
814
+ "grad_norm": 0.03141280636191368,
815
+ "learning_rate": 0.00012614332046253254,
816
+ "loss": 0.93408203125,
817
+ "step": 113
818
+ },
819
+ {
820
+ "epoch": 2.425531914893617,
821
+ "grad_norm": 0.033171191811561584,
822
+ "learning_rate": 0.00012497607596883352,
823
+ "loss": 1.01904296875,
824
+ "step": 114
825
+ },
826
+ {
827
+ "epoch": 2.4468085106382977,
828
+ "grad_norm": 0.03286304324865341,
829
+ "learning_rate": 0.0001238069207384279,
830
+ "loss": 0.95947265625,
831
+ "step": 115
832
+ },
833
+ {
834
+ "epoch": 2.4680851063829787,
835
+ "grad_norm": 0.12366930395364761,
836
+ "learning_rate": 0.00012263607870182918,
837
+ "loss": 0.982421875,
838
+ "step": 116
839
+ },
840
+ {
841
+ "epoch": 2.4893617021276597,
842
+ "grad_norm": 0.0373450331389904,
843
+ "learning_rate": 0.00012146377411262806,
844
+ "loss": 1.06884765625,
845
+ "step": 117
846
+ },
847
+ {
848
+ "epoch": 2.5106382978723403,
849
+ "grad_norm": 0.03353523090481758,
850
+ "learning_rate": 0.00012029023150454064,
851
+ "loss": 1.0361328125,
852
+ "step": 118
853
+ },
854
+ {
855
+ "epoch": 2.5319148936170213,
856
+ "grad_norm": 0.03350302577018738,
857
+ "learning_rate": 0.00011911567564840325,
858
+ "loss": 0.974609375,
859
+ "step": 119
860
+ },
861
+ {
862
+ "epoch": 2.5531914893617023,
863
+ "grad_norm": 0.03674326464533806,
864
+ "learning_rate": 0.00011794033150912135,
865
+ "loss": 1.01123046875,
866
+ "step": 120
867
+ },
868
+ {
869
+ "epoch": 2.574468085106383,
870
+ "grad_norm": 0.03349175676703453,
871
+ "learning_rate": 0.00011676442420258202,
872
+ "loss": 0.984375,
873
+ "step": 121
874
+ },
875
+ {
876
+ "epoch": 2.595744680851064,
877
+ "grad_norm": 0.03776804730296135,
878
+ "learning_rate": 0.00011558817895253658,
879
+ "loss": 0.9833984375,
880
+ "step": 122
881
+ },
882
+ {
883
+ "epoch": 2.617021276595745,
884
+ "grad_norm": 0.037562087178230286,
885
+ "learning_rate": 0.00011441182104746344,
886
+ "loss": 1.03369140625,
887
+ "step": 123
888
+ },
889
+ {
890
+ "epoch": 2.6382978723404253,
891
+ "grad_norm": 0.03163403272628784,
892
+ "learning_rate": 0.00011323557579741797,
893
+ "loss": 1.00439453125,
894
+ "step": 124
895
+ },
896
+ {
897
+ "epoch": 2.6595744680851063,
898
+ "grad_norm": 0.03091254085302353,
899
+ "learning_rate": 0.00011205966849087864,
900
+ "loss": 0.84625244140625,
901
+ "step": 125
902
+ },
903
+ {
904
+ "epoch": 2.6808510638297873,
905
+ "grad_norm": 0.043524835258722305,
906
+ "learning_rate": 0.00011088432435159679,
907
+ "loss": 1.0205078125,
908
+ "step": 126
909
+ },
910
+ {
911
+ "epoch": 2.702127659574468,
912
+ "grad_norm": 0.0412999652326107,
913
+ "learning_rate": 0.00010970976849545936,
914
+ "loss": 0.97412109375,
915
+ "step": 127
916
+ },
917
+ {
918
+ "epoch": 2.723404255319149,
919
+ "grad_norm": 0.03663191571831703,
920
+ "learning_rate": 0.00010853622588737198,
921
+ "loss": 0.89208984375,
922
+ "step": 128
923
+ },
924
+ {
925
+ "epoch": 2.74468085106383,
926
+ "grad_norm": 0.049419160932302475,
927
+ "learning_rate": 0.00010736392129817083,
928
+ "loss": 0.9853515625,
929
+ "step": 129
930
+ },
931
+ {
932
+ "epoch": 2.7659574468085104,
933
+ "grad_norm": 0.11463593691587448,
934
+ "learning_rate": 0.0001061930792615721,
935
+ "loss": 0.974609375,
936
+ "step": 130
937
+ },
938
+ {
939
+ "epoch": 2.7872340425531914,
940
+ "grad_norm": 0.032455358654260635,
941
+ "learning_rate": 0.0001050239240311665,
942
+ "loss": 0.88623046875,
943
+ "step": 131
944
+ },
945
+ {
946
+ "epoch": 2.8085106382978724,
947
+ "grad_norm": 0.03574486821889877,
948
+ "learning_rate": 0.00010385667953746748,
949
+ "loss": 1.01123046875,
950
+ "step": 132
951
+ },
952
+ {
953
+ "epoch": 2.829787234042553,
954
+ "grad_norm": 0.03459080681204796,
955
+ "learning_rate": 0.00010269156934502154,
956
+ "loss": 1.03564453125,
957
+ "step": 133
958
+ },
959
+ {
960
+ "epoch": 2.851063829787234,
961
+ "grad_norm": 0.031877003610134125,
962
+ "learning_rate": 0.00010152881660958842,
963
+ "loss": 0.98046875,
964
+ "step": 134
965
+ },
966
+ {
967
+ "epoch": 2.872340425531915,
968
+ "grad_norm": 0.03113487735390663,
969
+ "learning_rate": 0.00010036864403539965,
970
+ "loss": 1.0205078125,
971
+ "step": 135
972
+ },
973
+ {
974
+ "epoch": 2.8936170212765955,
975
+ "grad_norm": 0.03436438366770744,
976
+ "learning_rate": 9.921127383250361e-05,
977
+ "loss": 0.9609375,
978
+ "step": 136
979
+ },
980
+ {
981
+ "epoch": 2.9148936170212765,
982
+ "grad_norm": 0.032232243567705154,
983
+ "learning_rate": 9.805692767420514e-05,
984
+ "loss": 0.97265625,
985
+ "step": 137
986
+ },
987
+ {
988
+ "epoch": 2.9361702127659575,
989
+ "grad_norm": 0.033736906945705414,
990
+ "learning_rate": 9.690582665460819e-05,
991
+ "loss": 1.01611328125,
992
+ "step": 138
993
+ },
994
+ {
995
+ "epoch": 2.9574468085106385,
996
+ "grad_norm": 0.030821099877357483,
997
+ "learning_rate": 9.575819124626905e-05,
998
+ "loss": 0.94287109375,
999
+ "step": 139
1000
+ },
1001
+ {
1002
+ "epoch": 2.978723404255319,
1003
+ "grad_norm": 0.03239232301712036,
1004
+ "learning_rate": 9.461424125796907e-05,
1005
+ "loss": 0.9228515625,
1006
+ "step": 140
1007
+ },
1008
+ {
1009
+ "epoch": 3.0,
1010
+ "grad_norm": 0.035801757127046585,
1011
+ "learning_rate": 9.347419579261398e-05,
1012
+ "loss": 0.91064453125,
1013
+ "step": 141
1014
+ },
1015
+ {
1016
+ "epoch": 3.0,
1017
+ "eval_loss": 1.068359375,
1018
+ "eval_runtime": 5.5027,
1019
+ "eval_samples_per_second": 0.545,
1020
+ "eval_steps_per_second": 0.182,
1021
+ "step": 141
1022
+ },
1023
+ {
1024
+ "epoch": 3.021276595744681,
1025
+ "grad_norm": 0.031308405101299286,
1026
+ "learning_rate": 9.233827320526887e-05,
1027
+ "loss": 0.89306640625,
1028
+ "step": 142
1029
+ },
1030
+ {
1031
+ "epoch": 3.0425531914893615,
1032
+ "grad_norm": 0.042995061725378036,
1033
+ "learning_rate": 9.12066910613363e-05,
1034
+ "loss": 0.912109375,
1035
+ "step": 143
1036
+ },
1037
+ {
1038
+ "epoch": 3.0638297872340425,
1039
+ "grad_norm": 0.04316018521785736,
1040
+ "learning_rate": 9.007966609488546e-05,
1041
+ "loss": 0.89013671875,
1042
+ "step": 144
1043
+ },
1044
+ {
1045
+ "epoch": 3.0851063829787235,
1046
+ "grad_norm": 0.03554543852806091,
1047
+ "learning_rate": 8.895741416714056e-05,
1048
+ "loss": 0.92919921875,
1049
+ "step": 145
1050
+ },
1051
+ {
1052
+ "epoch": 3.106382978723404,
1053
+ "grad_norm": 0.04152313992381096,
1054
+ "learning_rate": 8.78401502251369e-05,
1055
+ "loss": 0.87744140625,
1056
+ "step": 146
1057
+ },
1058
+ {
1059
+ "epoch": 3.127659574468085,
1060
+ "grad_norm": 0.039277493953704834,
1061
+ "learning_rate": 8.672808826055129e-05,
1062
+ "loss": 1.001953125,
1063
+ "step": 147
1064
+ },
1065
+ {
1066
+ "epoch": 3.148936170212766,
1067
+ "grad_norm": 0.0363825261592865,
1068
+ "learning_rate": 8.562144126871601e-05,
1069
+ "loss": 0.96533203125,
1070
+ "step": 148
1071
+ },
1072
+ {
1073
+ "epoch": 3.1702127659574466,
1074
+ "grad_norm": 0.040966104716062546,
1075
+ "learning_rate": 8.452042120782332e-05,
1076
+ "loss": 0.886871337890625,
1077
+ "step": 149
1078
+ },
1079
+ {
1080
+ "epoch": 3.1914893617021276,
1081
+ "grad_norm": 0.041720908135175705,
1082
+ "learning_rate": 8.342523895832885e-05,
1083
+ "loss": 0.943359375,
1084
+ "step": 150
1085
+ },
1086
+ {
1087
+ "epoch": 3.2127659574468086,
1088
+ "grad_norm": 0.03947775438427925,
1089
+ "learning_rate": 8.23361042825611e-05,
1090
+ "loss": 1.01416015625,
1091
+ "step": 151
1092
+ },
1093
+ {
1094
+ "epoch": 3.2340425531914896,
1095
+ "grad_norm": 0.03244869410991669,
1096
+ "learning_rate": 8.125322578454524e-05,
1097
+ "loss": 0.8028564453125,
1098
+ "step": 152
1099
+ },
1100
+ {
1101
+ "epoch": 3.25531914893617,
1102
+ "grad_norm": 0.04258759692311287,
1103
+ "learning_rate": 8.017681087004904e-05,
1104
+ "loss": 0.98095703125,
1105
+ "step": 153
1106
+ },
1107
+ {
1108
+ "epoch": 3.276595744680851,
1109
+ "grad_norm": 0.03907298296689987,
1110
+ "learning_rate": 7.910706570685784e-05,
1111
+ "loss": 0.97314453125,
1112
+ "step": 154
1113
+ },
1114
+ {
1115
+ "epoch": 3.297872340425532,
1116
+ "grad_norm": 0.03476712107658386,
1117
+ "learning_rate": 7.804419518528682e-05,
1118
+ "loss": 0.904296875,
1119
+ "step": 155
1120
+ },
1121
+ {
1122
+ "epoch": 3.3191489361702127,
1123
+ "grad_norm": 0.042200688272714615,
1124
+ "learning_rate": 7.698840287893813e-05,
1125
+ "loss": 0.92822265625,
1126
+ "step": 156
1127
+ },
1128
+ {
1129
+ "epoch": 3.3404255319148937,
1130
+ "grad_norm": 0.03728483244776726,
1131
+ "learning_rate": 7.593989100570993e-05,
1132
+ "loss": 0.9365234375,
1133
+ "step": 157
1134
+ },
1135
+ {
1136
+ "epoch": 3.3617021276595747,
1137
+ "grad_norm": 0.0334622859954834,
1138
+ "learning_rate": 7.48988603890652e-05,
1139
+ "loss": 0.88623046875,
1140
+ "step": 158
1141
+ },
1142
+ {
1143
+ "epoch": 3.382978723404255,
1144
+ "grad_norm": 0.03617995232343674,
1145
+ "learning_rate": 7.386551041956778e-05,
1146
+ "loss": 0.911865234375,
1147
+ "step": 159
1148
+ },
1149
+ {
1150
+ "epoch": 3.404255319148936,
1151
+ "grad_norm": 0.03311219438910484,
1152
+ "learning_rate": 7.284003901669259e-05,
1153
+ "loss": 0.88427734375,
1154
+ "step": 160
1155
+ },
1156
+ {
1157
+ "epoch": 3.425531914893617,
1158
+ "grad_norm": 0.037256091833114624,
1159
+ "learning_rate": 7.182264259091774e-05,
1160
+ "loss": 0.96630859375,
1161
+ "step": 161
1162
+ },
1163
+ {
1164
+ "epoch": 3.4468085106382977,
1165
+ "grad_norm": 0.0344235897064209,
1166
+ "learning_rate": 7.081351600610575e-05,
1167
+ "loss": 0.908203125,
1168
+ "step": 162
1169
+ },
1170
+ {
1171
+ "epoch": 3.4680851063829787,
1172
+ "grad_norm": 0.04023665934801102,
1173
+ "learning_rate": 6.981285254218084e-05,
1174
+ "loss": 0.9306640625,
1175
+ "step": 163
1176
+ },
1177
+ {
1178
+ "epoch": 3.4893617021276597,
1179
+ "grad_norm": 0.038979027420282364,
1180
+ "learning_rate": 6.882084385810971e-05,
1181
+ "loss": 1.01513671875,
1182
+ "step": 164
1183
+ },
1184
+ {
1185
+ "epoch": 3.5106382978723403,
1186
+ "grad_norm": 0.036239344626665115,
1187
+ "learning_rate": 6.783767995519255e-05,
1188
+ "loss": 0.982421875,
1189
+ "step": 165
1190
+ },
1191
+ {
1192
+ "epoch": 3.5319148936170213,
1193
+ "grad_norm": 0.041207022964954376,
1194
+ "learning_rate": 6.686354914067206e-05,
1195
+ "loss": 0.9228515625,
1196
+ "step": 166
1197
+ },
1198
+ {
1199
+ "epoch": 3.5531914893617023,
1200
+ "grad_norm": 0.03745558485388756,
1201
+ "learning_rate": 6.589863799166639e-05,
1202
+ "loss": 0.95849609375,
1203
+ "step": 167
1204
+ },
1205
+ {
1206
+ "epoch": 3.574468085106383,
1207
+ "grad_norm": 0.03531312942504883,
1208
+ "learning_rate": 6.494313131943356e-05,
1209
+ "loss": 0.93505859375,
1210
+ "step": 168
1211
+ },
1212
+ {
1213
+ "epoch": 3.595744680851064,
1214
+ "grad_norm": 0.03886643052101135,
1215
+ "learning_rate": 6.399721213397453e-05,
1216
+ "loss": 0.93212890625,
1217
+ "step": 169
1218
+ },
1219
+ {
1220
+ "epoch": 3.617021276595745,
1221
+ "grad_norm": 0.038001321256160736,
1222
+ "learning_rate": 6.306106160898076e-05,
1223
+ "loss": 0.97900390625,
1224
+ "step": 170
1225
+ },
1226
+ {
1227
+ "epoch": 3.6382978723404253,
1228
+ "grad_norm": 0.03643008694052696,
1229
+ "learning_rate": 6.213485904713357e-05,
1230
+ "loss": 0.95556640625,
1231
+ "step": 171
1232
+ },
1233
+ {
1234
+ "epoch": 3.6595744680851063,
1235
+ "grad_norm": 0.036596424877643585,
1236
+ "learning_rate": 6.121878184576219e-05,
1237
+ "loss": 0.81085205078125,
1238
+ "step": 172
1239
+ },
1240
+ {
1241
+ "epoch": 3.6808510638297873,
1242
+ "grad_norm": 0.042928438633680344,
1243
+ "learning_rate": 6.031300546286637e-05,
1244
+ "loss": 0.96875,
1245
+ "step": 173
1246
+ },
1247
+ {
1248
+ "epoch": 3.702127659574468,
1249
+ "grad_norm": 0.041720643639564514,
1250
+ "learning_rate": 5.941770338351056e-05,
1251
+ "loss": 0.92431640625,
1252
+ "step": 174
1253
+ },
1254
+ {
1255
+ "epoch": 3.723404255319149,
1256
+ "grad_norm": 0.041083648800849915,
1257
+ "learning_rate": 5.853304708659608e-05,
1258
+ "loss": 0.849609375,
1259
+ "step": 175
1260
+ },
1261
+ {
1262
+ "epoch": 3.74468085106383,
1263
+ "grad_norm": 0.04229078069329262,
1264
+ "learning_rate": 5.76592060120174e-05,
1265
+ "loss": 0.93701171875,
1266
+ "step": 176
1267
+ },
1268
+ {
1269
+ "epoch": 3.7659574468085104,
1270
+ "grad_norm": 0.052078451961278915,
1271
+ "learning_rate": 5.6796347528209006e-05,
1272
+ "loss": 0.92578125,
1273
+ "step": 177
1274
+ },
1275
+ {
1276
+ "epoch": 3.7872340425531914,
1277
+ "grad_norm": 0.033227503299713135,
1278
+ "learning_rate": 5.594463690008891e-05,
1279
+ "loss": 0.84375,
1280
+ "step": 178
1281
+ },
1282
+ {
1283
+ "epoch": 3.8085106382978724,
1284
+ "grad_norm": 0.042091649025678635,
1285
+ "learning_rate": 5.51042372574053e-05,
1286
+ "loss": 0.962890625,
1287
+ "step": 179
1288
+ },
1289
+ {
1290
+ "epoch": 3.829787234042553,
1291
+ "grad_norm": 0.039128612726926804,
1292
+ "learning_rate": 5.427530956349194e-05,
1293
+ "loss": 0.9873046875,
1294
+ "step": 180
1295
+ },
1296
+ {
1297
+ "epoch": 3.851063829787234,
1298
+ "grad_norm": 0.04030850902199745,
1299
+ "learning_rate": 5.3458012584438444e-05,
1300
+ "loss": 0.93359375,
1301
+ "step": 181
1302
+ },
1303
+ {
1304
+ "epoch": 3.872340425531915,
1305
+ "grad_norm": 0.03772120922803879,
1306
+ "learning_rate": 5.265250285868172e-05,
1307
+ "loss": 0.97412109375,
1308
+ "step": 182
1309
+ },
1310
+ {
1311
+ "epoch": 3.8936170212765955,
1312
+ "grad_norm": 0.03561572730541229,
1313
+ "learning_rate": 5.1858934667023686e-05,
1314
+ "loss": 0.9150390625,
1315
+ "step": 183
1316
+ },
1317
+ {
1318
+ "epoch": 3.9148936170212765,
1319
+ "grad_norm": 0.040115874260663986,
1320
+ "learning_rate": 5.10774600030816e-05,
1321
+ "loss": 0.92724609375,
1322
+ "step": 184
1323
+ },
1324
+ {
1325
+ "epoch": 3.9361702127659575,
1326
+ "grad_norm": 0.039529941976070404,
1327
+ "learning_rate": 5.030822854417656e-05,
1328
+ "loss": 0.9697265625,
1329
+ "step": 185
1330
+ },
1331
+ {
1332
+ "epoch": 3.9574468085106385,
1333
+ "grad_norm": 0.0371088832616806,
1334
+ "learning_rate": 4.955138762266541e-05,
1335
+ "loss": 0.89892578125,
1336
+ "step": 186
1337
+ },
1338
+ {
1339
+ "epoch": 3.978723404255319,
1340
+ "grad_norm": 0.04574158415198326,
1341
+ "learning_rate": 4.880708219772186e-05,
1342
+ "loss": 0.880859375,
1343
+ "step": 187
1344
+ },
1345
+ {
1346
+ "epoch": 4.0,
1347
+ "grad_norm": 0.04366738349199295,
1348
+ "learning_rate": 4.8075454827572316e-05,
1349
+ "loss": 0.85009765625,
1350
+ "step": 188
1351
+ },
1352
+ {
1353
+ "epoch": 4.0,
1354
+ "eval_loss": 1.060546875,
1355
+ "eval_runtime": 5.504,
1356
+ "eval_samples_per_second": 0.545,
1357
+ "eval_steps_per_second": 0.182,
1358
+ "step": 188
1359
+ },
1360
+ {
1361
+ "epoch": 4.0212765957446805,
1362
+ "grad_norm": 0.03930988535284996,
1363
+ "learning_rate": 4.7356645642191354e-05,
1364
+ "loss": 0.8349609375,
1365
+ "step": 189
1366
+ },
1367
+ {
1368
+ "epoch": 4.042553191489362,
1369
+ "grad_norm": 0.04266972094774246,
1370
+ "learning_rate": 4.665079231646232e-05,
1371
+ "loss": 0.87353515625,
1372
+ "step": 190
1373
+ },
1374
+ {
1375
+ "epoch": 4.0638297872340425,
1376
+ "grad_norm": 0.05122610181570053,
1377
+ "learning_rate": 4.5958030043808264e-05,
1378
+ "loss": 0.84716796875,
1379
+ "step": 191
1380
+ },
1381
+ {
1382
+ "epoch": 4.085106382978723,
1383
+ "grad_norm": 0.04046507924795151,
1384
+ "learning_rate": 4.527849151029813e-05,
1385
+ "loss": 0.88720703125,
1386
+ "step": 192
1387
+ },
1388
+ {
1389
+ "epoch": 4.1063829787234045,
1390
+ "grad_norm": 0.04002128913998604,
1391
+ "learning_rate": 4.461230686923302e-05,
1392
+ "loss": 0.83642578125,
1393
+ "step": 193
1394
+ },
1395
+ {
1396
+ "epoch": 4.127659574468085,
1397
+ "grad_norm": 0.04339519888162613,
1398
+ "learning_rate": 4.395960371621773e-05,
1399
+ "loss": 0.9609375,
1400
+ "step": 194
1401
+ },
1402
+ {
1403
+ "epoch": 4.148936170212766,
1404
+ "grad_norm": 0.044231873005628586,
1405
+ "learning_rate": 4.3320507064722186e-05,
1406
+ "loss": 0.9248046875,
1407
+ "step": 195
1408
+ },
1409
+ {
1410
+ "epoch": 4.170212765957447,
1411
+ "grad_norm": 0.03891272470355034,
1412
+ "learning_rate": 4.269513932213737e-05,
1413
+ "loss": 0.84954833984375,
1414
+ "step": 196
1415
+ },
1416
+ {
1417
+ "epoch": 4.191489361702128,
1418
+ "grad_norm": 0.03978855907917023,
1419
+ "learning_rate": 4.208362026633024e-05,
1420
+ "loss": 0.89892578125,
1421
+ "step": 197
1422
+ },
1423
+ {
1424
+ "epoch": 4.212765957446808,
1425
+ "grad_norm": 0.04313793033361435,
1426
+ "learning_rate": 4.148606702270267e-05,
1427
+ "loss": 0.97216796875,
1428
+ "step": 198
1429
+ },
1430
+ {
1431
+ "epoch": 4.23404255319149,
1432
+ "grad_norm": 0.037154123187065125,
1433
+ "learning_rate": 4.09025940417581e-05,
1434
+ "loss": 0.77178955078125,
1435
+ "step": 199
1436
+ },
1437
+ {
1438
+ "epoch": 4.25531914893617,
1439
+ "grad_norm": 0.04250561445951462,
1440
+ "learning_rate": 4.033331307718056e-05,
1441
+ "loss": 0.94140625,
1442
+ "step": 200
1443
+ },
1444
+ {
1445
+ "epoch": 4.276595744680851,
1446
+ "grad_norm": 0.038513898849487305,
1447
+ "learning_rate": 3.9778333164430374e-05,
1448
+ "loss": 0.935546875,
1449
+ "step": 201
1450
+ },
1451
+ {
1452
+ "epoch": 4.297872340425532,
1453
+ "grad_norm": 0.03767329454421997,
1454
+ "learning_rate": 3.923776059986035e-05,
1455
+ "loss": 0.8671875,
1456
+ "step": 202
1457
+ },
1458
+ {
1459
+ "epoch": 4.319148936170213,
1460
+ "grad_norm": 0.03793912008404732,
1461
+ "learning_rate": 3.871169892035663e-05,
1462
+ "loss": 0.88818359375,
1463
+ "step": 203
1464
+ },
1465
+ {
1466
+ "epoch": 4.340425531914893,
1467
+ "grad_norm": 0.03997759893536568,
1468
+ "learning_rate": 3.820024888350806e-05,
1469
+ "loss": 0.8994140625,
1470
+ "step": 204
1471
+ },
1472
+ {
1473
+ "epoch": 4.361702127659575,
1474
+ "grad_norm": 0.036675214767456055,
1475
+ "learning_rate": 3.7703508448307947e-05,
1476
+ "loss": 0.84814453125,
1477
+ "step": 205
1478
+ },
1479
+ {
1480
+ "epoch": 4.382978723404255,
1481
+ "grad_norm": 0.03600461781024933,
1482
+ "learning_rate": 3.722157275639177e-05,
1483
+ "loss": 0.879150390625,
1484
+ "step": 206
1485
+ },
1486
+ {
1487
+ "epoch": 4.404255319148936,
1488
+ "grad_norm": 0.036929093301296234,
1489
+ "learning_rate": 3.675453411381449e-05,
1490
+ "loss": 0.85205078125,
1491
+ "step": 207
1492
+ },
1493
+ {
1494
+ "epoch": 4.425531914893617,
1495
+ "grad_norm": 0.044605664908885956,
1496
+ "learning_rate": 3.630248197337103e-05,
1497
+ "loss": 0.92919921875,
1498
+ "step": 208
1499
+ },
1500
+ {
1501
+ "epoch": 4.446808510638298,
1502
+ "grad_norm": 0.03827337920665741,
1503
+ "learning_rate": 3.586550291746319e-05,
1504
+ "loss": 0.8720703125,
1505
+ "step": 209
1506
+ },
1507
+ {
1508
+ "epoch": 4.468085106382979,
1509
+ "grad_norm": 0.03790247067809105,
1510
+ "learning_rate": 3.5443680641516394e-05,
1511
+ "loss": 0.89404296875,
1512
+ "step": 210
1513
+ },
1514
+ {
1515
+ "epoch": 4.48936170212766,
1516
+ "grad_norm": 0.03629126027226448,
1517
+ "learning_rate": 3.503709593794933e-05,
1518
+ "loss": 0.978515625,
1519
+ "step": 211
1520
+ },
1521
+ {
1522
+ "epoch": 4.51063829787234,
1523
+ "grad_norm": 0.040744345635175705,
1524
+ "learning_rate": 3.464582668069955e-05,
1525
+ "loss": 0.9482421875,
1526
+ "step": 212
1527
+ },
1528
+ {
1529
+ "epoch": 4.531914893617021,
1530
+ "grad_norm": 0.03703819215297699,
1531
+ "learning_rate": 3.426994781030826e-05,
1532
+ "loss": 0.89111328125,
1533
+ "step": 213
1534
+ },
1535
+ {
1536
+ "epoch": 4.553191489361702,
1537
+ "grad_norm": 0.037714630365371704,
1538
+ "learning_rate": 3.3909531319566716e-05,
1539
+ "loss": 0.92578125,
1540
+ "step": 214
1541
+ },
1542
+ {
1543
+ "epoch": 4.574468085106383,
1544
+ "grad_norm": 0.03681576997041702,
1545
+ "learning_rate": 3.3564646239727386e-05,
1546
+ "loss": 0.9033203125,
1547
+ "step": 215
1548
+ },
1549
+ {
1550
+ "epoch": 4.595744680851064,
1551
+ "grad_norm": 0.039367783814668655,
1552
+ "learning_rate": 3.323535862728216e-05,
1553
+ "loss": 0.900390625,
1554
+ "step": 216
1555
+ },
1556
+ {
1557
+ "epoch": 4.617021276595745,
1558
+ "grad_norm": 0.03795965760946274,
1559
+ "learning_rate": 3.292173155131051e-05,
1560
+ "loss": 0.9453125,
1561
+ "step": 217
1562
+ },
1563
+ {
1564
+ "epoch": 4.638297872340425,
1565
+ "grad_norm": 0.03927023336291313,
1566
+ "learning_rate": 3.262382508139974e-05,
1567
+ "loss": 0.92431640625,
1568
+ "step": 218
1569
+ },
1570
+ {
1571
+ "epoch": 4.659574468085106,
1572
+ "grad_norm": 0.03417414799332619,
1573
+ "learning_rate": 3.234169627613971e-05,
1574
+ "loss": 0.785308837890625,
1575
+ "step": 219
1576
+ },
1577
+ {
1578
+ "epoch": 4.680851063829787,
1579
+ "grad_norm": 0.039658013731241226,
1580
+ "learning_rate": 3.2075399172194336e-05,
1581
+ "loss": 0.935546875,
1582
+ "step": 220
1583
+ },
1584
+ {
1585
+ "epoch": 4.702127659574468,
1586
+ "grad_norm": 0.041840773075819016,
1587
+ "learning_rate": 3.18249847739518e-05,
1588
+ "loss": 0.89453125,
1589
+ "step": 221
1590
+ },
1591
+ {
1592
+ "epoch": 4.723404255319149,
1593
+ "grad_norm": 0.036156002432107925,
1594
+ "learning_rate": 3.1590501043755626e-05,
1595
+ "loss": 0.82373046875,
1596
+ "step": 222
1597
+ },
1598
+ {
1599
+ "epoch": 4.74468085106383,
1600
+ "grad_norm": 0.039113543927669525,
1601
+ "learning_rate": 3.1371992892718335e-05,
1602
+ "loss": 0.9052734375,
1603
+ "step": 223
1604
+ },
1605
+ {
1606
+ "epoch": 4.76595744680851,
1607
+ "grad_norm": 0.037734437733888626,
1608
+ "learning_rate": 3.116950217211955e-05,
1609
+ "loss": 0.89794921875,
1610
+ "step": 224
1611
+ },
1612
+ {
1613
+ "epoch": 4.787234042553192,
1614
+ "grad_norm": 0.03511641174554825,
1615
+ "learning_rate": 3.098306766539013e-05,
1616
+ "loss": 0.8203125,
1617
+ "step": 225
1618
+ },
1619
+ {
1620
+ "epoch": 4.808510638297872,
1621
+ "grad_norm": 0.041939668357372284,
1622
+ "learning_rate": 3.081272508068391e-05,
1623
+ "loss": 0.93359375,
1624
+ "step": 226
1625
+ },
1626
+ {
1627
+ "epoch": 4.829787234042553,
1628
+ "grad_norm": 0.04047448933124542,
1629
+ "learning_rate": 3.065850704403845e-05,
1630
+ "loss": 0.9580078125,
1631
+ "step": 227
1632
+ },
1633
+ {
1634
+ "epoch": 4.851063829787234,
1635
+ "grad_norm": 0.03897187486290932,
1636
+ "learning_rate": 3.0520443093126134e-05,
1637
+ "loss": 0.9052734375,
1638
+ "step": 228
1639
+ },
1640
+ {
1641
+ "epoch": 4.872340425531915,
1642
+ "grad_norm": 0.03869474306702614,
1643
+ "learning_rate": 3.0398559671596688e-05,
1644
+ "loss": 0.94677734375,
1645
+ "step": 229
1646
+ },
1647
+ {
1648
+ "epoch": 4.8936170212765955,
1649
+ "grad_norm": 0.03831680491566658,
1650
+ "learning_rate": 3.0292880124012486e-05,
1651
+ "loss": 0.88671875,
1652
+ "step": 230
1653
+ },
1654
+ {
1655
+ "epoch": 4.914893617021277,
1656
+ "grad_norm": 0.03840392827987671,
1657
+ "learning_rate": 3.0203424691377225e-05,
1658
+ "loss": 0.90087890625,
1659
+ "step": 231
1660
+ },
1661
+ {
1662
+ "epoch": 4.9361702127659575,
1663
+ "grad_norm": 0.03766055777668953,
1664
+ "learning_rate": 3.013021050725918e-05,
1665
+ "loss": 0.9443359375,
1666
+ "step": 232
1667
+ },
1668
+ {
1669
+ "epoch": 4.957446808510638,
1670
+ "grad_norm": 0.039559632539749146,
1671
+ "learning_rate": 3.0073251594509578e-05,
1672
+ "loss": 0.8740234375,
1673
+ "step": 233
1674
+ },
1675
+ {
1676
+ "epoch": 4.9787234042553195,
1677
+ "grad_norm": 0.05103755742311478,
1678
+ "learning_rate": 3.0032558862576754e-05,
1679
+ "loss": 0.85498046875,
1680
+ "step": 234
1681
+ },
1682
+ {
1683
+ "epoch": 5.0,
1684
+ "grad_norm": 0.046121180057525635,
1685
+ "learning_rate": 3.000814010541664e-05,
1686
+ "loss": 0.814453125,
1687
+ "step": 235
1688
+ },
1689
+ {
1690
+ "epoch": 5.0,
1691
+ "eval_loss": 1.0634765625,
1692
+ "eval_runtime": 5.5227,
1693
+ "eval_samples_per_second": 0.543,
1694
+ "eval_steps_per_second": 0.181,
1695
+ "step": 235
1696
+ }
1697
+ ],
1698
+ "logging_steps": 1.0,
1699
+ "max_steps": 235,
1700
+ "num_input_tokens_seen": 0,
1701
+ "num_train_epochs": 5,
1702
+ "save_steps": 0,
1703
+ "stateful_callbacks": {
1704
+ "TrainerControl": {
1705
+ "args": {
1706
+ "should_epoch_stop": false,
1707
+ "should_evaluate": false,
1708
+ "should_log": false,
1709
+ "should_save": true,
1710
+ "should_training_stop": true
1711
+ },
1712
+ "attributes": {}
1713
+ }
1714
+ },
1715
+ "total_flos": 2.046024116602929e+19,
1716
+ "train_batch_size": 1,
1717
+ "trial_name": null,
1718
+ "trial_params": null
1719
+ }