lmg-anon commited on
Commit
85f5dea
1 Parent(s): a5433e6

Upload folder using huggingface_hub

Browse files
checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-2-27b-bnb-4bit
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.11.1
checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/gemma-2-27b-bnb-4bit",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 32,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "lm_head",
19
+ "embed_tokens"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 128,
23
+ "rank_pattern": {},
24
+ "revision": "unsloth",
25
+ "target_modules": [
26
+ "up_proj",
27
+ "k_proj",
28
+ "gate_proj",
29
+ "down_proj",
30
+ "v_proj",
31
+ "q_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": true
37
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6cd2090f982b4b3eb81a4780eea79de7cdc76afd38070d06622ce3d18a1b0dc
3
+ size 27247459432
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1412c44daeb0c33f961a9d34ccad021d35c62b667a2398f625df25d0b32036c
3
+ size 6559156088
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8e13a761d59b362762d6ee820fea31ce0b95fd5dc88a4c162745b069a81dba
3
+ size 14244
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e256c765fa91c74ecd45c527c0ec85ce864683247d7c950fc0d3edf5702d3691
3
+ size 1064
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,1433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.4024144869215292,
5
+ "eval_steps": 500,
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.002012072434607646,
13
+ "grad_norm": 46.70955276489258,
14
+ "learning_rate": 6.5e-06,
15
+ "loss": 1.4376,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.004024144869215292,
20
+ "grad_norm": 25.710079193115234,
21
+ "learning_rate": 1.3e-05,
22
+ "loss": 1.2619,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.006036217303822937,
27
+ "grad_norm": 26.04344940185547,
28
+ "learning_rate": 1.9499999999999996e-05,
29
+ "loss": 1.2208,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.008048289738430584,
34
+ "grad_norm": 8.251016616821289,
35
+ "learning_rate": 2.6e-05,
36
+ "loss": 1.0171,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.01006036217303823,
41
+ "grad_norm": 4.199310302734375,
42
+ "learning_rate": 3.25e-05,
43
+ "loss": 0.9699,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.012072434607645875,
48
+ "grad_norm": 6.134476661682129,
49
+ "learning_rate": 3.899999999999999e-05,
50
+ "loss": 0.9899,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.014084507042253521,
55
+ "grad_norm": 4.348274230957031,
56
+ "learning_rate": 4.5499999999999995e-05,
57
+ "loss": 0.9959,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.01609657947686117,
62
+ "grad_norm": 3.9475340843200684,
63
+ "learning_rate": 5.2e-05,
64
+ "loss": 0.8857,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.018108651911468814,
69
+ "grad_norm": 3.1918065547943115,
70
+ "learning_rate": 5.85e-05,
71
+ "loss": 0.9008,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.02012072434607646,
76
+ "grad_norm": 2.7590606212615967,
77
+ "learning_rate": 6.5e-05,
78
+ "loss": 0.8703,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.022132796780684104,
83
+ "grad_norm": 3.0539116859436035,
84
+ "learning_rate": 6.499932377117017e-05,
85
+ "loss": 0.8258,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.02414486921529175,
90
+ "grad_norm": 2.821988344192505,
91
+ "learning_rate": 6.499729511282135e-05,
92
+ "loss": 0.9071,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.026156941649899398,
97
+ "grad_norm": 2.776759147644043,
98
+ "learning_rate": 6.499391410937425e-05,
99
+ "loss": 0.8496,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.028169014084507043,
104
+ "grad_norm": 2.897883176803589,
105
+ "learning_rate": 6.498918090152627e-05,
106
+ "loss": 0.8339,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.030181086519114688,
111
+ "grad_norm": 2.511650562286377,
112
+ "learning_rate": 6.498309568624549e-05,
113
+ "loss": 0.8398,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.03219315895372234,
118
+ "grad_norm": 2.69217848777771,
119
+ "learning_rate": 6.497565871676255e-05,
120
+ "loss": 0.8373,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.03420523138832998,
125
+ "grad_norm": 2.5202300548553467,
126
+ "learning_rate": 6.496687030256012e-05,
127
+ "loss": 0.8418,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.03621730382293763,
132
+ "grad_norm": 2.4313321113586426,
133
+ "learning_rate": 6.495673080935999e-05,
134
+ "loss": 0.8482,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.03822937625754527,
139
+ "grad_norm": 2.278684139251709,
140
+ "learning_rate": 6.494524065910784e-05,
141
+ "loss": 0.8059,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.04024144869215292,
146
+ "grad_norm": 2.2294907569885254,
147
+ "learning_rate": 6.493240032995573e-05,
148
+ "loss": 0.8085,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.04225352112676056,
153
+ "grad_norm": 2.446382999420166,
154
+ "learning_rate": 6.491821035624218e-05,
155
+ "loss": 0.8298,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.04426559356136821,
160
+ "grad_norm": 2.4150474071502686,
161
+ "learning_rate": 6.490267132846992e-05,
162
+ "loss": 0.9265,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.04627766599597585,
167
+ "grad_norm": 2.170037269592285,
168
+ "learning_rate": 6.488578389328129e-05,
169
+ "loss": 0.8323,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.0482897384305835,
174
+ "grad_norm": 2.010956287384033,
175
+ "learning_rate": 6.486754875343145e-05,
176
+ "loss": 0.8646,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.05030181086519115,
181
+ "grad_norm": 1.8752851486206055,
182
+ "learning_rate": 6.484796666775895e-05,
183
+ "loss": 0.8402,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.052313883299798795,
188
+ "grad_norm": 1.8610150814056396,
189
+ "learning_rate": 6.482703845115434e-05,
190
+ "loss": 0.8256,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.05432595573440644,
195
+ "grad_norm": 1.8047019243240356,
196
+ "learning_rate": 6.480476497452613e-05,
197
+ "loss": 0.819,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.056338028169014086,
202
+ "grad_norm": 1.6434446573257446,
203
+ "learning_rate": 6.47811471647646e-05,
204
+ "loss": 0.8671,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.05835010060362173,
209
+ "grad_norm": 1.5787513256072998,
210
+ "learning_rate": 6.475618600470322e-05,
211
+ "loss": 0.7992,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.060362173038229376,
216
+ "grad_norm": 1.4350961446762085,
217
+ "learning_rate": 6.472988253307773e-05,
218
+ "loss": 0.7524,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.06237424547283702,
223
+ "grad_norm": 1.391878604888916,
224
+ "learning_rate": 6.470223784448298e-05,
225
+ "loss": 0.7541,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.06438631790744467,
230
+ "grad_norm": 1.4117164611816406,
231
+ "learning_rate": 6.467325308932728e-05,
232
+ "loss": 0.7899,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.06639839034205232,
237
+ "grad_norm": 1.3123915195465088,
238
+ "learning_rate": 6.464292947378462e-05,
239
+ "loss": 0.7402,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.06841046277665996,
244
+ "grad_norm": 1.4149091243743896,
245
+ "learning_rate": 6.46112682597444e-05,
246
+ "loss": 0.8195,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.07042253521126761,
251
+ "grad_norm": 1.2951886653900146,
252
+ "learning_rate": 6.457827076475899e-05,
253
+ "loss": 0.7179,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.07243460764587525,
258
+ "grad_norm": 1.3390341997146606,
259
+ "learning_rate": 6.454393836198883e-05,
260
+ "loss": 0.7973,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.0744466800804829,
265
+ "grad_norm": 1.307084560394287,
266
+ "learning_rate": 6.450827248014535e-05,
267
+ "loss": 0.7591,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.07645875251509054,
272
+ "grad_norm": 1.3605775833129883,
273
+ "learning_rate": 6.447127460343148e-05,
274
+ "loss": 0.8085,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.07847082494969819,
279
+ "grad_norm": 1.4956183433532715,
280
+ "learning_rate": 6.443294627147988e-05,
281
+ "loss": 0.735,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.08048289738430583,
286
+ "grad_norm": 1.371940016746521,
287
+ "learning_rate": 6.439328907928889e-05,
288
+ "loss": 0.8025,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.08249496981891348,
293
+ "grad_norm": 1.4716073274612427,
294
+ "learning_rate": 6.435230467715615e-05,
295
+ "loss": 0.7381,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.08450704225352113,
300
+ "grad_norm": 1.3676444292068481,
301
+ "learning_rate": 6.430999477060994e-05,
302
+ "loss": 0.7601,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.08651911468812877,
307
+ "grad_norm": 1.5072672367095947,
308
+ "learning_rate": 6.426636112033818e-05,
309
+ "loss": 0.8209,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.08853118712273642,
314
+ "grad_norm": 1.3186477422714233,
315
+ "learning_rate": 6.422140554211511e-05,
316
+ "loss": 0.777,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.09054325955734406,
321
+ "grad_norm": 1.4689198732376099,
322
+ "learning_rate": 6.417512990672591e-05,
323
+ "loss": 0.871,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.0925553319919517,
328
+ "grad_norm": 1.287394642829895,
329
+ "learning_rate": 6.412753613988862e-05,
330
+ "loss": 0.7281,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.09456740442655935,
335
+ "grad_norm": 1.1629823446273804,
336
+ "learning_rate": 6.407862622217414e-05,
337
+ "loss": 0.715,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.096579476861167,
342
+ "grad_norm": 1.2146556377410889,
343
+ "learning_rate": 6.402840218892381e-05,
344
+ "loss": 0.6985,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.09859154929577464,
349
+ "grad_norm": 1.3280084133148193,
350
+ "learning_rate": 6.397686613016466e-05,
351
+ "loss": 0.8195,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.1006036217303823,
356
+ "grad_norm": 1.157867193222046,
357
+ "learning_rate": 6.392402019052244e-05,
358
+ "loss": 0.7529,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.10261569416498995,
363
+ "grad_norm": 1.1449801921844482,
364
+ "learning_rate": 6.386986656913242e-05,
365
+ "loss": 0.7834,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.10462776659959759,
370
+ "grad_norm": 1.2190605401992798,
371
+ "learning_rate": 6.381440751954782e-05,
372
+ "loss": 0.8203,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.10663983903420524,
377
+ "grad_norm": 1.2562769651412964,
378
+ "learning_rate": 6.375764534964608e-05,
379
+ "loss": 0.7338,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.10865191146881288,
384
+ "grad_norm": 1.1834882497787476,
385
+ "learning_rate": 6.369958242153278e-05,
386
+ "loss": 0.7489,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.11066398390342053,
391
+ "grad_norm": 1.2381786108016968,
392
+ "learning_rate": 6.364022115144337e-05,
393
+ "loss": 0.7537,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.11267605633802817,
398
+ "grad_norm": 1.256866693496704,
399
+ "learning_rate": 6.357956400964259e-05,
400
+ "loss": 0.7725,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.11468812877263582,
405
+ "grad_norm": 1.2332978248596191,
406
+ "learning_rate": 6.351761352032171e-05,
407
+ "loss": 0.774,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.11670020120724346,
412
+ "grad_norm": 1.3557363748550415,
413
+ "learning_rate": 6.345437226149345e-05,
414
+ "loss": 0.7877,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.11871227364185111,
419
+ "grad_norm": 1.1381844282150269,
420
+ "learning_rate": 6.338984286488472e-05,
421
+ "loss": 0.7152,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.12072434607645875,
426
+ "grad_norm": 1.147226095199585,
427
+ "learning_rate": 6.332402801582716e-05,
428
+ "loss": 0.7713,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.1227364185110664,
433
+ "grad_norm": 1.0942986011505127,
434
+ "learning_rate": 6.325693045314524e-05,
435
+ "loss": 0.7446,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.12474849094567404,
440
+ "grad_norm": 1.233619213104248,
441
+ "learning_rate": 6.318855296904246e-05,
442
+ "loss": 0.8107,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.1267605633802817,
447
+ "grad_norm": 1.1866984367370605,
448
+ "learning_rate": 6.311889840898498e-05,
449
+ "loss": 0.8206,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.12877263581488935,
454
+ "grad_norm": 1.176274061203003,
455
+ "learning_rate": 6.304796967158343e-05,
456
+ "loss": 0.7813,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.13078470824949698,
461
+ "grad_norm": 1.1214070320129395,
462
+ "learning_rate": 6.297576970847205e-05,
463
+ "loss": 0.6908,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.13279678068410464,
468
+ "grad_norm": 1.0725229978561401,
469
+ "learning_rate": 6.290230152418603e-05,
470
+ "loss": 0.756,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.13480885311871227,
475
+ "grad_norm": 1.1194369792938232,
476
+ "learning_rate": 6.28275681760364e-05,
477
+ "loss": 0.7766,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.13682092555331993,
482
+ "grad_norm": 1.090072512626648,
483
+ "learning_rate": 6.275157277398282e-05,
484
+ "loss": 0.7856,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.13883299798792756,
489
+ "grad_norm": 1.1602994203567505,
490
+ "learning_rate": 6.267431848050418e-05,
491
+ "loss": 0.7597,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.14084507042253522,
496
+ "grad_norm": 1.0984241962432861,
497
+ "learning_rate": 6.259580851046697e-05,
498
+ "loss": 0.7318,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.14285714285714285,
503
+ "grad_norm": 1.0639097690582275,
504
+ "learning_rate": 6.251604613099149e-05,
505
+ "loss": 0.7265,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.1448692152917505,
510
+ "grad_norm": 1.0951672792434692,
511
+ "learning_rate": 6.243503466131597e-05,
512
+ "loss": 0.7312,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.14688128772635814,
517
+ "grad_norm": 1.092551827430725,
518
+ "learning_rate": 6.235277747265828e-05,
519
+ "loss": 0.7556,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.1488933601609658,
524
+ "grad_norm": 1.1054296493530273,
525
+ "learning_rate": 6.226927798807585e-05,
526
+ "loss": 0.8489,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.15090543259557343,
531
+ "grad_norm": 1.0174497365951538,
532
+ "learning_rate": 6.218453968232303e-05,
533
+ "loss": 0.7104,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.1529175050301811,
538
+ "grad_norm": 1.146209716796875,
539
+ "learning_rate": 6.209856608170663e-05,
540
+ "loss": 0.7276,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.15492957746478872,
545
+ "grad_norm": 1.0379316806793213,
546
+ "learning_rate": 6.201136076393911e-05,
547
+ "loss": 0.7243,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.15694164989939638,
552
+ "grad_norm": 1.0034286975860596,
553
+ "learning_rate": 6.192292735798967e-05,
554
+ "loss": 0.7085,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.158953722334004,
559
+ "grad_norm": 1.0072968006134033,
560
+ "learning_rate": 6.183326954393332e-05,
561
+ "loss": 0.6865,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.16096579476861167,
566
+ "grad_norm": 1.0766922235488892,
567
+ "learning_rate": 6.174239105279768e-05,
568
+ "loss": 0.7628,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.16297786720321933,
573
+ "grad_norm": 1.014816403388977,
574
+ "learning_rate": 6.16502956664077e-05,
575
+ "loss": 0.7356,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.16498993963782696,
580
+ "grad_norm": 1.055881142616272,
581
+ "learning_rate": 6.155698721722834e-05,
582
+ "loss": 0.7763,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.16700201207243462,
587
+ "grad_norm": 1.0576510429382324,
588
+ "learning_rate": 6.146246958820503e-05,
589
+ "loss": 0.6852,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.16901408450704225,
594
+ "grad_norm": 1.2542794942855835,
595
+ "learning_rate": 6.136674671260213e-05,
596
+ "loss": 0.7956,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.1710261569416499,
601
+ "grad_norm": 1.0826421976089478,
602
+ "learning_rate": 6.12698225738392e-05,
603
+ "loss": 0.7285,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.17303822937625754,
608
+ "grad_norm": 1.0286874771118164,
609
+ "learning_rate": 6.11717012053253e-05,
610
+ "loss": 0.7363,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.1750503018108652,
615
+ "grad_norm": 1.1285161972045898,
616
+ "learning_rate": 6.107238669029108e-05,
617
+ "loss": 0.7807,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.17706237424547283,
622
+ "grad_norm": 2.394617795944214,
623
+ "learning_rate": 6.0971883161618906e-05,
624
+ "loss": 0.663,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.1790744466800805,
629
+ "grad_norm": 1.0971828699111938,
630
+ "learning_rate": 6.0870194801670825e-05,
631
+ "loss": 0.7331,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.18108651911468812,
636
+ "grad_norm": 1.0546624660491943,
637
+ "learning_rate": 6.076732584211459e-05,
638
+ "loss": 0.7244,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.18309859154929578,
643
+ "grad_norm": 1.0969500541687012,
644
+ "learning_rate": 6.06632805637475e-05,
645
+ "loss": 0.8122,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.1851106639839034,
650
+ "grad_norm": 1.0038318634033203,
651
+ "learning_rate": 6.055806329631827e-05,
652
+ "loss": 0.752,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.18712273641851107,
657
+ "grad_norm": 1.017544150352478,
658
+ "learning_rate": 6.045167841834689e-05,
659
+ "loss": 0.7629,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.1891348088531187,
664
+ "grad_norm": 1.0679768323898315,
665
+ "learning_rate": 6.034413035694237e-05,
666
+ "loss": 0.7533,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.19114688128772636,
671
+ "grad_norm": 1.1002590656280518,
672
+ "learning_rate": 6.023542358761855e-05,
673
+ "loss": 0.7566,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.193158953722334,
678
+ "grad_norm": 1.0083142518997192,
679
+ "learning_rate": 6.01255626341078e-05,
680
+ "loss": 0.6873,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.19517102615694165,
685
+ "grad_norm": 1.897566318511963,
686
+ "learning_rate": 6.0014552068172866e-05,
687
+ "loss": 0.8056,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.19718309859154928,
692
+ "grad_norm": 0.995782732963562,
693
+ "learning_rate": 5.990239650941649e-05,
694
+ "loss": 0.7062,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.19919517102615694,
699
+ "grad_norm": 0.9380747079849243,
700
+ "learning_rate": 5.97891006250893e-05,
701
+ "loss": 0.6674,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.2012072434607646,
706
+ "grad_norm": 1.0377370119094849,
707
+ "learning_rate": 5.967466912989547e-05,
708
+ "loss": 0.7425,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.20321931589537223,
713
+ "grad_norm": 0.9492895603179932,
714
+ "learning_rate": 5.955910678579663e-05,
715
+ "loss": 0.7232,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.2052313883299799,
720
+ "grad_norm": 0.9299039244651794,
721
+ "learning_rate": 5.9442418401813614e-05,
722
+ "loss": 0.6996,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.20724346076458752,
727
+ "grad_norm": 1.0433120727539062,
728
+ "learning_rate": 5.932460883382638e-05,
729
+ "loss": 0.7504,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.20925553319919518,
734
+ "grad_norm": 1.02601158618927,
735
+ "learning_rate": 5.920568298437193e-05,
736
+ "loss": 0.7691,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.2112676056338028,
741
+ "grad_norm": 1.0401028394699097,
742
+ "learning_rate": 5.90856458024403e-05,
743
+ "loss": 0.7038,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.21327967806841047,
748
+ "grad_norm": 0.9615976214408875,
749
+ "learning_rate": 5.8964502283268614e-05,
750
+ "loss": 0.6894,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.2152917505030181,
755
+ "grad_norm": 1.0715394020080566,
756
+ "learning_rate": 5.884225746813317e-05,
757
+ "loss": 0.762,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.21730382293762576,
762
+ "grad_norm": 1.0785269737243652,
763
+ "learning_rate": 5.871891644413972e-05,
764
+ "loss": 0.7538,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.2193158953722334,
769
+ "grad_norm": 0.9964181780815125,
770
+ "learning_rate": 5.8594484344011724e-05,
771
+ "loss": 0.7205,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.22132796780684105,
776
+ "grad_norm": 1.0187814235687256,
777
+ "learning_rate": 5.84689663458768e-05,
778
+ "loss": 0.6946,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.22334004024144868,
783
+ "grad_norm": 0.949118435382843,
784
+ "learning_rate": 5.834236767305117e-05,
785
+ "loss": 0.6963,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.22535211267605634,
790
+ "grad_norm": 0.9602085947990417,
791
+ "learning_rate": 5.821469359382237e-05,
792
+ "loss": 0.7319,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.22736418511066397,
797
+ "grad_norm": 0.9620065689086914,
798
+ "learning_rate": 5.808594942122999e-05,
799
+ "loss": 0.7442,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.22937625754527163,
804
+ "grad_norm": 0.9228153228759766,
805
+ "learning_rate": 5.795614051284457e-05,
806
+ "loss": 0.7212,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.23138832997987926,
811
+ "grad_norm": 1.029982328414917,
812
+ "learning_rate": 5.782527227054462e-05,
813
+ "loss": 0.7445,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.23340040241448692,
818
+ "grad_norm": 1.0322256088256836,
819
+ "learning_rate": 5.769335014029191e-05,
820
+ "loss": 0.6763,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.23541247484909456,
825
+ "grad_norm": 1.071828007698059,
826
+ "learning_rate": 5.7560379611904754e-05,
827
+ "loss": 0.7681,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.23742454728370221,
832
+ "grad_norm": 1.0592682361602783,
833
+ "learning_rate": 5.7426366218829596e-05,
834
+ "loss": 0.7557,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.23943661971830985,
839
+ "grad_norm": 1.019776701927185,
840
+ "learning_rate": 5.729131553791076e-05,
841
+ "loss": 0.7524,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.2414486921529175,
846
+ "grad_norm": 1.0034253597259521,
847
+ "learning_rate": 5.715523318915832e-05,
848
+ "loss": 0.7844,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.24346076458752516,
853
+ "grad_norm": 1.0709611177444458,
854
+ "learning_rate": 5.701812483551428e-05,
855
+ "loss": 0.7771,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.2454728370221328,
860
+ "grad_norm": 1.089322805404663,
861
+ "learning_rate": 5.687999618261688e-05,
862
+ "loss": 0.7913,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.24748490945674045,
867
+ "grad_norm": 0.981561005115509,
868
+ "learning_rate": 5.6740852978563204e-05,
869
+ "loss": 0.744,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.24949698189134809,
874
+ "grad_norm": 0.9540185928344727,
875
+ "learning_rate": 5.66007010136699e-05,
876
+ "loss": 0.7201,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.2515090543259557,
881
+ "grad_norm": 1.0497649908065796,
882
+ "learning_rate": 5.645954612023233e-05,
883
+ "loss": 0.7942,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.2535211267605634,
888
+ "grad_norm": 0.9719651341438293,
889
+ "learning_rate": 5.631739417228178e-05,
890
+ "loss": 0.7133,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.25553319919517103,
895
+ "grad_norm": 0.9591907858848572,
896
+ "learning_rate": 5.6174251085341044e-05,
897
+ "loss": 0.7118,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.2575452716297787,
902
+ "grad_norm": 0.999717652797699,
903
+ "learning_rate": 5.603012281617824e-05,
904
+ "loss": 0.745,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.2595573440643863,
909
+ "grad_norm": 0.984555184841156,
910
+ "learning_rate": 5.5885015362558974e-05,
911
+ "loss": 0.7398,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.26156941649899396,
916
+ "grad_norm": 1.0207607746124268,
917
+ "learning_rate": 5.573893476299669e-05,
918
+ "loss": 0.7432,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.2635814889336016,
923
+ "grad_norm": 1.0601558685302734,
924
+ "learning_rate": 5.55918870965014e-05,
925
+ "loss": 0.7713,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.2655935613682093,
930
+ "grad_norm": 1.0741450786590576,
931
+ "learning_rate": 5.544387848232677e-05,
932
+ "loss": 0.7851,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.2676056338028169,
937
+ "grad_norm": 1.0342241525650024,
938
+ "learning_rate": 5.5294915079715334e-05,
939
+ "loss": 0.7593,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.26961770623742454,
944
+ "grad_norm": 0.983668863773346,
945
+ "learning_rate": 5.514500308764235e-05,
946
+ "loss": 0.7426,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.2716297786720322,
951
+ "grad_norm": 0.9781654477119446,
952
+ "learning_rate": 5.499414874455771e-05,
953
+ "loss": 0.7306,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.27364185110663986,
958
+ "grad_norm": 1.0362467765808105,
959
+ "learning_rate": 5.48423583281264e-05,
960
+ "loss": 0.7742,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.27565392354124746,
965
+ "grad_norm": 0.9543638229370117,
966
+ "learning_rate": 5.4689638154967235e-05,
967
+ "loss": 0.6956,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.2776659959758551,
972
+ "grad_norm": 1.0143051147460938,
973
+ "learning_rate": 5.453599458038998e-05,
974
+ "loss": 0.7562,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.2796780684104628,
979
+ "grad_norm": 0.9799973368644714,
980
+ "learning_rate": 5.438143399813095e-05,
981
+ "loss": 0.7326,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.28169014084507044,
986
+ "grad_norm": 0.9217185974121094,
987
+ "learning_rate": 5.422596284008683e-05,
988
+ "loss": 0.7464,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.2837022132796781,
993
+ "grad_norm": 0.8847222328186035,
994
+ "learning_rate": 5.4069587576047144e-05,
995
+ "loss": 0.7148,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.2857142857142857,
1000
+ "grad_norm": 0.8999807834625244,
1001
+ "learning_rate": 5.39123147134249e-05,
1002
+ "loss": 0.7207,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.28772635814889336,
1007
+ "grad_norm": 0.9449793100357056,
1008
+ "learning_rate": 5.3754150796985895e-05,
1009
+ "loss": 0.738,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.289738430583501,
1014
+ "grad_norm": 1.1088876724243164,
1015
+ "learning_rate": 5.359510240857628e-05,
1016
+ "loss": 0.7431,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.2917505030181087,
1021
+ "grad_norm": 0.931364119052887,
1022
+ "learning_rate": 5.343517616684872e-05,
1023
+ "loss": 0.7132,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.2937625754527163,
1028
+ "grad_norm": 1.0146406888961792,
1029
+ "learning_rate": 5.327437872698691e-05,
1030
+ "loss": 0.7916,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.29577464788732394,
1035
+ "grad_norm": 1.0176244974136353,
1036
+ "learning_rate": 5.3112716780428674e-05,
1037
+ "loss": 0.7131,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.2977867203219316,
1042
+ "grad_norm": 0.9973041415214539,
1043
+ "learning_rate": 5.295019705458749e-05,
1044
+ "loss": 0.7689,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.29979879275653926,
1049
+ "grad_norm": 1.0221103429794312,
1050
+ "learning_rate": 5.278682631257252e-05,
1051
+ "loss": 0.7762,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.30181086519114686,
1056
+ "grad_norm": 0.9501760601997375,
1057
+ "learning_rate": 5.2622611352907214e-05,
1058
+ "loss": 0.7103,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.3038229376257545,
1063
+ "grad_norm": 0.9289485216140747,
1064
+ "learning_rate": 5.245755900924631e-05,
1065
+ "loss": 0.6982,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.3058350100603622,
1070
+ "grad_norm": 1.4150779247283936,
1071
+ "learning_rate": 5.2291676150091576e-05,
1072
+ "loss": 0.7035,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.30784708249496984,
1077
+ "grad_norm": 0.9871881008148193,
1078
+ "learning_rate": 5.2124969678505864e-05,
1079
+ "loss": 0.7388,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.30985915492957744,
1084
+ "grad_norm": 0.9766415357589722,
1085
+ "learning_rate": 5.195744653182594e-05,
1086
+ "loss": 0.7142,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.3118712273641851,
1091
+ "grad_norm": 0.9838590621948242,
1092
+ "learning_rate": 5.178911368137373e-05,
1093
+ "loss": 0.6978,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.31388329979879276,
1098
+ "grad_norm": 0.9251114726066589,
1099
+ "learning_rate": 5.1619978132166254e-05,
1100
+ "loss": 0.6737,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.3158953722334004,
1105
+ "grad_norm": 0.9593889117240906,
1106
+ "learning_rate": 5.145004692262411e-05,
1107
+ "loss": 0.7233,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.317907444668008,
1112
+ "grad_norm": 0.9678305387496948,
1113
+ "learning_rate": 5.127932712427851e-05,
1114
+ "loss": 0.702,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.3199195171026157,
1119
+ "grad_norm": 0.9605986475944519,
1120
+ "learning_rate": 5.110782584147718e-05,
1121
+ "loss": 0.7678,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.32193158953722334,
1126
+ "grad_norm": 0.9980550408363342,
1127
+ "learning_rate": 5.093555021108849e-05,
1128
+ "loss": 0.7299,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.323943661971831,
1133
+ "grad_norm": 0.9018529057502747,
1134
+ "learning_rate": 5.0762507402204637e-05,
1135
+ "loss": 0.7109,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.32595573440643866,
1140
+ "grad_norm": 1.1389586925506592,
1141
+ "learning_rate": 5.058870461584322e-05,
1142
+ "loss": 0.7371,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.32796780684104626,
1147
+ "grad_norm": 1.0409871339797974,
1148
+ "learning_rate": 5.0414149084647644e-05,
1149
+ "loss": 0.8062,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.3299798792756539,
1154
+ "grad_norm": 0.9527642130851746,
1155
+ "learning_rate": 5.0238848072586037e-05,
1156
+ "loss": 0.7692,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.3319919517102616,
1161
+ "grad_norm": 0.9563398361206055,
1162
+ "learning_rate": 5.0062808874649074e-05,
1163
+ "loss": 0.737,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.33400402414486924,
1168
+ "grad_norm": 1.0413488149642944,
1169
+ "learning_rate": 4.9886038816546355e-05,
1170
+ "loss": 0.7503,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.33601609657947684,
1175
+ "grad_norm": 0.9624356031417847,
1176
+ "learning_rate": 4.970854525440152e-05,
1177
+ "loss": 0.7034,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.3380281690140845,
1182
+ "grad_norm": 0.9548975229263306,
1183
+ "learning_rate": 4.9530335574446196e-05,
1184
+ "loss": 0.7213,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.34004024144869216,
1189
+ "grad_norm": 0.8841491937637329,
1190
+ "learning_rate": 4.9351417192712596e-05,
1191
+ "loss": 0.685,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.3420523138832998,
1196
+ "grad_norm": 0.989604115486145,
1197
+ "learning_rate": 4.917179755472491e-05,
1198
+ "loss": 0.6952,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.3440643863179074,
1203
+ "grad_norm": 0.8883060216903687,
1204
+ "learning_rate": 4.899148413518942e-05,
1205
+ "loss": 0.697,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.3460764587525151,
1210
+ "grad_norm": 0.8740846514701843,
1211
+ "learning_rate": 4.881048443768356e-05,
1212
+ "loss": 0.7045,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.34808853118712274,
1217
+ "grad_norm": 0.8820964097976685,
1218
+ "learning_rate": 4.862880599434353e-05,
1219
+ "loss": 0.7007,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.3501006036217304,
1224
+ "grad_norm": 0.882949709892273,
1225
+ "learning_rate": 4.844645636555094e-05,
1226
+ "loss": 0.693,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.352112676056338,
1231
+ "grad_norm": 0.952804684638977,
1232
+ "learning_rate": 4.8263443139618176e-05,
1233
+ "loss": 0.7319,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.35412474849094566,
1238
+ "grad_norm": 0.9323515295982361,
1239
+ "learning_rate": 4.8079773932472584e-05,
1240
+ "loss": 0.7206,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.3561368209255533,
1245
+ "grad_norm": 1.0918467044830322,
1246
+ "learning_rate": 4.78954563873396e-05,
1247
+ "loss": 0.7152,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.358148893360161,
1252
+ "grad_norm": 2.0716049671173096,
1253
+ "learning_rate": 4.7710498174424614e-05,
1254
+ "loss": 0.7769,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.36016096579476864,
1259
+ "grad_norm": 0.9245615601539612,
1260
+ "learning_rate": 4.7524906990593844e-05,
1261
+ "loss": 0.7085,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.36217303822937624,
1266
+ "grad_norm": 1.0692616701126099,
1267
+ "learning_rate": 4.7338690559054004e-05,
1268
+ "loss": 0.6948,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.3641851106639839,
1273
+ "grad_norm": 0.8987394571304321,
1274
+ "learning_rate": 4.71518566290309e-05,
1275
+ "loss": 0.7167,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.36619718309859156,
1280
+ "grad_norm": 0.946850061416626,
1281
+ "learning_rate": 4.6964412975447e-05,
1282
+ "loss": 0.7227,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.3682092555331992,
1287
+ "grad_norm": 0.9121927618980408,
1288
+ "learning_rate": 4.6776367398597846e-05,
1289
+ "loss": 0.6868,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.3702213279678068,
1294
+ "grad_norm": 0.8747940063476562,
1295
+ "learning_rate": 4.658772772382744e-05,
1296
+ "loss": 0.6797,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.3722334004024145,
1301
+ "grad_norm": 0.9101600646972656,
1302
+ "learning_rate": 4.639850180120268e-05,
1303
+ "loss": 0.7636,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.37424547283702214,
1308
+ "grad_norm": 0.9515472054481506,
1309
+ "learning_rate": 4.620869750518656e-05,
1310
+ "loss": 0.7357,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.3762575452716298,
1315
+ "grad_norm": 0.9573916792869568,
1316
+ "learning_rate": 4.60183227343106e-05,
1317
+ "loss": 0.7303,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.3782696177062374,
1322
+ "grad_norm": 0.942021369934082,
1323
+ "learning_rate": 4.582738541084612e-05,
1324
+ "loss": 0.709,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.38028169014084506,
1329
+ "grad_norm": 0.8716509342193604,
1330
+ "learning_rate": 4.5635893480474474e-05,
1331
+ "loss": 0.6681,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.3822937625754527,
1336
+ "grad_norm": 0.8702856302261353,
1337
+ "learning_rate": 4.544385491195658e-05,
1338
+ "loss": 0.6902,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.3843058350100604,
1343
+ "grad_norm": 0.9312735795974731,
1344
+ "learning_rate": 4.525127769680109e-05,
1345
+ "loss": 0.6895,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.386317907444668,
1350
+ "grad_norm": 0.9693159461021423,
1351
+ "learning_rate": 4.505816984893203e-05,
1352
+ "loss": 0.7286,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.38832997987927564,
1357
+ "grad_norm": 1.0244489908218384,
1358
+ "learning_rate": 4.486453940435518e-05,
1359
+ "loss": 0.7899,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.3903420523138833,
1364
+ "grad_norm": 0.970856249332428,
1365
+ "learning_rate": 4.46703944208237e-05,
1366
+ "loss": 0.7176,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.39235412474849096,
1371
+ "grad_norm": 0.9749726057052612,
1372
+ "learning_rate": 4.447574297750281e-05,
1373
+ "loss": 0.6914,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.39436619718309857,
1378
+ "grad_norm": 0.9390575885772705,
1379
+ "learning_rate": 4.428059317463363e-05,
1380
+ "loss": 0.7125,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.3963782696177062,
1385
+ "grad_norm": 0.9480944871902466,
1386
+ "learning_rate": 4.4084953133196e-05,
1387
+ "loss": 0.681,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.3983903420523139,
1392
+ "grad_norm": 0.9078746438026428,
1393
+ "learning_rate": 4.388883099457064e-05,
1394
+ "loss": 0.6917,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.40040241448692154,
1399
+ "grad_norm": 0.9508323073387146,
1400
+ "learning_rate": 4.369223492020026e-05,
1401
+ "loss": 0.7082,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.4024144869215292,
1406
+ "grad_norm": 0.8641968965530396,
1407
+ "learning_rate": 4.3495173091249974e-05,
1408
+ "loss": 0.6343,
1409
+ "step": 200
1410
+ }
1411
+ ],
1412
+ "logging_steps": 1,
1413
+ "max_steps": 497,
1414
+ "num_input_tokens_seen": 0,
1415
+ "num_train_epochs": 1,
1416
+ "save_steps": 50,
1417
+ "stateful_callbacks": {
1418
+ "TrainerControl": {
1419
+ "args": {
1420
+ "should_epoch_stop": false,
1421
+ "should_evaluate": false,
1422
+ "should_log": false,
1423
+ "should_save": true,
1424
+ "should_training_stop": false
1425
+ },
1426
+ "attributes": {}
1427
+ }
1428
+ },
1429
+ "total_flos": 9.14849080860672e+17,
1430
+ "train_batch_size": 15,
1431
+ "trial_name": null,
1432
+ "trial_params": null
1433
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ae03ee70ba5876b3caf4bbc7280e0ee8c8b2ace354431732afbb1143dd28b5
3
+ size 5112