rmdhirr commited on
Commit
b34d454
·
verified ·
1 Parent(s): 2956d8e

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,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-12b-it-unsloth-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-12b-it-unsloth-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.16.0
adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/gemma-3-12b-it-unsloth-bnb-4bit",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
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": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 64,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "down_proj",
29
+ "o_proj",
30
+ "k_proj",
31
+ "embed_tokens",
32
+ "q_proj",
33
+ "v_proj",
34
+ "lm_head",
35
+ "up_proj",
36
+ "gate_proj"
37
+ ],
38
+ "task_type": "CAUSAL_LM",
39
+ "trainable_token_indices": null,
40
+ "use_dora": false,
41
+ "use_qalora": false,
42
+ "use_rslora": false
43
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc08d632c0b5d1cfa5eae09c45926e0b909c5515bc838803120a5043ff3dc7b
3
+ size 5259164736
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa9f80553517c2f7981df1cd4a9f0551b495e6bf9c47d27e6ee13a1b12ed0e42
3
+ size 359807025
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_pan_and_scan": null,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "Gemma3ImageProcessor",
13
+ "image_seq_length": 256,
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "pan_and_scan_max_num_crops": null,
20
+ "pan_and_scan_min_crop_size": null,
21
+ "pan_and_scan_min_ratio_to_activate": null,
22
+ "processor_class": "Gemma3Processor",
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 896,
27
+ "width": 896
28
+ }
29
+ }
processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd66943074862a902069570042b244bc349cb5c55a3ac57ed4bc154b5c1c0cfa
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e5d82d6c02c6f882a9f9d5f32cfd5152ddeee3a90fd413f4bd5b668feaf4783
3
+ size 1465
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<end_of_turn>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,1838 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1200,
3
+ "best_metric": 1.0104354619979858,
4
+ "best_model_checkpoint": "outputs/checkpoint-1200",
5
+ "epoch": 0.6555585905490303,
6
+ "eval_steps": 300,
7
+ "global_step": 1200,
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.0027314941272876263,
14
+ "grad_norm": 4.851426601409912,
15
+ "learning_rate": 6.521739130434783e-07,
16
+ "loss": 2.9623,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.005462988254575253,
21
+ "grad_norm": 5.322866439819336,
22
+ "learning_rate": 1.4673913043478262e-06,
23
+ "loss": 2.8968,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.00819448238186288,
28
+ "grad_norm": 4.726293563842773,
29
+ "learning_rate": 2.282608695652174e-06,
30
+ "loss": 3.0188,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.010925976509150505,
35
+ "grad_norm": 4.048459529876709,
36
+ "learning_rate": 3.097826086956522e-06,
37
+ "loss": 2.8014,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.013657470636438131,
42
+ "grad_norm": 4.118284225463867,
43
+ "learning_rate": 3.913043478260869e-06,
44
+ "loss": 2.7867,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.01638896476372576,
49
+ "grad_norm": 4.78012752532959,
50
+ "learning_rate": 4.728260869565218e-06,
51
+ "loss": 2.7244,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.019120458891013385,
56
+ "grad_norm": 3.870762586593628,
57
+ "learning_rate": 5.543478260869565e-06,
58
+ "loss": 2.7813,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.02185195301830101,
63
+ "grad_norm": 3.015080451965332,
64
+ "learning_rate": 6.358695652173913e-06,
65
+ "loss": 2.4723,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.024583447145588636,
70
+ "grad_norm": 2.9946231842041016,
71
+ "learning_rate": 7.173913043478261e-06,
72
+ "loss": 2.462,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.027314941272876262,
77
+ "grad_norm": 2.191171884536743,
78
+ "learning_rate": 7.98913043478261e-06,
79
+ "loss": 2.3881,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.030046435400163888,
84
+ "grad_norm": 2.354739189147949,
85
+ "learning_rate": 8.804347826086957e-06,
86
+ "loss": 2.1182,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.03277792952745152,
91
+ "grad_norm": 1.6525721549987793,
92
+ "learning_rate": 9.619565217391304e-06,
93
+ "loss": 1.9386,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.03550942365473914,
98
+ "grad_norm": 1.3781287670135498,
99
+ "learning_rate": 1.0434782608695653e-05,
100
+ "loss": 2.0235,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.03824091778202677,
105
+ "grad_norm": 1.2135268449783325,
106
+ "learning_rate": 1.125e-05,
107
+ "loss": 1.8313,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.040972411909314395,
112
+ "grad_norm": 0.9717159271240234,
113
+ "learning_rate": 1.2065217391304348e-05,
114
+ "loss": 1.9393,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.04370390603660202,
119
+ "grad_norm": 1.1752846240997314,
120
+ "learning_rate": 1.2880434782608696e-05,
121
+ "loss": 1.9298,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.04643540016388965,
126
+ "grad_norm": 0.9449806213378906,
127
+ "learning_rate": 1.3695652173913042e-05,
128
+ "loss": 1.823,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.04916689429117727,
133
+ "grad_norm": 1.2805055379867554,
134
+ "learning_rate": 1.4510869565217392e-05,
135
+ "loss": 1.8492,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.0518983884184649,
140
+ "grad_norm": 0.9438149333000183,
141
+ "learning_rate": 1.532608695652174e-05,
142
+ "loss": 1.663,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.054629882545752524,
147
+ "grad_norm": 0.9939911961555481,
148
+ "learning_rate": 1.6141304347826086e-05,
149
+ "loss": 1.7269,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.05736137667304015,
154
+ "grad_norm": 0.8572550415992737,
155
+ "learning_rate": 1.6956521739130433e-05,
156
+ "loss": 1.6393,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.060092870800327776,
161
+ "grad_norm": 0.9384661912918091,
162
+ "learning_rate": 1.777173913043478e-05,
163
+ "loss": 1.6523,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.06282436492761541,
168
+ "grad_norm": 0.8437032103538513,
169
+ "learning_rate": 1.858695652173913e-05,
170
+ "loss": 1.6622,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.06555585905490303,
175
+ "grad_norm": 0.8985423445701599,
176
+ "learning_rate": 1.940217391304348e-05,
177
+ "loss": 1.5545,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.06828735318219066,
182
+ "grad_norm": 0.9783689975738525,
183
+ "learning_rate": 2.0217391304347828e-05,
184
+ "loss": 1.5837,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.07101884730947829,
189
+ "grad_norm": 0.77556312084198,
190
+ "learning_rate": 2.1032608695652175e-05,
191
+ "loss": 1.5758,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.07375034143676591,
196
+ "grad_norm": 0.8036277294158936,
197
+ "learning_rate": 2.1847826086956523e-05,
198
+ "loss": 1.5933,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.07648183556405354,
203
+ "grad_norm": 0.8047032952308655,
204
+ "learning_rate": 2.266304347826087e-05,
205
+ "loss": 1.4694,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.07921332969134116,
210
+ "grad_norm": 0.8819392323493958,
211
+ "learning_rate": 2.347826086956522e-05,
212
+ "loss": 1.4516,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.08194482381862879,
217
+ "grad_norm": 0.7637084722518921,
218
+ "learning_rate": 2.4293478260869566e-05,
219
+ "loss": 1.3716,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.08467631794591642,
224
+ "grad_norm": 0.8421655893325806,
225
+ "learning_rate": 2.5108695652173914e-05,
226
+ "loss": 1.4497,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.08740781207320404,
231
+ "grad_norm": 0.7615973949432373,
232
+ "learning_rate": 2.592391304347826e-05,
233
+ "loss": 1.4217,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.09013930620049167,
238
+ "grad_norm": 0.8904805779457092,
239
+ "learning_rate": 2.673913043478261e-05,
240
+ "loss": 1.4529,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.0928708003277793,
245
+ "grad_norm": 0.7236261367797852,
246
+ "learning_rate": 2.7554347826086957e-05,
247
+ "loss": 1.369,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.09560229445506692,
252
+ "grad_norm": 0.7706332802772522,
253
+ "learning_rate": 2.8369565217391305e-05,
254
+ "loss": 1.3706,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.09833378858235454,
259
+ "grad_norm": 0.7844731211662292,
260
+ "learning_rate": 2.9184782608695653e-05,
261
+ "loss": 1.4144,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.10106528270964217,
266
+ "grad_norm": 0.872904360294342,
267
+ "learning_rate": 3e-05,
268
+ "loss": 1.2978,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.1037967768369298,
273
+ "grad_norm": 0.7814828753471375,
274
+ "learning_rate": 2.9956871765382405e-05,
275
+ "loss": 1.3356,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.10652827096421742,
280
+ "grad_norm": 0.9173154830932617,
281
+ "learning_rate": 2.9913743530764806e-05,
282
+ "loss": 1.3388,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.10925976509150505,
287
+ "grad_norm": 0.8572229743003845,
288
+ "learning_rate": 2.987061529614721e-05,
289
+ "loss": 1.353,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.11199125921879267,
294
+ "grad_norm": 0.7920759320259094,
295
+ "learning_rate": 2.9827487061529615e-05,
296
+ "loss": 1.305,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.1147227533460803,
301
+ "grad_norm": 0.8120269775390625,
302
+ "learning_rate": 2.978435882691202e-05,
303
+ "loss": 1.2763,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.11745424747336793,
308
+ "grad_norm": 0.7644383907318115,
309
+ "learning_rate": 2.974123059229442e-05,
310
+ "loss": 1.3108,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.12018574160065555,
315
+ "grad_norm": 0.7263749241828918,
316
+ "learning_rate": 2.9698102357676825e-05,
317
+ "loss": 1.3364,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.12291723572794319,
322
+ "grad_norm": 0.7868081331253052,
323
+ "learning_rate": 2.965497412305923e-05,
324
+ "loss": 1.2965,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.12564872985523082,
329
+ "grad_norm": 0.7651657462120056,
330
+ "learning_rate": 2.9611845888441637e-05,
331
+ "loss": 1.3027,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.12838022398251844,
336
+ "grad_norm": 0.7855558395385742,
337
+ "learning_rate": 2.9568717653824038e-05,
338
+ "loss": 1.3203,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 0.13111171810980607,
343
+ "grad_norm": 0.7353278398513794,
344
+ "learning_rate": 2.9525589419206442e-05,
345
+ "loss": 1.1794,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 0.1338432122370937,
350
+ "grad_norm": 0.9344907999038696,
351
+ "learning_rate": 2.9482461184588846e-05,
352
+ "loss": 1.2336,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 0.13657470636438132,
357
+ "grad_norm": 0.7568232417106628,
358
+ "learning_rate": 2.943933294997125e-05,
359
+ "loss": 1.3051,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 0.13930620049166895,
364
+ "grad_norm": 0.8257033228874207,
365
+ "learning_rate": 2.939620471535365e-05,
366
+ "loss": 1.2554,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 0.14203769461895657,
371
+ "grad_norm": 0.7484506368637085,
372
+ "learning_rate": 2.9353076480736056e-05,
373
+ "loss": 1.2549,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 0.1447691887462442,
378
+ "grad_norm": 0.7581287622451782,
379
+ "learning_rate": 2.930994824611846e-05,
380
+ "loss": 1.1332,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 0.14750068287353182,
385
+ "grad_norm": 0.7606173753738403,
386
+ "learning_rate": 2.9266820011500865e-05,
387
+ "loss": 1.1799,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 0.15023217700081945,
392
+ "grad_norm": 0.8215767741203308,
393
+ "learning_rate": 2.9223691776883266e-05,
394
+ "loss": 1.1879,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 0.15296367112810708,
399
+ "grad_norm": 0.9438003897666931,
400
+ "learning_rate": 2.918056354226567e-05,
401
+ "loss": 1.1292,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 0.1556951652553947,
406
+ "grad_norm": 0.6569656133651733,
407
+ "learning_rate": 2.9137435307648074e-05,
408
+ "loss": 1.1767,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 0.15842665938268233,
413
+ "grad_norm": 0.8340663909912109,
414
+ "learning_rate": 2.909430707303048e-05,
415
+ "loss": 1.2064,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 0.16115815350996995,
420
+ "grad_norm": 0.6959854364395142,
421
+ "learning_rate": 2.905117883841288e-05,
422
+ "loss": 1.1955,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 0.16388964763725758,
427
+ "grad_norm": 0.7269774675369263,
428
+ "learning_rate": 2.9008050603795284e-05,
429
+ "loss": 1.1903,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 0.16388964763725758,
434
+ "eval_loss": 1.2255185842514038,
435
+ "eval_runtime": 328.4188,
436
+ "eval_samples_per_second": 10.721,
437
+ "eval_steps_per_second": 2.683,
438
+ "step": 300
439
+ },
440
+ {
441
+ "epoch": 0.1666211417645452,
442
+ "grad_norm": 0.724984347820282,
443
+ "learning_rate": 2.896492236917769e-05,
444
+ "loss": 1.103,
445
+ "step": 305
446
+ },
447
+ {
448
+ "epoch": 0.16935263589183283,
449
+ "grad_norm": 0.7624502182006836,
450
+ "learning_rate": 2.8921794134560093e-05,
451
+ "loss": 1.1216,
452
+ "step": 310
453
+ },
454
+ {
455
+ "epoch": 0.17208413001912046,
456
+ "grad_norm": 0.6501736640930176,
457
+ "learning_rate": 2.8878665899942497e-05,
458
+ "loss": 1.0736,
459
+ "step": 315
460
+ },
461
+ {
462
+ "epoch": 0.17481562414640808,
463
+ "grad_norm": 0.7219209671020508,
464
+ "learning_rate": 2.88355376653249e-05,
465
+ "loss": 1.1018,
466
+ "step": 320
467
+ },
468
+ {
469
+ "epoch": 0.1775471182736957,
470
+ "grad_norm": 0.6269301176071167,
471
+ "learning_rate": 2.8792409430707306e-05,
472
+ "loss": 1.1242,
473
+ "step": 325
474
+ },
475
+ {
476
+ "epoch": 0.18027861240098333,
477
+ "grad_norm": 0.785416305065155,
478
+ "learning_rate": 2.8749281196089707e-05,
479
+ "loss": 1.0851,
480
+ "step": 330
481
+ },
482
+ {
483
+ "epoch": 0.18301010652827096,
484
+ "grad_norm": 0.7034997344017029,
485
+ "learning_rate": 2.870615296147211e-05,
486
+ "loss": 1.1384,
487
+ "step": 335
488
+ },
489
+ {
490
+ "epoch": 0.1857416006555586,
491
+ "grad_norm": 0.8468294739723206,
492
+ "learning_rate": 2.8663024726854516e-05,
493
+ "loss": 1.1302,
494
+ "step": 340
495
+ },
496
+ {
497
+ "epoch": 0.1884730947828462,
498
+ "grad_norm": 0.7820891737937927,
499
+ "learning_rate": 2.861989649223692e-05,
500
+ "loss": 1.0532,
501
+ "step": 345
502
+ },
503
+ {
504
+ "epoch": 0.19120458891013384,
505
+ "grad_norm": 0.8448447585105896,
506
+ "learning_rate": 2.857676825761932e-05,
507
+ "loss": 1.2118,
508
+ "step": 350
509
+ },
510
+ {
511
+ "epoch": 0.19393608303742146,
512
+ "grad_norm": 0.6977779269218445,
513
+ "learning_rate": 2.8533640023001725e-05,
514
+ "loss": 1.1829,
515
+ "step": 355
516
+ },
517
+ {
518
+ "epoch": 0.1966675771647091,
519
+ "grad_norm": 0.6859474778175354,
520
+ "learning_rate": 2.849051178838413e-05,
521
+ "loss": 0.9995,
522
+ "step": 360
523
+ },
524
+ {
525
+ "epoch": 0.19939907129199672,
526
+ "grad_norm": 0.7476114630699158,
527
+ "learning_rate": 2.8447383553766534e-05,
528
+ "loss": 1.0597,
529
+ "step": 365
530
+ },
531
+ {
532
+ "epoch": 0.20213056541928434,
533
+ "grad_norm": 0.7813637852668762,
534
+ "learning_rate": 2.8404255319148935e-05,
535
+ "loss": 1.1079,
536
+ "step": 370
537
+ },
538
+ {
539
+ "epoch": 0.20486205954657197,
540
+ "grad_norm": 0.8648521304130554,
541
+ "learning_rate": 2.836112708453134e-05,
542
+ "loss": 1.1522,
543
+ "step": 375
544
+ },
545
+ {
546
+ "epoch": 0.2075935536738596,
547
+ "grad_norm": 0.7016454339027405,
548
+ "learning_rate": 2.8317998849913744e-05,
549
+ "loss": 1.0281,
550
+ "step": 380
551
+ },
552
+ {
553
+ "epoch": 0.21032504780114722,
554
+ "grad_norm": 0.6951316595077515,
555
+ "learning_rate": 2.8274870615296148e-05,
556
+ "loss": 1.1146,
557
+ "step": 385
558
+ },
559
+ {
560
+ "epoch": 0.21305654192843484,
561
+ "grad_norm": 0.7843300700187683,
562
+ "learning_rate": 2.823174238067855e-05,
563
+ "loss": 1.1078,
564
+ "step": 390
565
+ },
566
+ {
567
+ "epoch": 0.21578803605572247,
568
+ "grad_norm": 0.7950036525726318,
569
+ "learning_rate": 2.8188614146060953e-05,
570
+ "loss": 1.0833,
571
+ "step": 395
572
+ },
573
+ {
574
+ "epoch": 0.2185195301830101,
575
+ "grad_norm": 0.7733429074287415,
576
+ "learning_rate": 2.814548591144336e-05,
577
+ "loss": 1.1077,
578
+ "step": 400
579
+ },
580
+ {
581
+ "epoch": 0.22125102431029772,
582
+ "grad_norm": 0.813205897808075,
583
+ "learning_rate": 2.8102357676825766e-05,
584
+ "loss": 1.1326,
585
+ "step": 405
586
+ },
587
+ {
588
+ "epoch": 0.22398251843758535,
589
+ "grad_norm": 0.7515183687210083,
590
+ "learning_rate": 2.8059229442208166e-05,
591
+ "loss": 1.0858,
592
+ "step": 410
593
+ },
594
+ {
595
+ "epoch": 0.22671401256487297,
596
+ "grad_norm": 0.775006890296936,
597
+ "learning_rate": 2.801610120759057e-05,
598
+ "loss": 1.1325,
599
+ "step": 415
600
+ },
601
+ {
602
+ "epoch": 0.2294455066921606,
603
+ "grad_norm": 0.7226970195770264,
604
+ "learning_rate": 2.7972972972972975e-05,
605
+ "loss": 1.113,
606
+ "step": 420
607
+ },
608
+ {
609
+ "epoch": 0.23217700081944823,
610
+ "grad_norm": 0.803119421005249,
611
+ "learning_rate": 2.792984473835538e-05,
612
+ "loss": 1.0701,
613
+ "step": 425
614
+ },
615
+ {
616
+ "epoch": 0.23490849494673585,
617
+ "grad_norm": 0.7977150678634644,
618
+ "learning_rate": 2.788671650373778e-05,
619
+ "loss": 1.1111,
620
+ "step": 430
621
+ },
622
+ {
623
+ "epoch": 0.23763998907402348,
624
+ "grad_norm": 0.7857878804206848,
625
+ "learning_rate": 2.7843588269120185e-05,
626
+ "loss": 1.0683,
627
+ "step": 435
628
+ },
629
+ {
630
+ "epoch": 0.2403714832013111,
631
+ "grad_norm": 0.7843796610832214,
632
+ "learning_rate": 2.780046003450259e-05,
633
+ "loss": 1.122,
634
+ "step": 440
635
+ },
636
+ {
637
+ "epoch": 0.24310297732859876,
638
+ "grad_norm": 0.7460730075836182,
639
+ "learning_rate": 2.775733179988499e-05,
640
+ "loss": 1.0579,
641
+ "step": 445
642
+ },
643
+ {
644
+ "epoch": 0.24583447145588638,
645
+ "grad_norm": 0.6824869513511658,
646
+ "learning_rate": 2.7714203565267395e-05,
647
+ "loss": 1.0787,
648
+ "step": 450
649
+ },
650
+ {
651
+ "epoch": 0.248565965583174,
652
+ "grad_norm": 0.6470029950141907,
653
+ "learning_rate": 2.76710753306498e-05,
654
+ "loss": 1.0975,
655
+ "step": 455
656
+ },
657
+ {
658
+ "epoch": 0.25129745971046163,
659
+ "grad_norm": 0.7347692847251892,
660
+ "learning_rate": 2.7627947096032203e-05,
661
+ "loss": 1.1854,
662
+ "step": 460
663
+ },
664
+ {
665
+ "epoch": 0.25402895383774926,
666
+ "grad_norm": 0.8426661491394043,
667
+ "learning_rate": 2.7584818861414604e-05,
668
+ "loss": 1.0489,
669
+ "step": 465
670
+ },
671
+ {
672
+ "epoch": 0.2567604479650369,
673
+ "grad_norm": 0.7579281330108643,
674
+ "learning_rate": 2.754169062679701e-05,
675
+ "loss": 1.0804,
676
+ "step": 470
677
+ },
678
+ {
679
+ "epoch": 0.2594919420923245,
680
+ "grad_norm": 0.8320958018302917,
681
+ "learning_rate": 2.7498562392179413e-05,
682
+ "loss": 1.1259,
683
+ "step": 475
684
+ },
685
+ {
686
+ "epoch": 0.26222343621961214,
687
+ "grad_norm": 0.8479028940200806,
688
+ "learning_rate": 2.7455434157561817e-05,
689
+ "loss": 1.0846,
690
+ "step": 480
691
+ },
692
+ {
693
+ "epoch": 0.26495493034689976,
694
+ "grad_norm": 0.7769616842269897,
695
+ "learning_rate": 2.7412305922944222e-05,
696
+ "loss": 1.0907,
697
+ "step": 485
698
+ },
699
+ {
700
+ "epoch": 0.2676864244741874,
701
+ "grad_norm": 0.6947383880615234,
702
+ "learning_rate": 2.7369177688326626e-05,
703
+ "loss": 1.0606,
704
+ "step": 490
705
+ },
706
+ {
707
+ "epoch": 0.270417918601475,
708
+ "grad_norm": 0.6838494539260864,
709
+ "learning_rate": 2.732604945370903e-05,
710
+ "loss": 1.0027,
711
+ "step": 495
712
+ },
713
+ {
714
+ "epoch": 0.27314941272876264,
715
+ "grad_norm": 0.7338347434997559,
716
+ "learning_rate": 2.7282921219091435e-05,
717
+ "loss": 1.0859,
718
+ "step": 500
719
+ },
720
+ {
721
+ "epoch": 0.27588090685605027,
722
+ "grad_norm": 0.7138042449951172,
723
+ "learning_rate": 2.7239792984473836e-05,
724
+ "loss": 1.0208,
725
+ "step": 505
726
+ },
727
+ {
728
+ "epoch": 0.2786124009833379,
729
+ "grad_norm": 0.8377683162689209,
730
+ "learning_rate": 2.719666474985624e-05,
731
+ "loss": 1.1176,
732
+ "step": 510
733
+ },
734
+ {
735
+ "epoch": 0.2813438951106255,
736
+ "grad_norm": 0.817639172077179,
737
+ "learning_rate": 2.7153536515238644e-05,
738
+ "loss": 1.1092,
739
+ "step": 515
740
+ },
741
+ {
742
+ "epoch": 0.28407538923791315,
743
+ "grad_norm": 0.7524867057800293,
744
+ "learning_rate": 2.711040828062105e-05,
745
+ "loss": 1.07,
746
+ "step": 520
747
+ },
748
+ {
749
+ "epoch": 0.28680688336520077,
750
+ "grad_norm": 0.7723881006240845,
751
+ "learning_rate": 2.706728004600345e-05,
752
+ "loss": 1.0319,
753
+ "step": 525
754
+ },
755
+ {
756
+ "epoch": 0.2895383774924884,
757
+ "grad_norm": 0.688042163848877,
758
+ "learning_rate": 2.7024151811385854e-05,
759
+ "loss": 1.0426,
760
+ "step": 530
761
+ },
762
+ {
763
+ "epoch": 0.292269871619776,
764
+ "grad_norm": 0.7268008589744568,
765
+ "learning_rate": 2.698102357676826e-05,
766
+ "loss": 1.0404,
767
+ "step": 535
768
+ },
769
+ {
770
+ "epoch": 0.29500136574706365,
771
+ "grad_norm": 0.6592392325401306,
772
+ "learning_rate": 2.6937895342150663e-05,
773
+ "loss": 1.0363,
774
+ "step": 540
775
+ },
776
+ {
777
+ "epoch": 0.2977328598743513,
778
+ "grad_norm": 0.694995641708374,
779
+ "learning_rate": 2.6894767107533064e-05,
780
+ "loss": 1.1075,
781
+ "step": 545
782
+ },
783
+ {
784
+ "epoch": 0.3004643540016389,
785
+ "grad_norm": 0.8423897624015808,
786
+ "learning_rate": 2.6851638872915468e-05,
787
+ "loss": 1.0985,
788
+ "step": 550
789
+ },
790
+ {
791
+ "epoch": 0.3031958481289265,
792
+ "grad_norm": 0.6766981482505798,
793
+ "learning_rate": 2.6808510638297873e-05,
794
+ "loss": 1.0216,
795
+ "step": 555
796
+ },
797
+ {
798
+ "epoch": 0.30592734225621415,
799
+ "grad_norm": 0.7330387830734253,
800
+ "learning_rate": 2.6765382403680274e-05,
801
+ "loss": 1.0111,
802
+ "step": 560
803
+ },
804
+ {
805
+ "epoch": 0.3086588363835018,
806
+ "grad_norm": 0.7680959105491638,
807
+ "learning_rate": 2.672225416906268e-05,
808
+ "loss": 1.0391,
809
+ "step": 565
810
+ },
811
+ {
812
+ "epoch": 0.3113903305107894,
813
+ "grad_norm": 0.8362131118774414,
814
+ "learning_rate": 2.6679125934445086e-05,
815
+ "loss": 1.0963,
816
+ "step": 570
817
+ },
818
+ {
819
+ "epoch": 0.31412182463807703,
820
+ "grad_norm": 0.9484680891036987,
821
+ "learning_rate": 2.663599769982749e-05,
822
+ "loss": 1.0853,
823
+ "step": 575
824
+ },
825
+ {
826
+ "epoch": 0.31685331876536466,
827
+ "grad_norm": 0.7578262090682983,
828
+ "learning_rate": 2.659286946520989e-05,
829
+ "loss": 1.0243,
830
+ "step": 580
831
+ },
832
+ {
833
+ "epoch": 0.3195848128926523,
834
+ "grad_norm": 0.7981600165367126,
835
+ "learning_rate": 2.6549741230592295e-05,
836
+ "loss": 1.0074,
837
+ "step": 585
838
+ },
839
+ {
840
+ "epoch": 0.3223163070199399,
841
+ "grad_norm": 0.7634698748588562,
842
+ "learning_rate": 2.65066129959747e-05,
843
+ "loss": 1.0407,
844
+ "step": 590
845
+ },
846
+ {
847
+ "epoch": 0.32504780114722753,
848
+ "grad_norm": 0.7340299487113953,
849
+ "learning_rate": 2.6463484761357104e-05,
850
+ "loss": 1.0205,
851
+ "step": 595
852
+ },
853
+ {
854
+ "epoch": 0.32777929527451516,
855
+ "grad_norm": 0.7297033667564392,
856
+ "learning_rate": 2.6420356526739505e-05,
857
+ "loss": 1.1023,
858
+ "step": 600
859
+ },
860
+ {
861
+ "epoch": 0.32777929527451516,
862
+ "eval_loss": 1.0993021726608276,
863
+ "eval_runtime": 306.2283,
864
+ "eval_samples_per_second": 11.498,
865
+ "eval_steps_per_second": 2.877,
866
+ "step": 600
867
+ },
868
+ {
869
+ "epoch": 0.3305107894018028,
870
+ "grad_norm": 0.645929217338562,
871
+ "learning_rate": 2.637722829212191e-05,
872
+ "loss": 0.9895,
873
+ "step": 605
874
+ },
875
+ {
876
+ "epoch": 0.3332422835290904,
877
+ "grad_norm": 0.7104042768478394,
878
+ "learning_rate": 2.6334100057504314e-05,
879
+ "loss": 1.0063,
880
+ "step": 610
881
+ },
882
+ {
883
+ "epoch": 0.33597377765637804,
884
+ "grad_norm": 0.7610509395599365,
885
+ "learning_rate": 2.6290971822886718e-05,
886
+ "loss": 0.9546,
887
+ "step": 615
888
+ },
889
+ {
890
+ "epoch": 0.33870527178366566,
891
+ "grad_norm": 0.7508594989776611,
892
+ "learning_rate": 2.624784358826912e-05,
893
+ "loss": 0.9908,
894
+ "step": 620
895
+ },
896
+ {
897
+ "epoch": 0.3414367659109533,
898
+ "grad_norm": 0.7074321508407593,
899
+ "learning_rate": 2.6204715353651523e-05,
900
+ "loss": 1.0301,
901
+ "step": 625
902
+ },
903
+ {
904
+ "epoch": 0.3441682600382409,
905
+ "grad_norm": 0.7267704010009766,
906
+ "learning_rate": 2.6161587119033928e-05,
907
+ "loss": 1.0927,
908
+ "step": 630
909
+ },
910
+ {
911
+ "epoch": 0.34689975416552854,
912
+ "grad_norm": 0.6761760711669922,
913
+ "learning_rate": 2.6118458884416332e-05,
914
+ "loss": 0.9735,
915
+ "step": 635
916
+ },
917
+ {
918
+ "epoch": 0.34963124829281617,
919
+ "grad_norm": 0.7219847440719604,
920
+ "learning_rate": 2.6075330649798733e-05,
921
+ "loss": 1.0233,
922
+ "step": 640
923
+ },
924
+ {
925
+ "epoch": 0.3523627424201038,
926
+ "grad_norm": 0.753565788269043,
927
+ "learning_rate": 2.6032202415181138e-05,
928
+ "loss": 1.0658,
929
+ "step": 645
930
+ },
931
+ {
932
+ "epoch": 0.3550942365473914,
933
+ "grad_norm": 0.7490048408508301,
934
+ "learning_rate": 2.5989074180563545e-05,
935
+ "loss": 1.0668,
936
+ "step": 650
937
+ },
938
+ {
939
+ "epoch": 0.35782573067467904,
940
+ "grad_norm": 0.7493592500686646,
941
+ "learning_rate": 2.594594594594595e-05,
942
+ "loss": 0.9936,
943
+ "step": 655
944
+ },
945
+ {
946
+ "epoch": 0.36055722480196667,
947
+ "grad_norm": 0.7734257578849792,
948
+ "learning_rate": 2.590281771132835e-05,
949
+ "loss": 0.9868,
950
+ "step": 660
951
+ },
952
+ {
953
+ "epoch": 0.3632887189292543,
954
+ "grad_norm": 0.7188918590545654,
955
+ "learning_rate": 2.5859689476710755e-05,
956
+ "loss": 0.9771,
957
+ "step": 665
958
+ },
959
+ {
960
+ "epoch": 0.3660202130565419,
961
+ "grad_norm": 0.7556160688400269,
962
+ "learning_rate": 2.581656124209316e-05,
963
+ "loss": 1.0392,
964
+ "step": 670
965
+ },
966
+ {
967
+ "epoch": 0.36875170718382955,
968
+ "grad_norm": 0.5352792739868164,
969
+ "learning_rate": 2.577343300747556e-05,
970
+ "loss": 0.941,
971
+ "step": 675
972
+ },
973
+ {
974
+ "epoch": 0.3714832013111172,
975
+ "grad_norm": 0.6794752478599548,
976
+ "learning_rate": 2.5730304772857965e-05,
977
+ "loss": 1.078,
978
+ "step": 680
979
+ },
980
+ {
981
+ "epoch": 0.3742146954384048,
982
+ "grad_norm": 0.7562423348426819,
983
+ "learning_rate": 2.568717653824037e-05,
984
+ "loss": 0.9774,
985
+ "step": 685
986
+ },
987
+ {
988
+ "epoch": 0.3769461895656924,
989
+ "grad_norm": 0.7022319436073303,
990
+ "learning_rate": 2.5644048303622773e-05,
991
+ "loss": 0.9832,
992
+ "step": 690
993
+ },
994
+ {
995
+ "epoch": 0.37967768369298005,
996
+ "grad_norm": 0.771272599697113,
997
+ "learning_rate": 2.5600920069005174e-05,
998
+ "loss": 1.0179,
999
+ "step": 695
1000
+ },
1001
+ {
1002
+ "epoch": 0.3824091778202677,
1003
+ "grad_norm": 0.6900454163551331,
1004
+ "learning_rate": 2.555779183438758e-05,
1005
+ "loss": 0.9452,
1006
+ "step": 700
1007
+ },
1008
+ {
1009
+ "epoch": 0.3851406719475553,
1010
+ "grad_norm": 0.7504772543907166,
1011
+ "learning_rate": 2.5514663599769983e-05,
1012
+ "loss": 0.9733,
1013
+ "step": 705
1014
+ },
1015
+ {
1016
+ "epoch": 0.38787216607484293,
1017
+ "grad_norm": 0.8242804408073425,
1018
+ "learning_rate": 2.5471535365152387e-05,
1019
+ "loss": 1.0468,
1020
+ "step": 710
1021
+ },
1022
+ {
1023
+ "epoch": 0.39060366020213055,
1024
+ "grad_norm": 0.7705220580101013,
1025
+ "learning_rate": 2.542840713053479e-05,
1026
+ "loss": 1.0101,
1027
+ "step": 715
1028
+ },
1029
+ {
1030
+ "epoch": 0.3933351543294182,
1031
+ "grad_norm": 0.7174106240272522,
1032
+ "learning_rate": 2.5385278895917193e-05,
1033
+ "loss": 0.9818,
1034
+ "step": 720
1035
+ },
1036
+ {
1037
+ "epoch": 0.3960666484567058,
1038
+ "grad_norm": 0.7383962273597717,
1039
+ "learning_rate": 2.5342150661299597e-05,
1040
+ "loss": 1.0289,
1041
+ "step": 725
1042
+ },
1043
+ {
1044
+ "epoch": 0.39879814258399343,
1045
+ "grad_norm": 0.6323188543319702,
1046
+ "learning_rate": 2.5299022426682e-05,
1047
+ "loss": 0.9597,
1048
+ "step": 730
1049
+ },
1050
+ {
1051
+ "epoch": 0.40152963671128106,
1052
+ "grad_norm": 0.825609028339386,
1053
+ "learning_rate": 2.5255894192064406e-05,
1054
+ "loss": 0.978,
1055
+ "step": 735
1056
+ },
1057
+ {
1058
+ "epoch": 0.4042611308385687,
1059
+ "grad_norm": 0.7169507741928101,
1060
+ "learning_rate": 2.521276595744681e-05,
1061
+ "loss": 0.9965,
1062
+ "step": 740
1063
+ },
1064
+ {
1065
+ "epoch": 0.4069926249658563,
1066
+ "grad_norm": 0.7201241254806519,
1067
+ "learning_rate": 2.5169637722829215e-05,
1068
+ "loss": 1.0158,
1069
+ "step": 745
1070
+ },
1071
+ {
1072
+ "epoch": 0.40972411909314393,
1073
+ "grad_norm": 0.7305246591567993,
1074
+ "learning_rate": 2.512650948821162e-05,
1075
+ "loss": 1.0034,
1076
+ "step": 750
1077
+ },
1078
+ {
1079
+ "epoch": 0.41245561322043156,
1080
+ "grad_norm": 0.66969895362854,
1081
+ "learning_rate": 2.508338125359402e-05,
1082
+ "loss": 1.0505,
1083
+ "step": 755
1084
+ },
1085
+ {
1086
+ "epoch": 0.4151871073477192,
1087
+ "grad_norm": 0.6087076663970947,
1088
+ "learning_rate": 2.5040253018976424e-05,
1089
+ "loss": 0.9876,
1090
+ "step": 760
1091
+ },
1092
+ {
1093
+ "epoch": 0.4179186014750068,
1094
+ "grad_norm": 0.740016520023346,
1095
+ "learning_rate": 2.499712478435883e-05,
1096
+ "loss": 1.0002,
1097
+ "step": 765
1098
+ },
1099
+ {
1100
+ "epoch": 0.42065009560229444,
1101
+ "grad_norm": 0.6993871331214905,
1102
+ "learning_rate": 2.4953996549741233e-05,
1103
+ "loss": 0.9828,
1104
+ "step": 770
1105
+ },
1106
+ {
1107
+ "epoch": 0.42338158972958206,
1108
+ "grad_norm": 0.6651398539543152,
1109
+ "learning_rate": 2.4910868315123634e-05,
1110
+ "loss": 1.0651,
1111
+ "step": 775
1112
+ },
1113
+ {
1114
+ "epoch": 0.4261130838568697,
1115
+ "grad_norm": 0.7585716247558594,
1116
+ "learning_rate": 2.4867740080506038e-05,
1117
+ "loss": 1.0542,
1118
+ "step": 780
1119
+ },
1120
+ {
1121
+ "epoch": 0.4288445779841573,
1122
+ "grad_norm": 0.8134998679161072,
1123
+ "learning_rate": 2.4824611845888443e-05,
1124
+ "loss": 0.9729,
1125
+ "step": 785
1126
+ },
1127
+ {
1128
+ "epoch": 0.43157607211144494,
1129
+ "grad_norm": 0.784631073474884,
1130
+ "learning_rate": 2.4781483611270847e-05,
1131
+ "loss": 0.9971,
1132
+ "step": 790
1133
+ },
1134
+ {
1135
+ "epoch": 0.43430756623873257,
1136
+ "grad_norm": 0.8132376670837402,
1137
+ "learning_rate": 2.4738355376653248e-05,
1138
+ "loss": 0.9859,
1139
+ "step": 795
1140
+ },
1141
+ {
1142
+ "epoch": 0.4370390603660202,
1143
+ "grad_norm": 0.6785438656806946,
1144
+ "learning_rate": 2.4695227142035652e-05,
1145
+ "loss": 0.9933,
1146
+ "step": 800
1147
+ },
1148
+ {
1149
+ "epoch": 0.4397705544933078,
1150
+ "grad_norm": 0.7485066056251526,
1151
+ "learning_rate": 2.4652098907418057e-05,
1152
+ "loss": 1.0549,
1153
+ "step": 805
1154
+ },
1155
+ {
1156
+ "epoch": 0.44250204862059545,
1157
+ "grad_norm": 0.626559853553772,
1158
+ "learning_rate": 2.4608970672800458e-05,
1159
+ "loss": 0.8987,
1160
+ "step": 810
1161
+ },
1162
+ {
1163
+ "epoch": 0.44523354274788307,
1164
+ "grad_norm": 0.6525225639343262,
1165
+ "learning_rate": 2.4565842438182862e-05,
1166
+ "loss": 1.0055,
1167
+ "step": 815
1168
+ },
1169
+ {
1170
+ "epoch": 0.4479650368751707,
1171
+ "grad_norm": 0.723646879196167,
1172
+ "learning_rate": 2.452271420356527e-05,
1173
+ "loss": 0.9561,
1174
+ "step": 820
1175
+ },
1176
+ {
1177
+ "epoch": 0.4506965310024583,
1178
+ "grad_norm": 0.6696566343307495,
1179
+ "learning_rate": 2.4479585968947674e-05,
1180
+ "loss": 0.9626,
1181
+ "step": 825
1182
+ },
1183
+ {
1184
+ "epoch": 0.45342802512974595,
1185
+ "grad_norm": 0.6937575936317444,
1186
+ "learning_rate": 2.4436457734330075e-05,
1187
+ "loss": 0.9679,
1188
+ "step": 830
1189
+ },
1190
+ {
1191
+ "epoch": 0.4561595192570336,
1192
+ "grad_norm": 0.7571921944618225,
1193
+ "learning_rate": 2.439332949971248e-05,
1194
+ "loss": 1.0327,
1195
+ "step": 835
1196
+ },
1197
+ {
1198
+ "epoch": 0.4588910133843212,
1199
+ "grad_norm": 0.7212653160095215,
1200
+ "learning_rate": 2.4350201265094884e-05,
1201
+ "loss": 0.9714,
1202
+ "step": 840
1203
+ },
1204
+ {
1205
+ "epoch": 0.4616225075116088,
1206
+ "grad_norm": 0.6409651041030884,
1207
+ "learning_rate": 2.4307073030477288e-05,
1208
+ "loss": 1.0007,
1209
+ "step": 845
1210
+ },
1211
+ {
1212
+ "epoch": 0.46435400163889645,
1213
+ "grad_norm": 0.7958700656890869,
1214
+ "learning_rate": 2.426394479585969e-05,
1215
+ "loss": 1.0335,
1216
+ "step": 850
1217
+ },
1218
+ {
1219
+ "epoch": 0.4670854957661841,
1220
+ "grad_norm": 0.7226616740226746,
1221
+ "learning_rate": 2.4220816561242094e-05,
1222
+ "loss": 0.982,
1223
+ "step": 855
1224
+ },
1225
+ {
1226
+ "epoch": 0.4698169898934717,
1227
+ "grad_norm": 0.6726953387260437,
1228
+ "learning_rate": 2.4177688326624498e-05,
1229
+ "loss": 0.9823,
1230
+ "step": 860
1231
+ },
1232
+ {
1233
+ "epoch": 0.47254848402075933,
1234
+ "grad_norm": 0.7555478811264038,
1235
+ "learning_rate": 2.4134560092006902e-05,
1236
+ "loss": 0.9672,
1237
+ "step": 865
1238
+ },
1239
+ {
1240
+ "epoch": 0.47527997814804696,
1241
+ "grad_norm": 0.8764699697494507,
1242
+ "learning_rate": 2.4091431857389303e-05,
1243
+ "loss": 0.9728,
1244
+ "step": 870
1245
+ },
1246
+ {
1247
+ "epoch": 0.4780114722753346,
1248
+ "grad_norm": 0.8067215085029602,
1249
+ "learning_rate": 2.4048303622771708e-05,
1250
+ "loss": 1.0206,
1251
+ "step": 875
1252
+ },
1253
+ {
1254
+ "epoch": 0.4807429664026222,
1255
+ "grad_norm": 0.7664445638656616,
1256
+ "learning_rate": 2.4005175388154112e-05,
1257
+ "loss": 0.9477,
1258
+ "step": 880
1259
+ },
1260
+ {
1261
+ "epoch": 0.48347446052990983,
1262
+ "grad_norm": 0.7092654705047607,
1263
+ "learning_rate": 2.3962047153536516e-05,
1264
+ "loss": 1.0208,
1265
+ "step": 885
1266
+ },
1267
+ {
1268
+ "epoch": 0.4862059546571975,
1269
+ "grad_norm": 0.6885917782783508,
1270
+ "learning_rate": 2.3918918918918917e-05,
1271
+ "loss": 1.0035,
1272
+ "step": 890
1273
+ },
1274
+ {
1275
+ "epoch": 0.48893744878448514,
1276
+ "grad_norm": 0.7531325221061707,
1277
+ "learning_rate": 2.387579068430132e-05,
1278
+ "loss": 0.9716,
1279
+ "step": 895
1280
+ },
1281
+ {
1282
+ "epoch": 0.49166894291177277,
1283
+ "grad_norm": 0.7733385562896729,
1284
+ "learning_rate": 2.3832662449683726e-05,
1285
+ "loss": 1.0056,
1286
+ "step": 900
1287
+ },
1288
+ {
1289
+ "epoch": 0.49166894291177277,
1290
+ "eval_loss": 1.0448055267333984,
1291
+ "eval_runtime": 307.1158,
1292
+ "eval_samples_per_second": 11.465,
1293
+ "eval_steps_per_second": 2.869,
1294
+ "step": 900
1295
+ },
1296
+ {
1297
+ "epoch": 0.4944004370390604,
1298
+ "grad_norm": 0.8963056802749634,
1299
+ "learning_rate": 2.3789534215066134e-05,
1300
+ "loss": 0.9844,
1301
+ "step": 905
1302
+ },
1303
+ {
1304
+ "epoch": 0.497131931166348,
1305
+ "grad_norm": 0.820163905620575,
1306
+ "learning_rate": 2.3746405980448535e-05,
1307
+ "loss": 1.0478,
1308
+ "step": 910
1309
+ },
1310
+ {
1311
+ "epoch": 0.49986342529363564,
1312
+ "grad_norm": 0.6968187689781189,
1313
+ "learning_rate": 2.370327774583094e-05,
1314
+ "loss": 0.9435,
1315
+ "step": 915
1316
+ },
1317
+ {
1318
+ "epoch": 0.5025949194209233,
1319
+ "grad_norm": 0.7683607339859009,
1320
+ "learning_rate": 2.3660149511213343e-05,
1321
+ "loss": 1.0467,
1322
+ "step": 920
1323
+ },
1324
+ {
1325
+ "epoch": 0.5053264135482108,
1326
+ "grad_norm": 0.8514032959938049,
1327
+ "learning_rate": 2.3617021276595744e-05,
1328
+ "loss": 1.0109,
1329
+ "step": 925
1330
+ },
1331
+ {
1332
+ "epoch": 0.5080579076754985,
1333
+ "grad_norm": 0.7920552492141724,
1334
+ "learning_rate": 2.357389304197815e-05,
1335
+ "loss": 0.9999,
1336
+ "step": 930
1337
+ },
1338
+ {
1339
+ "epoch": 0.5107894018027861,
1340
+ "grad_norm": 0.6363257765769958,
1341
+ "learning_rate": 2.3530764807360553e-05,
1342
+ "loss": 0.963,
1343
+ "step": 935
1344
+ },
1345
+ {
1346
+ "epoch": 0.5135208959300738,
1347
+ "grad_norm": 0.7315125465393066,
1348
+ "learning_rate": 2.3487636572742957e-05,
1349
+ "loss": 0.9841,
1350
+ "step": 940
1351
+ },
1352
+ {
1353
+ "epoch": 0.5162523900573613,
1354
+ "grad_norm": 0.756065845489502,
1355
+ "learning_rate": 2.344450833812536e-05,
1356
+ "loss": 0.9945,
1357
+ "step": 945
1358
+ },
1359
+ {
1360
+ "epoch": 0.518983884184649,
1361
+ "grad_norm": 0.7601234912872314,
1362
+ "learning_rate": 2.3401380103507763e-05,
1363
+ "loss": 0.9914,
1364
+ "step": 950
1365
+ },
1366
+ {
1367
+ "epoch": 0.5217153783119366,
1368
+ "grad_norm": 0.7508507370948792,
1369
+ "learning_rate": 2.3358251868890167e-05,
1370
+ "loss": 0.9712,
1371
+ "step": 955
1372
+ },
1373
+ {
1374
+ "epoch": 0.5244468724392243,
1375
+ "grad_norm": 0.768269419670105,
1376
+ "learning_rate": 2.331512363427257e-05,
1377
+ "loss": 1.0563,
1378
+ "step": 960
1379
+ },
1380
+ {
1381
+ "epoch": 0.5271783665665118,
1382
+ "grad_norm": 0.6745092868804932,
1383
+ "learning_rate": 2.3271995399654973e-05,
1384
+ "loss": 0.9691,
1385
+ "step": 965
1386
+ },
1387
+ {
1388
+ "epoch": 0.5299098606937995,
1389
+ "grad_norm": 0.7175255417823792,
1390
+ "learning_rate": 2.3228867165037377e-05,
1391
+ "loss": 0.9945,
1392
+ "step": 970
1393
+ },
1394
+ {
1395
+ "epoch": 0.5326413548210871,
1396
+ "grad_norm": 0.7807250022888184,
1397
+ "learning_rate": 2.318573893041978e-05,
1398
+ "loss": 0.9538,
1399
+ "step": 975
1400
+ },
1401
+ {
1402
+ "epoch": 0.5353728489483748,
1403
+ "grad_norm": 0.6616771221160889,
1404
+ "learning_rate": 2.3142610695802186e-05,
1405
+ "loss": 0.9973,
1406
+ "step": 980
1407
+ },
1408
+ {
1409
+ "epoch": 0.5381043430756624,
1410
+ "grad_norm": 0.7407675981521606,
1411
+ "learning_rate": 2.3099482461184587e-05,
1412
+ "loss": 1.0041,
1413
+ "step": 985
1414
+ },
1415
+ {
1416
+ "epoch": 0.54083583720295,
1417
+ "grad_norm": 0.7497495412826538,
1418
+ "learning_rate": 2.3056354226566994e-05,
1419
+ "loss": 0.9286,
1420
+ "step": 990
1421
+ },
1422
+ {
1423
+ "epoch": 0.5435673313302376,
1424
+ "grad_norm": 0.6467530727386475,
1425
+ "learning_rate": 2.30132259919494e-05,
1426
+ "loss": 0.9433,
1427
+ "step": 995
1428
+ },
1429
+ {
1430
+ "epoch": 0.5462988254575253,
1431
+ "grad_norm": 0.6888414621353149,
1432
+ "learning_rate": 2.2970097757331803e-05,
1433
+ "loss": 0.9507,
1434
+ "step": 1000
1435
+ },
1436
+ {
1437
+ "epoch": 0.5490303195848129,
1438
+ "grad_norm": 0.8949408531188965,
1439
+ "learning_rate": 2.2926969522714204e-05,
1440
+ "loss": 0.9643,
1441
+ "step": 1005
1442
+ },
1443
+ {
1444
+ "epoch": 0.5517618137121005,
1445
+ "grad_norm": 0.7237836122512817,
1446
+ "learning_rate": 2.288384128809661e-05,
1447
+ "loss": 0.917,
1448
+ "step": 1010
1449
+ },
1450
+ {
1451
+ "epoch": 0.5544933078393881,
1452
+ "grad_norm": 0.6691592931747437,
1453
+ "learning_rate": 2.2840713053479013e-05,
1454
+ "loss": 0.999,
1455
+ "step": 1015
1456
+ },
1457
+ {
1458
+ "epoch": 0.5572248019666758,
1459
+ "grad_norm": 0.7884166836738586,
1460
+ "learning_rate": 2.2797584818861417e-05,
1461
+ "loss": 0.9466,
1462
+ "step": 1020
1463
+ },
1464
+ {
1465
+ "epoch": 0.5599562960939634,
1466
+ "grad_norm": 0.7341962456703186,
1467
+ "learning_rate": 2.2754456584243818e-05,
1468
+ "loss": 0.9567,
1469
+ "step": 1025
1470
+ },
1471
+ {
1472
+ "epoch": 0.562687790221251,
1473
+ "grad_norm": 0.6674230098724365,
1474
+ "learning_rate": 2.2711328349626222e-05,
1475
+ "loss": 0.9487,
1476
+ "step": 1030
1477
+ },
1478
+ {
1479
+ "epoch": 0.5654192843485386,
1480
+ "grad_norm": 0.6951179504394531,
1481
+ "learning_rate": 2.2668200115008627e-05,
1482
+ "loss": 0.9885,
1483
+ "step": 1035
1484
+ },
1485
+ {
1486
+ "epoch": 0.5681507784758263,
1487
+ "grad_norm": 0.7464187741279602,
1488
+ "learning_rate": 2.262507188039103e-05,
1489
+ "loss": 0.9503,
1490
+ "step": 1040
1491
+ },
1492
+ {
1493
+ "epoch": 0.5708822726031139,
1494
+ "grad_norm": 0.69831383228302,
1495
+ "learning_rate": 2.2581943645773432e-05,
1496
+ "loss": 0.9567,
1497
+ "step": 1045
1498
+ },
1499
+ {
1500
+ "epoch": 0.5736137667304015,
1501
+ "grad_norm": 0.6780604720115662,
1502
+ "learning_rate": 2.2538815411155836e-05,
1503
+ "loss": 0.975,
1504
+ "step": 1050
1505
+ },
1506
+ {
1507
+ "epoch": 0.5763452608576891,
1508
+ "grad_norm": 0.7216975688934326,
1509
+ "learning_rate": 2.249568717653824e-05,
1510
+ "loss": 0.9948,
1511
+ "step": 1055
1512
+ },
1513
+ {
1514
+ "epoch": 0.5790767549849768,
1515
+ "grad_norm": 0.7621845006942749,
1516
+ "learning_rate": 2.2452558941920642e-05,
1517
+ "loss": 0.9995,
1518
+ "step": 1060
1519
+ },
1520
+ {
1521
+ "epoch": 0.5818082491122644,
1522
+ "grad_norm": 0.7196091413497925,
1523
+ "learning_rate": 2.2409430707303046e-05,
1524
+ "loss": 1.0007,
1525
+ "step": 1065
1526
+ },
1527
+ {
1528
+ "epoch": 0.584539743239552,
1529
+ "grad_norm": 0.6992865204811096,
1530
+ "learning_rate": 2.236630247268545e-05,
1531
+ "loss": 0.9363,
1532
+ "step": 1070
1533
+ },
1534
+ {
1535
+ "epoch": 0.5872712373668396,
1536
+ "grad_norm": 0.6687476634979248,
1537
+ "learning_rate": 2.2323174238067858e-05,
1538
+ "loss": 1.0072,
1539
+ "step": 1075
1540
+ },
1541
+ {
1542
+ "epoch": 0.5900027314941273,
1543
+ "grad_norm": 0.7828387022018433,
1544
+ "learning_rate": 2.228004600345026e-05,
1545
+ "loss": 0.994,
1546
+ "step": 1080
1547
+ },
1548
+ {
1549
+ "epoch": 0.5927342256214149,
1550
+ "grad_norm": 0.7133594751358032,
1551
+ "learning_rate": 2.2236917768832664e-05,
1552
+ "loss": 0.8923,
1553
+ "step": 1085
1554
+ },
1555
+ {
1556
+ "epoch": 0.5954657197487025,
1557
+ "grad_norm": 0.7610213160514832,
1558
+ "learning_rate": 2.2193789534215068e-05,
1559
+ "loss": 0.9855,
1560
+ "step": 1090
1561
+ },
1562
+ {
1563
+ "epoch": 0.5981972138759901,
1564
+ "grad_norm": 0.8042429089546204,
1565
+ "learning_rate": 2.2150661299597472e-05,
1566
+ "loss": 0.8981,
1567
+ "step": 1095
1568
+ },
1569
+ {
1570
+ "epoch": 0.6009287080032778,
1571
+ "grad_norm": 0.7705995440483093,
1572
+ "learning_rate": 2.2107533064979873e-05,
1573
+ "loss": 1.0007,
1574
+ "step": 1100
1575
+ },
1576
+ {
1577
+ "epoch": 0.6036602021305654,
1578
+ "grad_norm": 0.8342954516410828,
1579
+ "learning_rate": 2.2064404830362278e-05,
1580
+ "loss": 0.9614,
1581
+ "step": 1105
1582
+ },
1583
+ {
1584
+ "epoch": 0.606391696257853,
1585
+ "grad_norm": 0.7102698087692261,
1586
+ "learning_rate": 2.2021276595744682e-05,
1587
+ "loss": 0.9482,
1588
+ "step": 1110
1589
+ },
1590
+ {
1591
+ "epoch": 0.6091231903851406,
1592
+ "grad_norm": 0.686964750289917,
1593
+ "learning_rate": 2.1978148361127086e-05,
1594
+ "loss": 0.9045,
1595
+ "step": 1115
1596
+ },
1597
+ {
1598
+ "epoch": 0.6118546845124283,
1599
+ "grad_norm": 0.8660001158714294,
1600
+ "learning_rate": 2.1935020126509487e-05,
1601
+ "loss": 0.9551,
1602
+ "step": 1120
1603
+ },
1604
+ {
1605
+ "epoch": 0.6145861786397159,
1606
+ "grad_norm": 0.689612090587616,
1607
+ "learning_rate": 2.1891891891891892e-05,
1608
+ "loss": 0.9795,
1609
+ "step": 1125
1610
+ },
1611
+ {
1612
+ "epoch": 0.6173176727670036,
1613
+ "grad_norm": 0.7324284315109253,
1614
+ "learning_rate": 2.1848763657274296e-05,
1615
+ "loss": 0.9707,
1616
+ "step": 1130
1617
+ },
1618
+ {
1619
+ "epoch": 0.6200491668942911,
1620
+ "grad_norm": 0.7044214010238647,
1621
+ "learning_rate": 2.18056354226567e-05,
1622
+ "loss": 0.9864,
1623
+ "step": 1135
1624
+ },
1625
+ {
1626
+ "epoch": 0.6227806610215788,
1627
+ "grad_norm": 0.6462258696556091,
1628
+ "learning_rate": 2.17625071880391e-05,
1629
+ "loss": 0.9469,
1630
+ "step": 1140
1631
+ },
1632
+ {
1633
+ "epoch": 0.6255121551488664,
1634
+ "grad_norm": 0.7109295129776001,
1635
+ "learning_rate": 2.1719378953421506e-05,
1636
+ "loss": 0.8984,
1637
+ "step": 1145
1638
+ },
1639
+ {
1640
+ "epoch": 0.6282436492761541,
1641
+ "grad_norm": 0.5951446890830994,
1642
+ "learning_rate": 2.167625071880391e-05,
1643
+ "loss": 0.9383,
1644
+ "step": 1150
1645
+ },
1646
+ {
1647
+ "epoch": 0.6309751434034416,
1648
+ "grad_norm": 0.7271871566772461,
1649
+ "learning_rate": 2.1633122484186314e-05,
1650
+ "loss": 0.9713,
1651
+ "step": 1155
1652
+ },
1653
+ {
1654
+ "epoch": 0.6337066375307293,
1655
+ "grad_norm": 0.6672769784927368,
1656
+ "learning_rate": 2.158999424956872e-05,
1657
+ "loss": 0.9567,
1658
+ "step": 1160
1659
+ },
1660
+ {
1661
+ "epoch": 0.6364381316580169,
1662
+ "grad_norm": 0.6343885064125061,
1663
+ "learning_rate": 2.1546866014951123e-05,
1664
+ "loss": 0.9575,
1665
+ "step": 1165
1666
+ },
1667
+ {
1668
+ "epoch": 0.6391696257853046,
1669
+ "grad_norm": 0.6709259748458862,
1670
+ "learning_rate": 2.1503737780333528e-05,
1671
+ "loss": 0.9778,
1672
+ "step": 1170
1673
+ },
1674
+ {
1675
+ "epoch": 0.6419011199125921,
1676
+ "grad_norm": 0.7463548183441162,
1677
+ "learning_rate": 2.146060954571593e-05,
1678
+ "loss": 0.9363,
1679
+ "step": 1175
1680
+ },
1681
+ {
1682
+ "epoch": 0.6446326140398798,
1683
+ "grad_norm": 0.7336212396621704,
1684
+ "learning_rate": 2.1417481311098333e-05,
1685
+ "loss": 0.9984,
1686
+ "step": 1180
1687
+ },
1688
+ {
1689
+ "epoch": 0.6473641081671675,
1690
+ "grad_norm": 0.7141072154045105,
1691
+ "learning_rate": 2.1374353076480737e-05,
1692
+ "loss": 0.959,
1693
+ "step": 1185
1694
+ },
1695
+ {
1696
+ "epoch": 0.6500956022944551,
1697
+ "grad_norm": 0.7275980710983276,
1698
+ "learning_rate": 2.133122484186314e-05,
1699
+ "loss": 1.0157,
1700
+ "step": 1190
1701
+ },
1702
+ {
1703
+ "epoch": 0.6528270964217427,
1704
+ "grad_norm": 0.7292263507843018,
1705
+ "learning_rate": 2.1288096607245543e-05,
1706
+ "loss": 0.9455,
1707
+ "step": 1195
1708
+ },
1709
+ {
1710
+ "epoch": 0.6555585905490303,
1711
+ "grad_norm": 0.7778198719024658,
1712
+ "learning_rate": 2.1244968372627947e-05,
1713
+ "loss": 0.9972,
1714
+ "step": 1200
1715
+ },
1716
+ {
1717
+ "epoch": 0.6555585905490303,
1718
+ "eval_loss": 1.0104354619979858,
1719
+ "eval_runtime": 306.0261,
1720
+ "eval_samples_per_second": 11.506,
1721
+ "eval_steps_per_second": 2.879,
1722
+ "step": 1200
1723
+ }
1724
+ ],
1725
+ "logging_steps": 5,
1726
+ "max_steps": 3662,
1727
+ "num_input_tokens_seen": 0,
1728
+ "num_train_epochs": 2,
1729
+ "save_steps": 300,
1730
+ "stateful_callbacks": {
1731
+ "EarlyStoppingCallback": [
1732
+ {
1733
+ "args": {
1734
+ "early_stopping_patience": 8,
1735
+ "early_stopping_threshold": 0.01
1736
+ },
1737
+ "attributes": {
1738
+ "early_stopping_patience_counter": 0
1739
+ }
1740
+ },
1741
+ {
1742
+ "args": {
1743
+ "early_stopping_patience": 8,
1744
+ "early_stopping_threshold": 0.01
1745
+ },
1746
+ "attributes": {
1747
+ "early_stopping_patience_counter": 0
1748
+ }
1749
+ },
1750
+ {
1751
+ "args": {
1752
+ "early_stopping_patience": 8,
1753
+ "early_stopping_threshold": 0.01
1754
+ },
1755
+ "attributes": {
1756
+ "early_stopping_patience_counter": 0
1757
+ }
1758
+ },
1759
+ {
1760
+ "args": {
1761
+ "early_stopping_patience": 8,
1762
+ "early_stopping_threshold": 0.01
1763
+ },
1764
+ "attributes": {
1765
+ "early_stopping_patience_counter": 0
1766
+ }
1767
+ },
1768
+ {
1769
+ "args": {
1770
+ "early_stopping_patience": 8,
1771
+ "early_stopping_threshold": 0.01
1772
+ },
1773
+ "attributes": {
1774
+ "early_stopping_patience_counter": 0
1775
+ }
1776
+ },
1777
+ {
1778
+ "args": {
1779
+ "early_stopping_patience": 8,
1780
+ "early_stopping_threshold": 0.01
1781
+ },
1782
+ "attributes": {
1783
+ "early_stopping_patience_counter": 0
1784
+ }
1785
+ },
1786
+ {
1787
+ "args": {
1788
+ "early_stopping_patience": 8,
1789
+ "early_stopping_threshold": 0.01
1790
+ },
1791
+ "attributes": {
1792
+ "early_stopping_patience_counter": 0
1793
+ }
1794
+ },
1795
+ {
1796
+ "args": {
1797
+ "early_stopping_patience": 8,
1798
+ "early_stopping_threshold": 0.01
1799
+ },
1800
+ "attributes": {
1801
+ "early_stopping_patience_counter": 0
1802
+ }
1803
+ },
1804
+ {
1805
+ "args": {
1806
+ "early_stopping_patience": 8,
1807
+ "early_stopping_threshold": 0.01
1808
+ },
1809
+ "attributes": {
1810
+ "early_stopping_patience_counter": 0
1811
+ }
1812
+ },
1813
+ {
1814
+ "args": {
1815
+ "early_stopping_patience": 8,
1816
+ "early_stopping_threshold": 0.01
1817
+ },
1818
+ "attributes": {
1819
+ "early_stopping_patience_counter": 0
1820
+ }
1821
+ }
1822
+ ],
1823
+ "TrainerControl": {
1824
+ "args": {
1825
+ "should_epoch_stop": false,
1826
+ "should_evaluate": false,
1827
+ "should_log": false,
1828
+ "should_save": true,
1829
+ "should_training_stop": false
1830
+ },
1831
+ "attributes": {}
1832
+ }
1833
+ },
1834
+ "total_flos": 5.922653197624351e+17,
1835
+ "train_batch_size": 8,
1836
+ "trial_name": null,
1837
+ "trial_params": null
1838
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0392540a753fe2703a66afdb90bd7f667f52b4c4990847d8cfa6d1bb9eb8d6e1
3
+ size 6161