PEFT
Safetensors
English
lora
router-agent
vertex-ai
Alovestocode commited on
Commit
ea7d6f8
·
verified ·
1 Parent(s): d519bcd

Upload PEFT adapter for router (Gemma 3 27B)

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,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-27b-it
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - axolotl
7
+ - base_model:adapter:/tmp/base_model_dir/vertex-model-garden-restricted-us/gemma3/gemma-3-27b-it
8
+ - lora
9
+ - transformers
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- 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. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ 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).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.17.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/tmp/base_model_dir/vertex-model-garden-restricted-us/gemma3/gemma-3-27b-it",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
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": 32,
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": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": "model.language_model.layers.[\\d]+.(mlp|cross_attn|self_attn).(up|down|gate|q|k|v|o)_proj",
28
+ "target_parameters": [],
29
+ "task_type": "CAUSAL_LM",
30
+ "trainable_token_indices": null,
31
+ "use_dora": false,
32
+ "use_qalora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21d15860fe7d9cb2819679fb3177b25c6239c8a641fb3f15eead5ec091801a5
3
+ size 454196424
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:a7b85a0f877b2a027130ef33bb5e3bd0e4a33796590fefe0470b1b20ae56c989
3
+ size 231600373
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c02c96188c753217eaed2cce8bd49c10cdd24c8733c073701acc6be9aa22ea3
3
+ size 16389
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e98ecb6cf1b8c208b6b576b0e1841164cc32019b7ec4a27ca3d1ef90567d72bd
3
+ size 16389
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2978b2afaaf3e65982e51202789a50a0a71b75a263114181333ad97c50d69ecb
3
+ size 16389
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef2689baced8212074ad1c520d7304b3a8e4dedffee069f90dae7f650310dea1
3
+ size 16389
rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced30595f225935935a8e1883dcf3a0d246703ec673f27a6ab99c891dde86d10
3
+ size 16389
rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0033ed388ef2b38db06e24aca4f6e632a2588efcf526eeb2bc6833513a772c16
3
+ size 16389
rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:326782d010f7eb214ef9e4541f77c72433847562dd692fd9f97fd5f6eb21eb7c
3
+ size 16389
rng_state_7.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d26cc39928423d7d5b6f37f018dc249af97bf5b444da2d8fc97cf681400a6f1e
3
+ size 16389
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5179285edeec2f930b98e9072708f794e4a735a124f02b95a7c981c9c975ca0
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": "<eos>",
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,1908 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 61,
7
+ "global_step": 183,
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,
14
+ "eval_loss": 1.987602710723877,
15
+ "eval_runtime": 21.27,
16
+ "eval_samples_per_second": 38.458,
17
+ "eval_steps_per_second": 2.445,
18
+ "memory/device_reserved (GiB)": 65.8,
19
+ "memory/max_active (GiB)": 48.55,
20
+ "memory/max_allocated (GiB)": 48.55,
21
+ "step": 0
22
+ },
23
+ {
24
+ "epoch": 0.01639344262295082,
25
+ "grad_norm": 2.1048970222473145,
26
+ "learning_rate": 0.0,
27
+ "loss": 1.9829,
28
+ "memory/device_reserved (GiB)": 33.32,
29
+ "memory/max_active (GiB)": 32.48,
30
+ "memory/max_allocated (GiB)": 32.48,
31
+ "step": 1
32
+ },
33
+ {
34
+ "epoch": 0.03278688524590164,
35
+ "grad_norm": 2.132734537124634,
36
+ "learning_rate": 1.1111111111111112e-05,
37
+ "loss": 1.9692,
38
+ "memory/device_reserved (GiB)": 33.36,
39
+ "memory/max_active (GiB)": 32.7,
40
+ "memory/max_allocated (GiB)": 32.7,
41
+ "step": 2
42
+ },
43
+ {
44
+ "epoch": 0.04918032786885246,
45
+ "grad_norm": 2.0775797367095947,
46
+ "learning_rate": 2.2222222222222223e-05,
47
+ "loss": 1.9615,
48
+ "memory/device_reserved (GiB)": 33.36,
49
+ "memory/max_active (GiB)": 32.7,
50
+ "memory/max_allocated (GiB)": 32.7,
51
+ "step": 3
52
+ },
53
+ {
54
+ "epoch": 0.06557377049180328,
55
+ "grad_norm": 1.9622066020965576,
56
+ "learning_rate": 3.3333333333333335e-05,
57
+ "loss": 1.9353,
58
+ "memory/device_reserved (GiB)": 33.36,
59
+ "memory/max_active (GiB)": 32.7,
60
+ "memory/max_allocated (GiB)": 32.7,
61
+ "step": 4
62
+ },
63
+ {
64
+ "epoch": 0.08196721311475409,
65
+ "grad_norm": 1.344926118850708,
66
+ "learning_rate": 4.4444444444444447e-05,
67
+ "loss": 1.83,
68
+ "memory/device_reserved (GiB)": 33.36,
69
+ "memory/max_active (GiB)": 32.7,
70
+ "memory/max_allocated (GiB)": 32.7,
71
+ "step": 5
72
+ },
73
+ {
74
+ "epoch": 0.09836065573770492,
75
+ "grad_norm": 0.977587878704071,
76
+ "learning_rate": 5.555555555555556e-05,
77
+ "loss": 1.7399,
78
+ "memory/device_reserved (GiB)": 33.36,
79
+ "memory/max_active (GiB)": 32.7,
80
+ "memory/max_allocated (GiB)": 32.7,
81
+ "step": 6
82
+ },
83
+ {
84
+ "epoch": 0.11475409836065574,
85
+ "grad_norm": 0.8041461706161499,
86
+ "learning_rate": 6.666666666666667e-05,
87
+ "loss": 1.6341,
88
+ "memory/device_reserved (GiB)": 33.36,
89
+ "memory/max_active (GiB)": 32.7,
90
+ "memory/max_allocated (GiB)": 32.7,
91
+ "step": 7
92
+ },
93
+ {
94
+ "epoch": 0.13114754098360656,
95
+ "grad_norm": 0.6574768424034119,
96
+ "learning_rate": 7.777777777777778e-05,
97
+ "loss": 1.5328,
98
+ "memory/device_reserved (GiB)": 33.36,
99
+ "memory/max_active (GiB)": 32.7,
100
+ "memory/max_allocated (GiB)": 32.7,
101
+ "step": 8
102
+ },
103
+ {
104
+ "epoch": 0.14754098360655737,
105
+ "grad_norm": 0.5925188660621643,
106
+ "learning_rate": 8.888888888888889e-05,
107
+ "loss": 1.4402,
108
+ "memory/device_reserved (GiB)": 33.36,
109
+ "memory/max_active (GiB)": 32.7,
110
+ "memory/max_allocated (GiB)": 32.7,
111
+ "step": 9
112
+ },
113
+ {
114
+ "epoch": 0.16393442622950818,
115
+ "grad_norm": 0.6970644593238831,
116
+ "learning_rate": 0.0001,
117
+ "loss": 1.4063,
118
+ "memory/device_reserved (GiB)": 33.36,
119
+ "memory/max_active (GiB)": 32.7,
120
+ "memory/max_allocated (GiB)": 32.7,
121
+ "step": 10
122
+ },
123
+ {
124
+ "epoch": 0.18032786885245902,
125
+ "grad_norm": 0.8010526895523071,
126
+ "learning_rate": 0.00011111111111111112,
127
+ "loss": 1.3407,
128
+ "memory/device_reserved (GiB)": 33.36,
129
+ "memory/max_active (GiB)": 32.7,
130
+ "memory/max_allocated (GiB)": 32.7,
131
+ "step": 11
132
+ },
133
+ {
134
+ "epoch": 0.19672131147540983,
135
+ "grad_norm": 0.759565532207489,
136
+ "learning_rate": 0.00012222222222222224,
137
+ "loss": 1.2844,
138
+ "memory/device_reserved (GiB)": 33.36,
139
+ "memory/max_active (GiB)": 32.7,
140
+ "memory/max_allocated (GiB)": 32.7,
141
+ "step": 12
142
+ },
143
+ {
144
+ "epoch": 0.21311475409836064,
145
+ "grad_norm": 0.6551400423049927,
146
+ "learning_rate": 0.00013333333333333334,
147
+ "loss": 1.223,
148
+ "memory/device_reserved (GiB)": 33.36,
149
+ "memory/max_active (GiB)": 32.7,
150
+ "memory/max_allocated (GiB)": 32.7,
151
+ "step": 13
152
+ },
153
+ {
154
+ "epoch": 0.22950819672131148,
155
+ "grad_norm": 0.557424008846283,
156
+ "learning_rate": 0.00014444444444444444,
157
+ "loss": 1.146,
158
+ "memory/device_reserved (GiB)": 33.36,
159
+ "memory/max_active (GiB)": 32.7,
160
+ "memory/max_allocated (GiB)": 32.7,
161
+ "step": 14
162
+ },
163
+ {
164
+ "epoch": 0.2459016393442623,
165
+ "grad_norm": 0.4815196990966797,
166
+ "learning_rate": 0.00015555555555555556,
167
+ "loss": 1.087,
168
+ "memory/device_reserved (GiB)": 33.36,
169
+ "memory/max_active (GiB)": 32.7,
170
+ "memory/max_allocated (GiB)": 32.7,
171
+ "step": 15
172
+ },
173
+ {
174
+ "epoch": 0.26229508196721313,
175
+ "grad_norm": 0.4362974762916565,
176
+ "learning_rate": 0.0001666666666666667,
177
+ "loss": 1.0415,
178
+ "memory/device_reserved (GiB)": 33.36,
179
+ "memory/max_active (GiB)": 32.7,
180
+ "memory/max_allocated (GiB)": 32.7,
181
+ "step": 16
182
+ },
183
+ {
184
+ "epoch": 0.2786885245901639,
185
+ "grad_norm": 0.44927817583084106,
186
+ "learning_rate": 0.00017777777777777779,
187
+ "loss": 1.0049,
188
+ "memory/device_reserved (GiB)": 33.36,
189
+ "memory/max_active (GiB)": 32.7,
190
+ "memory/max_allocated (GiB)": 32.7,
191
+ "step": 17
192
+ },
193
+ {
194
+ "epoch": 0.29508196721311475,
195
+ "grad_norm": 0.49147677421569824,
196
+ "learning_rate": 0.00018888888888888888,
197
+ "loss": 0.9776,
198
+ "memory/device_reserved (GiB)": 33.36,
199
+ "memory/max_active (GiB)": 32.7,
200
+ "memory/max_allocated (GiB)": 32.7,
201
+ "step": 18
202
+ },
203
+ {
204
+ "epoch": 0.3114754098360656,
205
+ "grad_norm": 0.39037176966667175,
206
+ "learning_rate": 0.0002,
207
+ "loss": 0.9379,
208
+ "memory/device_reserved (GiB)": 33.36,
209
+ "memory/max_active (GiB)": 32.7,
210
+ "memory/max_allocated (GiB)": 32.7,
211
+ "step": 19
212
+ },
213
+ {
214
+ "epoch": 0.32786885245901637,
215
+ "grad_norm": 0.28441116213798523,
216
+ "learning_rate": 0.0001999818745523526,
217
+ "loss": 0.9064,
218
+ "memory/device_reserved (GiB)": 33.36,
219
+ "memory/max_active (GiB)": 32.7,
220
+ "memory/max_allocated (GiB)": 32.7,
221
+ "step": 20
222
+ },
223
+ {
224
+ "epoch": 0.3442622950819672,
225
+ "grad_norm": 0.3153410851955414,
226
+ "learning_rate": 0.00019992750478004738,
227
+ "loss": 0.8899,
228
+ "memory/device_reserved (GiB)": 33.36,
229
+ "memory/max_active (GiB)": 32.7,
230
+ "memory/max_allocated (GiB)": 32.7,
231
+ "step": 21
232
+ },
233
+ {
234
+ "epoch": 0.36065573770491804,
235
+ "grad_norm": 0.28423598408699036,
236
+ "learning_rate": 0.00019983691039261357,
237
+ "loss": 0.8671,
238
+ "memory/device_reserved (GiB)": 33.36,
239
+ "memory/max_active (GiB)": 32.7,
240
+ "memory/max_allocated (GiB)": 32.7,
241
+ "step": 22
242
+ },
243
+ {
244
+ "epoch": 0.3770491803278688,
245
+ "grad_norm": 0.2221442312002182,
246
+ "learning_rate": 0.00019971012423132775,
247
+ "loss": 0.8383,
248
+ "memory/device_reserved (GiB)": 33.36,
249
+ "memory/max_active (GiB)": 32.7,
250
+ "memory/max_allocated (GiB)": 32.7,
251
+ "step": 23
252
+ },
253
+ {
254
+ "epoch": 0.39344262295081966,
255
+ "grad_norm": 0.20366857945919037,
256
+ "learning_rate": 0.00019954719225730847,
257
+ "loss": 0.8386,
258
+ "memory/device_reserved (GiB)": 33.36,
259
+ "memory/max_active (GiB)": 32.7,
260
+ "memory/max_allocated (GiB)": 32.7,
261
+ "step": 24
262
+ },
263
+ {
264
+ "epoch": 0.4098360655737705,
265
+ "grad_norm": 0.22895343601703644,
266
+ "learning_rate": 0.00019934817353485501,
267
+ "loss": 0.8219,
268
+ "memory/device_reserved (GiB)": 33.36,
269
+ "memory/max_active (GiB)": 32.7,
270
+ "memory/max_allocated (GiB)": 32.7,
271
+ "step": 25
272
+ },
273
+ {
274
+ "epoch": 0.4262295081967213,
275
+ "grad_norm": 0.2062416672706604,
276
+ "learning_rate": 0.00019911314021003613,
277
+ "loss": 0.8057,
278
+ "memory/device_reserved (GiB)": 33.36,
279
+ "memory/max_active (GiB)": 32.7,
280
+ "memory/max_allocated (GiB)": 32.7,
281
+ "step": 26
282
+ },
283
+ {
284
+ "epoch": 0.4426229508196721,
285
+ "grad_norm": 0.18311655521392822,
286
+ "learning_rate": 0.00019884217748453623,
287
+ "loss": 0.804,
288
+ "memory/device_reserved (GiB)": 33.36,
289
+ "memory/max_active (GiB)": 32.7,
290
+ "memory/max_allocated (GiB)": 32.7,
291
+ "step": 27
292
+ },
293
+ {
294
+ "epoch": 0.45901639344262296,
295
+ "grad_norm": 0.19581766426563263,
296
+ "learning_rate": 0.00019853538358476932,
297
+ "loss": 0.7831,
298
+ "memory/device_reserved (GiB)": 33.36,
299
+ "memory/max_active (GiB)": 32.7,
300
+ "memory/max_allocated (GiB)": 32.7,
301
+ "step": 28
302
+ },
303
+ {
304
+ "epoch": 0.47540983606557374,
305
+ "grad_norm": 0.19657522439956665,
306
+ "learning_rate": 0.00019819286972627066,
307
+ "loss": 0.7815,
308
+ "memory/device_reserved (GiB)": 33.36,
309
+ "memory/max_active (GiB)": 32.7,
310
+ "memory/max_allocated (GiB)": 32.7,
311
+ "step": 29
312
+ },
313
+ {
314
+ "epoch": 0.4918032786885246,
315
+ "grad_norm": 0.1872270107269287,
316
+ "learning_rate": 0.00019781476007338058,
317
+ "loss": 0.7798,
318
+ "memory/device_reserved (GiB)": 33.36,
319
+ "memory/max_active (GiB)": 32.7,
320
+ "memory/max_allocated (GiB)": 32.7,
321
+ "step": 30
322
+ },
323
+ {
324
+ "epoch": 0.5081967213114754,
325
+ "grad_norm": 0.17483267188072205,
326
+ "learning_rate": 0.00019740119169423337,
327
+ "loss": 0.7738,
328
+ "memory/device_reserved (GiB)": 33.36,
329
+ "memory/max_active (GiB)": 32.7,
330
+ "memory/max_allocated (GiB)": 32.7,
331
+ "step": 31
332
+ },
333
+ {
334
+ "epoch": 0.5245901639344263,
335
+ "grad_norm": 0.18843160569667816,
336
+ "learning_rate": 0.00019695231451106912,
337
+ "loss": 0.7684,
338
+ "memory/device_reserved (GiB)": 33.36,
339
+ "memory/max_active (GiB)": 32.7,
340
+ "memory/max_allocated (GiB)": 32.7,
341
+ "step": 32
342
+ },
343
+ {
344
+ "epoch": 0.5409836065573771,
345
+ "grad_norm": 0.1772245317697525,
346
+ "learning_rate": 0.0001964682912458856,
347
+ "loss": 0.7661,
348
+ "memory/device_reserved (GiB)": 33.36,
349
+ "memory/max_active (GiB)": 32.7,
350
+ "memory/max_allocated (GiB)": 32.7,
351
+ "step": 33
352
+ },
353
+ {
354
+ "epoch": 0.5573770491803278,
355
+ "grad_norm": 0.1664779931306839,
356
+ "learning_rate": 0.00019594929736144976,
357
+ "loss": 0.7521,
358
+ "memory/device_reserved (GiB)": 33.36,
359
+ "memory/max_active (GiB)": 32.7,
360
+ "memory/max_allocated (GiB)": 32.7,
361
+ "step": 34
362
+ },
363
+ {
364
+ "epoch": 0.5737704918032787,
365
+ "grad_norm": 0.17712299525737762,
366
+ "learning_rate": 0.00019539552099769126,
367
+ "loss": 0.7545,
368
+ "memory/device_reserved (GiB)": 33.36,
369
+ "memory/max_active (GiB)": 32.7,
370
+ "memory/max_allocated (GiB)": 32.7,
371
+ "step": 35
372
+ },
373
+ {
374
+ "epoch": 0.5901639344262295,
375
+ "grad_norm": 0.1669715940952301,
376
+ "learning_rate": 0.00019480716290349995,
377
+ "loss": 0.7549,
378
+ "memory/device_reserved (GiB)": 33.36,
379
+ "memory/max_active (GiB)": 32.7,
380
+ "memory/max_allocated (GiB)": 32.7,
381
+ "step": 36
382
+ },
383
+ {
384
+ "epoch": 0.6065573770491803,
385
+ "grad_norm": 0.17512178421020508,
386
+ "learning_rate": 0.00019418443636395248,
387
+ "loss": 0.7451,
388
+ "memory/device_reserved (GiB)": 33.36,
389
+ "memory/max_active (GiB)": 32.7,
390
+ "memory/max_allocated (GiB)": 32.7,
391
+ "step": 37
392
+ },
393
+ {
394
+ "epoch": 0.6229508196721312,
395
+ "grad_norm": 0.1587410718202591,
396
+ "learning_rate": 0.00019352756712299468,
397
+ "loss": 0.7317,
398
+ "memory/device_reserved (GiB)": 33.36,
399
+ "memory/max_active (GiB)": 32.7,
400
+ "memory/max_allocated (GiB)": 32.7,
401
+ "step": 38
402
+ },
403
+ {
404
+ "epoch": 0.639344262295082,
405
+ "grad_norm": 0.1550321877002716,
406
+ "learning_rate": 0.00019283679330160726,
407
+ "loss": 0.7294,
408
+ "memory/device_reserved (GiB)": 33.36,
409
+ "memory/max_active (GiB)": 32.7,
410
+ "memory/max_allocated (GiB)": 32.7,
411
+ "step": 39
412
+ },
413
+ {
414
+ "epoch": 0.6557377049180327,
415
+ "grad_norm": 0.19032655656337738,
416
+ "learning_rate": 0.000192112365311485,
417
+ "loss": 0.7241,
418
+ "memory/device_reserved (GiB)": 33.36,
419
+ "memory/max_active (GiB)": 32.7,
420
+ "memory/max_allocated (GiB)": 32.7,
421
+ "step": 40
422
+ },
423
+ {
424
+ "epoch": 0.6721311475409836,
425
+ "grad_norm": 0.15234725177288055,
426
+ "learning_rate": 0.0001913545457642601,
427
+ "loss": 0.7165,
428
+ "memory/device_reserved (GiB)": 33.36,
429
+ "memory/max_active (GiB)": 32.7,
430
+ "memory/max_allocated (GiB)": 32.7,
431
+ "step": 41
432
+ },
433
+ {
434
+ "epoch": 0.6885245901639344,
435
+ "grad_norm": 0.1558808833360672,
436
+ "learning_rate": 0.0001905636093763031,
437
+ "loss": 0.7212,
438
+ "memory/device_reserved (GiB)": 33.36,
439
+ "memory/max_active (GiB)": 32.7,
440
+ "memory/max_allocated (GiB)": 32.7,
441
+ "step": 42
442
+ },
443
+ {
444
+ "epoch": 0.7049180327868853,
445
+ "grad_norm": 0.15694938600063324,
446
+ "learning_rate": 0.00018973984286913584,
447
+ "loss": 0.7055,
448
+ "memory/device_reserved (GiB)": 33.36,
449
+ "memory/max_active (GiB)": 32.7,
450
+ "memory/max_allocated (GiB)": 32.7,
451
+ "step": 43
452
+ },
453
+ {
454
+ "epoch": 0.7213114754098361,
455
+ "grad_norm": 0.14805985987186432,
456
+ "learning_rate": 0.00018888354486549237,
457
+ "loss": 0.7137,
458
+ "memory/device_reserved (GiB)": 33.36,
459
+ "memory/max_active (GiB)": 32.7,
460
+ "memory/max_allocated (GiB)": 32.7,
461
+ "step": 44
462
+ },
463
+ {
464
+ "epoch": 0.7377049180327869,
465
+ "grad_norm": 0.14736340939998627,
466
+ "learning_rate": 0.00018799502578106534,
467
+ "loss": 0.6931,
468
+ "memory/device_reserved (GiB)": 33.36,
469
+ "memory/max_active (GiB)": 32.7,
470
+ "memory/max_allocated (GiB)": 32.7,
471
+ "step": 45
472
+ },
473
+ {
474
+ "epoch": 0.7540983606557377,
475
+ "grad_norm": 0.22682452201843262,
476
+ "learning_rate": 0.00018707460771197774,
477
+ "loss": 0.6979,
478
+ "memory/device_reserved (GiB)": 33.36,
479
+ "memory/max_active (GiB)": 32.7,
480
+ "memory/max_allocated (GiB)": 32.7,
481
+ "step": 46
482
+ },
483
+ {
484
+ "epoch": 0.7704918032786885,
485
+ "grad_norm": 0.14981690049171448,
486
+ "learning_rate": 0.00018612262431802007,
487
+ "loss": 0.7045,
488
+ "memory/device_reserved (GiB)": 33.36,
489
+ "memory/max_active (GiB)": 32.7,
490
+ "memory/max_allocated (GiB)": 32.7,
491
+ "step": 47
492
+ },
493
+ {
494
+ "epoch": 0.7868852459016393,
495
+ "grad_norm": 0.14373798668384552,
496
+ "learning_rate": 0.0001851394207016957,
497
+ "loss": 0.7089,
498
+ "memory/device_reserved (GiB)": 33.36,
499
+ "memory/max_active (GiB)": 32.7,
500
+ "memory/max_allocated (GiB)": 32.7,
501
+ "step": 48
502
+ },
503
+ {
504
+ "epoch": 0.8032786885245902,
505
+ "grad_norm": 0.1548561304807663,
506
+ "learning_rate": 0.00018412535328311814,
507
+ "loss": 0.6927,
508
+ "memory/device_reserved (GiB)": 33.36,
509
+ "memory/max_active (GiB)": 32.7,
510
+ "memory/max_allocated (GiB)": 32.7,
511
+ "step": 49
512
+ },
513
+ {
514
+ "epoch": 0.819672131147541,
515
+ "grad_norm": 0.1519075483083725,
516
+ "learning_rate": 0.00018308078967080546,
517
+ "loss": 0.6908,
518
+ "memory/device_reserved (GiB)": 33.36,
519
+ "memory/max_active (GiB)": 32.7,
520
+ "memory/max_allocated (GiB)": 32.7,
521
+ "step": 50
522
+ },
523
+ {
524
+ "epoch": 0.8360655737704918,
525
+ "grad_norm": 0.15933729708194733,
526
+ "learning_rate": 0.00018200610852841913,
527
+ "loss": 0.6732,
528
+ "memory/device_reserved (GiB)": 33.36,
529
+ "memory/max_active (GiB)": 32.7,
530
+ "memory/max_allocated (GiB)": 32.7,
531
+ "step": 51
532
+ },
533
+ {
534
+ "epoch": 0.8524590163934426,
535
+ "grad_norm": 0.14739681780338287,
536
+ "learning_rate": 0.00018090169943749476,
537
+ "loss": 0.6868,
538
+ "memory/device_reserved (GiB)": 33.36,
539
+ "memory/max_active (GiB)": 32.7,
540
+ "memory/max_allocated (GiB)": 32.7,
541
+ "step": 52
542
+ },
543
+ {
544
+ "epoch": 0.8688524590163934,
545
+ "grad_norm": 0.20240117609500885,
546
+ "learning_rate": 0.00017976796275621555,
547
+ "loss": 0.6789,
548
+ "memory/device_reserved (GiB)": 33.36,
549
+ "memory/max_active (GiB)": 32.7,
550
+ "memory/max_allocated (GiB)": 32.7,
551
+ "step": 53
552
+ },
553
+ {
554
+ "epoch": 0.8852459016393442,
555
+ "grad_norm": 0.15849758684635162,
556
+ "learning_rate": 0.00017860530947427875,
557
+ "loss": 0.6948,
558
+ "memory/device_reserved (GiB)": 33.36,
559
+ "memory/max_active (GiB)": 32.7,
560
+ "memory/max_allocated (GiB)": 32.7,
561
+ "step": 54
562
+ },
563
+ {
564
+ "epoch": 0.9016393442622951,
565
+ "grad_norm": 0.19192887842655182,
566
+ "learning_rate": 0.00017741416106390826,
567
+ "loss": 0.6705,
568
+ "memory/device_reserved (GiB)": 33.36,
569
+ "memory/max_active (GiB)": 32.7,
570
+ "memory/max_allocated (GiB)": 32.7,
571
+ "step": 55
572
+ },
573
+ {
574
+ "epoch": 0.9180327868852459,
575
+ "grad_norm": 0.14879536628723145,
576
+ "learning_rate": 0.0001761949493270671,
577
+ "loss": 0.6765,
578
+ "memory/device_reserved (GiB)": 33.36,
579
+ "memory/max_active (GiB)": 32.7,
580
+ "memory/max_allocated (GiB)": 32.7,
581
+ "step": 56
582
+ },
583
+ {
584
+ "epoch": 0.9344262295081968,
585
+ "grad_norm": 0.15834036469459534,
586
+ "learning_rate": 0.0001749481162389254,
587
+ "loss": 0.6639,
588
+ "memory/device_reserved (GiB)": 33.36,
589
+ "memory/max_active (GiB)": 32.7,
590
+ "memory/max_allocated (GiB)": 32.7,
591
+ "step": 57
592
+ },
593
+ {
594
+ "epoch": 0.9508196721311475,
595
+ "grad_norm": 0.1480400264263153,
596
+ "learning_rate": 0.0001736741137876405,
597
+ "loss": 0.6801,
598
+ "memory/device_reserved (GiB)": 33.36,
599
+ "memory/max_active (GiB)": 32.7,
600
+ "memory/max_allocated (GiB)": 32.7,
601
+ "step": 58
602
+ },
603
+ {
604
+ "epoch": 0.9672131147540983,
605
+ "grad_norm": 0.15552930533885956,
606
+ "learning_rate": 0.00017237340381050703,
607
+ "loss": 0.6721,
608
+ "memory/device_reserved (GiB)": 33.36,
609
+ "memory/max_active (GiB)": 32.7,
610
+ "memory/max_allocated (GiB)": 32.7,
611
+ "step": 59
612
+ },
613
+ {
614
+ "epoch": 0.9836065573770492,
615
+ "grad_norm": 0.15891212224960327,
616
+ "learning_rate": 0.0001710464578265369,
617
+ "loss": 0.669,
618
+ "memory/device_reserved (GiB)": 33.36,
619
+ "memory/max_active (GiB)": 32.7,
620
+ "memory/max_allocated (GiB)": 32.7,
621
+ "step": 60
622
+ },
623
+ {
624
+ "epoch": 1.0,
625
+ "grad_norm": 0.154049351811409,
626
+ "learning_rate": 0.00016969375686552937,
627
+ "loss": 0.6585,
628
+ "memory/device_reserved (GiB)": 33.36,
629
+ "memory/max_active (GiB)": 32.7,
630
+ "memory/max_allocated (GiB)": 32.7,
631
+ "step": 61
632
+ },
633
+ {
634
+ "epoch": 1.0,
635
+ "eval_loss": 0.6697277426719666,
636
+ "eval_runtime": 15.4593,
637
+ "eval_samples_per_second": 52.913,
638
+ "eval_steps_per_second": 3.364,
639
+ "memory/device_reserved (GiB)": 73.37,
640
+ "memory/max_active (GiB)": 48.8,
641
+ "memory/max_allocated (GiB)": 48.8,
642
+ "step": 61
643
+ },
644
+ {
645
+ "epoch": 1.0163934426229508,
646
+ "grad_norm": 0.15614724159240723,
647
+ "learning_rate": 0.00016831579129369346,
648
+ "loss": 0.6731,
649
+ "memory/device_reserved (GiB)": 33.36,
650
+ "memory/max_active (GiB)": 32.7,
651
+ "memory/max_allocated (GiB)": 32.7,
652
+ "step": 62
653
+ },
654
+ {
655
+ "epoch": 1.0327868852459017,
656
+ "grad_norm": 0.16120535135269165,
657
+ "learning_rate": 0.00016691306063588583,
658
+ "loss": 0.654,
659
+ "memory/device_reserved (GiB)": 33.36,
660
+ "memory/max_active (GiB)": 32.7,
661
+ "memory/max_allocated (GiB)": 32.7,
662
+ "step": 63
663
+ },
664
+ {
665
+ "epoch": 1.0491803278688525,
666
+ "grad_norm": 0.1574525684118271,
667
+ "learning_rate": 0.00016548607339452853,
668
+ "loss": 0.6625,
669
+ "memory/device_reserved (GiB)": 33.36,
670
+ "memory/max_active (GiB)": 32.7,
671
+ "memory/max_allocated (GiB)": 32.7,
672
+ "step": 64
673
+ },
674
+ {
675
+ "epoch": 1.0655737704918034,
676
+ "grad_norm": 0.1553254872560501,
677
+ "learning_rate": 0.00016403534686527225,
678
+ "loss": 0.6608,
679
+ "memory/device_reserved (GiB)": 33.36,
680
+ "memory/max_active (GiB)": 32.7,
681
+ "memory/max_allocated (GiB)": 32.7,
682
+ "step": 65
683
+ },
684
+ {
685
+ "epoch": 1.0819672131147542,
686
+ "grad_norm": 0.1639672964811325,
687
+ "learning_rate": 0.00016256140694947217,
688
+ "loss": 0.6601,
689
+ "memory/device_reserved (GiB)": 33.36,
690
+ "memory/max_active (GiB)": 32.7,
691
+ "memory/max_allocated (GiB)": 32.7,
692
+ "step": 66
693
+ },
694
+ {
695
+ "epoch": 1.098360655737705,
696
+ "grad_norm": 0.1632416546344757,
697
+ "learning_rate": 0.00016106478796354382,
698
+ "loss": 0.6588,
699
+ "memory/device_reserved (GiB)": 33.36,
700
+ "memory/max_active (GiB)": 32.7,
701
+ "memory/max_allocated (GiB)": 32.7,
702
+ "step": 67
703
+ },
704
+ {
705
+ "epoch": 1.1147540983606556,
706
+ "grad_norm": 0.15430399775505066,
707
+ "learning_rate": 0.0001595460324452688,
708
+ "loss": 0.6559,
709
+ "memory/device_reserved (GiB)": 33.36,
710
+ "memory/max_active (GiB)": 32.7,
711
+ "memory/max_allocated (GiB)": 32.7,
712
+ "step": 68
713
+ },
714
+ {
715
+ "epoch": 1.1311475409836065,
716
+ "grad_norm": 0.14951854944229126,
717
+ "learning_rate": 0.00015800569095711982,
718
+ "loss": 0.6511,
719
+ "memory/device_reserved (GiB)": 33.36,
720
+ "memory/max_active (GiB)": 32.7,
721
+ "memory/max_allocated (GiB)": 32.7,
722
+ "step": 69
723
+ },
724
+ {
725
+ "epoch": 1.1475409836065573,
726
+ "grad_norm": 0.15766219794750214,
727
+ "learning_rate": 0.00015644432188667695,
728
+ "loss": 0.6476,
729
+ "memory/device_reserved (GiB)": 33.36,
730
+ "memory/max_active (GiB)": 32.7,
731
+ "memory/max_allocated (GiB)": 32.7,
732
+ "step": 70
733
+ },
734
+ {
735
+ "epoch": 1.1639344262295082,
736
+ "grad_norm": 0.15970833599567413,
737
+ "learning_rate": 0.000154862491244207,
738
+ "loss": 0.6491,
739
+ "memory/device_reserved (GiB)": 33.36,
740
+ "memory/max_active (GiB)": 32.7,
741
+ "memory/max_allocated (GiB)": 32.7,
742
+ "step": 71
743
+ },
744
+ {
745
+ "epoch": 1.180327868852459,
746
+ "grad_norm": 0.1682189404964447,
747
+ "learning_rate": 0.00015326077245747999,
748
+ "loss": 0.6448,
749
+ "memory/device_reserved (GiB)": 33.36,
750
+ "memory/max_active (GiB)": 32.7,
751
+ "memory/max_allocated (GiB)": 32.7,
752
+ "step": 72
753
+ },
754
+ {
755
+ "epoch": 1.1967213114754098,
756
+ "grad_norm": 0.1654193103313446,
757
+ "learning_rate": 0.0001516397461638962,
758
+ "loss": 0.647,
759
+ "memory/device_reserved (GiB)": 33.36,
760
+ "memory/max_active (GiB)": 32.7,
761
+ "memory/max_allocated (GiB)": 32.7,
762
+ "step": 73
763
+ },
764
+ {
765
+ "epoch": 1.2131147540983607,
766
+ "grad_norm": 0.1643504798412323,
767
+ "learning_rate": 0.00015000000000000001,
768
+ "loss": 0.6411,
769
+ "memory/device_reserved (GiB)": 33.36,
770
+ "memory/max_active (GiB)": 32.7,
771
+ "memory/max_allocated (GiB)": 32.7,
772
+ "step": 74
773
+ },
774
+ {
775
+ "epoch": 1.2295081967213115,
776
+ "grad_norm": 0.15997686982154846,
777
+ "learning_rate": 0.00014834212838845637,
778
+ "loss": 0.634,
779
+ "memory/device_reserved (GiB)": 33.36,
780
+ "memory/max_active (GiB)": 32.7,
781
+ "memory/max_allocated (GiB)": 32.7,
782
+ "step": 75
783
+ },
784
+ {
785
+ "epoch": 1.2459016393442623,
786
+ "grad_norm": 0.16089341044425964,
787
+ "learning_rate": 0.00014666673232256738,
788
+ "loss": 0.6323,
789
+ "memory/device_reserved (GiB)": 33.36,
790
+ "memory/max_active (GiB)": 32.7,
791
+ "memory/max_allocated (GiB)": 32.7,
792
+ "step": 76
793
+ },
794
+ {
795
+ "epoch": 1.2622950819672132,
796
+ "grad_norm": 0.1618468165397644,
797
+ "learning_rate": 0.0001449744191484066,
798
+ "loss": 0.6363,
799
+ "memory/device_reserved (GiB)": 33.36,
800
+ "memory/max_active (GiB)": 32.7,
801
+ "memory/max_allocated (GiB)": 32.7,
802
+ "step": 77
803
+ },
804
+ {
805
+ "epoch": 1.278688524590164,
806
+ "grad_norm": 0.16787968575954437,
807
+ "learning_rate": 0.00014326580234465085,
808
+ "loss": 0.6393,
809
+ "memory/device_reserved (GiB)": 33.36,
810
+ "memory/max_active (GiB)": 32.7,
811
+ "memory/max_allocated (GiB)": 32.7,
812
+ "step": 78
813
+ },
814
+ {
815
+ "epoch": 1.2950819672131146,
816
+ "grad_norm": 0.16223575174808502,
817
+ "learning_rate": 0.00014154150130018866,
818
+ "loss": 0.6343,
819
+ "memory/device_reserved (GiB)": 33.36,
820
+ "memory/max_active (GiB)": 32.7,
821
+ "memory/max_allocated (GiB)": 32.7,
822
+ "step": 79
823
+ },
824
+ {
825
+ "epoch": 1.3114754098360657,
826
+ "grad_norm": 0.1583593338727951,
827
+ "learning_rate": 0.00013980214108958624,
828
+ "loss": 0.6279,
829
+ "memory/device_reserved (GiB)": 33.36,
830
+ "memory/max_active (GiB)": 32.7,
831
+ "memory/max_allocated (GiB)": 32.7,
832
+ "step": 80
833
+ },
834
+ {
835
+ "epoch": 1.3278688524590163,
836
+ "grad_norm": 0.17309962213039398,
837
+ "learning_rate": 0.0001380483522464923,
838
+ "loss": 0.6309,
839
+ "memory/device_reserved (GiB)": 33.36,
840
+ "memory/max_active (GiB)": 32.7,
841
+ "memory/max_allocated (GiB)": 32.7,
842
+ "step": 81
843
+ },
844
+ {
845
+ "epoch": 1.3442622950819672,
846
+ "grad_norm": 0.1649285852909088,
847
+ "learning_rate": 0.0001362807705350641,
848
+ "loss": 0.6278,
849
+ "memory/device_reserved (GiB)": 33.36,
850
+ "memory/max_active (GiB)": 32.7,
851
+ "memory/max_allocated (GiB)": 32.7,
852
+ "step": 82
853
+ },
854
+ {
855
+ "epoch": 1.360655737704918,
856
+ "grad_norm": 0.1694308966398239,
857
+ "learning_rate": 0.00013450003671949706,
858
+ "loss": 0.6268,
859
+ "memory/device_reserved (GiB)": 33.36,
860
+ "memory/max_active (GiB)": 32.7,
861
+ "memory/max_allocated (GiB)": 32.7,
862
+ "step": 83
863
+ },
864
+ {
865
+ "epoch": 1.3770491803278688,
866
+ "grad_norm": 0.15790660679340363,
867
+ "learning_rate": 0.00013270679633174218,
868
+ "loss": 0.6124,
869
+ "memory/device_reserved (GiB)": 33.36,
870
+ "memory/max_active (GiB)": 32.7,
871
+ "memory/max_allocated (GiB)": 32.7,
872
+ "step": 84
873
+ },
874
+ {
875
+ "epoch": 1.3934426229508197,
876
+ "grad_norm": 0.17729204893112183,
877
+ "learning_rate": 0.00013090169943749476,
878
+ "loss": 0.625,
879
+ "memory/device_reserved (GiB)": 33.36,
880
+ "memory/max_active (GiB)": 32.7,
881
+ "memory/max_allocated (GiB)": 32.7,
882
+ "step": 85
883
+ },
884
+ {
885
+ "epoch": 1.4098360655737705,
886
+ "grad_norm": 0.1664123386144638,
887
+ "learning_rate": 0.0001290854004005399,
888
+ "loss": 0.6103,
889
+ "memory/device_reserved (GiB)": 33.36,
890
+ "memory/max_active (GiB)": 32.7,
891
+ "memory/max_allocated (GiB)": 32.7,
892
+ "step": 86
893
+ },
894
+ {
895
+ "epoch": 1.4262295081967213,
896
+ "grad_norm": 0.17104221880435944,
897
+ "learning_rate": 0.0001272585576455398,
898
+ "loss": 0.6105,
899
+ "memory/device_reserved (GiB)": 33.36,
900
+ "memory/max_active (GiB)": 32.7,
901
+ "memory/max_allocated (GiB)": 32.7,
902
+ "step": 87
903
+ },
904
+ {
905
+ "epoch": 1.4426229508196722,
906
+ "grad_norm": 0.18972143530845642,
907
+ "learning_rate": 0.00012542183341934872,
908
+ "loss": 0.6135,
909
+ "memory/device_reserved (GiB)": 33.36,
910
+ "memory/max_active (GiB)": 32.7,
911
+ "memory/max_allocated (GiB)": 32.7,
912
+ "step": 88
913
+ },
914
+ {
915
+ "epoch": 1.459016393442623,
916
+ "grad_norm": 0.17770206928253174,
917
+ "learning_rate": 0.00012357589355094275,
918
+ "loss": 0.6057,
919
+ "memory/device_reserved (GiB)": 33.36,
920
+ "memory/max_active (GiB)": 32.7,
921
+ "memory/max_allocated (GiB)": 32.7,
922
+ "step": 89
923
+ },
924
+ {
925
+ "epoch": 1.4754098360655736,
926
+ "grad_norm": 0.1827758103609085,
927
+ "learning_rate": 0.00012172140721005079,
928
+ "loss": 0.6115,
929
+ "memory/device_reserved (GiB)": 33.36,
930
+ "memory/max_active (GiB)": 32.7,
931
+ "memory/max_allocated (GiB)": 32.7,
932
+ "step": 90
933
+ },
934
+ {
935
+ "epoch": 1.4918032786885247,
936
+ "grad_norm": 0.17028623819351196,
937
+ "learning_rate": 0.00011985904666457455,
938
+ "loss": 0.6143,
939
+ "memory/device_reserved (GiB)": 33.36,
940
+ "memory/max_active (GiB)": 32.7,
941
+ "memory/max_allocated (GiB)": 32.7,
942
+ "step": 91
943
+ },
944
+ {
945
+ "epoch": 1.5081967213114753,
946
+ "grad_norm": 0.17973949015140533,
947
+ "learning_rate": 0.00011798948703688539,
948
+ "loss": 0.6155,
949
+ "memory/device_reserved (GiB)": 33.36,
950
+ "memory/max_active (GiB)": 32.7,
951
+ "memory/max_allocated (GiB)": 32.7,
952
+ "step": 92
953
+ },
954
+ {
955
+ "epoch": 1.5245901639344264,
956
+ "grad_norm": 0.17090703547000885,
957
+ "learning_rate": 0.00011611340605908642,
958
+ "loss": 0.6121,
959
+ "memory/device_reserved (GiB)": 33.36,
960
+ "memory/max_active (GiB)": 32.7,
961
+ "memory/max_allocated (GiB)": 32.7,
962
+ "step": 93
963
+ },
964
+ {
965
+ "epoch": 1.540983606557377,
966
+ "grad_norm": 0.16992104053497314,
967
+ "learning_rate": 0.00011423148382732853,
968
+ "loss": 0.6176,
969
+ "memory/device_reserved (GiB)": 33.36,
970
+ "memory/max_active (GiB)": 32.7,
971
+ "memory/max_allocated (GiB)": 32.7,
972
+ "step": 94
973
+ },
974
+ {
975
+ "epoch": 1.5573770491803278,
976
+ "grad_norm": 0.17985564470291138,
977
+ "learning_rate": 0.00011234440255526948,
978
+ "loss": 0.6104,
979
+ "memory/device_reserved (GiB)": 33.36,
980
+ "memory/max_active (GiB)": 32.7,
981
+ "memory/max_allocated (GiB)": 32.7,
982
+ "step": 95
983
+ },
984
+ {
985
+ "epoch": 1.5737704918032787,
986
+ "grad_norm": 0.1746932864189148,
987
+ "learning_rate": 0.00011045284632676536,
988
+ "loss": 0.6123,
989
+ "memory/device_reserved (GiB)": 33.36,
990
+ "memory/max_active (GiB)": 32.7,
991
+ "memory/max_allocated (GiB)": 32.7,
992
+ "step": 96
993
+ },
994
+ {
995
+ "epoch": 1.5901639344262295,
996
+ "grad_norm": 0.17701321840286255,
997
+ "learning_rate": 0.00010855750084788398,
998
+ "loss": 0.6174,
999
+ "memory/device_reserved (GiB)": 33.36,
1000
+ "memory/max_active (GiB)": 32.7,
1001
+ "memory/max_allocated (GiB)": 32.7,
1002
+ "step": 97
1003
+ },
1004
+ {
1005
+ "epoch": 1.6065573770491803,
1006
+ "grad_norm": 0.17487658560276031,
1007
+ "learning_rate": 0.00010665905319833041,
1008
+ "loss": 0.6065,
1009
+ "memory/device_reserved (GiB)": 33.36,
1010
+ "memory/max_active (GiB)": 32.7,
1011
+ "memory/max_allocated (GiB)": 32.7,
1012
+ "step": 98
1013
+ },
1014
+ {
1015
+ "epoch": 1.6229508196721312,
1016
+ "grad_norm": 0.1731928288936615,
1017
+ "learning_rate": 0.00010475819158237425,
1018
+ "loss": 0.6054,
1019
+ "memory/device_reserved (GiB)": 33.36,
1020
+ "memory/max_active (GiB)": 32.7,
1021
+ "memory/max_allocated (GiB)": 32.7,
1022
+ "step": 99
1023
+ },
1024
+ {
1025
+ "epoch": 1.639344262295082,
1026
+ "grad_norm": 0.17205819487571716,
1027
+ "learning_rate": 0.00010285560507936961,
1028
+ "loss": 0.6033,
1029
+ "memory/device_reserved (GiB)": 33.36,
1030
+ "memory/max_active (GiB)": 32.7,
1031
+ "memory/max_allocated (GiB)": 32.7,
1032
+ "step": 100
1033
+ },
1034
+ {
1035
+ "epoch": 1.6557377049180326,
1036
+ "grad_norm": 0.17849475145339966,
1037
+ "learning_rate": 0.00010095198339395769,
1038
+ "loss": 0.6027,
1039
+ "memory/device_reserved (GiB)": 33.36,
1040
+ "memory/max_active (GiB)": 32.7,
1041
+ "memory/max_allocated (GiB)": 32.7,
1042
+ "step": 101
1043
+ },
1044
+ {
1045
+ "epoch": 1.6721311475409837,
1046
+ "grad_norm": 0.17146815359592438,
1047
+ "learning_rate": 9.904801660604234e-05,
1048
+ "loss": 0.5987,
1049
+ "memory/device_reserved (GiB)": 33.36,
1050
+ "memory/max_active (GiB)": 32.7,
1051
+ "memory/max_allocated (GiB)": 32.7,
1052
+ "step": 102
1053
+ },
1054
+ {
1055
+ "epoch": 1.6885245901639343,
1056
+ "grad_norm": 0.47297370433807373,
1057
+ "learning_rate": 9.71443949206304e-05,
1058
+ "loss": 0.6055,
1059
+ "memory/device_reserved (GiB)": 33.36,
1060
+ "memory/max_active (GiB)": 32.7,
1061
+ "memory/max_allocated (GiB)": 32.7,
1062
+ "step": 103
1063
+ },
1064
+ {
1065
+ "epoch": 1.7049180327868854,
1066
+ "grad_norm": 0.1885872781276703,
1067
+ "learning_rate": 9.524180841762577e-05,
1068
+ "loss": 0.5936,
1069
+ "memory/device_reserved (GiB)": 33.36,
1070
+ "memory/max_active (GiB)": 32.7,
1071
+ "memory/max_allocated (GiB)": 32.7,
1072
+ "step": 104
1073
+ },
1074
+ {
1075
+ "epoch": 1.721311475409836,
1076
+ "grad_norm": 0.1687517911195755,
1077
+ "learning_rate": 9.334094680166962e-05,
1078
+ "loss": 0.6003,
1079
+ "memory/device_reserved (GiB)": 33.36,
1080
+ "memory/max_active (GiB)": 32.7,
1081
+ "memory/max_allocated (GiB)": 32.7,
1082
+ "step": 105
1083
+ },
1084
+ {
1085
+ "epoch": 1.737704918032787,
1086
+ "grad_norm": 0.16893097758293152,
1087
+ "learning_rate": 9.144249915211605e-05,
1088
+ "loss": 0.5874,
1089
+ "memory/device_reserved (GiB)": 33.36,
1090
+ "memory/max_active (GiB)": 32.7,
1091
+ "memory/max_allocated (GiB)": 32.7,
1092
+ "step": 106
1093
+ },
1094
+ {
1095
+ "epoch": 1.7540983606557377,
1096
+ "grad_norm": 0.18470335006713867,
1097
+ "learning_rate": 8.954715367323468e-05,
1098
+ "loss": 0.5953,
1099
+ "memory/device_reserved (GiB)": 33.36,
1100
+ "memory/max_active (GiB)": 32.7,
1101
+ "memory/max_allocated (GiB)": 32.7,
1102
+ "step": 107
1103
+ },
1104
+ {
1105
+ "epoch": 1.7704918032786885,
1106
+ "grad_norm": 0.18364070355892181,
1107
+ "learning_rate": 8.765559744473053e-05,
1108
+ "loss": 0.6019,
1109
+ "memory/device_reserved (GiB)": 33.36,
1110
+ "memory/max_active (GiB)": 32.7,
1111
+ "memory/max_allocated (GiB)": 32.7,
1112
+ "step": 108
1113
+ },
1114
+ {
1115
+ "epoch": 1.7868852459016393,
1116
+ "grad_norm": 0.17885719239711761,
1117
+ "learning_rate": 8.57685161726715e-05,
1118
+ "loss": 0.6081,
1119
+ "memory/device_reserved (GiB)": 33.36,
1120
+ "memory/max_active (GiB)": 32.7,
1121
+ "memory/max_allocated (GiB)": 32.7,
1122
+ "step": 109
1123
+ },
1124
+ {
1125
+ "epoch": 1.8032786885245902,
1126
+ "grad_norm": 0.17162950336933136,
1127
+ "learning_rate": 8.38865939409136e-05,
1128
+ "loss": 0.5941,
1129
+ "memory/device_reserved (GiB)": 33.36,
1130
+ "memory/max_active (GiB)": 32.7,
1131
+ "memory/max_allocated (GiB)": 32.7,
1132
+ "step": 110
1133
+ },
1134
+ {
1135
+ "epoch": 1.819672131147541,
1136
+ "grad_norm": 0.1798235923051834,
1137
+ "learning_rate": 8.201051296311462e-05,
1138
+ "loss": 0.5948,
1139
+ "memory/device_reserved (GiB)": 33.36,
1140
+ "memory/max_active (GiB)": 32.7,
1141
+ "memory/max_allocated (GiB)": 32.7,
1142
+ "step": 111
1143
+ },
1144
+ {
1145
+ "epoch": 1.8360655737704918,
1146
+ "grad_norm": 0.18231722712516785,
1147
+ "learning_rate": 8.014095333542548e-05,
1148
+ "loss": 0.5784,
1149
+ "memory/device_reserved (GiB)": 33.36,
1150
+ "memory/max_active (GiB)": 32.7,
1151
+ "memory/max_allocated (GiB)": 32.7,
1152
+ "step": 112
1153
+ },
1154
+ {
1155
+ "epoch": 1.8524590163934427,
1156
+ "grad_norm": 0.17540279030799866,
1157
+ "learning_rate": 7.827859278994925e-05,
1158
+ "loss": 0.593,
1159
+ "memory/device_reserved (GiB)": 33.36,
1160
+ "memory/max_active (GiB)": 32.7,
1161
+ "memory/max_allocated (GiB)": 32.7,
1162
+ "step": 113
1163
+ },
1164
+ {
1165
+ "epoch": 1.8688524590163933,
1166
+ "grad_norm": 0.17537765204906464,
1167
+ "learning_rate": 7.642410644905726e-05,
1168
+ "loss": 0.5902,
1169
+ "memory/device_reserved (GiB)": 33.36,
1170
+ "memory/max_active (GiB)": 32.7,
1171
+ "memory/max_allocated (GiB)": 32.7,
1172
+ "step": 114
1173
+ },
1174
+ {
1175
+ "epoch": 1.8852459016393444,
1176
+ "grad_norm": 0.17418642342090607,
1177
+ "learning_rate": 7.457816658065134e-05,
1178
+ "loss": 0.6039,
1179
+ "memory/device_reserved (GiB)": 33.36,
1180
+ "memory/max_active (GiB)": 32.7,
1181
+ "memory/max_allocated (GiB)": 32.7,
1182
+ "step": 115
1183
+ },
1184
+ {
1185
+ "epoch": 1.901639344262295,
1186
+ "grad_norm": 0.17102915048599243,
1187
+ "learning_rate": 7.274144235446023e-05,
1188
+ "loss": 0.5853,
1189
+ "memory/device_reserved (GiB)": 33.36,
1190
+ "memory/max_active (GiB)": 32.7,
1191
+ "memory/max_allocated (GiB)": 32.7,
1192
+ "step": 116
1193
+ },
1194
+ {
1195
+ "epoch": 1.918032786885246,
1196
+ "grad_norm": 0.1854507327079773,
1197
+ "learning_rate": 7.09145995994601e-05,
1198
+ "loss": 0.592,
1199
+ "memory/device_reserved (GiB)": 33.36,
1200
+ "memory/max_active (GiB)": 32.7,
1201
+ "memory/max_allocated (GiB)": 32.7,
1202
+ "step": 117
1203
+ },
1204
+ {
1205
+ "epoch": 1.9344262295081966,
1206
+ "grad_norm": 0.17946381866931915,
1207
+ "learning_rate": 6.909830056250527e-05,
1208
+ "loss": 0.5818,
1209
+ "memory/device_reserved (GiB)": 33.36,
1210
+ "memory/max_active (GiB)": 32.7,
1211
+ "memory/max_allocated (GiB)": 32.7,
1212
+ "step": 118
1213
+ },
1214
+ {
1215
+ "epoch": 1.9508196721311475,
1216
+ "grad_norm": 0.17315614223480225,
1217
+ "learning_rate": 6.729320366825784e-05,
1218
+ "loss": 0.5939,
1219
+ "memory/device_reserved (GiB)": 33.36,
1220
+ "memory/max_active (GiB)": 32.7,
1221
+ "memory/max_allocated (GiB)": 32.7,
1222
+ "step": 119
1223
+ },
1224
+ {
1225
+ "epoch": 1.9672131147540983,
1226
+ "grad_norm": 0.17754870653152466,
1227
+ "learning_rate": 6.549996328050296e-05,
1228
+ "loss": 0.5875,
1229
+ "memory/device_reserved (GiB)": 33.36,
1230
+ "memory/max_active (GiB)": 32.7,
1231
+ "memory/max_allocated (GiB)": 32.7,
1232
+ "step": 120
1233
+ },
1234
+ {
1235
+ "epoch": 1.9836065573770492,
1236
+ "grad_norm": 0.17100785672664642,
1237
+ "learning_rate": 6.371922946493591e-05,
1238
+ "loss": 0.5864,
1239
+ "memory/device_reserved (GiB)": 33.36,
1240
+ "memory/max_active (GiB)": 32.7,
1241
+ "memory/max_allocated (GiB)": 32.7,
1242
+ "step": 121
1243
+ },
1244
+ {
1245
+ "epoch": 2.0,
1246
+ "grad_norm": 0.1712140440940857,
1247
+ "learning_rate": 6.19516477535077e-05,
1248
+ "loss": 0.5808,
1249
+ "memory/device_reserved (GiB)": 33.36,
1250
+ "memory/max_active (GiB)": 32.7,
1251
+ "memory/max_allocated (GiB)": 32.7,
1252
+ "step": 122
1253
+ },
1254
+ {
1255
+ "epoch": 2.0,
1256
+ "eval_loss": 0.6171819567680359,
1257
+ "eval_runtime": 15.4867,
1258
+ "eval_samples_per_second": 52.82,
1259
+ "eval_steps_per_second": 3.358,
1260
+ "memory/device_reserved (GiB)": 73.37,
1261
+ "memory/max_active (GiB)": 48.8,
1262
+ "memory/max_allocated (GiB)": 48.8,
1263
+ "step": 122
1264
+ },
1265
+ {
1266
+ "epoch": 2.0163934426229506,
1267
+ "grad_norm": 0.17188939452171326,
1268
+ "learning_rate": 6.019785891041381e-05,
1269
+ "loss": 0.5943,
1270
+ "memory/device_reserved (GiB)": 33.36,
1271
+ "memory/max_active (GiB)": 32.7,
1272
+ "memory/max_allocated (GiB)": 32.7,
1273
+ "step": 123
1274
+ },
1275
+ {
1276
+ "epoch": 2.0327868852459017,
1277
+ "grad_norm": 0.17433030903339386,
1278
+ "learning_rate": 5.845849869981137e-05,
1279
+ "loss": 0.5771,
1280
+ "memory/device_reserved (GiB)": 33.36,
1281
+ "memory/max_active (GiB)": 32.7,
1282
+ "memory/max_allocated (GiB)": 32.7,
1283
+ "step": 124
1284
+ },
1285
+ {
1286
+ "epoch": 2.0491803278688523,
1287
+ "grad_norm": 0.17646503448486328,
1288
+ "learning_rate": 5.6734197655349156e-05,
1289
+ "loss": 0.5889,
1290
+ "memory/device_reserved (GiB)": 33.36,
1291
+ "memory/max_active (GiB)": 32.7,
1292
+ "memory/max_allocated (GiB)": 32.7,
1293
+ "step": 125
1294
+ },
1295
+ {
1296
+ "epoch": 2.0655737704918034,
1297
+ "grad_norm": 0.18202351033687592,
1298
+ "learning_rate": 5.5025580851593436e-05,
1299
+ "loss": 0.5864,
1300
+ "memory/device_reserved (GiB)": 33.36,
1301
+ "memory/max_active (GiB)": 32.7,
1302
+ "memory/max_allocated (GiB)": 32.7,
1303
+ "step": 126
1304
+ },
1305
+ {
1306
+ "epoch": 2.081967213114754,
1307
+ "grad_norm": 0.17786148190498352,
1308
+ "learning_rate": 5.333326767743263e-05,
1309
+ "loss": 0.5869,
1310
+ "memory/device_reserved (GiB)": 33.36,
1311
+ "memory/max_active (GiB)": 32.7,
1312
+ "memory/max_allocated (GiB)": 32.7,
1313
+ "step": 127
1314
+ },
1315
+ {
1316
+ "epoch": 2.098360655737705,
1317
+ "grad_norm": 0.18139372766017914,
1318
+ "learning_rate": 5.1657871611543605e-05,
1319
+ "loss": 0.5852,
1320
+ "memory/device_reserved (GiB)": 33.36,
1321
+ "memory/max_active (GiB)": 32.7,
1322
+ "memory/max_allocated (GiB)": 32.7,
1323
+ "step": 128
1324
+ },
1325
+ {
1326
+ "epoch": 2.1147540983606556,
1327
+ "grad_norm": 0.17242832481861115,
1328
+ "learning_rate": 5.000000000000002e-05,
1329
+ "loss": 0.5842,
1330
+ "memory/device_reserved (GiB)": 33.36,
1331
+ "memory/max_active (GiB)": 32.7,
1332
+ "memory/max_allocated (GiB)": 32.7,
1333
+ "step": 129
1334
+ },
1335
+ {
1336
+ "epoch": 2.1311475409836067,
1337
+ "grad_norm": 0.1741384118795395,
1338
+ "learning_rate": 4.836025383610382e-05,
1339
+ "loss": 0.5798,
1340
+ "memory/device_reserved (GiB)": 33.36,
1341
+ "memory/max_active (GiB)": 32.7,
1342
+ "memory/max_allocated (GiB)": 32.7,
1343
+ "step": 130
1344
+ },
1345
+ {
1346
+ "epoch": 2.1475409836065573,
1347
+ "grad_norm": 0.18157395720481873,
1348
+ "learning_rate": 4.673922754252002e-05,
1349
+ "loss": 0.5794,
1350
+ "memory/device_reserved (GiB)": 33.36,
1351
+ "memory/max_active (GiB)": 32.7,
1352
+ "memory/max_allocated (GiB)": 32.7,
1353
+ "step": 131
1354
+ },
1355
+ {
1356
+ "epoch": 2.1639344262295084,
1357
+ "grad_norm": 0.18070365488529205,
1358
+ "learning_rate": 4.513750875579303e-05,
1359
+ "loss": 0.5807,
1360
+ "memory/device_reserved (GiB)": 33.36,
1361
+ "memory/max_active (GiB)": 32.7,
1362
+ "memory/max_allocated (GiB)": 32.7,
1363
+ "step": 132
1364
+ },
1365
+ {
1366
+ "epoch": 2.180327868852459,
1367
+ "grad_norm": 0.17728549242019653,
1368
+ "learning_rate": 4.355567811332311e-05,
1369
+ "loss": 0.5794,
1370
+ "memory/device_reserved (GiB)": 33.36,
1371
+ "memory/max_active (GiB)": 32.7,
1372
+ "memory/max_allocated (GiB)": 32.7,
1373
+ "step": 133
1374
+ },
1375
+ {
1376
+ "epoch": 2.19672131147541,
1377
+ "grad_norm": 0.17409607768058777,
1378
+ "learning_rate": 4.19943090428802e-05,
1379
+ "loss": 0.5805,
1380
+ "memory/device_reserved (GiB)": 33.36,
1381
+ "memory/max_active (GiB)": 32.7,
1382
+ "memory/max_allocated (GiB)": 32.7,
1383
+ "step": 134
1384
+ },
1385
+ {
1386
+ "epoch": 2.2131147540983607,
1387
+ "grad_norm": 0.17317527532577515,
1388
+ "learning_rate": 4.045396755473121e-05,
1389
+ "loss": 0.5761,
1390
+ "memory/device_reserved (GiB)": 33.36,
1391
+ "memory/max_active (GiB)": 32.7,
1392
+ "memory/max_allocated (GiB)": 32.7,
1393
+ "step": 135
1394
+ },
1395
+ {
1396
+ "epoch": 2.2295081967213113,
1397
+ "grad_norm": 0.18648019433021545,
1398
+ "learning_rate": 3.893521203645618e-05,
1399
+ "loss": 0.5706,
1400
+ "memory/device_reserved (GiB)": 33.36,
1401
+ "memory/max_active (GiB)": 32.7,
1402
+ "memory/max_allocated (GiB)": 32.7,
1403
+ "step": 136
1404
+ },
1405
+ {
1406
+ "epoch": 2.2459016393442623,
1407
+ "grad_norm": 0.1756281554698944,
1408
+ "learning_rate": 3.7438593050527845e-05,
1409
+ "loss": 0.5698,
1410
+ "memory/device_reserved (GiB)": 33.36,
1411
+ "memory/max_active (GiB)": 32.7,
1412
+ "memory/max_allocated (GiB)": 32.7,
1413
+ "step": 137
1414
+ },
1415
+ {
1416
+ "epoch": 2.262295081967213,
1417
+ "grad_norm": 0.17808155715465546,
1418
+ "learning_rate": 3.5964653134727776e-05,
1419
+ "loss": 0.5727,
1420
+ "memory/device_reserved (GiB)": 33.36,
1421
+ "memory/max_active (GiB)": 32.7,
1422
+ "memory/max_allocated (GiB)": 32.7,
1423
+ "step": 138
1424
+ },
1425
+ {
1426
+ "epoch": 2.278688524590164,
1427
+ "grad_norm": 0.2911638021469116,
1428
+ "learning_rate": 3.45139266054715e-05,
1429
+ "loss": 0.5782,
1430
+ "memory/device_reserved (GiB)": 33.36,
1431
+ "memory/max_active (GiB)": 32.7,
1432
+ "memory/max_allocated (GiB)": 32.7,
1433
+ "step": 139
1434
+ },
1435
+ {
1436
+ "epoch": 2.2950819672131146,
1437
+ "grad_norm": 0.18621869385242462,
1438
+ "learning_rate": 3.308693936411421e-05,
1439
+ "loss": 0.5746,
1440
+ "memory/device_reserved (GiB)": 33.36,
1441
+ "memory/max_active (GiB)": 32.7,
1442
+ "memory/max_allocated (GiB)": 32.7,
1443
+ "step": 140
1444
+ },
1445
+ {
1446
+ "epoch": 2.3114754098360657,
1447
+ "grad_norm": 0.18035250902175903,
1448
+ "learning_rate": 3.1684208706306574e-05,
1449
+ "loss": 0.5685,
1450
+ "memory/device_reserved (GiB)": 33.36,
1451
+ "memory/max_active (GiB)": 32.7,
1452
+ "memory/max_allocated (GiB)": 32.7,
1453
+ "step": 141
1454
+ },
1455
+ {
1456
+ "epoch": 2.3278688524590163,
1457
+ "grad_norm": 0.17170463502407074,
1458
+ "learning_rate": 3.030624313447067e-05,
1459
+ "loss": 0.5708,
1460
+ "memory/device_reserved (GiB)": 33.36,
1461
+ "memory/max_active (GiB)": 32.7,
1462
+ "memory/max_allocated (GiB)": 32.7,
1463
+ "step": 142
1464
+ },
1465
+ {
1466
+ "epoch": 2.3442622950819674,
1467
+ "grad_norm": 0.1746087372303009,
1468
+ "learning_rate": 2.8953542173463133e-05,
1469
+ "loss": 0.5706,
1470
+ "memory/device_reserved (GiB)": 33.36,
1471
+ "memory/max_active (GiB)": 32.7,
1472
+ "memory/max_allocated (GiB)": 32.7,
1473
+ "step": 143
1474
+ },
1475
+ {
1476
+ "epoch": 2.360655737704918,
1477
+ "grad_norm": 0.18402113020420074,
1478
+ "learning_rate": 2.7626596189492983e-05,
1479
+ "loss": 0.5712,
1480
+ "memory/device_reserved (GiB)": 33.36,
1481
+ "memory/max_active (GiB)": 32.7,
1482
+ "memory/max_allocated (GiB)": 32.7,
1483
+ "step": 144
1484
+ },
1485
+ {
1486
+ "epoch": 2.3770491803278686,
1487
+ "grad_norm": 0.1822223961353302,
1488
+ "learning_rate": 2.6325886212359498e-05,
1489
+ "loss": 0.5579,
1490
+ "memory/device_reserved (GiB)": 33.36,
1491
+ "memory/max_active (GiB)": 32.7,
1492
+ "memory/max_allocated (GiB)": 32.7,
1493
+ "step": 145
1494
+ },
1495
+ {
1496
+ "epoch": 2.3934426229508197,
1497
+ "grad_norm": 0.18002824485301971,
1498
+ "learning_rate": 2.5051883761074614e-05,
1499
+ "loss": 0.5693,
1500
+ "memory/device_reserved (GiB)": 33.36,
1501
+ "memory/max_active (GiB)": 32.7,
1502
+ "memory/max_allocated (GiB)": 32.7,
1503
+ "step": 146
1504
+ },
1505
+ {
1506
+ "epoch": 2.4098360655737707,
1507
+ "grad_norm": 0.17535454034805298,
1508
+ "learning_rate": 2.3805050672932928e-05,
1509
+ "loss": 0.5554,
1510
+ "memory/device_reserved (GiB)": 33.36,
1511
+ "memory/max_active (GiB)": 32.7,
1512
+ "memory/max_allocated (GiB)": 32.7,
1513
+ "step": 147
1514
+ },
1515
+ {
1516
+ "epoch": 2.4262295081967213,
1517
+ "grad_norm": 0.17632795870304108,
1518
+ "learning_rate": 2.2585838936091754e-05,
1519
+ "loss": 0.5584,
1520
+ "memory/device_reserved (GiB)": 33.36,
1521
+ "memory/max_active (GiB)": 32.7,
1522
+ "memory/max_allocated (GiB)": 32.7,
1523
+ "step": 148
1524
+ },
1525
+ {
1526
+ "epoch": 2.442622950819672,
1527
+ "grad_norm": 0.1735614687204361,
1528
+ "learning_rate": 2.139469052572127e-05,
1529
+ "loss": 0.5603,
1530
+ "memory/device_reserved (GiB)": 33.36,
1531
+ "memory/max_active (GiB)": 32.7,
1532
+ "memory/max_allocated (GiB)": 32.7,
1533
+ "step": 149
1534
+ },
1535
+ {
1536
+ "epoch": 2.459016393442623,
1537
+ "grad_norm": 0.17682839930057526,
1538
+ "learning_rate": 2.0232037243784475e-05,
1539
+ "loss": 0.5545,
1540
+ "memory/device_reserved (GiB)": 33.36,
1541
+ "memory/max_active (GiB)": 32.7,
1542
+ "memory/max_allocated (GiB)": 32.7,
1543
+ "step": 150
1544
+ },
1545
+ {
1546
+ "epoch": 2.4754098360655736,
1547
+ "grad_norm": 0.18232908844947815,
1548
+ "learning_rate": 1.9098300562505266e-05,
1549
+ "loss": 0.5619,
1550
+ "memory/device_reserved (GiB)": 33.36,
1551
+ "memory/max_active (GiB)": 32.7,
1552
+ "memory/max_allocated (GiB)": 32.7,
1553
+ "step": 151
1554
+ },
1555
+ {
1556
+ "epoch": 2.4918032786885247,
1557
+ "grad_norm": 0.1740136593580246,
1558
+ "learning_rate": 1.7993891471580893e-05,
1559
+ "loss": 0.5652,
1560
+ "memory/device_reserved (GiB)": 33.36,
1561
+ "memory/max_active (GiB)": 32.7,
1562
+ "memory/max_allocated (GiB)": 32.7,
1563
+ "step": 152
1564
+ },
1565
+ {
1566
+ "epoch": 2.5081967213114753,
1567
+ "grad_norm": 0.17907975614070892,
1568
+ "learning_rate": 1.6919210329194533e-05,
1569
+ "loss": 0.5675,
1570
+ "memory/device_reserved (GiB)": 33.36,
1571
+ "memory/max_active (GiB)": 32.7,
1572
+ "memory/max_allocated (GiB)": 32.7,
1573
+ "step": 153
1574
+ },
1575
+ {
1576
+ "epoch": 2.5245901639344264,
1577
+ "grad_norm": 0.17249107360839844,
1578
+ "learning_rate": 1.587464671688187e-05,
1579
+ "loss": 0.5646,
1580
+ "memory/device_reserved (GiB)": 33.36,
1581
+ "memory/max_active (GiB)": 32.7,
1582
+ "memory/max_allocated (GiB)": 32.7,
1583
+ "step": 154
1584
+ },
1585
+ {
1586
+ "epoch": 2.540983606557377,
1587
+ "grad_norm": 0.17240655422210693,
1588
+ "learning_rate": 1.4860579298304312e-05,
1589
+ "loss": 0.5706,
1590
+ "memory/device_reserved (GiB)": 33.36,
1591
+ "memory/max_active (GiB)": 32.7,
1592
+ "memory/max_allocated (GiB)": 32.7,
1593
+ "step": 155
1594
+ },
1595
+ {
1596
+ "epoch": 2.557377049180328,
1597
+ "grad_norm": 0.17784570157527924,
1598
+ "learning_rate": 1.3877375681979943e-05,
1599
+ "loss": 0.5641,
1600
+ "memory/device_reserved (GiB)": 33.36,
1601
+ "memory/max_active (GiB)": 32.7,
1602
+ "memory/max_allocated (GiB)": 32.7,
1603
+ "step": 156
1604
+ },
1605
+ {
1606
+ "epoch": 2.5737704918032787,
1607
+ "grad_norm": 0.17441287636756897,
1608
+ "learning_rate": 1.2925392288022298e-05,
1609
+ "loss": 0.5652,
1610
+ "memory/device_reserved (GiB)": 33.36,
1611
+ "memory/max_active (GiB)": 32.7,
1612
+ "memory/max_allocated (GiB)": 32.7,
1613
+ "step": 157
1614
+ },
1615
+ {
1616
+ "epoch": 2.5901639344262293,
1617
+ "grad_norm": 0.17398421466350555,
1618
+ "learning_rate": 1.2004974218934695e-05,
1619
+ "loss": 0.5731,
1620
+ "memory/device_reserved (GiB)": 33.36,
1621
+ "memory/max_active (GiB)": 32.7,
1622
+ "memory/max_allocated (GiB)": 32.7,
1623
+ "step": 158
1624
+ },
1625
+ {
1626
+ "epoch": 2.6065573770491803,
1627
+ "grad_norm": 0.1747160106897354,
1628
+ "learning_rate": 1.1116455134507664e-05,
1629
+ "loss": 0.5609,
1630
+ "memory/device_reserved (GiB)": 33.36,
1631
+ "memory/max_active (GiB)": 32.7,
1632
+ "memory/max_allocated (GiB)": 32.7,
1633
+ "step": 159
1634
+ },
1635
+ {
1636
+ "epoch": 2.6229508196721314,
1637
+ "grad_norm": 0.17699241638183594,
1638
+ "learning_rate": 1.026015713086418e-05,
1639
+ "loss": 0.5622,
1640
+ "memory/device_reserved (GiB)": 33.36,
1641
+ "memory/max_active (GiB)": 32.7,
1642
+ "memory/max_allocated (GiB)": 32.7,
1643
+ "step": 160
1644
+ },
1645
+ {
1646
+ "epoch": 2.639344262295082,
1647
+ "grad_norm": 0.17194418609142303,
1648
+ "learning_rate": 9.436390623696911e-06,
1649
+ "loss": 0.5603,
1650
+ "memory/device_reserved (GiB)": 33.36,
1651
+ "memory/max_active (GiB)": 32.7,
1652
+ "memory/max_allocated (GiB)": 32.7,
1653
+ "step": 161
1654
+ },
1655
+ {
1656
+ "epoch": 2.6557377049180326,
1657
+ "grad_norm": 0.1708948016166687,
1658
+ "learning_rate": 8.645454235739903e-06,
1659
+ "loss": 0.5606,
1660
+ "memory/device_reserved (GiB)": 33.36,
1661
+ "memory/max_active (GiB)": 32.7,
1662
+ "memory/max_allocated (GiB)": 32.7,
1663
+ "step": 162
1664
+ },
1665
+ {
1666
+ "epoch": 2.6721311475409837,
1667
+ "grad_norm": 0.17234554886817932,
1668
+ "learning_rate": 7.887634688515e-06,
1669
+ "loss": 0.5577,
1670
+ "memory/device_reserved (GiB)": 33.36,
1671
+ "memory/max_active (GiB)": 32.7,
1672
+ "memory/max_allocated (GiB)": 32.7,
1673
+ "step": 163
1674
+ },
1675
+ {
1676
+ "epoch": 2.6885245901639343,
1677
+ "grad_norm": 0.17192111909389496,
1678
+ "learning_rate": 7.163206698392744e-06,
1679
+ "loss": 0.5649,
1680
+ "memory/device_reserved (GiB)": 33.36,
1681
+ "memory/max_active (GiB)": 32.7,
1682
+ "memory/max_allocated (GiB)": 32.7,
1683
+ "step": 164
1684
+ },
1685
+ {
1686
+ "epoch": 2.7049180327868854,
1687
+ "grad_norm": 0.17286840081214905,
1688
+ "learning_rate": 6.472432877005341e-06,
1689
+ "loss": 0.5534,
1690
+ "memory/device_reserved (GiB)": 33.36,
1691
+ "memory/max_active (GiB)": 32.7,
1692
+ "memory/max_allocated (GiB)": 32.7,
1693
+ "step": 165
1694
+ },
1695
+ {
1696
+ "epoch": 2.721311475409836,
1697
+ "grad_norm": 0.1688247174024582,
1698
+ "learning_rate": 5.8155636360475385e-06,
1699
+ "loss": 0.5613,
1700
+ "memory/device_reserved (GiB)": 33.36,
1701
+ "memory/max_active (GiB)": 32.7,
1702
+ "memory/max_allocated (GiB)": 32.7,
1703
+ "step": 166
1704
+ },
1705
+ {
1706
+ "epoch": 2.737704918032787,
1707
+ "grad_norm": 0.168919175863266,
1708
+ "learning_rate": 5.192837096500058e-06,
1709
+ "loss": 0.5501,
1710
+ "memory/device_reserved (GiB)": 33.36,
1711
+ "memory/max_active (GiB)": 32.7,
1712
+ "memory/max_allocated (GiB)": 32.7,
1713
+ "step": 167
1714
+ },
1715
+ {
1716
+ "epoch": 2.7540983606557377,
1717
+ "grad_norm": 0.17062221467494965,
1718
+ "learning_rate": 4.604479002308737e-06,
1719
+ "loss": 0.5569,
1720
+ "memory/device_reserved (GiB)": 33.36,
1721
+ "memory/max_active (GiB)": 32.7,
1722
+ "memory/max_allocated (GiB)": 32.7,
1723
+ "step": 168
1724
+ },
1725
+ {
1726
+ "epoch": 2.7704918032786887,
1727
+ "grad_norm": 0.1695357859134674,
1728
+ "learning_rate": 4.050702638550275e-06,
1729
+ "loss": 0.563,
1730
+ "memory/device_reserved (GiB)": 33.36,
1731
+ "memory/max_active (GiB)": 32.7,
1732
+ "memory/max_allocated (GiB)": 32.7,
1733
+ "step": 169
1734
+ },
1735
+ {
1736
+ "epoch": 2.7868852459016393,
1737
+ "grad_norm": 0.1687244176864624,
1738
+ "learning_rate": 3.5317087541144377e-06,
1739
+ "loss": 0.5703,
1740
+ "memory/device_reserved (GiB)": 33.36,
1741
+ "memory/max_active (GiB)": 32.7,
1742
+ "memory/max_allocated (GiB)": 32.7,
1743
+ "step": 170
1744
+ },
1745
+ {
1746
+ "epoch": 2.80327868852459,
1747
+ "grad_norm": 0.1708020716905594,
1748
+ "learning_rate": 3.047685488930874e-06,
1749
+ "loss": 0.558,
1750
+ "memory/device_reserved (GiB)": 33.36,
1751
+ "memory/max_active (GiB)": 32.7,
1752
+ "memory/max_allocated (GiB)": 32.7,
1753
+ "step": 171
1754
+ },
1755
+ {
1756
+ "epoch": 2.819672131147541,
1757
+ "grad_norm": 0.17512136697769165,
1758
+ "learning_rate": 2.5988083057666533e-06,
1759
+ "loss": 0.5588,
1760
+ "memory/device_reserved (GiB)": 33.36,
1761
+ "memory/max_active (GiB)": 32.7,
1762
+ "memory/max_allocated (GiB)": 32.7,
1763
+ "step": 172
1764
+ },
1765
+ {
1766
+ "epoch": 2.836065573770492,
1767
+ "grad_norm": 0.16872957348823547,
1768
+ "learning_rate": 2.1852399266194314e-06,
1769
+ "loss": 0.544,
1770
+ "memory/device_reserved (GiB)": 33.36,
1771
+ "memory/max_active (GiB)": 32.7,
1772
+ "memory/max_allocated (GiB)": 32.7,
1773
+ "step": 173
1774
+ },
1775
+ {
1776
+ "epoch": 2.8524590163934427,
1777
+ "grad_norm": 0.16911788284778595,
1778
+ "learning_rate": 1.8071302737293295e-06,
1779
+ "loss": 0.5596,
1780
+ "memory/device_reserved (GiB)": 33.36,
1781
+ "memory/max_active (GiB)": 32.7,
1782
+ "memory/max_allocated (GiB)": 32.7,
1783
+ "step": 174
1784
+ },
1785
+ {
1786
+ "epoch": 2.8688524590163933,
1787
+ "grad_norm": 0.17218004167079926,
1788
+ "learning_rate": 1.4646164152307018e-06,
1789
+ "loss": 0.5569,
1790
+ "memory/device_reserved (GiB)": 33.36,
1791
+ "memory/max_active (GiB)": 32.7,
1792
+ "memory/max_allocated (GiB)": 32.7,
1793
+ "step": 175
1794
+ },
1795
+ {
1796
+ "epoch": 2.8852459016393444,
1797
+ "grad_norm": 0.17117170989513397,
1798
+ "learning_rate": 1.157822515463758e-06,
1799
+ "loss": 0.5707,
1800
+ "memory/device_reserved (GiB)": 33.36,
1801
+ "memory/max_active (GiB)": 32.7,
1802
+ "memory/max_allocated (GiB)": 32.7,
1803
+ "step": 176
1804
+ },
1805
+ {
1806
+ "epoch": 2.901639344262295,
1807
+ "grad_norm": 0.1660652756690979,
1808
+ "learning_rate": 8.868597899638898e-07,
1809
+ "loss": 0.5546,
1810
+ "memory/device_reserved (GiB)": 33.36,
1811
+ "memory/max_active (GiB)": 32.7,
1812
+ "memory/max_allocated (GiB)": 32.7,
1813
+ "step": 177
1814
+ },
1815
+ {
1816
+ "epoch": 2.918032786885246,
1817
+ "grad_norm": 0.5194974541664124,
1818
+ "learning_rate": 6.518264651449779e-07,
1819
+ "loss": 0.5608,
1820
+ "memory/device_reserved (GiB)": 33.36,
1821
+ "memory/max_active (GiB)": 32.7,
1822
+ "memory/max_allocated (GiB)": 32.7,
1823
+ "step": 178
1824
+ },
1825
+ {
1826
+ "epoch": 2.9344262295081966,
1827
+ "grad_norm": 0.1674128770828247,
1828
+ "learning_rate": 4.5280774269154115e-07,
1829
+ "loss": 0.5513,
1830
+ "memory/device_reserved (GiB)": 33.36,
1831
+ "memory/max_active (GiB)": 32.7,
1832
+ "memory/max_allocated (GiB)": 32.7,
1833
+ "step": 179
1834
+ },
1835
+ {
1836
+ "epoch": 2.9508196721311473,
1837
+ "grad_norm": 0.1717360019683838,
1838
+ "learning_rate": 2.898757686722542e-07,
1839
+ "loss": 0.5644,
1840
+ "memory/device_reserved (GiB)": 33.36,
1841
+ "memory/max_active (GiB)": 32.7,
1842
+ "memory/max_allocated (GiB)": 32.7,
1843
+ "step": 180
1844
+ },
1845
+ {
1846
+ "epoch": 2.9672131147540983,
1847
+ "grad_norm": 0.1789117455482483,
1848
+ "learning_rate": 1.630896073864352e-07,
1849
+ "loss": 0.5587,
1850
+ "memory/device_reserved (GiB)": 33.36,
1851
+ "memory/max_active (GiB)": 32.7,
1852
+ "memory/max_allocated (GiB)": 32.7,
1853
+ "step": 181
1854
+ },
1855
+ {
1856
+ "epoch": 2.9836065573770494,
1857
+ "grad_norm": 0.16960012912750244,
1858
+ "learning_rate": 7.249521995263964e-08,
1859
+ "loss": 0.5582,
1860
+ "memory/device_reserved (GiB)": 33.36,
1861
+ "memory/max_active (GiB)": 32.7,
1862
+ "memory/max_allocated (GiB)": 32.7,
1863
+ "step": 182
1864
+ },
1865
+ {
1866
+ "epoch": 3.0,
1867
+ "grad_norm": 0.16996316611766815,
1868
+ "learning_rate": 1.81254476474213e-08,
1869
+ "loss": 0.5541,
1870
+ "memory/device_reserved (GiB)": 33.36,
1871
+ "memory/max_active (GiB)": 32.7,
1872
+ "memory/max_allocated (GiB)": 32.7,
1873
+ "step": 183
1874
+ },
1875
+ {
1876
+ "epoch": 3.0,
1877
+ "eval_loss": 0.6080317497253418,
1878
+ "eval_runtime": 15.4278,
1879
+ "eval_samples_per_second": 53.021,
1880
+ "eval_steps_per_second": 3.371,
1881
+ "memory/device_reserved (GiB)": 73.37,
1882
+ "memory/max_active (GiB)": 48.8,
1883
+ "memory/max_allocated (GiB)": 48.8,
1884
+ "step": 183
1885
+ }
1886
+ ],
1887
+ "logging_steps": 1,
1888
+ "max_steps": 183,
1889
+ "num_input_tokens_seen": 0,
1890
+ "num_train_epochs": 3,
1891
+ "save_steps": 61,
1892
+ "stateful_callbacks": {
1893
+ "TrainerControl": {
1894
+ "args": {
1895
+ "should_epoch_stop": false,
1896
+ "should_evaluate": false,
1897
+ "should_log": false,
1898
+ "should_save": true,
1899
+ "should_training_stop": true
1900
+ },
1901
+ "attributes": {}
1902
+ }
1903
+ },
1904
+ "total_flos": 3.760779115062362e+18,
1905
+ "train_batch_size": 2,
1906
+ "trial_name": null,
1907
+ "trial_params": null
1908
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a13265aba8ad676a02c620fd19cdfeefd887469b26900fa7bc597ad8654742e5
3
+ size 9041