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

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

Browse files
.gitattributes CHANGED
@@ -150,3 +150,4 @@ meta-llama__meta-llama-3.1-8b/grpo/checkpoints/checkpoint-1013/tokenizer.json fi
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
 
 
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
153
+ meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-1098/tokenizer.json filter=lfs diff=lfs merge=lfs -text
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-1098/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-1098/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-1098/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3998cb16f83a5deb3ff6fe0e36e9c165afe76105855779789564d6663ece011e
3
+ size 83945296
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-1098/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-1098/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:167a8807a4f09ae154cc13e8241ad219ccc02ef35bfecd8cf5da4005845ac15d
3
+ size 43127973
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-1098/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d569a9c96ff4e89d32dfe8ca0b97952cc2edcd76f89c14caa7e57238c4b46c8a
3
+ size 14645
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-1098/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4812f164ea7757b51fbfb4d00b1fa6325746cb792d7c7ec0dd7e074068a93cfb
3
+ size 1465
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-1098/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-1098/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-1098/trainer_state.json ADDED
@@ -0,0 +1,1615 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.7489768076398363,
6
+ "eval_steps": 366,
7
+ "global_step": 1098,
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
+ "epoch": 0.5013642564802183,
1068
+ "grad_norm": 0.49610504508018494,
1069
+ "learning_rate": 7.28932057538939e-05,
1070
+ "loss": 0.06440846920013428,
1071
+ "step": 735
1072
+ },
1073
+ {
1074
+ "epoch": 0.504774897680764,
1075
+ "grad_norm": 0.5659550428390503,
1076
+ "learning_rate": 7.285919624125732e-05,
1077
+ "loss": 0.08426347374916077,
1078
+ "step": 740
1079
+ },
1080
+ {
1081
+ "epoch": 0.5081855388813097,
1082
+ "grad_norm": 0.04723689705133438,
1083
+ "learning_rate": 7.282492248128047e-05,
1084
+ "loss": 0.07788341641426086,
1085
+ "step": 745
1086
+ },
1087
+ {
1088
+ "epoch": 0.5115961800818554,
1089
+ "grad_norm": 0.720941960811615,
1090
+ "learning_rate": 7.2790384730099e-05,
1091
+ "loss": 0.03100808262825012,
1092
+ "step": 750
1093
+ },
1094
+ {
1095
+ "epoch": 0.515006821282401,
1096
+ "grad_norm": 0.652988851070404,
1097
+ "learning_rate": 7.275558324582138e-05,
1098
+ "loss": 0.03954651951789856,
1099
+ "step": 755
1100
+ },
1101
+ {
1102
+ "epoch": 0.5184174624829468,
1103
+ "grad_norm": 1.2214330434799194,
1104
+ "learning_rate": 7.272051828852705e-05,
1105
+ "loss": 0.019992084801197053,
1106
+ "step": 760
1107
+ },
1108
+ {
1109
+ "epoch": 0.5218281036834925,
1110
+ "grad_norm": 1.292953372001648,
1111
+ "learning_rate": 7.268519012026443e-05,
1112
+ "loss": 0.07394988536834717,
1113
+ "step": 765
1114
+ },
1115
+ {
1116
+ "epoch": 0.5252387448840382,
1117
+ "grad_norm": 1.1823278665542603,
1118
+ "learning_rate": 7.264959900504901e-05,
1119
+ "loss": 0.037449967861175534,
1120
+ "step": 770
1121
+ },
1122
+ {
1123
+ "epoch": 0.5286493860845839,
1124
+ "grad_norm": 1.1314970254898071,
1125
+ "learning_rate": 7.261374520886128e-05,
1126
+ "loss": 0.04381995797157288,
1127
+ "step": 775
1128
+ },
1129
+ {
1130
+ "epoch": 0.5320600272851296,
1131
+ "grad_norm": 0.02543286792933941,
1132
+ "learning_rate": 7.257762899964486e-05,
1133
+ "loss": 0.07130052447319031,
1134
+ "step": 780
1135
+ },
1136
+ {
1137
+ "epoch": 0.5354706684856753,
1138
+ "grad_norm": 0.37440457940101624,
1139
+ "learning_rate": 7.25412506473044e-05,
1140
+ "loss": 0.050841158628463744,
1141
+ "step": 785
1142
+ },
1143
+ {
1144
+ "epoch": 0.538881309686221,
1145
+ "grad_norm": 0.2532084882259369,
1146
+ "learning_rate": 7.250461042370365e-05,
1147
+ "loss": 0.03486245274543762,
1148
+ "step": 790
1149
+ },
1150
+ {
1151
+ "epoch": 0.5422919508867667,
1152
+ "grad_norm": 1.0150209665298462,
1153
+ "learning_rate": 7.246770860266333e-05,
1154
+ "loss": 0.050749993324279784,
1155
+ "step": 795
1156
+ },
1157
+ {
1158
+ "epoch": 0.5457025920873124,
1159
+ "grad_norm": 1.108716607093811,
1160
+ "learning_rate": 7.24305454599592e-05,
1161
+ "loss": 0.03166365325450897,
1162
+ "step": 800
1163
+ },
1164
+ {
1165
+ "epoch": 0.5491132332878581,
1166
+ "grad_norm": 0.16657976806163788,
1167
+ "learning_rate": 7.239312127331989e-05,
1168
+ "loss": 0.05016656517982483,
1169
+ "step": 805
1170
+ },
1171
+ {
1172
+ "epoch": 0.5525238744884038,
1173
+ "grad_norm": 0.005627671722322702,
1174
+ "learning_rate": 7.235543632242488e-05,
1175
+ "loss": 0.021701858937740327,
1176
+ "step": 810
1177
+ },
1178
+ {
1179
+ "epoch": 0.5559345156889495,
1180
+ "grad_norm": 1.8796381950378418,
1181
+ "learning_rate": 7.231749088890241e-05,
1182
+ "loss": 0.061094462871551514,
1183
+ "step": 815
1184
+ },
1185
+ {
1186
+ "epoch": 0.5593451568894953,
1187
+ "grad_norm": 0.020010950043797493,
1188
+ "learning_rate": 7.227928525632737e-05,
1189
+ "loss": 0.0238655224442482,
1190
+ "step": 820
1191
+ },
1192
+ {
1193
+ "epoch": 0.562755798090041,
1194
+ "grad_norm": 1.9777793884277344,
1195
+ "learning_rate": 7.224081971021914e-05,
1196
+ "loss": 0.041665592789649965,
1197
+ "step": 825
1198
+ },
1199
+ {
1200
+ "epoch": 0.5661664392905866,
1201
+ "grad_norm": 0.06644955277442932,
1202
+ "learning_rate": 7.220209453803954e-05,
1203
+ "loss": 0.016651667654514313,
1204
+ "step": 830
1205
+ },
1206
+ {
1207
+ "epoch": 0.5695770804911323,
1208
+ "grad_norm": 0.8203716278076172,
1209
+ "learning_rate": 7.216311002919064e-05,
1210
+ "loss": 0.03519523441791535,
1211
+ "step": 835
1212
+ },
1213
+ {
1214
+ "epoch": 0.572987721691678,
1215
+ "grad_norm": 1.957996129989624,
1216
+ "learning_rate": 7.212386647501254e-05,
1217
+ "loss": 0.03704521656036377,
1218
+ "step": 840
1219
+ },
1220
+ {
1221
+ "epoch": 0.5763983628922238,
1222
+ "grad_norm": 0.2386065572500229,
1223
+ "learning_rate": 7.208436416878125e-05,
1224
+ "loss": 0.02845575213432312,
1225
+ "step": 845
1226
+ },
1227
+ {
1228
+ "epoch": 0.5798090040927695,
1229
+ "grad_norm": 0.9101418256759644,
1230
+ "learning_rate": 7.204460340570658e-05,
1231
+ "loss": 0.01103741154074669,
1232
+ "step": 850
1233
+ },
1234
+ {
1235
+ "epoch": 0.5832196452933152,
1236
+ "grad_norm": 0.22701004147529602,
1237
+ "learning_rate": 7.200458448292972e-05,
1238
+ "loss": 0.06184377670288086,
1239
+ "step": 855
1240
+ },
1241
+ {
1242
+ "epoch": 0.5866302864938608,
1243
+ "grad_norm": 2.3091611862182617,
1244
+ "learning_rate": 7.196430769952126e-05,
1245
+ "loss": 0.0492431253194809,
1246
+ "step": 860
1247
+ },
1248
+ {
1249
+ "epoch": 0.5900409276944065,
1250
+ "grad_norm": 0.6630973815917969,
1251
+ "learning_rate": 7.192377335647876e-05,
1252
+ "loss": 0.027876955270767213,
1253
+ "step": 865
1254
+ },
1255
+ {
1256
+ "epoch": 0.5934515688949522,
1257
+ "grad_norm": 1.7400578260421753,
1258
+ "learning_rate": 7.188298175672464e-05,
1259
+ "loss": 0.023742210865020753,
1260
+ "step": 870
1261
+ },
1262
+ {
1263
+ "epoch": 0.596862210095498,
1264
+ "grad_norm": 0.7121092081069946,
1265
+ "learning_rate": 7.184193320510379e-05,
1266
+ "loss": 0.02125793993473053,
1267
+ "step": 875
1268
+ },
1269
+ {
1270
+ "epoch": 0.6002728512960437,
1271
+ "grad_norm": 0.429611474275589,
1272
+ "learning_rate": 7.180062800838143e-05,
1273
+ "loss": 0.06682519316673279,
1274
+ "step": 880
1275
+ },
1276
+ {
1277
+ "epoch": 0.6036834924965894,
1278
+ "grad_norm": 0.018405891954898834,
1279
+ "learning_rate": 7.17590664752407e-05,
1280
+ "loss": 0.022519922256469725,
1281
+ "step": 885
1282
+ },
1283
+ {
1284
+ "epoch": 0.607094133697135,
1285
+ "grad_norm": 0.9797202348709106,
1286
+ "learning_rate": 7.171724891628046e-05,
1287
+ "loss": 0.10513803958892823,
1288
+ "step": 890
1289
+ },
1290
+ {
1291
+ "epoch": 0.6105047748976807,
1292
+ "grad_norm": 0.11931606382131577,
1293
+ "learning_rate": 7.167517564401282e-05,
1294
+ "loss": 0.055521953105926516,
1295
+ "step": 895
1296
+ },
1297
+ {
1298
+ "epoch": 0.6139154160982264,
1299
+ "grad_norm": 0.04398813843727112,
1300
+ "learning_rate": 7.163284697286097e-05,
1301
+ "loss": 0.018342888355255126,
1302
+ "step": 900
1303
+ },
1304
+ {
1305
+ "epoch": 0.6173260572987722,
1306
+ "grad_norm": 0.11505168676376343,
1307
+ "learning_rate": 7.15902632191567e-05,
1308
+ "loss": 0.026946401596069335,
1309
+ "step": 905
1310
+ },
1311
+ {
1312
+ "epoch": 0.6207366984993179,
1313
+ "grad_norm": 0.3042922019958496,
1314
+ "learning_rate": 7.154742470113816e-05,
1315
+ "loss": 0.02314314842224121,
1316
+ "step": 910
1317
+ },
1318
+ {
1319
+ "epoch": 0.6241473396998636,
1320
+ "grad_norm": 0.09922346472740173,
1321
+ "learning_rate": 7.150433173894733e-05,
1322
+ "loss": 0.06378543972969056,
1323
+ "step": 915
1324
+ },
1325
+ {
1326
+ "epoch": 0.6275579809004093,
1327
+ "grad_norm": 0.6513009667396545,
1328
+ "learning_rate": 7.146098465462776e-05,
1329
+ "loss": 0.036993378400802614,
1330
+ "step": 920
1331
+ },
1332
+ {
1333
+ "epoch": 0.630968622100955,
1334
+ "grad_norm": 1.131602168083191,
1335
+ "learning_rate": 7.14173837721221e-05,
1336
+ "loss": 0.09491010308265686,
1337
+ "step": 925
1338
+ },
1339
+ {
1340
+ "epoch": 0.6343792633015006,
1341
+ "grad_norm": 0.1672857254743576,
1342
+ "learning_rate": 7.137352941726969e-05,
1343
+ "loss": 0.03719751834869385,
1344
+ "step": 930
1345
+ },
1346
+ {
1347
+ "epoch": 0.6377899045020464,
1348
+ "grad_norm": 0.7450887560844421,
1349
+ "learning_rate": 7.132942191780414e-05,
1350
+ "loss": 0.028598809242248537,
1351
+ "step": 935
1352
+ },
1353
+ {
1354
+ "epoch": 0.6412005457025921,
1355
+ "grad_norm": 2.3537657260894775,
1356
+ "learning_rate": 7.128506160335084e-05,
1357
+ "loss": 0.06678735613822936,
1358
+ "step": 940
1359
+ },
1360
+ {
1361
+ "epoch": 0.6446111869031378,
1362
+ "grad_norm": 0.014428210444748402,
1363
+ "learning_rate": 7.124044880542455e-05,
1364
+ "loss": 0.018354634940624236,
1365
+ "step": 945
1366
+ },
1367
+ {
1368
+ "epoch": 0.6480218281036835,
1369
+ "grad_norm": 2.9239041805267334,
1370
+ "learning_rate": 7.119558385742688e-05,
1371
+ "loss": 0.08242651224136352,
1372
+ "step": 950
1373
+ },
1374
+ {
1375
+ "epoch": 0.6514324693042292,
1376
+ "grad_norm": 0.39032718539237976,
1377
+ "learning_rate": 7.115046709464383e-05,
1378
+ "loss": 0.023772728443145753,
1379
+ "step": 955
1380
+ },
1381
+ {
1382
+ "epoch": 0.654843110504775,
1383
+ "grad_norm": 0.3000798523426056,
1384
+ "learning_rate": 7.110509885424326e-05,
1385
+ "loss": 0.03464276790618896,
1386
+ "step": 960
1387
+ },
1388
+ {
1389
+ "epoch": 0.6582537517053206,
1390
+ "grad_norm": 0.3980049192905426,
1391
+ "learning_rate": 7.105947947527238e-05,
1392
+ "loss": 0.08540127277374268,
1393
+ "step": 965
1394
+ },
1395
+ {
1396
+ "epoch": 0.6616643929058663,
1397
+ "grad_norm": 0.9492272734642029,
1398
+ "learning_rate": 7.10136092986552e-05,
1399
+ "loss": 0.02300785481929779,
1400
+ "step": 970
1401
+ },
1402
+ {
1403
+ "epoch": 0.665075034106412,
1404
+ "grad_norm": 1.9585710763931274,
1405
+ "learning_rate": 7.096748866719005e-05,
1406
+ "loss": 0.034704044461250305,
1407
+ "step": 975
1408
+ },
1409
+ {
1410
+ "epoch": 0.6684856753069577,
1411
+ "grad_norm": 1.142238974571228,
1412
+ "learning_rate": 7.092111792554689e-05,
1413
+ "loss": 0.01860647052526474,
1414
+ "step": 980
1415
+ },
1416
+ {
1417
+ "epoch": 0.6718963165075034,
1418
+ "grad_norm": 0.8443534970283508,
1419
+ "learning_rate": 7.087449742026488e-05,
1420
+ "loss": 0.03302992284297943,
1421
+ "step": 985
1422
+ },
1423
+ {
1424
+ "epoch": 0.6753069577080492,
1425
+ "grad_norm": 1.0402863025665283,
1426
+ "learning_rate": 7.082762749974968e-05,
1427
+ "loss": 0.03963000178337097,
1428
+ "step": 990
1429
+ },
1430
+ {
1431
+ "epoch": 0.6787175989085948,
1432
+ "grad_norm": 0.11959892511367798,
1433
+ "learning_rate": 7.078050851427089e-05,
1434
+ "loss": 0.0187692254781723,
1435
+ "step": 995
1436
+ },
1437
+ {
1438
+ "epoch": 0.6821282401091405,
1439
+ "grad_norm": 1.495011329650879,
1440
+ "learning_rate": 7.073314081595945e-05,
1441
+ "loss": 0.050608736276626584,
1442
+ "step": 1000
1443
+ },
1444
+ {
1445
+ "epoch": 0.6855388813096862,
1446
+ "grad_norm": 0.2534504234790802,
1447
+ "learning_rate": 7.068552475880499e-05,
1448
+ "loss": 0.0076520174741745,
1449
+ "step": 1005
1450
+ },
1451
+ {
1452
+ "epoch": 0.6889495225102319,
1453
+ "grad_norm": 0.17387191951274872,
1454
+ "learning_rate": 7.063766069865314e-05,
1455
+ "loss": 0.028283193707466125,
1456
+ "step": 1010
1457
+ },
1458
+ {
1459
+ "epoch": 0.6923601637107776,
1460
+ "grad_norm": 0.07424458116292953,
1461
+ "learning_rate": 7.058954899320297e-05,
1462
+ "loss": 0.03078552782535553,
1463
+ "step": 1015
1464
+ },
1465
+ {
1466
+ "epoch": 0.6957708049113234,
1467
+ "grad_norm": 0.5854848027229309,
1468
+ "learning_rate": 7.05411900020042e-05,
1469
+ "loss": 0.02033105492591858,
1470
+ "step": 1020
1471
+ },
1472
+ {
1473
+ "epoch": 0.699181446111869,
1474
+ "grad_norm": 0.09108871966600418,
1475
+ "learning_rate": 7.049258408645463e-05,
1476
+ "loss": 0.0510578989982605,
1477
+ "step": 1025
1478
+ },
1479
+ {
1480
+ "epoch": 0.7025920873124147,
1481
+ "grad_norm": 0.2851751148700714,
1482
+ "learning_rate": 7.044373160979734e-05,
1483
+ "loss": 0.10413439273834228,
1484
+ "step": 1030
1485
+ },
1486
+ {
1487
+ "epoch": 0.7060027285129604,
1488
+ "grad_norm": 0.8032590746879578,
1489
+ "learning_rate": 7.039463293711804e-05,
1490
+ "loss": 0.05853385329246521,
1491
+ "step": 1035
1492
+ },
1493
+ {
1494
+ "epoch": 0.7094133697135061,
1495
+ "grad_norm": 0.1301775723695755,
1496
+ "learning_rate": 7.03452884353423e-05,
1497
+ "loss": 0.051472657918930055,
1498
+ "step": 1040
1499
+ },
1500
+ {
1501
+ "epoch": 0.7128240109140518,
1502
+ "grad_norm": 0.46156957745552063,
1503
+ "learning_rate": 7.029569847323287e-05,
1504
+ "loss": 0.034115567803382874,
1505
+ "step": 1045
1506
+ },
1507
+ {
1508
+ "epoch": 0.7162346521145976,
1509
+ "grad_norm": 1.081560730934143,
1510
+ "learning_rate": 7.02458634213868e-05,
1511
+ "loss": 0.059652507305145264,
1512
+ "step": 1050
1513
+ },
1514
+ {
1515
+ "epoch": 0.7196452933151433,
1516
+ "grad_norm": 0.721208930015564,
1517
+ "learning_rate": 7.019578365223286e-05,
1518
+ "loss": 0.061070340871810916,
1519
+ "step": 1055
1520
+ },
1521
+ {
1522
+ "epoch": 0.723055934515689,
1523
+ "grad_norm": 0.5738947987556458,
1524
+ "learning_rate": 7.014545954002855e-05,
1525
+ "loss": 0.03556577265262604,
1526
+ "step": 1060
1527
+ },
1528
+ {
1529
+ "epoch": 0.7264665757162346,
1530
+ "grad_norm": 0.15053460001945496,
1531
+ "learning_rate": 7.009489146085744e-05,
1532
+ "loss": 0.03284372091293335,
1533
+ "step": 1065
1534
+ },
1535
+ {
1536
+ "epoch": 0.7298772169167803,
1537
+ "grad_norm": 0.4496553838253021,
1538
+ "learning_rate": 7.004407979262635e-05,
1539
+ "loss": 0.07945018410682678,
1540
+ "step": 1070
1541
+ },
1542
+ {
1543
+ "epoch": 0.7332878581173261,
1544
+ "grad_norm": 1.1821213960647583,
1545
+ "learning_rate": 6.999302491506245e-05,
1546
+ "loss": 0.033741748332977294,
1547
+ "step": 1075
1548
+ },
1549
+ {
1550
+ "epoch": 0.7366984993178718,
1551
+ "grad_norm": 0.2809429168701172,
1552
+ "learning_rate": 6.994172720971047e-05,
1553
+ "loss": 0.023005199432373048,
1554
+ "step": 1080
1555
+ },
1556
+ {
1557
+ "epoch": 0.7401091405184175,
1558
+ "grad_norm": 0.14925819635391235,
1559
+ "learning_rate": 6.989018705992991e-05,
1560
+ "loss": 0.01791207939386368,
1561
+ "step": 1085
1562
+ },
1563
+ {
1564
+ "epoch": 0.7435197817189632,
1565
+ "grad_norm": 1.1947131156921387,
1566
+ "learning_rate": 6.983840485089203e-05,
1567
+ "loss": 0.03395574688911438,
1568
+ "step": 1090
1569
+ },
1570
+ {
1571
+ "epoch": 0.7469304229195088,
1572
+ "grad_norm": 1.336547613143921,
1573
+ "learning_rate": 6.978638096957712e-05,
1574
+ "loss": 0.02712726593017578,
1575
+ "step": 1095
1576
+ },
1577
+ {
1578
+ "epoch": 0.7489768076398363,
1579
+ "eval_loss": 0.05635881423950195,
1580
+ "eval_runtime": 0.8951,
1581
+ "eval_samples_per_second": 83.789,
1582
+ "eval_steps_per_second": 2.234,
1583
+ "step": 1098
1584
+ },
1585
+ {
1586
+ "eval_cer_subset": 0.023981468864967978,
1587
+ "eval_cer_subset_edit_distance": 176,
1588
+ "eval_cer_subset_groups": 75,
1589
+ "eval_cer_subset_items": 75,
1590
+ "eval_cer_subset_ref_chars": 7339,
1591
+ "step": 1098
1592
+ }
1593
+ ],
1594
+ "logging_steps": 5,
1595
+ "max_steps": 5864,
1596
+ "num_input_tokens_seen": 0,
1597
+ "num_train_epochs": 4,
1598
+ "save_steps": 366,
1599
+ "stateful_callbacks": {
1600
+ "TrainerControl": {
1601
+ "args": {
1602
+ "should_epoch_stop": false,
1603
+ "should_evaluate": false,
1604
+ "should_log": false,
1605
+ "should_save": true,
1606
+ "should_training_stop": false
1607
+ },
1608
+ "attributes": {}
1609
+ }
1610
+ },
1611
+ "total_flos": 1.1443907853139968e+16,
1612
+ "train_batch_size": 2,
1613
+ "trial_name": null,
1614
+ "trial_params": null
1615
+ }
meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-1098/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,10 +6,10 @@
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,
@@ -22,10 +22,16 @@
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
  }
 
6
  "model_name": "meta-llama/Meta-Llama-3.1-8B",
7
  "status": "running",
8
  "best_metric_name": "eval_loss",
9
+ "best_metric_value": 0.05635881423950195,
10
+ "best_step": 1098,
11
+ "best_checkpoint_step": 1098,
12
+ "latest_checkpoint_step": 1098,
13
  "checkpoints": [
14
  {
15
  "step": 366,
 
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
+ "step": 1098,
28
+ "epoch": 0.7489768076398363,
29
+ "repo_path": "meta-llama__meta-llama-3.1-8b/sft/checkpoints/checkpoint-1098",
30
+ "timestamp": "2026-04-09T22:15:42.601728+00:00"
31
  }
32
  ],
33
  "epoch_artifacts": [],
34
  "resume_history": [],
35
  "created_at": "2026-04-09T22:12:40.588264+00:00",
36
+ "updated_at": "2026-04-09T22:15:42.601744+00:00"
37
  }