brthor commited on
Commit
bb194cd
·
verified ·
1 Parent(s): d570d7c

Upload full trainer checkpoint step=732 (profile=llama3_1_8b_base_lessdata, run_type=sft)

Browse files
.gitattributes CHANGED
@@ -149,3 +149,4 @@ meta-llama__meta-llama-3.1-8b/sft/epoch_0004/tokenizer.json filter=lfs diff=lfs
149
  meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/tokenizer.json filter=lfs diff=lfs merge=lfs -text
150
  meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-2026/tokenizer.json filter=lfs diff=lfs merge=lfs -text
151
  meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-366/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
149
  meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/tokenizer.json filter=lfs diff=lfs merge=lfs -text
150
  meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-2026/tokenizer.json filter=lfs diff=lfs merge=lfs -text
151
  meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-366/tokenizer.json filter=lfs diff=lfs merge=lfs -text
152
+ meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/tokenizer.json filter=lfs diff=lfs merge=lfs -text
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Meta-Llama-3.1-8B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Meta-Llama-3.1-8B
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.18.1
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "LlamaForCausalLM",
7
+ "parent_library": "transformers.models.llama.modeling_llama",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 16,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 8,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "q_proj",
37
+ "k_proj",
38
+ "up_proj",
39
+ "gate_proj",
40
+ "down_proj",
41
+ "o_proj",
42
+ "v_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_dora": false,
48
+ "use_qalora": false,
49
+ "use_rslora": false
50
+ }
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:190ea47addc604be2e1cd959860c305670d8b735a85de646c2b8bacfa6edafb9
3
+ size 83945296
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/chat_template.jinja ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}{% if messages[0]['role'] == 'system' %}{{ messages[0]['content'] + '
2
+
3
+ ' }}{% set loop_messages = messages[1:] %}{% else %}{{ '' + '
4
+
5
+ ' }}{% set loop_messages = messages %}{% endif %}{% for message in loop_messages %}{% if message['role'] == 'user' %}{{ '### Instruction:
6
+ ' + message['content'] + '
7
+
8
+ ' }}{% elif message['role'] == 'assistant' %}{{ '### Response:
9
+ ' + message['content'] + eos_token + '
10
+
11
+ ' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '### Response:
12
+ ' }}{% endif %}
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19239c8519befd022e830fd7939462404cd780b68f855948892c8b8d82282278
3
+ size 43127973
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2cf52e4c3f15759e904ba93b5a10165bb850df54a226c7977bcfa5b79f76fb
3
+ size 14645
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce57785080eda2ead7c151998c630b491013bd31fd338b06d64bde9f0f287969
3
+ size 1465
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|begin_of_text|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|end_of_text|>",
6
+ "from_slow": true,
7
+ "is_local": false,
8
+ "legacy": false,
9
+ "model_input_names": [
10
+ "input_ids",
11
+ "attention_mask"
12
+ ],
13
+ "model_max_length": 131072,
14
+ "pad_token": "<|finetune_right_pad_id|>",
15
+ "padding_side": "right",
16
+ "tokenizer_class": "TokenizersBackend",
17
+ "unk_token": null
18
+ }
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/trainer_state.json ADDED
@@ -0,0 +1,1088 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.49931787175989084,
6
+ "eval_steps": 366,
7
+ "global_step": 732,
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.0034106412005457027,
14
+ "grad_norm": 3.1571648120880127,
15
+ "learning_rate": 2.542372881355932e-06,
16
+ "loss": 1.6981744766235352,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.0068212824010914054,
21
+ "grad_norm": 9.80073070526123,
22
+ "learning_rate": 5.720338983050847e-06,
23
+ "loss": 1.5801130294799806,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.010231923601637109,
28
+ "grad_norm": 4.481558799743652,
29
+ "learning_rate": 8.898305084745763e-06,
30
+ "loss": 2.1718717575073243,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.013642564802182811,
35
+ "grad_norm": 7.221553802490234,
36
+ "learning_rate": 1.2076271186440677e-05,
37
+ "loss": 1.5270480155944823,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.017053206002728513,
42
+ "grad_norm": 5.330269813537598,
43
+ "learning_rate": 1.5254237288135592e-05,
44
+ "loss": 0.9586630821228027,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.020463847203274217,
49
+ "grad_norm": 1.7404323816299438,
50
+ "learning_rate": 1.8432203389830506e-05,
51
+ "loss": 0.48505802154541017,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.023874488403819918,
56
+ "grad_norm": 1.2418887615203857,
57
+ "learning_rate": 2.1610169491525424e-05,
58
+ "loss": 0.24452033042907714,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.027285129604365622,
63
+ "grad_norm": 1.5928819179534912,
64
+ "learning_rate": 2.4788135593220338e-05,
65
+ "loss": 0.25337533950805663,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.030695770804911322,
70
+ "grad_norm": 2.0335769653320312,
71
+ "learning_rate": 2.796610169491525e-05,
72
+ "loss": 0.1938886046409607,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.034106412005457026,
77
+ "grad_norm": 0.18029411137104034,
78
+ "learning_rate": 3.114406779661017e-05,
79
+ "loss": 0.1834133505821228,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.03751705320600273,
84
+ "grad_norm": 1.7757192850112915,
85
+ "learning_rate": 3.432203389830508e-05,
86
+ "loss": 0.15151114463806153,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.040927694406548434,
91
+ "grad_norm": 2.1376893520355225,
92
+ "learning_rate": 3.75e-05,
93
+ "loss": 0.21634674072265625,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.04433833560709413,
98
+ "grad_norm": 2.196387767791748,
99
+ "learning_rate": 4.067796610169491e-05,
100
+ "loss": 0.11320395469665527,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.047748976807639835,
105
+ "grad_norm": 1.5888807773590088,
106
+ "learning_rate": 4.3855932203389825e-05,
107
+ "loss": 0.11050152778625488,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.05115961800818554,
112
+ "grad_norm": 4.606944561004639,
113
+ "learning_rate": 4.703389830508474e-05,
114
+ "loss": 0.23255281448364257,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.054570259208731244,
119
+ "grad_norm": 1.7308639287948608,
120
+ "learning_rate": 5.021186440677966e-05,
121
+ "loss": 0.08995866179466247,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.05798090040927694,
126
+ "grad_norm": 2.622438430786133,
127
+ "learning_rate": 5.338983050847457e-05,
128
+ "loss": 0.05715223550796509,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.061391541609822645,
133
+ "grad_norm": 0.34140461683273315,
134
+ "learning_rate": 5.656779661016949e-05,
135
+ "loss": 0.06703727245330811,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.06480218281036836,
140
+ "grad_norm": 2.7264959812164307,
141
+ "learning_rate": 5.97457627118644e-05,
142
+ "loss": 0.10092716217041016,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.06821282401091405,
147
+ "grad_norm": 2.0234780311584473,
148
+ "learning_rate": 6.292372881355932e-05,
149
+ "loss": 0.03579937815666199,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.07162346521145975,
154
+ "grad_norm": 1.3716133832931519,
155
+ "learning_rate": 6.610169491525423e-05,
156
+ "loss": 0.07851418852806091,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.07503410641200546,
161
+ "grad_norm": 1.2307227849960327,
162
+ "learning_rate": 6.927966101694914e-05,
163
+ "loss": 0.07370938658714295,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.07844474761255116,
168
+ "grad_norm": 1.7142690420150757,
169
+ "learning_rate": 7.245762711864406e-05,
170
+ "loss": 0.08064572811126709,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.08185538881309687,
175
+ "grad_norm": 1.343595266342163,
176
+ "learning_rate": 7.499999439507554e-05,
177
+ "loss": 0.11841402053833008,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.08526603001364257,
182
+ "grad_norm": 1.2511327266693115,
183
+ "learning_rate": 7.499979822289558e-05,
184
+ "loss": 0.06974860429763793,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.08867667121418826,
189
+ "grad_norm": 1.5642656087875366,
190
+ "learning_rate": 7.49993218061684e-05,
191
+ "loss": 0.10972714424133301,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.09208731241473397,
196
+ "grad_norm": 1.6669789552688599,
197
+ "learning_rate": 7.499856514845436e-05,
198
+ "loss": 0.09864612817764282,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.09549795361527967,
203
+ "grad_norm": 0.9789333343505859,
204
+ "learning_rate": 7.499752825540815e-05,
205
+ "loss": 0.0699621558189392,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.09890859481582538,
210
+ "grad_norm": 0.41792476177215576,
211
+ "learning_rate": 7.499621113477873e-05,
212
+ "loss": 0.06734349727630615,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.10231923601637108,
217
+ "grad_norm": 1.5968533754348755,
218
+ "learning_rate": 7.499461379640919e-05,
219
+ "loss": 0.060729533433914185,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.10572987721691678,
224
+ "grad_norm": 0.8512193560600281,
225
+ "learning_rate": 7.499273625223683e-05,
226
+ "loss": 0.052730172872543335,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.10914051841746249,
231
+ "grad_norm": 1.3257211446762085,
232
+ "learning_rate": 7.499057851629299e-05,
233
+ "loss": 0.10094538927078248,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.11255115961800818,
238
+ "grad_norm": 0.659118115901947,
239
+ "learning_rate": 7.498814060470288e-05,
240
+ "loss": 0.01604635864496231,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.11596180081855388,
245
+ "grad_norm": 2.454979181289673,
246
+ "learning_rate": 7.49854225356856e-05,
247
+ "loss": 0.13272385597229003,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.11937244201909959,
252
+ "grad_norm": 2.510040521621704,
253
+ "learning_rate": 7.498242432955388e-05,
254
+ "loss": 0.08396227955818177,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.12278308321964529,
259
+ "grad_norm": 0.2637259364128113,
260
+ "learning_rate": 7.4979146008714e-05,
261
+ "loss": 0.05852065086364746,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.126193724420191,
266
+ "grad_norm": 1.4320851564407349,
267
+ "learning_rate": 7.497558759766564e-05,
268
+ "loss": 0.10392802953720093,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.1296043656207367,
273
+ "grad_norm": 1.273027777671814,
274
+ "learning_rate": 7.497174912300156e-05,
275
+ "loss": 0.08062989711761474,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.1330150068212824,
280
+ "grad_norm": 0.8102871179580688,
281
+ "learning_rate": 7.496763061340759e-05,
282
+ "loss": 0.07294153571128845,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.1364256480218281,
287
+ "grad_norm": 1.951328992843628,
288
+ "learning_rate": 7.496323209966228e-05,
289
+ "loss": 0.07738351821899414,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.13983628922237382,
294
+ "grad_norm": 0.3880983889102936,
295
+ "learning_rate": 7.495855361463674e-05,
296
+ "loss": 0.07225048542022705,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.1432469304229195,
301
+ "grad_norm": 3.3205058574676514,
302
+ "learning_rate": 7.495359519329433e-05,
303
+ "loss": 0.05682974457740784,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.1466575716234652,
308
+ "grad_norm": 0.9203559160232544,
309
+ "learning_rate": 7.49483568726905e-05,
310
+ "loss": 0.08767472505569458,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.15006821282401092,
315
+ "grad_norm": 0.585360586643219,
316
+ "learning_rate": 7.494283869197239e-05,
317
+ "loss": 0.039227068424224854,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.1534788540245566,
322
+ "grad_norm": 1.7096059322357178,
323
+ "learning_rate": 7.493704069237862e-05,
324
+ "loss": 0.10281096696853638,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.15688949522510232,
329
+ "grad_norm": 0.4110204875469208,
330
+ "learning_rate": 7.493096291723898e-05,
331
+ "loss": 0.04346161186695099,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.16030013642564803,
336
+ "grad_norm": 1.3272292613983154,
337
+ "learning_rate": 7.492460541197404e-05,
338
+ "loss": 0.049719154834747314,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 0.16371077762619374,
343
+ "grad_norm": 1.1005016565322876,
344
+ "learning_rate": 7.491796822409494e-05,
345
+ "loss": 0.09335108399391175,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 0.16712141882673942,
350
+ "grad_norm": 0.7811501026153564,
351
+ "learning_rate": 7.491105140320285e-05,
352
+ "loss": 0.05943926572799683,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 0.17053206002728513,
357
+ "grad_norm": 1.4607417583465576,
358
+ "learning_rate": 7.490385500098879e-05,
359
+ "loss": 0.04385361075401306,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 0.17394270122783084,
364
+ "grad_norm": 0.394960880279541,
365
+ "learning_rate": 7.489637907123308e-05,
366
+ "loss": 0.04446137547492981,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 0.17735334242837653,
371
+ "grad_norm": 0.8768635988235474,
372
+ "learning_rate": 7.488862366980505e-05,
373
+ "loss": 0.04143576025962829,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 0.18076398362892224,
378
+ "grad_norm": 1.9996010065078735,
379
+ "learning_rate": 7.488058885466262e-05,
380
+ "loss": 0.07952215671539306,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 0.18417462482946795,
385
+ "grad_norm": 0.03770223259925842,
386
+ "learning_rate": 7.487227468585178e-05,
387
+ "loss": 0.02531362771987915,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 0.18758526603001363,
392
+ "grad_norm": 0.26082542538642883,
393
+ "learning_rate": 7.486368122550619e-05,
394
+ "loss": 0.09930967688560485,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 0.19099590723055934,
399
+ "grad_norm": 5.622270584106445,
400
+ "learning_rate": 7.485480853784677e-05,
401
+ "loss": 0.06534865498542786,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 0.19440654843110505,
406
+ "grad_norm": 0.5298851132392883,
407
+ "learning_rate": 7.484565668918111e-05,
408
+ "loss": 0.06109699010848999,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 0.19781718963165076,
413
+ "grad_norm": 1.4887421131134033,
414
+ "learning_rate": 7.483622574790308e-05,
415
+ "loss": 0.048966211080551145,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 0.20122783083219645,
420
+ "grad_norm": 0.5699282884597778,
421
+ "learning_rate": 7.482651578449223e-05,
422
+ "loss": 0.05427658557891846,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 0.20463847203274216,
427
+ "grad_norm": 1.6645292043685913,
428
+ "learning_rate": 7.481652687151339e-05,
429
+ "loss": 0.037466832995414735,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 0.20804911323328787,
434
+ "grad_norm": 0.4979431629180908,
435
+ "learning_rate": 7.480625908361593e-05,
436
+ "loss": 0.019084173440933227,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 0.21145975443383355,
441
+ "grad_norm": 2.73081636428833,
442
+ "learning_rate": 7.479571249753339e-05,
443
+ "loss": 0.07597044706344605,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 0.21487039563437926,
448
+ "grad_norm": 0.009097559377551079,
449
+ "learning_rate": 7.478488719208281e-05,
450
+ "loss": 0.017771795392036438,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 0.21828103683492497,
455
+ "grad_norm": 1.5284112691879272,
456
+ "learning_rate": 7.477378324816419e-05,
457
+ "loss": 0.07524526119232178,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 0.22169167803547066,
462
+ "grad_norm": 1.400959849357605,
463
+ "learning_rate": 7.47624007487598e-05,
464
+ "loss": 0.0357323557138443,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 0.22510231923601637,
469
+ "grad_norm": 0.5988397598266602,
470
+ "learning_rate": 7.47507397789337e-05,
471
+ "loss": 0.06072888970375061,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 0.22851296043656208,
476
+ "grad_norm": 0.18309183418750763,
477
+ "learning_rate": 7.473880042583092e-05,
478
+ "loss": 0.03904334008693695,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 0.23192360163710776,
483
+ "grad_norm": 0.7360084056854248,
484
+ "learning_rate": 7.472658277867702e-05,
485
+ "loss": 0.05045387148857117,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 0.23533424283765347,
490
+ "grad_norm": 2.315072536468506,
491
+ "learning_rate": 7.471408692877724e-05,
492
+ "loss": 0.07920202016830444,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 0.23874488403819918,
497
+ "grad_norm": 1.2811086177825928,
498
+ "learning_rate": 7.470131296951592e-05,
499
+ "loss": 0.05552580952644348,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 0.2421555252387449,
504
+ "grad_norm": 4.006563186645508,
505
+ "learning_rate": 7.468826099635578e-05,
506
+ "loss": 0.1419215679168701,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 0.24556616643929058,
511
+ "grad_norm": 1.1540688276290894,
512
+ "learning_rate": 7.467493110683718e-05,
513
+ "loss": 0.03980849981307984,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 0.2489768076398363,
518
+ "grad_norm": 1.5472272634506226,
519
+ "learning_rate": 7.466132340057742e-05,
520
+ "loss": 0.020862475037574768,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 0.24965893587994542,
525
+ "eval_loss": 0.11654457449913025,
526
+ "eval_runtime": 1.0333,
527
+ "eval_samples_per_second": 72.584,
528
+ "eval_steps_per_second": 1.936,
529
+ "step": 366
530
+ },
531
+ {
532
+ "eval_cer_subset": 0.05232320479629377,
533
+ "eval_cer_subset_edit_distance": 384,
534
+ "eval_cer_subset_groups": 75,
535
+ "eval_cer_subset_items": 75,
536
+ "eval_cer_subset_ref_chars": 7339,
537
+ "step": 366
538
+ },
539
+ {
540
+ "epoch": 0.252387448840382,
541
+ "grad_norm": 1.730627417564392,
542
+ "learning_rate": 7.464743797927002e-05,
543
+ "loss": 0.11239330768585205,
544
+ "step": 370
545
+ },
546
+ {
547
+ "epoch": 0.2557980900409277,
548
+ "grad_norm": 0.1921682506799698,
549
+ "learning_rate": 7.463327494668388e-05,
550
+ "loss": 0.09260941743850708,
551
+ "step": 375
552
+ },
553
+ {
554
+ "epoch": 0.2592087312414734,
555
+ "grad_norm": 1.9259151220321655,
556
+ "learning_rate": 7.461883440866259e-05,
557
+ "loss": 0.03999299705028534,
558
+ "step": 380
559
+ },
560
+ {
561
+ "epoch": 0.2626193724420191,
562
+ "grad_norm": 0.0488249845802784,
563
+ "learning_rate": 7.460411647312358e-05,
564
+ "loss": 0.01459498256444931,
565
+ "step": 385
566
+ },
567
+ {
568
+ "epoch": 0.2660300136425648,
569
+ "grad_norm": 1.1967735290527344,
570
+ "learning_rate": 7.458912125005732e-05,
571
+ "loss": 0.17716412544250487,
572
+ "step": 390
573
+ },
574
+ {
575
+ "epoch": 0.2694406548431105,
576
+ "grad_norm": 1.0083205699920654,
577
+ "learning_rate": 7.457384885152655e-05,
578
+ "loss": 0.08738511800765991,
579
+ "step": 395
580
+ },
581
+ {
582
+ "epoch": 0.2728512960436562,
583
+ "grad_norm": 0.6705593466758728,
584
+ "learning_rate": 7.455829939166539e-05,
585
+ "loss": 0.026945650577545166,
586
+ "step": 400
587
+ },
588
+ {
589
+ "epoch": 0.2762619372442019,
590
+ "grad_norm": 1.0791361331939697,
591
+ "learning_rate": 7.45424729866785e-05,
592
+ "loss": 0.03804046213626862,
593
+ "step": 405
594
+ },
595
+ {
596
+ "epoch": 0.27967257844474763,
597
+ "grad_norm": 0.7377910017967224,
598
+ "learning_rate": 7.452636975484021e-05,
599
+ "loss": 0.0464675635099411,
600
+ "step": 410
601
+ },
602
+ {
603
+ "epoch": 0.2830832196452933,
604
+ "grad_norm": 0.8061625957489014,
605
+ "learning_rate": 7.450998981649365e-05,
606
+ "loss": 0.02737331986427307,
607
+ "step": 415
608
+ },
609
+ {
610
+ "epoch": 0.286493860845839,
611
+ "grad_norm": 0.2580685019493103,
612
+ "learning_rate": 7.449333329404982e-05,
613
+ "loss": 0.018785761296749116,
614
+ "step": 420
615
+ },
616
+ {
617
+ "epoch": 0.28990450204638474,
618
+ "grad_norm": 0.017052194103598595,
619
+ "learning_rate": 7.447640031198675e-05,
620
+ "loss": 0.11424320936203003,
621
+ "step": 425
622
+ },
623
+ {
624
+ "epoch": 0.2933151432469304,
625
+ "grad_norm": 0.2855948805809021,
626
+ "learning_rate": 7.445919099684845e-05,
627
+ "loss": 0.012821969389915467,
628
+ "step": 430
629
+ },
630
+ {
631
+ "epoch": 0.2967257844474761,
632
+ "grad_norm": 1.5070558786392212,
633
+ "learning_rate": 7.444170547724405e-05,
634
+ "loss": 0.037783479690551756,
635
+ "step": 435
636
+ },
637
+ {
638
+ "epoch": 0.30013642564802184,
639
+ "grad_norm": 0.18241967260837555,
640
+ "learning_rate": 7.442394388384684e-05,
641
+ "loss": 0.03347713351249695,
642
+ "step": 440
643
+ },
644
+ {
645
+ "epoch": 0.3035470668485675,
646
+ "grad_norm": 0.37319424748420715,
647
+ "learning_rate": 7.440590634939327e-05,
648
+ "loss": 0.05499382615089417,
649
+ "step": 445
650
+ },
651
+ {
652
+ "epoch": 0.3069577080491132,
653
+ "grad_norm": 0.11083097755908966,
654
+ "learning_rate": 7.438759300868193e-05,
655
+ "loss": 0.021977408230304717,
656
+ "step": 450
657
+ },
658
+ {
659
+ "epoch": 0.31036834924965895,
660
+ "grad_norm": 0.24985608458518982,
661
+ "learning_rate": 7.436900399857261e-05,
662
+ "loss": 0.07826730608940125,
663
+ "step": 455
664
+ },
665
+ {
666
+ "epoch": 0.31377899045020463,
667
+ "grad_norm": 2.5360186100006104,
668
+ "learning_rate": 7.43501394579852e-05,
669
+ "loss": 0.080865478515625,
670
+ "step": 460
671
+ },
672
+ {
673
+ "epoch": 0.3171896316507503,
674
+ "grad_norm": 0.7053658366203308,
675
+ "learning_rate": 7.433099952789876e-05,
676
+ "loss": 0.012464526295661926,
677
+ "step": 465
678
+ },
679
+ {
680
+ "epoch": 0.32060027285129605,
681
+ "grad_norm": 0.3297032117843628,
682
+ "learning_rate": 7.43115843513503e-05,
683
+ "loss": 0.05623521208763123,
684
+ "step": 470
685
+ },
686
+ {
687
+ "epoch": 0.32401091405184174,
688
+ "grad_norm": 1.3899471759796143,
689
+ "learning_rate": 7.42918940734339e-05,
690
+ "loss": 0.07306370735168458,
691
+ "step": 475
692
+ },
693
+ {
694
+ "epoch": 0.3274215552523875,
695
+ "grad_norm": 0.9437380433082581,
696
+ "learning_rate": 7.427192884129948e-05,
697
+ "loss": 0.058290761709213254,
698
+ "step": 480
699
+ },
700
+ {
701
+ "epoch": 0.33083219645293316,
702
+ "grad_norm": 1.8157323598861694,
703
+ "learning_rate": 7.42516888041518e-05,
704
+ "loss": 0.058532989025115965,
705
+ "step": 485
706
+ },
707
+ {
708
+ "epoch": 0.33424283765347884,
709
+ "grad_norm": 0.6275774836540222,
710
+ "learning_rate": 7.423117411324924e-05,
711
+ "loss": 0.0624964714050293,
712
+ "step": 490
713
+ },
714
+ {
715
+ "epoch": 0.3376534788540246,
716
+ "grad_norm": 0.6674565672874451,
717
+ "learning_rate": 7.421038492190278e-05,
718
+ "loss": 0.020014175772666933,
719
+ "step": 495
720
+ },
721
+ {
722
+ "epoch": 0.34106412005457026,
723
+ "grad_norm": 0.6229842901229858,
724
+ "learning_rate": 7.418932138547481e-05,
725
+ "loss": 0.03286575376987457,
726
+ "step": 500
727
+ },
728
+ {
729
+ "epoch": 0.34447476125511595,
730
+ "grad_norm": 1.441677212715149,
731
+ "learning_rate": 7.41679836613779e-05,
732
+ "loss": 0.04557921886444092,
733
+ "step": 505
734
+ },
735
+ {
736
+ "epoch": 0.3478854024556617,
737
+ "grad_norm": 0.8439592719078064,
738
+ "learning_rate": 7.414637190907379e-05,
739
+ "loss": 0.027792316675186158,
740
+ "step": 510
741
+ },
742
+ {
743
+ "epoch": 0.35129604365620737,
744
+ "grad_norm": 0.1357346475124359,
745
+ "learning_rate": 7.412448629007198e-05,
746
+ "loss": 0.024153730273246764,
747
+ "step": 515
748
+ },
749
+ {
750
+ "epoch": 0.35470668485675305,
751
+ "grad_norm": 0.11876281350851059,
752
+ "learning_rate": 7.41023269679287e-05,
753
+ "loss": 0.11651531457901002,
754
+ "step": 520
755
+ },
756
+ {
757
+ "epoch": 0.3581173260572988,
758
+ "grad_norm": 0.8576210737228394,
759
+ "learning_rate": 7.407989410824566e-05,
760
+ "loss": 0.045156928896903994,
761
+ "step": 525
762
+ },
763
+ {
764
+ "epoch": 0.3615279672578445,
765
+ "grad_norm": 0.39947113394737244,
766
+ "learning_rate": 7.40571878786687e-05,
767
+ "loss": 0.02562606930732727,
768
+ "step": 530
769
+ },
770
+ {
771
+ "epoch": 0.36493860845839016,
772
+ "grad_norm": 0.8822716474533081,
773
+ "learning_rate": 7.403420844888668e-05,
774
+ "loss": 0.05394383668899536,
775
+ "step": 535
776
+ },
777
+ {
778
+ "epoch": 0.3683492496589359,
779
+ "grad_norm": 1.8026832342147827,
780
+ "learning_rate": 7.40109559906301e-05,
781
+ "loss": 0.07706952095031738,
782
+ "step": 540
783
+ },
784
+ {
785
+ "epoch": 0.3717598908594816,
786
+ "grad_norm": 0.28902706503868103,
787
+ "learning_rate": 7.398743067766987e-05,
788
+ "loss": 0.0352792352437973,
789
+ "step": 545
790
+ },
791
+ {
792
+ "epoch": 0.37517053206002726,
793
+ "grad_norm": 0.2759908437728882,
794
+ "learning_rate": 7.396363268581609e-05,
795
+ "loss": 0.038266700506210324,
796
+ "step": 550
797
+ },
798
+ {
799
+ "epoch": 0.378581173260573,
800
+ "grad_norm": 1.0520153045654297,
801
+ "learning_rate": 7.39395621929165e-05,
802
+ "loss": 0.04206843376159668,
803
+ "step": 555
804
+ },
805
+ {
806
+ "epoch": 0.3819918144611187,
807
+ "grad_norm": 0.29290419816970825,
808
+ "learning_rate": 7.391521937885543e-05,
809
+ "loss": 0.04060278534889221,
810
+ "step": 560
811
+ },
812
+ {
813
+ "epoch": 0.38540245566166437,
814
+ "grad_norm": 0.11243477463722229,
815
+ "learning_rate": 7.389060442555228e-05,
816
+ "loss": 0.05412468910217285,
817
+ "step": 565
818
+ },
819
+ {
820
+ "epoch": 0.3888130968622101,
821
+ "grad_norm": 1.9416879415512085,
822
+ "learning_rate": 7.386571751696019e-05,
823
+ "loss": 0.02231921851634979,
824
+ "step": 570
825
+ },
826
+ {
827
+ "epoch": 0.3922237380627558,
828
+ "grad_norm": 0.5937671661376953,
829
+ "learning_rate": 7.384055883906474e-05,
830
+ "loss": 0.032561862468719484,
831
+ "step": 575
832
+ },
833
+ {
834
+ "epoch": 0.3956343792633015,
835
+ "grad_norm": 0.026148535311222076,
836
+ "learning_rate": 7.381512857988244e-05,
837
+ "loss": 0.07647547125816345,
838
+ "step": 580
839
+ },
840
+ {
841
+ "epoch": 0.3990450204638472,
842
+ "grad_norm": 0.7875772714614868,
843
+ "learning_rate": 7.378942692945944e-05,
844
+ "loss": 0.031203645467758178,
845
+ "step": 585
846
+ },
847
+ {
848
+ "epoch": 0.4024556616643929,
849
+ "grad_norm": 0.45512810349464417,
850
+ "learning_rate": 7.376345407987002e-05,
851
+ "loss": 0.04238590002059937,
852
+ "step": 590
853
+ },
854
+ {
855
+ "epoch": 0.40586630286493863,
856
+ "grad_norm": 1.66355299949646,
857
+ "learning_rate": 7.373721022521521e-05,
858
+ "loss": 0.052533066272735594,
859
+ "step": 595
860
+ },
861
+ {
862
+ "epoch": 0.4092769440654843,
863
+ "grad_norm": 0.08107655495405197,
864
+ "learning_rate": 7.371069556162133e-05,
865
+ "loss": 0.017715978622436523,
866
+ "step": 600
867
+ },
868
+ {
869
+ "epoch": 0.41268758526603,
870
+ "grad_norm": 0.32274800539016724,
871
+ "learning_rate": 7.368391028723851e-05,
872
+ "loss": 0.1379294991493225,
873
+ "step": 605
874
+ },
875
+ {
876
+ "epoch": 0.41609822646657574,
877
+ "grad_norm": 1.8197475671768188,
878
+ "learning_rate": 7.365685460223922e-05,
879
+ "loss": 0.03312918543815613,
880
+ "step": 610
881
+ },
882
+ {
883
+ "epoch": 0.4195088676671214,
884
+ "grad_norm": 0.1390945166349411,
885
+ "learning_rate": 7.362952870881677e-05,
886
+ "loss": 0.027584537863731384,
887
+ "step": 615
888
+ },
889
+ {
890
+ "epoch": 0.4229195088676671,
891
+ "grad_norm": 0.9081276655197144,
892
+ "learning_rate": 7.360193281118378e-05,
893
+ "loss": 0.06143233776092529,
894
+ "step": 620
895
+ },
896
+ {
897
+ "epoch": 0.42633015006821284,
898
+ "grad_norm": 0.07777975499629974,
899
+ "learning_rate": 7.35740671155707e-05,
900
+ "loss": 0.053598570823669436,
901
+ "step": 625
902
+ },
903
+ {
904
+ "epoch": 0.4297407912687585,
905
+ "grad_norm": 0.9314269423484802,
906
+ "learning_rate": 7.354593183022422e-05,
907
+ "loss": 0.05946495532989502,
908
+ "step": 630
909
+ },
910
+ {
911
+ "epoch": 0.4331514324693042,
912
+ "grad_norm": 0.5312000513076782,
913
+ "learning_rate": 7.351752716540575e-05,
914
+ "loss": 0.030707958340644836,
915
+ "step": 635
916
+ },
917
+ {
918
+ "epoch": 0.43656207366984995,
919
+ "grad_norm": 0.855117917060852,
920
+ "learning_rate": 7.348885333338984e-05,
921
+ "loss": 0.09321808815002441,
922
+ "step": 640
923
+ },
924
+ {
925
+ "epoch": 0.43997271487039563,
926
+ "grad_norm": 0.12914253771305084,
927
+ "learning_rate": 7.345991054846257e-05,
928
+ "loss": 0.010356919467449188,
929
+ "step": 645
930
+ },
931
+ {
932
+ "epoch": 0.4433833560709413,
933
+ "grad_norm": 0.4129096567630768,
934
+ "learning_rate": 7.343069902691999e-05,
935
+ "loss": 0.054264682531356814,
936
+ "step": 650
937
+ },
938
+ {
939
+ "epoch": 0.44679399727148705,
940
+ "grad_norm": 1.8499324321746826,
941
+ "learning_rate": 7.340121898706643e-05,
942
+ "loss": 0.050659948587417604,
943
+ "step": 655
944
+ },
945
+ {
946
+ "epoch": 0.45020463847203274,
947
+ "grad_norm": 0.5490806698799133,
948
+ "learning_rate": 7.337147064921299e-05,
949
+ "loss": 0.07158003449440002,
950
+ "step": 660
951
+ },
952
+ {
953
+ "epoch": 0.4536152796725784,
954
+ "grad_norm": 1.1408376693725586,
955
+ "learning_rate": 7.334145423567575e-05,
956
+ "loss": 0.08845412135124206,
957
+ "step": 665
958
+ },
959
+ {
960
+ "epoch": 0.45702592087312416,
961
+ "grad_norm": 1.5242546796798706,
962
+ "learning_rate": 7.331116997077426e-05,
963
+ "loss": 0.07773985266685486,
964
+ "step": 670
965
+ },
966
+ {
967
+ "epoch": 0.46043656207366984,
968
+ "grad_norm": 0.7061560153961182,
969
+ "learning_rate": 7.32806180808297e-05,
970
+ "loss": 0.047228410840034485,
971
+ "step": 675
972
+ },
973
+ {
974
+ "epoch": 0.4638472032742155,
975
+ "grad_norm": 0.8088539838790894,
976
+ "learning_rate": 7.324979879416333e-05,
977
+ "loss": 0.03726888597011566,
978
+ "step": 680
979
+ },
980
+ {
981
+ "epoch": 0.46725784447476126,
982
+ "grad_norm": 0.5670620799064636,
983
+ "learning_rate": 7.321871234109472e-05,
984
+ "loss": 0.02899191677570343,
985
+ "step": 685
986
+ },
987
+ {
988
+ "epoch": 0.47066848567530695,
989
+ "grad_norm": 2.3821427822113037,
990
+ "learning_rate": 7.318735895394e-05,
991
+ "loss": 0.033483856916427614,
992
+ "step": 690
993
+ },
994
+ {
995
+ "epoch": 0.4740791268758527,
996
+ "grad_norm": 0.8073883652687073,
997
+ "learning_rate": 7.315573886701023e-05,
998
+ "loss": 0.05756385326385498,
999
+ "step": 695
1000
+ },
1001
+ {
1002
+ "epoch": 0.47748976807639837,
1003
+ "grad_norm": 0.09120920300483704,
1004
+ "learning_rate": 7.31238523166095e-05,
1005
+ "loss": 0.0338085800409317,
1006
+ "step": 700
1007
+ },
1008
+ {
1009
+ "epoch": 0.48090040927694405,
1010
+ "grad_norm": 0.33443862199783325,
1011
+ "learning_rate": 7.309169954103326e-05,
1012
+ "loss": 0.00844155102968216,
1013
+ "step": 705
1014
+ },
1015
+ {
1016
+ "epoch": 0.4843110504774898,
1017
+ "grad_norm": 0.4880702793598175,
1018
+ "learning_rate": 7.305928078056657e-05,
1019
+ "loss": 0.09532383680343628,
1020
+ "step": 710
1021
+ },
1022
+ {
1023
+ "epoch": 0.4877216916780355,
1024
+ "grad_norm": 0.11862733215093613,
1025
+ "learning_rate": 7.302659627748221e-05,
1026
+ "loss": 0.01845739334821701,
1027
+ "step": 715
1028
+ },
1029
+ {
1030
+ "epoch": 0.49113233287858116,
1031
+ "grad_norm": 0.03655651956796646,
1032
+ "learning_rate": 7.299364627603892e-05,
1033
+ "loss": 0.030477851629257202,
1034
+ "step": 720
1035
+ },
1036
+ {
1037
+ "epoch": 0.4945429740791269,
1038
+ "grad_norm": 1.481441617012024,
1039
+ "learning_rate": 7.29604310224796e-05,
1040
+ "loss": 0.07586092352867127,
1041
+ "step": 725
1042
+ },
1043
+ {
1044
+ "epoch": 0.4979536152796726,
1045
+ "grad_norm": 0.8510580658912659,
1046
+ "learning_rate": 7.292695076502938e-05,
1047
+ "loss": 0.03589251637458801,
1048
+ "step": 730
1049
+ },
1050
+ {
1051
+ "epoch": 0.49931787175989084,
1052
+ "eval_loss": 0.061700768768787384,
1053
+ "eval_runtime": 0.8886,
1054
+ "eval_samples_per_second": 84.399,
1055
+ "eval_steps_per_second": 2.251,
1056
+ "step": 732
1057
+ },
1058
+ {
1059
+ "eval_cer_subset": 0.021256301948494344,
1060
+ "eval_cer_subset_edit_distance": 156,
1061
+ "eval_cer_subset_groups": 75,
1062
+ "eval_cer_subset_items": 75,
1063
+ "eval_cer_subset_ref_chars": 7339,
1064
+ "step": 732
1065
+ }
1066
+ ],
1067
+ "logging_steps": 5,
1068
+ "max_steps": 5864,
1069
+ "num_input_tokens_seen": 0,
1070
+ "num_train_epochs": 4,
1071
+ "save_steps": 366,
1072
+ "stateful_callbacks": {
1073
+ "TrainerControl": {
1074
+ "args": {
1075
+ "should_epoch_stop": false,
1076
+ "should_evaluate": false,
1077
+ "should_log": false,
1078
+ "should_save": true,
1079
+ "should_training_stop": false
1080
+ },
1081
+ "attributes": {}
1082
+ }
1083
+ },
1084
+ "total_flos": 7560364796559360.0,
1085
+ "train_batch_size": 2,
1086
+ "trial_name": null,
1087
+ "trial_params": null
1088
+ }
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc6915d8d9dd9b5c9c17756c87ba7ec8221fd06789232d79225f9518167f0aa1
3
+ size 5841
meta-llama__meta-llama-3.1-8b/sft/run_manifest.json CHANGED
@@ -6,20 +6,26 @@
6
  "model_name": "meta-llama/Meta-Llama-3.1-8B",
7
  "status": "running",
8
  "best_metric_name": "eval_loss",
9
- "best_metric_value": 0.11654457449913025,
10
- "best_step": 366,
11
- "best_checkpoint_step": 366,
12
- "latest_checkpoint_step": 366,
13
  "checkpoints": [
14
  {
15
  "step": 366,
16
  "epoch": 0.24965893587994542,
17
  "repo_path": "meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-366",
18
  "timestamp": "2026-04-09T22:13:58.949626+00:00"
 
 
 
 
 
 
19
  }
20
  ],
21
  "epoch_artifacts": [],
22
  "resume_history": [],
23
  "created_at": "2026-04-09T22:12:40.588264+00:00",
24
- "updated_at": "2026-04-09T22:13:58.949641+00:00"
25
  }
 
6
  "model_name": "meta-llama/Meta-Llama-3.1-8B",
7
  "status": "running",
8
  "best_metric_name": "eval_loss",
9
+ "best_metric_value": 0.061700768768787384,
10
+ "best_step": 732,
11
+ "best_checkpoint_step": 732,
12
+ "latest_checkpoint_step": 732,
13
  "checkpoints": [
14
  {
15
  "step": 366,
16
  "epoch": 0.24965893587994542,
17
  "repo_path": "meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-366",
18
  "timestamp": "2026-04-09T22:13:58.949626+00:00"
19
+ },
20
+ {
21
+ "step": 732,
22
+ "epoch": 0.49931787175989084,
23
+ "repo_path": "meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-732",
24
+ "timestamp": "2026-04-09T22:14:53.515787+00:00"
25
  }
26
  ],
27
  "epoch_artifacts": [],
28
  "resume_history": [],
29
  "created_at": "2026-04-09T22:12:40.588264+00:00",
30
+ "updated_at": "2026-04-09T22:14:53.515801+00:00"
31
  }