Fizzarolli commited on
Commit
85df9cb
·
verified ·
1 Parent(s): ba07d26

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: axolotl-quants/Llama-4-Scout-17B-16E-Linearized-bnb-nf4-bf16
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.15.2
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "axolotl-quants/Llama-4-Scout-17B-16E-Linearized-bnb-nf4-bf16",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 16,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "shared_expert.down_proj",
28
+ "self_attn.o_proj",
29
+ "self_attn.v_proj",
30
+ "shared_expert.gate_proj",
31
+ "self_attn.k_proj",
32
+ "shared_expert.up_proj",
33
+ "self_attn.q_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f416cbe1fb2287a328109ac9ae3486311fd35141490ab0ad33bb3c26256d3a72
3
+ size 248004816
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe9e031ed85df9c22a7e327f1e31aca2bebbd003e8dcd2b8ea91364bccc5353
3
+ size 60910643
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d9cd6a0487226e5bd30d1846894c82af483733ab4381b75bae9c0745e05d405
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588fec71680fc47d8ace37c5ec2868728ad7bb0f9c3428eeaadb805a39358f39
3
+ size 1382
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|eot|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|finetune_right_pad_id|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172c9eb4beafc72601690da3ccfcede5c2e6806a8d5ec1fca33e22acea8023a4
3
+ size 27948578
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,1294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.2501737317581654,
6
+ "eval_steps": 500,
7
+ "global_step": 180,
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.001389854065323141,
14
+ "grad_norm": 0.7409176826477051,
15
+ "learning_rate": 3.999721593572758e-05,
16
+ "loss": 3.5192,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.002779708130646282,
21
+ "grad_norm": 0.5615135431289673,
22
+ "learning_rate": 3.9991646190173924e-05,
23
+ "loss": 3.4286,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.004169562195969423,
28
+ "grad_norm": 0.5854966044425964,
29
+ "learning_rate": 3.998328611487523e-05,
30
+ "loss": 3.4286,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.005559416261292564,
35
+ "grad_norm": 0.5862582921981812,
36
+ "learning_rate": 3.997213570983149e-05,
37
+ "loss": 3.4585,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.006949270326615705,
42
+ "grad_norm": 0.5955198407173157,
43
+ "learning_rate": 3.9958194975042716e-05,
44
+ "loss": 3.1467,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.008339124391938846,
49
+ "grad_norm": 0.6464918851852417,
50
+ "learning_rate": 3.9941460272530094e-05,
51
+ "loss": 3.1823,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.009728978457261988,
56
+ "grad_norm": 0.6563470959663391,
57
+ "learning_rate": 3.9921931602293625e-05,
58
+ "loss": 3.0063,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.011118832522585128,
63
+ "grad_norm": 0.7250497341156006,
64
+ "learning_rate": 3.989960896433331e-05,
65
+ "loss": 2.9268,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.01250868658790827,
70
+ "grad_norm": 0.7942679524421692,
71
+ "learning_rate": 3.987449599662796e-05,
72
+ "loss": 2.9488,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.01389854065323141,
77
+ "grad_norm": 0.7256530523300171,
78
+ "learning_rate": 3.984659269917756e-05,
79
+ "loss": 2.8387,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.015288394718554551,
84
+ "grad_norm": 0.96202152967453,
85
+ "learning_rate": 3.981589907198213e-05,
86
+ "loss": 2.7071,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.01667824878387769,
91
+ "grad_norm": 0.8117583394050598,
92
+ "learning_rate": 3.978242239099927e-05,
93
+ "loss": 2.4934,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.018068102849200834,
98
+ "grad_norm": 0.9094793796539307,
99
+ "learning_rate": 3.974616265622899e-05,
100
+ "loss": 2.6515,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.019457956914523976,
105
+ "grad_norm": 0.8784312009811401,
106
+ "learning_rate": 3.9707127143628895e-05,
107
+ "loss": 2.2521,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.020847810979847115,
112
+ "grad_norm": 0.8378123641014099,
113
+ "learning_rate": 3.966531585319899e-05,
114
+ "loss": 2.6406,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.022237665045170257,
119
+ "grad_norm": 0.8524578809738159,
120
+ "learning_rate": 3.962073606089689e-05,
121
+ "loss": 2.5555,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.0236275191104934,
126
+ "grad_norm": 1.0161993503570557,
127
+ "learning_rate": 3.9573395042680204e-05,
128
+ "loss": 2.6443,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.02501737317581654,
133
+ "grad_norm": 0.8594086766242981,
134
+ "learning_rate": 3.9523296436527744e-05,
135
+ "loss": 2.4282,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.02640722724113968,
140
+ "grad_norm": 0.8018243312835693,
141
+ "learning_rate": 3.947044751839712e-05,
142
+ "loss": 2.2656,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.02779708130646282,
147
+ "grad_norm": 0.833044171333313,
148
+ "learning_rate": 3.9414855564245954e-05,
149
+ "loss": 2.2516,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.029186935371785964,
154
+ "grad_norm": 0.8001306056976318,
155
+ "learning_rate": 3.935652785003185e-05,
156
+ "loss": 2.334,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.030576789437109102,
161
+ "grad_norm": 1.0083926916122437,
162
+ "learning_rate": 3.929547528969124e-05,
163
+ "loss": 2.2434,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.031966643502432245,
168
+ "grad_norm": 0.8387123942375183,
169
+ "learning_rate": 3.923170515918173e-05,
170
+ "loss": 2.1532,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.03335649756775538,
175
+ "grad_norm": 0.8073887825012207,
176
+ "learning_rate": 3.916522837243974e-05,
177
+ "loss": 2.3309,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.03474635163307853,
182
+ "grad_norm": 0.709004819393158,
183
+ "learning_rate": 3.90960558434017e-05,
184
+ "loss": 2.18,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.03613620569840167,
189
+ "grad_norm": 0.674148440361023,
190
+ "learning_rate": 3.9024198486004025e-05,
191
+ "loss": 2.1713,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.037526059763724806,
196
+ "grad_norm": 0.7956393361091614,
197
+ "learning_rate": 3.894966721418314e-05,
198
+ "loss": 2.3782,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.03891591382904795,
203
+ "grad_norm": 0.6804589629173279,
204
+ "learning_rate": 3.887247294187546e-05,
205
+ "loss": 2.1933,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.04030576789437109,
210
+ "grad_norm": 1.6819874048233032,
211
+ "learning_rate": 3.8792630220996216e-05,
212
+ "loss": 2.2018,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.04169562195969423,
217
+ "grad_norm": 0.685869574546814,
218
+ "learning_rate": 3.871014996548183e-05,
219
+ "loss": 2.2206,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.043085476025017375,
224
+ "grad_norm": 0.6232013702392578,
225
+ "learning_rate": 3.862505036522634e-05,
226
+ "loss": 2.1251,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.04447533009034051,
231
+ "grad_norm": 0.609855592250824,
232
+ "learning_rate": 3.853733869618736e-05,
233
+ "loss": 2.2228,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.04586518415566365,
238
+ "grad_norm": 0.6258031725883484,
239
+ "learning_rate": 3.844703678623773e-05,
240
+ "loss": 2.2185,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.0472550382209868,
245
+ "grad_norm": 0.5621820688247681,
246
+ "learning_rate": 3.835415554931387e-05,
247
+ "loss": 2.168,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.048644892286309936,
252
+ "grad_norm": 0.5401716828346252,
253
+ "learning_rate": 3.825871317530982e-05,
254
+ "loss": 2.175,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.05003474635163308,
259
+ "grad_norm": 0.5031033754348755,
260
+ "learning_rate": 3.816072421614081e-05,
261
+ "loss": 2.0321,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.05142460041695622,
266
+ "grad_norm": 0.49892041087150574,
267
+ "learning_rate": 3.806021049967967e-05,
268
+ "loss": 2.2909,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.05281445448227936,
273
+ "grad_norm": 0.47056782245635986,
274
+ "learning_rate": 3.795718293986283e-05,
275
+ "loss": 2.1851,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.054204308547602505,
280
+ "grad_norm": 0.4496292173862457,
281
+ "learning_rate": 3.785166336456314e-05,
282
+ "loss": 2.0675,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.05559416261292564,
287
+ "grad_norm": 0.473352313041687,
288
+ "learning_rate": 3.774366996367462e-05,
289
+ "loss": 2.2851,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.05698401667824878,
294
+ "grad_norm": 0.4474506378173828,
295
+ "learning_rate": 3.7633220927091315e-05,
296
+ "loss": 2.1041,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.05837387074357193,
301
+ "grad_norm": 0.4823157489299774,
302
+ "learning_rate": 3.752033808268607e-05,
303
+ "loss": 2.0805,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.059763724808895066,
308
+ "grad_norm": 0.45550891757011414,
309
+ "learning_rate": 3.740503962035291e-05,
310
+ "loss": 2.2575,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.061153578874218205,
315
+ "grad_norm": 0.3821059763431549,
316
+ "learning_rate": 3.7287347367964685e-05,
317
+ "loss": 2.1388,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.06254343293954134,
322
+ "grad_norm": 0.36882323026657104,
323
+ "learning_rate": 3.716727951541543e-05,
324
+ "loss": 2.1219,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.06393328700486449,
329
+ "grad_norm": 0.38791537284851074,
330
+ "learning_rate": 3.7044861528556794e-05,
331
+ "loss": 2.1315,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.06532314107018763,
336
+ "grad_norm": 0.3582218885421753,
337
+ "learning_rate": 3.692011523526162e-05,
338
+ "loss": 2.2317,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.06671299513551077,
343
+ "grad_norm": 0.329677551984787,
344
+ "learning_rate": 3.679306246340275e-05,
345
+ "loss": 2.0869,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.06810284920083391,
350
+ "grad_norm": 0.32158908247947693,
351
+ "learning_rate": 3.6663725040853024e-05,
352
+ "loss": 2.3178,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.06949270326615706,
357
+ "grad_norm": 0.384804904460907,
358
+ "learning_rate": 3.653212479548529e-05,
359
+ "loss": 2.1155,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.07088255733148019,
364
+ "grad_norm": 0.3261670768260956,
365
+ "learning_rate": 3.639828719315119e-05,
366
+ "loss": 2.2381,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.07227241139680333,
371
+ "grad_norm": 0.3406740128993988,
372
+ "learning_rate": 3.626223769970238e-05,
373
+ "loss": 2.0653,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.07366226546212648,
378
+ "grad_norm": 0.32772770524024963,
379
+ "learning_rate": 3.612400178099051e-05,
380
+ "loss": 2.0903,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.07505211952744961,
385
+ "grad_norm": 0.3069205582141876,
386
+ "learning_rate": 3.598360126488842e-05,
387
+ "loss": 1.9182,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.07644197359277276,
392
+ "grad_norm": 0.2695797085762024,
393
+ "learning_rate": 3.5841068893205374e-05,
394
+ "loss": 1.97,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.0778318276580959,
399
+ "grad_norm": 0.37067824602127075,
400
+ "learning_rate": 3.569642285583541e-05,
401
+ "loss": 2.2509,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.07922168172341904,
406
+ "grad_norm": 0.3385728895664215,
407
+ "learning_rate": 3.5549695894587785e-05,
408
+ "loss": 2.2857,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.08061153578874218,
413
+ "grad_norm": 0.28427156805992126,
414
+ "learning_rate": 3.540090983733535e-05,
415
+ "loss": 2.0356,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.08200138985406533,
420
+ "grad_norm": 0.3377193510532379,
421
+ "learning_rate": 3.5250093787908554e-05,
422
+ "loss": 2.1744,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.08339124391938846,
427
+ "grad_norm": 0.27540090680122375,
428
+ "learning_rate": 3.509727321215905e-05,
429
+ "loss": 2.1665,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.0847810979847116,
434
+ "grad_norm": 0.3422718644142151,
435
+ "learning_rate": 3.494248085189611e-05,
436
+ "loss": 1.9342,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.08617095205003475,
441
+ "grad_norm": 0.2574728727340698,
442
+ "learning_rate": 3.478574217297137e-05,
443
+ "loss": 2.2009,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.08756080611535788,
448
+ "grad_norm": 0.2330848127603531,
449
+ "learning_rate": 3.462708627921529e-05,
450
+ "loss": 2.1879,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.08895066018068103,
455
+ "grad_norm": 0.2683883309364319,
456
+ "learning_rate": 3.4466542274458334e-05,
457
+ "loss": 2.1559,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.09034051424600417,
462
+ "grad_norm": 0.21715426445007324,
463
+ "learning_rate": 3.430413926253095e-05,
464
+ "loss": 2.0487,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.0917303683113273,
469
+ "grad_norm": 0.23342643678188324,
470
+ "learning_rate": 3.413990998524241e-05,
471
+ "loss": 2.1284,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.09312022237665045,
476
+ "grad_norm": 0.2351645976305008,
477
+ "learning_rate": 3.397387990844436e-05,
478
+ "loss": 2.113,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.0945100764419736,
483
+ "grad_norm": 0.352430135011673,
484
+ "learning_rate": 3.380608541192487e-05,
485
+ "loss": 2.2563,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.09589993050729674,
490
+ "grad_norm": 0.2351987361907959,
491
+ "learning_rate": 3.363655196153559e-05,
492
+ "loss": 2.1185,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.09728978457261987,
497
+ "grad_norm": 0.25391116738319397,
498
+ "learning_rate": 3.346531229908578e-05,
499
+ "loss": 1.9646,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.09867963863794302,
504
+ "grad_norm": 0.24878591299057007,
505
+ "learning_rate": 3.3292395528405905e-05,
506
+ "loss": 1.8972,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.10006949270326616,
511
+ "grad_norm": 0.2513987421989441,
512
+ "learning_rate": 3.311783439130522e-05,
513
+ "loss": 2.3366,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.1014593467685893,
518
+ "grad_norm": 0.22613292932510376,
519
+ "learning_rate": 3.2941661629593e-05,
520
+ "loss": 2.0588,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.10284920083391244,
525
+ "grad_norm": 0.21839161217212677,
526
+ "learning_rate": 3.27639099850785e-05,
527
+ "loss": 2.0658,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.10423905489923559,
532
+ "grad_norm": 0.21652136743068695,
533
+ "learning_rate": 3.2584608561592177e-05,
534
+ "loss": 1.9668,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.10562890896455872,
539
+ "grad_norm": 0.33612847328186035,
540
+ "learning_rate": 3.2403793738922104e-05,
541
+ "loss": 1.9812,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.10701876302988186,
546
+ "grad_norm": 0.2500985264778137,
547
+ "learning_rate": 3.2221498258877546e-05,
548
+ "loss": 1.9848,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.10840861709520501,
553
+ "grad_norm": 0.2622527778148651,
554
+ "learning_rate": 3.203775122528896e-05,
555
+ "loss": 2.2417,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.10979847116052814,
560
+ "grad_norm": 0.22762766480445862,
561
+ "learning_rate": 3.185258901794441e-05,
562
+ "loss": 2.2114,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.11118832522585129,
567
+ "grad_norm": 0.18959005177021027,
568
+ "learning_rate": 3.166604437865317e-05,
569
+ "loss": 1.9689,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.11257817929117443,
574
+ "grad_norm": 0.2245381474494934,
575
+ "learning_rate": 3.1478150049224496e-05,
576
+ "loss": 2.0861,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.11396803335649756,
581
+ "grad_norm": 0.2584340572357178,
582
+ "learning_rate": 3.1288938771467656e-05,
583
+ "loss": 2.0639,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.11535788742182071,
588
+ "grad_norm": 0.22430986166000366,
589
+ "learning_rate": 3.109844692517072e-05,
590
+ "loss": 1.9695,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.11674774148714386,
595
+ "grad_norm": 0.27213403582572937,
596
+ "learning_rate": 3.090670725214295e-05,
597
+ "loss": 2.0551,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.11813759555246699,
602
+ "grad_norm": 0.23510581254959106,
603
+ "learning_rate": 3.0713752494193614e-05,
604
+ "loss": 2.1565,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.11952744961779013,
609
+ "grad_norm": 0.4063816964626312,
610
+ "learning_rate": 3.051961903111078e-05,
611
+ "loss": 2.2242,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.12091730368311328,
616
+ "grad_norm": 0.3135417401790619,
617
+ "learning_rate": 3.032433960470371e-05,
618
+ "loss": 2.2841,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.12230715774843641,
623
+ "grad_norm": 0.2632151246070862,
624
+ "learning_rate": 3.0127950594760478e-05,
625
+ "loss": 2.1075,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.12369701181375956,
630
+ "grad_norm": 0.2494344264268875,
631
+ "learning_rate": 2.9930484743090346e-05,
632
+ "loss": 2.1096,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.1250868658790827,
637
+ "grad_norm": 0.2007075548171997,
638
+ "learning_rate": 2.9731978429481387e-05,
639
+ "loss": 2.1779,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.12647671994440585,
644
+ "grad_norm": 0.21900464594364166,
645
+ "learning_rate": 2.9532464395742863e-05,
646
+ "loss": 2.0586,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.12786657400972898,
651
+ "grad_norm": 0.2916090190410614,
652
+ "learning_rate": 2.9331979021662846e-05,
653
+ "loss": 1.9652,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.1292564280750521,
658
+ "grad_norm": 0.25345149636268616,
659
+ "learning_rate": 2.9130556868040003e-05,
660
+ "loss": 2.0456,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.13064628214037527,
665
+ "grad_norm": 0.33592185378074646,
666
+ "learning_rate": 2.8928230676683597e-05,
667
+ "loss": 2.0481,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.1320361362056984,
672
+ "grad_norm": 0.2137216031551361,
673
+ "learning_rate": 2.87250368273817e-05,
674
+ "loss": 1.9936,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.13342599027102153,
679
+ "grad_norm": 0.1986539214849472,
680
+ "learning_rate": 2.8521011699922383e-05,
681
+ "loss": 2.101,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.1348158443363447,
686
+ "grad_norm": 0.19974084198474884,
687
+ "learning_rate": 2.8316189855104312e-05,
688
+ "loss": 2.1086,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.13620569840166782,
693
+ "grad_norm": 0.22967414557933807,
694
+ "learning_rate": 2.8110605853726156e-05,
695
+ "loss": 1.9475,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.13759555246699096,
700
+ "grad_norm": 0.21497172117233276,
701
+ "learning_rate": 2.790429425658658e-05,
702
+ "loss": 2.1221,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.13898540653231412,
707
+ "grad_norm": 0.2060205489397049,
708
+ "learning_rate": 2.7697289624484256e-05,
709
+ "loss": 2.157,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.14037526059763725,
714
+ "grad_norm": 0.2061186283826828,
715
+ "learning_rate": 2.7489626518217847e-05,
716
+ "loss": 1.9418,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.14176511466296038,
721
+ "grad_norm": 0.2318679243326187,
722
+ "learning_rate": 2.7281341317575425e-05,
723
+ "loss": 1.9337,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.14315496872828354,
728
+ "grad_norm": 0.19199368357658386,
729
+ "learning_rate": 2.7072468583355658e-05,
730
+ "loss": 2.1347,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.14454482279360667,
735
+ "grad_norm": 0.5738226175308228,
736
+ "learning_rate": 2.686304105736781e-05,
737
+ "loss": 1.9709,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.1459346768589298,
742
+ "grad_norm": 0.2086687982082367,
743
+ "learning_rate": 2.665309511939995e-05,
744
+ "loss": 2.1757,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.14732453092425296,
749
+ "grad_norm": 0.18678060173988342,
750
+ "learning_rate": 2.6442665330250748e-05,
751
+ "loss": 1.9203,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.1487143849895761,
756
+ "grad_norm": 0.24349789321422577,
757
+ "learning_rate": 2.623178625071887e-05,
758
+ "loss": 2.0041,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.15010423905489922,
763
+ "grad_norm": 0.44293686747550964,
764
+ "learning_rate": 2.602049062261358e-05,
765
+ "loss": 2.0651,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.15149409312022238,
770
+ "grad_norm": 0.23788246512413025,
771
+ "learning_rate": 2.5808814825722948e-05,
772
+ "loss": 2.0853,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.15288394718554552,
777
+ "grad_norm": 0.24998068809509277,
778
+ "learning_rate": 2.5596793420845643e-05,
779
+ "loss": 2.1346,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.15427380125086865,
784
+ "grad_norm": 0.23647256195545197,
785
+ "learning_rate": 2.5384459149790928e-05,
786
+ "loss": 1.9715,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.1556636553161918,
791
+ "grad_norm": 0.31655153632164,
792
+ "learning_rate": 2.517184657335747e-05,
793
+ "loss": 2.0115,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.15705350938151494,
798
+ "grad_norm": 0.19617554545402527,
799
+ "learning_rate": 2.4958988433354534e-05,
800
+ "loss": 2.0552,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.15844336344683807,
805
+ "grad_norm": 0.22154586017131805,
806
+ "learning_rate": 2.4745919290580787e-05,
807
+ "loss": 2.0653,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.15983321751216123,
812
+ "grad_norm": 0.2188163846731186,
813
+ "learning_rate": 2.4532671886845492e-05,
814
+ "loss": 2.2253,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.16122307157748436,
819
+ "grad_norm": 0.19053936004638672,
820
+ "learning_rate": 2.4319278963957913e-05,
821
+ "loss": 2.0672,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.1626129256428075,
826
+ "grad_norm": 0.2588854432106018,
827
+ "learning_rate": 2.410577508271672e-05,
828
+ "loss": 2.0342,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.16400277970813065,
833
+ "grad_norm": 0.2963363230228424,
834
+ "learning_rate": 2.389219298493117e-05,
835
+ "loss": 2.0387,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.16539263377345378,
840
+ "grad_norm": 0.23298707604408264,
841
+ "learning_rate": 2.3678565412410535e-05,
842
+ "loss": 2.0423,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.16678248783877692,
847
+ "grad_norm": 0.20690463483333588,
848
+ "learning_rate": 2.3464925106964074e-05,
849
+ "loss": 1.9764,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.16817234190410008,
854
+ "grad_norm": 0.23895452916622162,
855
+ "learning_rate": 2.325130299141165e-05,
856
+ "loss": 1.9615,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.1695621959694232,
861
+ "grad_norm": 0.2269681841135025,
862
+ "learning_rate": 2.3037731807562523e-05,
863
+ "loss": 1.8685,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.17095205003474634,
868
+ "grad_norm": 0.26502808928489685,
869
+ "learning_rate": 2.2824242478236556e-05,
870
+ "loss": 1.9815,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.1723419041000695,
875
+ "grad_norm": 0.24106465280056,
876
+ "learning_rate": 2.2610867745243013e-05,
877
+ "loss": 2.0057,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.17373175816539263,
882
+ "grad_norm": 0.1920744776725769,
883
+ "learning_rate": 2.2397638531401753e-05,
884
+ "loss": 1.9905,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.17512161223071576,
889
+ "grad_norm": 0.299200177192688,
890
+ "learning_rate": 2.2184585759532638e-05,
891
+ "loss": 1.8186,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.17651146629603892,
896
+ "grad_norm": 0.21507440507411957,
897
+ "learning_rate": 2.1971740352455527e-05,
898
+ "loss": 1.965,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.17790132036136205,
903
+ "grad_norm": 0.2105863094329834,
904
+ "learning_rate": 2.1759131414000876e-05,
905
+ "loss": 2.115,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.17929117442668518,
910
+ "grad_norm": 0.21202439069747925,
911
+ "learning_rate": 2.154679168597795e-05,
912
+ "loss": 1.9482,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.18068102849200834,
917
+ "grad_norm": 0.21153898537158966,
918
+ "learning_rate": 2.1334748453227803e-05,
919
+ "loss": 1.9907,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.18207088255733148,
924
+ "grad_norm": 0.22135163843631744,
925
+ "learning_rate": 2.1123032638570294e-05,
926
+ "loss": 2.1229,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.1834607366226546,
931
+ "grad_norm": 0.2102488875389099,
932
+ "learning_rate": 2.091167334583588e-05,
933
+ "loss": 2.1547,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.18485059068797777,
938
+ "grad_norm": 0.500489354133606,
939
+ "learning_rate": 2.070070149784442e-05,
940
+ "loss": 2.0868,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.1862404447533009,
945
+ "grad_norm": 0.3173089325428009,
946
+ "learning_rate": 2.049014437943697e-05,
947
+ "loss": 1.8882,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.18763029881862406,
952
+ "grad_norm": 0.2581390142440796,
953
+ "learning_rate": 2.028002927545458e-05,
954
+ "loss": 2.0773,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.1890201528839472,
959
+ "grad_norm": 0.20216765999794006,
960
+ "learning_rate": 2.007038528972771e-05,
961
+ "loss": 2.0587,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.19041000694927032,
966
+ "grad_norm": 0.20798902213573456,
967
+ "learning_rate": 1.986123970709741e-05,
968
+ "loss": 1.9818,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.19179986101459348,
973
+ "grad_norm": 0.20478519797325134,
974
+ "learning_rate": 1.9652619812404737e-05,
975
+ "loss": 2.1231,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.1931897150799166,
980
+ "grad_norm": 0.2358742356300354,
981
+ "learning_rate": 1.944455289049074e-05,
982
+ "loss": 1.9059,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.19457956914523974,
987
+ "grad_norm": 0.19055970013141632,
988
+ "learning_rate": 1.9237066226196475e-05,
989
+ "loss": 1.9074,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.1959694232105629,
994
+ "grad_norm": 0.21943627297878265,
995
+ "learning_rate": 1.9030183466384187e-05,
996
+ "loss": 1.887,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.19735927727588604,
1001
+ "grad_norm": 0.20230762660503387,
1002
+ "learning_rate": 1.8823933714884333e-05,
1003
+ "loss": 2.0427,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.19874913134120917,
1008
+ "grad_norm": 0.2051026076078415,
1009
+ "learning_rate": 1.861834061855916e-05,
1010
+ "loss": 1.8915,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.20013898540653233,
1015
+ "grad_norm": 1.0352438688278198,
1016
+ "learning_rate": 1.8413429643260315e-05,
1017
+ "loss": 1.9431,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.20152883947185546,
1022
+ "grad_norm": 0.2811901271343231,
1023
+ "learning_rate": 1.8209228073828854e-05,
1024
+ "loss": 1.897,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.2029186935371786,
1029
+ "grad_norm": 0.46414074301719666,
1030
+ "learning_rate": 1.8005757738137618e-05,
1031
+ "loss": 2.0354,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.20430854760250175,
1036
+ "grad_norm": 0.22770829498767853,
1037
+ "learning_rate": 1.7803044102038257e-05,
1038
+ "loss": 2.0427,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.20569840166782488,
1043
+ "grad_norm": 0.2260872721672058,
1044
+ "learning_rate": 1.7601108993403614e-05,
1045
+ "loss": 1.9558,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.207088255733148,
1050
+ "grad_norm": 0.1908380687236786,
1051
+ "learning_rate": 1.7399976059095934e-05,
1052
+ "loss": 2.0494,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.20847810979847117,
1057
+ "grad_norm": 0.19630920886993408,
1058
+ "learning_rate": 1.7199668945977464e-05,
1059
+ "loss": 1.893,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.2098679638637943,
1064
+ "grad_norm": 0.18318656086921692,
1065
+ "learning_rate": 1.7000209481921047e-05,
1066
+ "loss": 1.8479,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.21125781792911744,
1071
+ "grad_norm": 0.20488278567790985,
1072
+ "learning_rate": 1.6801621313788928e-05,
1073
+ "loss": 1.9398,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.2126476719944406,
1078
+ "grad_norm": 0.18846479058265686,
1079
+ "learning_rate": 1.6603924450464547e-05,
1080
+ "loss": 1.8462,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.21403752605976373,
1085
+ "grad_norm": 0.1990012526512146,
1086
+ "learning_rate": 1.6407140719820745e-05,
1087
+ "loss": 1.8491,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.21542738012508686,
1092
+ "grad_norm": 0.20991306006908417,
1093
+ "learning_rate": 1.6211291949730366e-05,
1094
+ "loss": 2.0807,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.21681723419041002,
1099
+ "grad_norm": 0.1805444061756134,
1100
+ "learning_rate": 1.6016396330087446e-05,
1101
+ "loss": 1.8295,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.21820708825573315,
1106
+ "grad_norm": 0.22825907170772552,
1107
+ "learning_rate": 1.5822475688764825e-05,
1108
+ "loss": 2.0153,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.21959694232105628,
1113
+ "grad_norm": 0.17874298989772797,
1114
+ "learning_rate": 1.562954821565654e-05,
1115
+ "loss": 1.8857,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.22098679638637944,
1120
+ "grad_norm": 0.20816968381404877,
1121
+ "learning_rate": 1.5437633919646032e-05,
1122
+ "loss": 2.0169,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.22237665045170257,
1127
+ "grad_norm": 0.1875351518392563,
1128
+ "learning_rate": 1.5246751900122035e-05,
1129
+ "loss": 2.0116,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.2237665045170257,
1134
+ "grad_norm": 0.1880957931280136,
1135
+ "learning_rate": 1.5056919437483884e-05,
1136
+ "loss": 1.9458,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.22515635858234886,
1141
+ "grad_norm": 0.2217608243227005,
1142
+ "learning_rate": 1.4868154721625615e-05,
1143
+ "loss": 2.1639,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.226546212647672,
1148
+ "grad_norm": 0.21479056775569916,
1149
+ "learning_rate": 1.468047503294656e-05,
1150
+ "loss": 2.0,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.22793606671299513,
1155
+ "grad_norm": 0.2338622510433197,
1156
+ "learning_rate": 1.4493896742351353e-05,
1157
+ "loss": 2.0731,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.2293259207783183,
1162
+ "grad_norm": 0.23026101291179657,
1163
+ "learning_rate": 1.4308437130239327e-05,
1164
+ "loss": 2.1193,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.23071577484364142,
1169
+ "grad_norm": 0.21515104174613953,
1170
+ "learning_rate": 1.4124113477009814e-05,
1171
+ "loss": 1.966,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.23210562890896455,
1176
+ "grad_norm": 0.22686313092708588,
1177
+ "learning_rate": 1.3940940334578045e-05,
1178
+ "loss": 2.0554,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.2334954829742877,
1183
+ "grad_norm": 0.22290675342082977,
1184
+ "learning_rate": 1.3758932254859246e-05,
1185
+ "loss": 2.1244,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.23488533703961084,
1190
+ "grad_norm": 0.19737748801708221,
1191
+ "learning_rate": 1.357810469926335e-05,
1192
+ "loss": 2.0386,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.23627519110493397,
1197
+ "grad_norm": 0.2284354418516159,
1198
+ "learning_rate": 1.3398472219705582e-05,
1199
+ "loss": 1.9145,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.23766504517025713,
1204
+ "grad_norm": 0.18580572307109833,
1205
+ "learning_rate": 1.322004845860647e-05,
1206
+ "loss": 1.8991,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.23905489923558026,
1211
+ "grad_norm": 0.18737782537937164,
1212
+ "learning_rate": 1.3042847058386542e-05,
1213
+ "loss": 1.8709,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.2404447533009034,
1218
+ "grad_norm": 0.2080836445093155,
1219
+ "learning_rate": 1.2866880751971621e-05,
1220
+ "loss": 1.7018,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.24183460736622656,
1225
+ "grad_norm": 0.20678725838661194,
1226
+ "learning_rate": 1.2692163181782234e-05,
1227
+ "loss": 1.7609,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.2432244614315497,
1232
+ "grad_norm": 0.21453110873699188,
1233
+ "learning_rate": 1.2518705261754803e-05,
1234
+ "loss": 2.1415,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.24461431549687282,
1239
+ "grad_norm": 0.23385198414325714,
1240
+ "learning_rate": 1.234651881532045e-05,
1241
+ "loss": 1.8789,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.24600416956219598,
1246
+ "grad_norm": 0.18875467777252197,
1247
+ "learning_rate": 1.2175616575405002e-05,
1248
+ "loss": 1.7596,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.2473940236275191,
1253
+ "grad_norm": 0.22677035629749298,
1254
+ "learning_rate": 1.2006007636955474e-05,
1255
+ "loss": 2.0212,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.24878387769284224,
1260
+ "grad_norm": 0.16881951689720154,
1261
+ "learning_rate": 1.183770382340299e-05,
1262
+ "loss": 1.7595,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.2501737317581654,
1267
+ "grad_norm": 0.21647167205810547,
1268
+ "learning_rate": 1.1670714229694568e-05,
1269
+ "loss": 2.1274,
1270
+ "step": 180
1271
+ }
1272
+ ],
1273
+ "logging_steps": 1,
1274
+ "max_steps": 1438,
1275
+ "num_input_tokens_seen": 0,
1276
+ "num_train_epochs": 2,
1277
+ "save_steps": 180,
1278
+ "stateful_callbacks": {
1279
+ "TrainerControl": {
1280
+ "args": {
1281
+ "should_epoch_stop": false,
1282
+ "should_evaluate": false,
1283
+ "should_log": false,
1284
+ "should_save": true,
1285
+ "should_training_stop": false
1286
+ },
1287
+ "attributes": {}
1288
+ }
1289
+ },
1290
+ "total_flos": 1.5241420974210417e+19,
1291
+ "train_batch_size": 4,
1292
+ "trial_name": null,
1293
+ "trial_params": null
1294
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:545076fbf36d7ac4864c0363ad726d00793d288ddc0c4167578cda7663213cdc
3
+ size 11704