error577 commited on
Commit
b293010
·
verified ·
1 Parent(s): 33be82f

Training in progress, step 200, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NousResearch/CodeLlama-7b-hf-flash
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "NousResearch/CodeLlama-7b-hf-flash",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 128,
14
+ "lora_dropout": 0.15,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "q_proj",
25
+ "k_proj",
26
+ "down_proj",
27
+ "gate_proj",
28
+ "v_proj",
29
+ "up_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe7bf38ff55273fba28bf8a5eec67669a9a456c4577907b44d64917efdd58cd
3
+ size 639691872
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecad31b57776699a4c7683e2ab76cdbb8a395dff135bf16f0091f272964b22db
3
+ size 1279647314
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee55dad95ab2aa5141e72f636498273886c2790089f75739ce67f0836605be6a
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05bcff6304c57f73980e2c115f70c0be4066a85db604927dfb46a76647ef6e9a
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
3
+ size 500058
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "bos_token": "<s>",
32
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": true,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "sp_model_kwargs": {},
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,1458 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.836081624031067,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-200",
4
+ "epoch": 0.1078857759347291,
5
+ "eval_steps": 200,
6
+ "global_step": 200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0005394288796736456,
13
+ "grad_norm": 18.71552085876465,
14
+ "learning_rate": 2.0000000000000003e-06,
15
+ "loss": 57.3329,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0005394288796736456,
20
+ "eval_loss": 4.576467514038086,
21
+ "eval_runtime": 141.0154,
22
+ "eval_samples_per_second": 2.12,
23
+ "eval_steps_per_second": 2.12,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.0010788577593472911,
28
+ "grad_norm": 40.17718505859375,
29
+ "learning_rate": 4.000000000000001e-06,
30
+ "loss": 111.721,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.0016182866390209367,
35
+ "grad_norm": 55.62163162231445,
36
+ "learning_rate": 6e-06,
37
+ "loss": 145.8098,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.0021577155186945822,
42
+ "grad_norm": 70.09906005859375,
43
+ "learning_rate": 8.000000000000001e-06,
44
+ "loss": 176.5399,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.0026971443983682276,
49
+ "grad_norm": 96.45822143554688,
50
+ "learning_rate": 1e-05,
51
+ "loss": 205.6804,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.0032365732780418733,
56
+ "grad_norm": 96.46897888183594,
57
+ "learning_rate": 1.2e-05,
58
+ "loss": 191.1242,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.0037760021577155187,
63
+ "grad_norm": 123.18101501464844,
64
+ "learning_rate": 1.4000000000000001e-05,
65
+ "loss": 200.1216,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.0043154310373891645,
70
+ "grad_norm": 112.75751495361328,
71
+ "learning_rate": 1.6000000000000003e-05,
72
+ "loss": 199.3468,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.00485485991706281,
77
+ "grad_norm": 105.84030151367188,
78
+ "learning_rate": 1.8e-05,
79
+ "loss": 197.7578,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.005394288796736455,
84
+ "grad_norm": 152.0435333251953,
85
+ "learning_rate": 2e-05,
86
+ "loss": 221.8745,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.0059337176764101005,
91
+ "grad_norm": 140.9628143310547,
92
+ "learning_rate": 2.2000000000000003e-05,
93
+ "loss": 202.1205,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.006473146556083747,
98
+ "grad_norm": 136.8531036376953,
99
+ "learning_rate": 2.4e-05,
100
+ "loss": 192.207,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.007012575435757392,
105
+ "grad_norm": 135.1580352783203,
106
+ "learning_rate": 2.6000000000000002e-05,
107
+ "loss": 188.5981,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.007552004315431037,
112
+ "grad_norm": 135.94815063476562,
113
+ "learning_rate": 2.8000000000000003e-05,
114
+ "loss": 182.9973,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.008091433195104683,
119
+ "grad_norm": 130.7935333251953,
120
+ "learning_rate": 3e-05,
121
+ "loss": 181.9996,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.008630862074778329,
126
+ "grad_norm": 135.71165466308594,
127
+ "learning_rate": 3.2000000000000005e-05,
128
+ "loss": 156.7745,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.009170290954451973,
133
+ "grad_norm": 80.55735778808594,
134
+ "learning_rate": 3.4000000000000007e-05,
135
+ "loss": 105.2249,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.00970971983412562,
140
+ "grad_norm": 78.56623840332031,
141
+ "learning_rate": 3.6e-05,
142
+ "loss": 93.8699,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.010249148713799266,
147
+ "grad_norm": 73.5405502319336,
148
+ "learning_rate": 3.8e-05,
149
+ "loss": 96.5256,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.01078857759347291,
154
+ "grad_norm": 66.16717529296875,
155
+ "learning_rate": 4e-05,
156
+ "loss": 79.6901,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.011328006473146556,
161
+ "grad_norm": 65.6923599243164,
162
+ "learning_rate": 4.2e-05,
163
+ "loss": 90.1881,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.011867435352820201,
168
+ "grad_norm": 77.53053283691406,
169
+ "learning_rate": 4.4000000000000006e-05,
170
+ "loss": 85.8049,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.012406864232493847,
175
+ "grad_norm": 71.17222595214844,
176
+ "learning_rate": 4.600000000000001e-05,
177
+ "loss": 64.6935,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.012946293112167493,
182
+ "grad_norm": 46.50193786621094,
183
+ "learning_rate": 4.8e-05,
184
+ "loss": 72.2138,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.013485721991841138,
189
+ "grad_norm": 45.66022491455078,
190
+ "learning_rate": 5e-05,
191
+ "loss": 71.2709,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.014025150871514784,
196
+ "grad_norm": 46.14365768432617,
197
+ "learning_rate": 5.2000000000000004e-05,
198
+ "loss": 59.7781,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.014564579751188429,
203
+ "grad_norm": 54.284664154052734,
204
+ "learning_rate": 5.4000000000000005e-05,
205
+ "loss": 64.8576,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.015104008630862075,
210
+ "grad_norm": 43.3782958984375,
211
+ "learning_rate": 5.6000000000000006e-05,
212
+ "loss": 68.6312,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.01564343751053572,
217
+ "grad_norm": 35.549217224121094,
218
+ "learning_rate": 5.8e-05,
219
+ "loss": 62.3088,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.016182866390209365,
224
+ "grad_norm": 42.21353530883789,
225
+ "learning_rate": 6e-05,
226
+ "loss": 65.5001,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.01672229526988301,
231
+ "grad_norm": 46.08031463623047,
232
+ "learning_rate": 6.2e-05,
233
+ "loss": 57.0952,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.017261724149556658,
238
+ "grad_norm": 38.45962905883789,
239
+ "learning_rate": 6.400000000000001e-05,
240
+ "loss": 65.1331,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.017801153029230302,
245
+ "grad_norm": 34.330406188964844,
246
+ "learning_rate": 6.6e-05,
247
+ "loss": 56.026,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.018340581908903947,
252
+ "grad_norm": 35.08675003051758,
253
+ "learning_rate": 6.800000000000001e-05,
254
+ "loss": 55.9277,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.018880010788577595,
259
+ "grad_norm": 37.337825775146484,
260
+ "learning_rate": 7e-05,
261
+ "loss": 53.9387,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.01941943966825124,
266
+ "grad_norm": 36.146873474121094,
267
+ "learning_rate": 7.2e-05,
268
+ "loss": 61.2999,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.019958868547924884,
273
+ "grad_norm": 41.229610443115234,
274
+ "learning_rate": 7.4e-05,
275
+ "loss": 70.8618,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.02049829742759853,
280
+ "grad_norm": 42.86275863647461,
281
+ "learning_rate": 7.6e-05,
282
+ "loss": 60.1886,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.021037726307272176,
287
+ "grad_norm": 36.5433235168457,
288
+ "learning_rate": 7.800000000000001e-05,
289
+ "loss": 61.5439,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.02157715518694582,
294
+ "grad_norm": 39.95774841308594,
295
+ "learning_rate": 8e-05,
296
+ "loss": 57.8462,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.022116584066619465,
301
+ "grad_norm": 38.86470413208008,
302
+ "learning_rate": 8.2e-05,
303
+ "loss": 55.4324,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.022656012946293113,
308
+ "grad_norm": 30.977352142333984,
309
+ "learning_rate": 8.4e-05,
310
+ "loss": 57.6402,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.023195441825966757,
315
+ "grad_norm": 38.25783157348633,
316
+ "learning_rate": 8.6e-05,
317
+ "loss": 50.586,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.023734870705640402,
322
+ "grad_norm": 37.11707305908203,
323
+ "learning_rate": 8.800000000000001e-05,
324
+ "loss": 36.7947,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.02427429958531405,
329
+ "grad_norm": 40.3302116394043,
330
+ "learning_rate": 9e-05,
331
+ "loss": 40.2388,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.024813728464987694,
336
+ "grad_norm": 42.60755920410156,
337
+ "learning_rate": 9.200000000000001e-05,
338
+ "loss": 58.9665,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.02535315734466134,
343
+ "grad_norm": 44.4195442199707,
344
+ "learning_rate": 9.4e-05,
345
+ "loss": 50.2349,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.025892586224334987,
350
+ "grad_norm": 37.404727935791016,
351
+ "learning_rate": 9.6e-05,
352
+ "loss": 48.7437,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.02643201510400863,
357
+ "grad_norm": 48.31377410888672,
358
+ "learning_rate": 9.8e-05,
359
+ "loss": 54.4895,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.026971443983682276,
364
+ "grad_norm": 51.360191345214844,
365
+ "learning_rate": 0.0001,
366
+ "loss": 57.4654,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.02751087286335592,
371
+ "grad_norm": 23.211647033691406,
372
+ "learning_rate": 0.00010200000000000001,
373
+ "loss": 36.3068,
374
+ "step": 51
375
+ },
376
+ {
377
+ "epoch": 0.028050301743029568,
378
+ "grad_norm": 34.541805267333984,
379
+ "learning_rate": 0.00010400000000000001,
380
+ "loss": 75.6809,
381
+ "step": 52
382
+ },
383
+ {
384
+ "epoch": 0.028589730622703213,
385
+ "grad_norm": 42.0761833190918,
386
+ "learning_rate": 0.00010600000000000002,
387
+ "loss": 96.818,
388
+ "step": 53
389
+ },
390
+ {
391
+ "epoch": 0.029129159502376857,
392
+ "grad_norm": 43.26933670043945,
393
+ "learning_rate": 0.00010800000000000001,
394
+ "loss": 101.1451,
395
+ "step": 54
396
+ },
397
+ {
398
+ "epoch": 0.029668588382050505,
399
+ "grad_norm": 51.45765686035156,
400
+ "learning_rate": 0.00011000000000000002,
401
+ "loss": 115.0704,
402
+ "step": 55
403
+ },
404
+ {
405
+ "epoch": 0.03020801726172415,
406
+ "grad_norm": 43.3838005065918,
407
+ "learning_rate": 0.00011200000000000001,
408
+ "loss": 112.4747,
409
+ "step": 56
410
+ },
411
+ {
412
+ "epoch": 0.030747446141397794,
413
+ "grad_norm": 59.83226013183594,
414
+ "learning_rate": 0.00011399999999999999,
415
+ "loss": 114.741,
416
+ "step": 57
417
+ },
418
+ {
419
+ "epoch": 0.03128687502107144,
420
+ "grad_norm": 38.54649353027344,
421
+ "learning_rate": 0.000116,
422
+ "loss": 100.9508,
423
+ "step": 58
424
+ },
425
+ {
426
+ "epoch": 0.03182630390074508,
427
+ "grad_norm": 34.7606086730957,
428
+ "learning_rate": 0.000118,
429
+ "loss": 87.4097,
430
+ "step": 59
431
+ },
432
+ {
433
+ "epoch": 0.03236573278041873,
434
+ "grad_norm": 34.808265686035156,
435
+ "learning_rate": 0.00012,
436
+ "loss": 94.2411,
437
+ "step": 60
438
+ },
439
+ {
440
+ "epoch": 0.03290516166009238,
441
+ "grad_norm": 33.40951156616211,
442
+ "learning_rate": 0.000122,
443
+ "loss": 85.6042,
444
+ "step": 61
445
+ },
446
+ {
447
+ "epoch": 0.03344459053976602,
448
+ "grad_norm": 25.83111572265625,
449
+ "learning_rate": 0.000124,
450
+ "loss": 79.6747,
451
+ "step": 62
452
+ },
453
+ {
454
+ "epoch": 0.03398401941943967,
455
+ "grad_norm": 51.73832321166992,
456
+ "learning_rate": 0.000126,
457
+ "loss": 65.953,
458
+ "step": 63
459
+ },
460
+ {
461
+ "epoch": 0.034523448299113316,
462
+ "grad_norm": 38.63320541381836,
463
+ "learning_rate": 0.00012800000000000002,
464
+ "loss": 72.4182,
465
+ "step": 64
466
+ },
467
+ {
468
+ "epoch": 0.03506287717878696,
469
+ "grad_norm": 20.10302734375,
470
+ "learning_rate": 0.00013000000000000002,
471
+ "loss": 61.2385,
472
+ "step": 65
473
+ },
474
+ {
475
+ "epoch": 0.035602306058460605,
476
+ "grad_norm": 27.804248809814453,
477
+ "learning_rate": 0.000132,
478
+ "loss": 59.6029,
479
+ "step": 66
480
+ },
481
+ {
482
+ "epoch": 0.03614173493813425,
483
+ "grad_norm": 30.542932510375977,
484
+ "learning_rate": 0.000134,
485
+ "loss": 51.2451,
486
+ "step": 67
487
+ },
488
+ {
489
+ "epoch": 0.036681163817807894,
490
+ "grad_norm": 70.11331176757812,
491
+ "learning_rate": 0.00013600000000000003,
492
+ "loss": 51.116,
493
+ "step": 68
494
+ },
495
+ {
496
+ "epoch": 0.03722059269748154,
497
+ "grad_norm": 155.8134307861328,
498
+ "learning_rate": 0.000138,
499
+ "loss": 76.3231,
500
+ "step": 69
501
+ },
502
+ {
503
+ "epoch": 0.03776002157715519,
504
+ "grad_norm": 146.5844268798828,
505
+ "learning_rate": 0.00014,
506
+ "loss": 68.6173,
507
+ "step": 70
508
+ },
509
+ {
510
+ "epoch": 0.03829945045682883,
511
+ "grad_norm": 102.16127014160156,
512
+ "learning_rate": 0.000142,
513
+ "loss": 72.0777,
514
+ "step": 71
515
+ },
516
+ {
517
+ "epoch": 0.03883887933650248,
518
+ "grad_norm": 40.04204559326172,
519
+ "learning_rate": 0.000144,
520
+ "loss": 52.744,
521
+ "step": 72
522
+ },
523
+ {
524
+ "epoch": 0.039378308216176126,
525
+ "grad_norm": 75.35163116455078,
526
+ "learning_rate": 0.000146,
527
+ "loss": 59.1683,
528
+ "step": 73
529
+ },
530
+ {
531
+ "epoch": 0.03991773709584977,
532
+ "grad_norm": 77.30841827392578,
533
+ "learning_rate": 0.000148,
534
+ "loss": 51.3059,
535
+ "step": 74
536
+ },
537
+ {
538
+ "epoch": 0.040457165975523415,
539
+ "grad_norm": 52.49984359741211,
540
+ "learning_rate": 0.00015000000000000001,
541
+ "loss": 52.407,
542
+ "step": 75
543
+ },
544
+ {
545
+ "epoch": 0.04099659485519706,
546
+ "grad_norm": 35.61119842529297,
547
+ "learning_rate": 0.000152,
548
+ "loss": 50.8863,
549
+ "step": 76
550
+ },
551
+ {
552
+ "epoch": 0.041536023734870704,
553
+ "grad_norm": 34.10403060913086,
554
+ "learning_rate": 0.000154,
555
+ "loss": 53.6901,
556
+ "step": 77
557
+ },
558
+ {
559
+ "epoch": 0.04207545261454435,
560
+ "grad_norm": 39.79935836791992,
561
+ "learning_rate": 0.00015600000000000002,
562
+ "loss": 49.8857,
563
+ "step": 78
564
+ },
565
+ {
566
+ "epoch": 0.042614881494218,
567
+ "grad_norm": 35.74922561645508,
568
+ "learning_rate": 0.00015800000000000002,
569
+ "loss": 62.577,
570
+ "step": 79
571
+ },
572
+ {
573
+ "epoch": 0.04315431037389164,
574
+ "grad_norm": 31.491291046142578,
575
+ "learning_rate": 0.00016,
576
+ "loss": 52.0815,
577
+ "step": 80
578
+ },
579
+ {
580
+ "epoch": 0.04369373925356529,
581
+ "grad_norm": 23.866592407226562,
582
+ "learning_rate": 0.000162,
583
+ "loss": 64.6077,
584
+ "step": 81
585
+ },
586
+ {
587
+ "epoch": 0.04423316813323893,
588
+ "grad_norm": 28.5296688079834,
589
+ "learning_rate": 0.000164,
590
+ "loss": 59.5244,
591
+ "step": 82
592
+ },
593
+ {
594
+ "epoch": 0.04477259701291258,
595
+ "grad_norm": 33.92407989501953,
596
+ "learning_rate": 0.000166,
597
+ "loss": 62.9956,
598
+ "step": 83
599
+ },
600
+ {
601
+ "epoch": 0.045312025892586226,
602
+ "grad_norm": 27.05453109741211,
603
+ "learning_rate": 0.000168,
604
+ "loss": 52.9777,
605
+ "step": 84
606
+ },
607
+ {
608
+ "epoch": 0.04585145477225987,
609
+ "grad_norm": 23.927709579467773,
610
+ "learning_rate": 0.00017,
611
+ "loss": 56.0232,
612
+ "step": 85
613
+ },
614
+ {
615
+ "epoch": 0.046390883651933515,
616
+ "grad_norm": 31.250370025634766,
617
+ "learning_rate": 0.000172,
618
+ "loss": 55.1487,
619
+ "step": 86
620
+ },
621
+ {
622
+ "epoch": 0.04693031253160716,
623
+ "grad_norm": 32.98558044433594,
624
+ "learning_rate": 0.000174,
625
+ "loss": 54.3132,
626
+ "step": 87
627
+ },
628
+ {
629
+ "epoch": 0.047469741411280804,
630
+ "grad_norm": 39.15415954589844,
631
+ "learning_rate": 0.00017600000000000002,
632
+ "loss": 56.2989,
633
+ "step": 88
634
+ },
635
+ {
636
+ "epoch": 0.04800917029095445,
637
+ "grad_norm": 32.42843246459961,
638
+ "learning_rate": 0.00017800000000000002,
639
+ "loss": 41.7672,
640
+ "step": 89
641
+ },
642
+ {
643
+ "epoch": 0.0485485991706281,
644
+ "grad_norm": 42.03153610229492,
645
+ "learning_rate": 0.00018,
646
+ "loss": 50.3046,
647
+ "step": 90
648
+ },
649
+ {
650
+ "epoch": 0.04908802805030174,
651
+ "grad_norm": 38.14472961425781,
652
+ "learning_rate": 0.000182,
653
+ "loss": 50.2817,
654
+ "step": 91
655
+ },
656
+ {
657
+ "epoch": 0.04962745692997539,
658
+ "grad_norm": 32.74757385253906,
659
+ "learning_rate": 0.00018400000000000003,
660
+ "loss": 47.9721,
661
+ "step": 92
662
+ },
663
+ {
664
+ "epoch": 0.05016688580964904,
665
+ "grad_norm": 41.20277404785156,
666
+ "learning_rate": 0.00018600000000000002,
667
+ "loss": 48.2985,
668
+ "step": 93
669
+ },
670
+ {
671
+ "epoch": 0.05070631468932268,
672
+ "grad_norm": 42.31992721557617,
673
+ "learning_rate": 0.000188,
674
+ "loss": 58.7386,
675
+ "step": 94
676
+ },
677
+ {
678
+ "epoch": 0.051245743568996326,
679
+ "grad_norm": 28.106618881225586,
680
+ "learning_rate": 0.00019,
681
+ "loss": 46.3057,
682
+ "step": 95
683
+ },
684
+ {
685
+ "epoch": 0.051785172448669974,
686
+ "grad_norm": 37.70038604736328,
687
+ "learning_rate": 0.000192,
688
+ "loss": 35.5874,
689
+ "step": 96
690
+ },
691
+ {
692
+ "epoch": 0.052324601328343615,
693
+ "grad_norm": 36.007530212402344,
694
+ "learning_rate": 0.000194,
695
+ "loss": 47.9065,
696
+ "step": 97
697
+ },
698
+ {
699
+ "epoch": 0.05286403020801726,
700
+ "grad_norm": 29.738492965698242,
701
+ "learning_rate": 0.000196,
702
+ "loss": 49.6222,
703
+ "step": 98
704
+ },
705
+ {
706
+ "epoch": 0.05340345908769091,
707
+ "grad_norm": 42.806785583496094,
708
+ "learning_rate": 0.00019800000000000002,
709
+ "loss": 44.6868,
710
+ "step": 99
711
+ },
712
+ {
713
+ "epoch": 0.05394288796736455,
714
+ "grad_norm": 31.359643936157227,
715
+ "learning_rate": 0.0002,
716
+ "loss": 30.5743,
717
+ "step": 100
718
+ },
719
+ {
720
+ "epoch": 0.0544823168470382,
721
+ "grad_norm": 24.176820755004883,
722
+ "learning_rate": 0.00019999998344063995,
723
+ "loss": 41.8829,
724
+ "step": 101
725
+ },
726
+ {
727
+ "epoch": 0.05502174572671184,
728
+ "grad_norm": 43.5556755065918,
729
+ "learning_rate": 0.00019999993376256528,
730
+ "loss": 64.5931,
731
+ "step": 102
732
+ },
733
+ {
734
+ "epoch": 0.05556117460638549,
735
+ "grad_norm": 35.98505401611328,
736
+ "learning_rate": 0.00019999985096579245,
737
+ "loss": 94.4231,
738
+ "step": 103
739
+ },
740
+ {
741
+ "epoch": 0.056100603486059136,
742
+ "grad_norm": 35.83631134033203,
743
+ "learning_rate": 0.00019999973505034887,
744
+ "loss": 113.3877,
745
+ "step": 104
746
+ },
747
+ {
748
+ "epoch": 0.05664003236573278,
749
+ "grad_norm": 30.29425621032715,
750
+ "learning_rate": 0.00019999958601627296,
751
+ "loss": 113.0325,
752
+ "step": 105
753
+ },
754
+ {
755
+ "epoch": 0.057179461245406425,
756
+ "grad_norm": 27.389789581298828,
757
+ "learning_rate": 0.000199999403863614,
758
+ "loss": 111.3191,
759
+ "step": 106
760
+ },
761
+ {
762
+ "epoch": 0.05771889012508007,
763
+ "grad_norm": 27.400251388549805,
764
+ "learning_rate": 0.00019999918859243244,
765
+ "loss": 97.0415,
766
+ "step": 107
767
+ },
768
+ {
769
+ "epoch": 0.058258319004753714,
770
+ "grad_norm": 20.399946212768555,
771
+ "learning_rate": 0.0001999989402027995,
772
+ "loss": 90.2641,
773
+ "step": 108
774
+ },
775
+ {
776
+ "epoch": 0.05879774788442736,
777
+ "grad_norm": 25.029308319091797,
778
+ "learning_rate": 0.0001999986586947974,
779
+ "loss": 94.4251,
780
+ "step": 109
781
+ },
782
+ {
783
+ "epoch": 0.05933717676410101,
784
+ "grad_norm": 29.495418548583984,
785
+ "learning_rate": 0.00019999834406851945,
786
+ "loss": 94.9159,
787
+ "step": 110
788
+ },
789
+ {
790
+ "epoch": 0.05987660564377465,
791
+ "grad_norm": 19.77571678161621,
792
+ "learning_rate": 0.0001999979963240698,
793
+ "loss": 75.4925,
794
+ "step": 111
795
+ },
796
+ {
797
+ "epoch": 0.0604160345234483,
798
+ "grad_norm": 25.004566192626953,
799
+ "learning_rate": 0.00019999761546156365,
800
+ "loss": 71.3454,
801
+ "step": 112
802
+ },
803
+ {
804
+ "epoch": 0.06095546340312195,
805
+ "grad_norm": 34.21379852294922,
806
+ "learning_rate": 0.00019999720148112715,
807
+ "loss": 66.511,
808
+ "step": 113
809
+ },
810
+ {
811
+ "epoch": 0.06149489228279559,
812
+ "grad_norm": 22.71439552307129,
813
+ "learning_rate": 0.00019999675438289738,
814
+ "loss": 52.0498,
815
+ "step": 114
816
+ },
817
+ {
818
+ "epoch": 0.062034321162469236,
819
+ "grad_norm": 24.381750106811523,
820
+ "learning_rate": 0.0001999962741670224,
821
+ "loss": 55.2827,
822
+ "step": 115
823
+ },
824
+ {
825
+ "epoch": 0.06257375004214288,
826
+ "grad_norm": 37.246803283691406,
827
+ "learning_rate": 0.00019999576083366125,
828
+ "loss": 54.9355,
829
+ "step": 116
830
+ },
831
+ {
832
+ "epoch": 0.06311317892181653,
833
+ "grad_norm": 81.53564453125,
834
+ "learning_rate": 0.00019999521438298398,
835
+ "loss": 59.4422,
836
+ "step": 117
837
+ },
838
+ {
839
+ "epoch": 0.06365260780149017,
840
+ "grad_norm": 129.4823760986328,
841
+ "learning_rate": 0.00019999463481517156,
842
+ "loss": 67.393,
843
+ "step": 118
844
+ },
845
+ {
846
+ "epoch": 0.06419203668116381,
847
+ "grad_norm": 77.96698760986328,
848
+ "learning_rate": 0.00019999402213041588,
849
+ "loss": 67.9443,
850
+ "step": 119
851
+ },
852
+ {
853
+ "epoch": 0.06473146556083746,
854
+ "grad_norm": 53.094512939453125,
855
+ "learning_rate": 0.0001999933763289199,
856
+ "loss": 61.054,
857
+ "step": 120
858
+ },
859
+ {
860
+ "epoch": 0.06527089444051111,
861
+ "grad_norm": 52.896366119384766,
862
+ "learning_rate": 0.00019999269741089752,
863
+ "loss": 62.3436,
864
+ "step": 121
865
+ },
866
+ {
867
+ "epoch": 0.06581032332018476,
868
+ "grad_norm": 57.282318115234375,
869
+ "learning_rate": 0.00019999198537657353,
870
+ "loss": 56.6129,
871
+ "step": 122
872
+ },
873
+ {
874
+ "epoch": 0.0663497521998584,
875
+ "grad_norm": 46.553062438964844,
876
+ "learning_rate": 0.0001999912402261838,
877
+ "loss": 55.701,
878
+ "step": 123
879
+ },
880
+ {
881
+ "epoch": 0.06688918107953204,
882
+ "grad_norm": 28.822669982910156,
883
+ "learning_rate": 0.00019999046195997512,
884
+ "loss": 54.2102,
885
+ "step": 124
886
+ },
887
+ {
888
+ "epoch": 0.06742860995920569,
889
+ "grad_norm": 28.726089477539062,
890
+ "learning_rate": 0.00019998965057820516,
891
+ "loss": 56.0332,
892
+ "step": 125
893
+ },
894
+ {
895
+ "epoch": 0.06796803883887934,
896
+ "grad_norm": 26.886003494262695,
897
+ "learning_rate": 0.0001999888060811427,
898
+ "loss": 43.4516,
899
+ "step": 126
900
+ },
901
+ {
902
+ "epoch": 0.06850746771855298,
903
+ "grad_norm": 31.9282169342041,
904
+ "learning_rate": 0.00019998792846906747,
905
+ "loss": 52.2149,
906
+ "step": 127
907
+ },
908
+ {
909
+ "epoch": 0.06904689659822663,
910
+ "grad_norm": 38.317962646484375,
911
+ "learning_rate": 0.00019998701774227005,
912
+ "loss": 54.0044,
913
+ "step": 128
914
+ },
915
+ {
916
+ "epoch": 0.06958632547790028,
917
+ "grad_norm": 31.158544540405273,
918
+ "learning_rate": 0.00019998607390105209,
919
+ "loss": 55.2255,
920
+ "step": 129
921
+ },
922
+ {
923
+ "epoch": 0.07012575435757391,
924
+ "grad_norm": 33.239166259765625,
925
+ "learning_rate": 0.00019998509694572615,
926
+ "loss": 56.3811,
927
+ "step": 130
928
+ },
929
+ {
930
+ "epoch": 0.07066518323724756,
931
+ "grad_norm": 30.34086799621582,
932
+ "learning_rate": 0.00019998408687661582,
933
+ "loss": 52.0529,
934
+ "step": 131
935
+ },
936
+ {
937
+ "epoch": 0.07120461211692121,
938
+ "grad_norm": 24.05341911315918,
939
+ "learning_rate": 0.00019998304369405563,
940
+ "loss": 60.5602,
941
+ "step": 132
942
+ },
943
+ {
944
+ "epoch": 0.07174404099659486,
945
+ "grad_norm": 26.90273094177246,
946
+ "learning_rate": 0.00019998196739839103,
947
+ "loss": 57.3375,
948
+ "step": 133
949
+ },
950
+ {
951
+ "epoch": 0.0722834698762685,
952
+ "grad_norm": 24.157773971557617,
953
+ "learning_rate": 0.0001999808579899785,
954
+ "loss": 47.7251,
955
+ "step": 134
956
+ },
957
+ {
958
+ "epoch": 0.07282289875594215,
959
+ "grad_norm": 28.088014602661133,
960
+ "learning_rate": 0.00019997971546918545,
961
+ "loss": 56.1037,
962
+ "step": 135
963
+ },
964
+ {
965
+ "epoch": 0.07336232763561579,
966
+ "grad_norm": 32.39021682739258,
967
+ "learning_rate": 0.00019997853983639029,
968
+ "loss": 52.0922,
969
+ "step": 136
970
+ },
971
+ {
972
+ "epoch": 0.07390175651528944,
973
+ "grad_norm": 29.597578048706055,
974
+ "learning_rate": 0.0001999773310919824,
975
+ "loss": 46.3537,
976
+ "step": 137
977
+ },
978
+ {
979
+ "epoch": 0.07444118539496308,
980
+ "grad_norm": 38.31181335449219,
981
+ "learning_rate": 0.000199976089236362,
982
+ "loss": 46.8711,
983
+ "step": 138
984
+ },
985
+ {
986
+ "epoch": 0.07498061427463673,
987
+ "grad_norm": 39.67713165283203,
988
+ "learning_rate": 0.00019997481426994044,
989
+ "loss": 45.0961,
990
+ "step": 139
991
+ },
992
+ {
993
+ "epoch": 0.07552004315431038,
994
+ "grad_norm": 48.8436164855957,
995
+ "learning_rate": 0.00019997350619314,
996
+ "loss": 48.7547,
997
+ "step": 140
998
+ },
999
+ {
1000
+ "epoch": 0.07605947203398401,
1001
+ "grad_norm": 88.95709991455078,
1002
+ "learning_rate": 0.00019997216500639383,
1003
+ "loss": 50.3681,
1004
+ "step": 141
1005
+ },
1006
+ {
1007
+ "epoch": 0.07659890091365766,
1008
+ "grad_norm": 34.2819938659668,
1009
+ "learning_rate": 0.0001999707907101462,
1010
+ "loss": 44.3903,
1011
+ "step": 142
1012
+ },
1013
+ {
1014
+ "epoch": 0.07713832979333131,
1015
+ "grad_norm": 42.79631042480469,
1016
+ "learning_rate": 0.00019996938330485217,
1017
+ "loss": 31.0566,
1018
+ "step": 143
1019
+ },
1020
+ {
1021
+ "epoch": 0.07767775867300496,
1022
+ "grad_norm": 37.28693389892578,
1023
+ "learning_rate": 0.00019996794279097791,
1024
+ "loss": 34.0999,
1025
+ "step": 144
1026
+ },
1027
+ {
1028
+ "epoch": 0.0782171875526786,
1029
+ "grad_norm": 43.65718460083008,
1030
+ "learning_rate": 0.00019996646916900051,
1031
+ "loss": 48.7369,
1032
+ "step": 145
1033
+ },
1034
+ {
1035
+ "epoch": 0.07875661643235225,
1036
+ "grad_norm": 39.86713409423828,
1037
+ "learning_rate": 0.00019996496243940794,
1038
+ "loss": 36.6841,
1039
+ "step": 146
1040
+ },
1041
+ {
1042
+ "epoch": 0.07929604531202589,
1043
+ "grad_norm": 32.35002899169922,
1044
+ "learning_rate": 0.0001999634226026993,
1045
+ "loss": 43.1344,
1046
+ "step": 147
1047
+ },
1048
+ {
1049
+ "epoch": 0.07983547419169953,
1050
+ "grad_norm": 36.14616775512695,
1051
+ "learning_rate": 0.0001999618496593845,
1052
+ "loss": 51.9779,
1053
+ "step": 148
1054
+ },
1055
+ {
1056
+ "epoch": 0.08037490307137318,
1057
+ "grad_norm": 31.071197509765625,
1058
+ "learning_rate": 0.00019996024360998456,
1059
+ "loss": 39.5621,
1060
+ "step": 149
1061
+ },
1062
+ {
1063
+ "epoch": 0.08091433195104683,
1064
+ "grad_norm": 33.61774444580078,
1065
+ "learning_rate": 0.00019995860445503127,
1066
+ "loss": 37.7614,
1067
+ "step": 150
1068
+ },
1069
+ {
1070
+ "epoch": 0.08145376083072048,
1071
+ "grad_norm": 22.93950653076172,
1072
+ "learning_rate": 0.00019995693219506758,
1073
+ "loss": 59.2331,
1074
+ "step": 151
1075
+ },
1076
+ {
1077
+ "epoch": 0.08199318971039413,
1078
+ "grad_norm": 31.307132720947266,
1079
+ "learning_rate": 0.00019995522683064726,
1080
+ "loss": 70.8054,
1081
+ "step": 152
1082
+ },
1083
+ {
1084
+ "epoch": 0.08253261859006776,
1085
+ "grad_norm": 28.894466400146484,
1086
+ "learning_rate": 0.00019995348836233516,
1087
+ "loss": 84.8097,
1088
+ "step": 153
1089
+ },
1090
+ {
1091
+ "epoch": 0.08307204746974141,
1092
+ "grad_norm": 26.76435661315918,
1093
+ "learning_rate": 0.000199951716790707,
1094
+ "loss": 101.4707,
1095
+ "step": 154
1096
+ },
1097
+ {
1098
+ "epoch": 0.08361147634941506,
1099
+ "grad_norm": 26.842918395996094,
1100
+ "learning_rate": 0.00019994991211634954,
1101
+ "loss": 107.518,
1102
+ "step": 155
1103
+ },
1104
+ {
1105
+ "epoch": 0.0841509052290887,
1106
+ "grad_norm": 25.251588821411133,
1107
+ "learning_rate": 0.00019994807433986047,
1108
+ "loss": 106.076,
1109
+ "step": 156
1110
+ },
1111
+ {
1112
+ "epoch": 0.08469033410876235,
1113
+ "grad_norm": 28.60271453857422,
1114
+ "learning_rate": 0.0001999462034618484,
1115
+ "loss": 96.3093,
1116
+ "step": 157
1117
+ },
1118
+ {
1119
+ "epoch": 0.085229762988436,
1120
+ "grad_norm": 22.537473678588867,
1121
+ "learning_rate": 0.00019994429948293291,
1122
+ "loss": 88.6475,
1123
+ "step": 158
1124
+ },
1125
+ {
1126
+ "epoch": 0.08576919186810963,
1127
+ "grad_norm": 18.868396759033203,
1128
+ "learning_rate": 0.00019994236240374465,
1129
+ "loss": 92.4222,
1130
+ "step": 159
1131
+ },
1132
+ {
1133
+ "epoch": 0.08630862074778328,
1134
+ "grad_norm": 21.84971046447754,
1135
+ "learning_rate": 0.00019994039222492513,
1136
+ "loss": 88.0079,
1137
+ "step": 160
1138
+ },
1139
+ {
1140
+ "epoch": 0.08684804962745693,
1141
+ "grad_norm": 23.634244918823242,
1142
+ "learning_rate": 0.00019993838894712682,
1143
+ "loss": 77.0574,
1144
+ "step": 161
1145
+ },
1146
+ {
1147
+ "epoch": 0.08738747850713058,
1148
+ "grad_norm": 18.22877311706543,
1149
+ "learning_rate": 0.00019993635257101322,
1150
+ "loss": 67.3958,
1151
+ "step": 162
1152
+ },
1153
+ {
1154
+ "epoch": 0.08792690738680423,
1155
+ "grad_norm": 21.62260627746582,
1156
+ "learning_rate": 0.00019993428309725872,
1157
+ "loss": 65.1832,
1158
+ "step": 163
1159
+ },
1160
+ {
1161
+ "epoch": 0.08846633626647786,
1162
+ "grad_norm": 18.148618698120117,
1163
+ "learning_rate": 0.0001999321805265487,
1164
+ "loss": 63.1231,
1165
+ "step": 164
1166
+ },
1167
+ {
1168
+ "epoch": 0.08900576514615151,
1169
+ "grad_norm": 20.20022201538086,
1170
+ "learning_rate": 0.00019993004485957956,
1171
+ "loss": 59.0852,
1172
+ "step": 165
1173
+ },
1174
+ {
1175
+ "epoch": 0.08954519402582516,
1176
+ "grad_norm": 28.2082576751709,
1177
+ "learning_rate": 0.00019992787609705853,
1178
+ "loss": 55.8505,
1179
+ "step": 166
1180
+ },
1181
+ {
1182
+ "epoch": 0.0900846229054988,
1183
+ "grad_norm": 43.48365020751953,
1184
+ "learning_rate": 0.00019992567423970394,
1185
+ "loss": 40.495,
1186
+ "step": 167
1187
+ },
1188
+ {
1189
+ "epoch": 0.09062405178517245,
1190
+ "grad_norm": 149.13955688476562,
1191
+ "learning_rate": 0.00019992343928824498,
1192
+ "loss": 91.8388,
1193
+ "step": 168
1194
+ },
1195
+ {
1196
+ "epoch": 0.0911634806648461,
1197
+ "grad_norm": 91.07251739501953,
1198
+ "learning_rate": 0.00019992117124342183,
1199
+ "loss": 61.9425,
1200
+ "step": 169
1201
+ },
1202
+ {
1203
+ "epoch": 0.09170290954451973,
1204
+ "grad_norm": 65.70806121826172,
1205
+ "learning_rate": 0.00019991887010598565,
1206
+ "loss": 59.7979,
1207
+ "step": 170
1208
+ },
1209
+ {
1210
+ "epoch": 0.09224233842419338,
1211
+ "grad_norm": 45.109580993652344,
1212
+ "learning_rate": 0.00019991653587669855,
1213
+ "loss": 63.235,
1214
+ "step": 171
1215
+ },
1216
+ {
1217
+ "epoch": 0.09278176730386703,
1218
+ "grad_norm": 49.24695587158203,
1219
+ "learning_rate": 0.00019991416855633364,
1220
+ "loss": 55.8371,
1221
+ "step": 172
1222
+ },
1223
+ {
1224
+ "epoch": 0.09332119618354068,
1225
+ "grad_norm": 44.50947952270508,
1226
+ "learning_rate": 0.0001999117681456749,
1227
+ "loss": 45.3712,
1228
+ "step": 173
1229
+ },
1230
+ {
1231
+ "epoch": 0.09386062506321433,
1232
+ "grad_norm": 45.105506896972656,
1233
+ "learning_rate": 0.00019990933464551728,
1234
+ "loss": 59.354,
1235
+ "step": 174
1236
+ },
1237
+ {
1238
+ "epoch": 0.09440005394288797,
1239
+ "grad_norm": 31.862106323242188,
1240
+ "learning_rate": 0.0001999068680566668,
1241
+ "loss": 49.2883,
1242
+ "step": 175
1243
+ },
1244
+ {
1245
+ "epoch": 0.09493948282256161,
1246
+ "grad_norm": 34.86188507080078,
1247
+ "learning_rate": 0.00019990436837994028,
1248
+ "loss": 40.9445,
1249
+ "step": 176
1250
+ },
1251
+ {
1252
+ "epoch": 0.09547891170223526,
1253
+ "grad_norm": 52.34774398803711,
1254
+ "learning_rate": 0.00019990183561616567,
1255
+ "loss": 54.3114,
1256
+ "step": 177
1257
+ },
1258
+ {
1259
+ "epoch": 0.0960183405819089,
1260
+ "grad_norm": 30.12732696533203,
1261
+ "learning_rate": 0.00019989926976618172,
1262
+ "loss": 44.8966,
1263
+ "step": 178
1264
+ },
1265
+ {
1266
+ "epoch": 0.09655776946158255,
1267
+ "grad_norm": 29.296287536621094,
1268
+ "learning_rate": 0.00019989667083083825,
1269
+ "loss": 47.5101,
1270
+ "step": 179
1271
+ },
1272
+ {
1273
+ "epoch": 0.0970971983412562,
1274
+ "grad_norm": 42.42873764038086,
1275
+ "learning_rate": 0.00019989403881099597,
1276
+ "loss": 48.2378,
1277
+ "step": 180
1278
+ },
1279
+ {
1280
+ "epoch": 0.09763662722092983,
1281
+ "grad_norm": 31.62274742126465,
1282
+ "learning_rate": 0.00019989137370752657,
1283
+ "loss": 42.1564,
1284
+ "step": 181
1285
+ },
1286
+ {
1287
+ "epoch": 0.09817605610060348,
1288
+ "grad_norm": 30.754499435424805,
1289
+ "learning_rate": 0.00019988867552131275,
1290
+ "loss": 52.2929,
1291
+ "step": 182
1292
+ },
1293
+ {
1294
+ "epoch": 0.09871548498027713,
1295
+ "grad_norm": 31.932157516479492,
1296
+ "learning_rate": 0.000199885944253248,
1297
+ "loss": 45.6226,
1298
+ "step": 183
1299
+ },
1300
+ {
1301
+ "epoch": 0.09925491385995078,
1302
+ "grad_norm": 33.754722595214844,
1303
+ "learning_rate": 0.00019988317990423703,
1304
+ "loss": 39.9572,
1305
+ "step": 184
1306
+ },
1307
+ {
1308
+ "epoch": 0.09979434273962443,
1309
+ "grad_norm": 33.33165740966797,
1310
+ "learning_rate": 0.00019988038247519522,
1311
+ "loss": 52.7357,
1312
+ "step": 185
1313
+ },
1314
+ {
1315
+ "epoch": 0.10033377161929807,
1316
+ "grad_norm": 28.355619430541992,
1317
+ "learning_rate": 0.0001998775519670491,
1318
+ "loss": 39.8865,
1319
+ "step": 186
1320
+ },
1321
+ {
1322
+ "epoch": 0.10087320049897171,
1323
+ "grad_norm": 60.16803741455078,
1324
+ "learning_rate": 0.00019987468838073613,
1325
+ "loss": 48.3595,
1326
+ "step": 187
1327
+ },
1328
+ {
1329
+ "epoch": 0.10141262937864536,
1330
+ "grad_norm": 33.5135498046875,
1331
+ "learning_rate": 0.00019987179171720464,
1332
+ "loss": 34.3803,
1333
+ "step": 188
1334
+ },
1335
+ {
1336
+ "epoch": 0.101952058258319,
1337
+ "grad_norm": 33.8374137878418,
1338
+ "learning_rate": 0.00019986886197741403,
1339
+ "loss": 46.4517,
1340
+ "step": 189
1341
+ },
1342
+ {
1343
+ "epoch": 0.10249148713799265,
1344
+ "grad_norm": 26.143709182739258,
1345
+ "learning_rate": 0.0001998658991623345,
1346
+ "loss": 30.6351,
1347
+ "step": 190
1348
+ },
1349
+ {
1350
+ "epoch": 0.1030309160176663,
1351
+ "grad_norm": 28.791723251342773,
1352
+ "learning_rate": 0.0001998629032729474,
1353
+ "loss": 44.2275,
1354
+ "step": 191
1355
+ },
1356
+ {
1357
+ "epoch": 0.10357034489733995,
1358
+ "grad_norm": 33.818931579589844,
1359
+ "learning_rate": 0.00019985987431024485,
1360
+ "loss": 43.5677,
1361
+ "step": 192
1362
+ },
1363
+ {
1364
+ "epoch": 0.10410977377701358,
1365
+ "grad_norm": 40.07392883300781,
1366
+ "learning_rate": 0.00019985681227523006,
1367
+ "loss": 34.5844,
1368
+ "step": 193
1369
+ },
1370
+ {
1371
+ "epoch": 0.10464920265668723,
1372
+ "grad_norm": 30.963062286376953,
1373
+ "learning_rate": 0.00019985371716891708,
1374
+ "loss": 44.1099,
1375
+ "step": 194
1376
+ },
1377
+ {
1378
+ "epoch": 0.10518863153636088,
1379
+ "grad_norm": 31.774293899536133,
1380
+ "learning_rate": 0.000199850588992331,
1381
+ "loss": 36.4496,
1382
+ "step": 195
1383
+ },
1384
+ {
1385
+ "epoch": 0.10572806041603452,
1386
+ "grad_norm": 47.396575927734375,
1387
+ "learning_rate": 0.00019984742774650785,
1388
+ "loss": 50.9736,
1389
+ "step": 196
1390
+ },
1391
+ {
1392
+ "epoch": 0.10626748929570817,
1393
+ "grad_norm": 58.573341369628906,
1394
+ "learning_rate": 0.00019984423343249457,
1395
+ "loss": 44.6643,
1396
+ "step": 197
1397
+ },
1398
+ {
1399
+ "epoch": 0.10680691817538182,
1400
+ "grad_norm": 33.57207107543945,
1401
+ "learning_rate": 0.00019984100605134906,
1402
+ "loss": 36.4154,
1403
+ "step": 198
1404
+ },
1405
+ {
1406
+ "epoch": 0.10734634705505545,
1407
+ "grad_norm": 33.817752838134766,
1408
+ "learning_rate": 0.00019983774560414027,
1409
+ "loss": 38.8474,
1410
+ "step": 199
1411
+ },
1412
+ {
1413
+ "epoch": 0.1078857759347291,
1414
+ "grad_norm": 34.572608947753906,
1415
+ "learning_rate": 0.00019983445209194791,
1416
+ "loss": 30.1009,
1417
+ "step": 200
1418
+ },
1419
+ {
1420
+ "epoch": 0.1078857759347291,
1421
+ "eval_loss": 1.836081624031067,
1422
+ "eval_runtime": 141.0356,
1423
+ "eval_samples_per_second": 2.12,
1424
+ "eval_steps_per_second": 2.12,
1425
+ "step": 200
1426
+ }
1427
+ ],
1428
+ "logging_steps": 1,
1429
+ "max_steps": 5559,
1430
+ "num_input_tokens_seen": 0,
1431
+ "num_train_epochs": 3,
1432
+ "save_steps": 200,
1433
+ "stateful_callbacks": {
1434
+ "EarlyStoppingCallback": {
1435
+ "args": {
1436
+ "early_stopping_patience": 3,
1437
+ "early_stopping_threshold": 0.0
1438
+ },
1439
+ "attributes": {
1440
+ "early_stopping_patience_counter": 0
1441
+ }
1442
+ },
1443
+ "TrainerControl": {
1444
+ "args": {
1445
+ "should_epoch_stop": false,
1446
+ "should_evaluate": false,
1447
+ "should_log": false,
1448
+ "should_save": true,
1449
+ "should_training_stop": false
1450
+ },
1451
+ "attributes": {}
1452
+ }
1453
+ },
1454
+ "total_flos": 3.571584181941043e+17,
1455
+ "train_batch_size": 1,
1456
+ "trial_name": null,
1457
+ "trial_params": null
1458
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d521b926cc9b52658f752edb06fe011094ff558c587d132452d4dea2c1c386
3
+ size 6776