stewy33 commited on
Commit
e0c63fd
·
verified ·
1 Parent(s): a65beb2

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: togethercomputer/gemma-3-27b-it
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.1
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "togethercomputer/gemma-3-27b-it",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
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": 128,
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": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "down_proj",
28
+ "up_proj",
29
+ "k_proj",
30
+ "o_proj",
31
+ "gate_proj",
32
+ "q_proj",
33
+ "v_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:558e0a6fbf2530718bbfbf55670e738135b3a60ad2b8d34ba0b2da3069fde9c0
3
+ size 1816381256
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e316dda1f34f410e1a27d086d70cbb20164153422fcae753e180a47b083c99b3
3
+ size 18452294
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,1329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 0,
7
+ "global_step": 185,
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.005405405405405406,
14
+ "grad_norm": 2.034959316253662,
15
+ "learning_rate": 1e-05,
16
+ "loss": 2.3274,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.010810810810810811,
21
+ "grad_norm": 1.8778449296951294,
22
+ "learning_rate": 9.945945945945947e-06,
23
+ "loss": 2.227,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.016216216216216217,
28
+ "grad_norm": 1.820204734802246,
29
+ "learning_rate": 9.891891891891893e-06,
30
+ "loss": 2.3029,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.021621621621621623,
35
+ "grad_norm": 1.6635195016860962,
36
+ "learning_rate": 9.83783783783784e-06,
37
+ "loss": 2.2474,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.02702702702702703,
42
+ "grad_norm": 1.362695336341858,
43
+ "learning_rate": 9.783783783783785e-06,
44
+ "loss": 2.0898,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.032432432432432434,
49
+ "grad_norm": 1.105480670928955,
50
+ "learning_rate": 9.729729729729732e-06,
51
+ "loss": 2.0848,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.03783783783783784,
56
+ "grad_norm": 0.9252412915229797,
57
+ "learning_rate": 9.675675675675676e-06,
58
+ "loss": 2.0229,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.043243243243243246,
63
+ "grad_norm": 0.7585290670394897,
64
+ "learning_rate": 9.621621621621622e-06,
65
+ "loss": 1.9767,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.04864864864864865,
70
+ "grad_norm": 0.7198324203491211,
71
+ "learning_rate": 9.567567567567568e-06,
72
+ "loss": 1.9532,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.05405405405405406,
77
+ "grad_norm": 0.7078152298927307,
78
+ "learning_rate": 9.513513513513514e-06,
79
+ "loss": 1.845,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.05945945945945946,
84
+ "grad_norm": 0.7482191920280457,
85
+ "learning_rate": 9.45945945945946e-06,
86
+ "loss": 1.9299,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.06486486486486487,
91
+ "grad_norm": 0.7480123043060303,
92
+ "learning_rate": 9.405405405405407e-06,
93
+ "loss": 1.8255,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.07027027027027027,
98
+ "grad_norm": 0.8021811842918396,
99
+ "learning_rate": 9.351351351351353e-06,
100
+ "loss": 1.8584,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.07567567567567568,
105
+ "grad_norm": 0.8102870583534241,
106
+ "learning_rate": 9.297297297297299e-06,
107
+ "loss": 1.8065,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.08108108108108109,
112
+ "grad_norm": 0.8265206813812256,
113
+ "learning_rate": 9.243243243243243e-06,
114
+ "loss": 1.8241,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.08648648648648649,
119
+ "grad_norm": 0.7550373673439026,
120
+ "learning_rate": 9.189189189189191e-06,
121
+ "loss": 1.7726,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.0918918918918919,
126
+ "grad_norm": 0.6808019876480103,
127
+ "learning_rate": 9.135135135135136e-06,
128
+ "loss": 1.7703,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.0972972972972973,
133
+ "grad_norm": 0.6290677189826965,
134
+ "learning_rate": 9.081081081081082e-06,
135
+ "loss": 1.7586,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.10270270270270271,
140
+ "grad_norm": 0.6062494516372681,
141
+ "learning_rate": 9.027027027027028e-06,
142
+ "loss": 1.7713,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.10810810810810811,
147
+ "grad_norm": 0.5270338654518127,
148
+ "learning_rate": 8.972972972972974e-06,
149
+ "loss": 1.652,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.11351351351351352,
154
+ "grad_norm": 0.5446780920028687,
155
+ "learning_rate": 8.91891891891892e-06,
156
+ "loss": 1.6587,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.11891891891891893,
161
+ "grad_norm": 0.500572681427002,
162
+ "learning_rate": 8.864864864864866e-06,
163
+ "loss": 1.6509,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.12432432432432433,
168
+ "grad_norm": 0.5181313157081604,
169
+ "learning_rate": 8.810810810810811e-06,
170
+ "loss": 1.5852,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.12972972972972974,
175
+ "grad_norm": 0.5200425386428833,
176
+ "learning_rate": 8.756756756756759e-06,
177
+ "loss": 1.5981,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.13513513513513514,
182
+ "grad_norm": 0.4856228232383728,
183
+ "learning_rate": 8.702702702702703e-06,
184
+ "loss": 1.562,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.14054054054054055,
189
+ "grad_norm": 0.47276848554611206,
190
+ "learning_rate": 8.64864864864865e-06,
191
+ "loss": 1.6072,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.14594594594594595,
196
+ "grad_norm": 0.4729558229446411,
197
+ "learning_rate": 8.594594594594595e-06,
198
+ "loss": 1.6082,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.15135135135135136,
203
+ "grad_norm": 0.4218498468399048,
204
+ "learning_rate": 8.540540540540542e-06,
205
+ "loss": 1.5092,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.15675675675675677,
210
+ "grad_norm": 0.4382428526878357,
211
+ "learning_rate": 8.486486486486488e-06,
212
+ "loss": 1.5741,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.16216216216216217,
217
+ "grad_norm": 0.4070360064506531,
218
+ "learning_rate": 8.432432432432434e-06,
219
+ "loss": 1.5187,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.16756756756756758,
224
+ "grad_norm": 0.41073259711265564,
225
+ "learning_rate": 8.378378378378378e-06,
226
+ "loss": 1.4882,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.17297297297297298,
231
+ "grad_norm": 0.4228561222553253,
232
+ "learning_rate": 8.324324324324326e-06,
233
+ "loss": 1.4688,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.1783783783783784,
238
+ "grad_norm": 0.39718520641326904,
239
+ "learning_rate": 8.27027027027027e-06,
240
+ "loss": 1.4849,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.1837837837837838,
245
+ "grad_norm": 0.4296083152294159,
246
+ "learning_rate": 8.216216216216217e-06,
247
+ "loss": 1.4872,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.1891891891891892,
252
+ "grad_norm": 0.4223209321498871,
253
+ "learning_rate": 8.162162162162163e-06,
254
+ "loss": 1.4476,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.1945945945945946,
259
+ "grad_norm": 0.40885603427886963,
260
+ "learning_rate": 8.108108108108109e-06,
261
+ "loss": 1.4787,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.2,
266
+ "grad_norm": 0.42571428418159485,
267
+ "learning_rate": 8.054054054054055e-06,
268
+ "loss": 1.4734,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.20540540540540542,
273
+ "grad_norm": 0.3889505863189697,
274
+ "learning_rate": 8.000000000000001e-06,
275
+ "loss": 1.4245,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.21081081081081082,
280
+ "grad_norm": 0.39451542496681213,
281
+ "learning_rate": 7.945945945945946e-06,
282
+ "loss": 1.4509,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.21621621621621623,
287
+ "grad_norm": 0.3710978329181671,
288
+ "learning_rate": 7.891891891891894e-06,
289
+ "loss": 1.4155,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.22162162162162163,
294
+ "grad_norm": 0.35685208439826965,
295
+ "learning_rate": 7.837837837837838e-06,
296
+ "loss": 1.4081,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.22702702702702704,
301
+ "grad_norm": 0.33981138467788696,
302
+ "learning_rate": 7.783783783783784e-06,
303
+ "loss": 1.3643,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.23243243243243245,
308
+ "grad_norm": 0.3623262941837311,
309
+ "learning_rate": 7.72972972972973e-06,
310
+ "loss": 1.4029,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.23783783783783785,
315
+ "grad_norm": 0.3363046646118164,
316
+ "learning_rate": 7.675675675675676e-06,
317
+ "loss": 1.3669,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.24324324324324326,
322
+ "grad_norm": 0.33891770243644714,
323
+ "learning_rate": 7.621621621621622e-06,
324
+ "loss": 1.3635,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.24864864864864866,
329
+ "grad_norm": 0.33656665682792664,
330
+ "learning_rate": 7.567567567567569e-06,
331
+ "loss": 1.352,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.25405405405405407,
336
+ "grad_norm": 0.3358979821205139,
337
+ "learning_rate": 7.513513513513514e-06,
338
+ "loss": 1.3606,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.2594594594594595,
343
+ "grad_norm": 0.32272347807884216,
344
+ "learning_rate": 7.45945945945946e-06,
345
+ "loss": 1.342,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.2648648648648649,
350
+ "grad_norm": 0.3023531436920166,
351
+ "learning_rate": 7.4054054054054055e-06,
352
+ "loss": 1.3267,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.2702702702702703,
357
+ "grad_norm": 0.3095267713069916,
358
+ "learning_rate": 7.3513513513513525e-06,
359
+ "loss": 1.342,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.2756756756756757,
364
+ "grad_norm": 0.3033177852630615,
365
+ "learning_rate": 7.297297297297298e-06,
366
+ "loss": 1.3611,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.2810810810810811,
371
+ "grad_norm": 0.29411327838897705,
372
+ "learning_rate": 7.243243243243244e-06,
373
+ "loss": 1.3114,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.2864864864864865,
378
+ "grad_norm": 0.28862670063972473,
379
+ "learning_rate": 7.189189189189189e-06,
380
+ "loss": 1.3045,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.2918918918918919,
385
+ "grad_norm": 0.33967703580856323,
386
+ "learning_rate": 7.135135135135136e-06,
387
+ "loss": 1.2879,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.2972972972972973,
392
+ "grad_norm": 0.3063770532608032,
393
+ "learning_rate": 7.0810810810810815e-06,
394
+ "loss": 1.3237,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.3027027027027027,
399
+ "grad_norm": 0.2903819978237152,
400
+ "learning_rate": 7.027027027027028e-06,
401
+ "loss": 1.3088,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.3081081081081081,
406
+ "grad_norm": 0.2815365791320801,
407
+ "learning_rate": 6.972972972972973e-06,
408
+ "loss": 1.3184,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.31351351351351353,
413
+ "grad_norm": 0.3042902946472168,
414
+ "learning_rate": 6.91891891891892e-06,
415
+ "loss": 1.3182,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.31891891891891894,
420
+ "grad_norm": 0.27602043747901917,
421
+ "learning_rate": 6.864864864864865e-06,
422
+ "loss": 1.3051,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.32432432432432434,
427
+ "grad_norm": 0.30109262466430664,
428
+ "learning_rate": 6.810810810810811e-06,
429
+ "loss": 1.3268,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.32972972972972975,
434
+ "grad_norm": 0.27311018109321594,
435
+ "learning_rate": 6.7567567567567575e-06,
436
+ "loss": 1.305,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.33513513513513515,
441
+ "grad_norm": 0.2715848684310913,
442
+ "learning_rate": 6.702702702702704e-06,
443
+ "loss": 1.3034,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.34054054054054056,
448
+ "grad_norm": 0.2581041157245636,
449
+ "learning_rate": 6.648648648648649e-06,
450
+ "loss": 1.2567,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.34594594594594597,
455
+ "grad_norm": 0.26454904675483704,
456
+ "learning_rate": 6.594594594594595e-06,
457
+ "loss": 1.2792,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.35135135135135137,
462
+ "grad_norm": 0.27279508113861084,
463
+ "learning_rate": 6.540540540540541e-06,
464
+ "loss": 1.2745,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.3567567567567568,
469
+ "grad_norm": 0.27239367365837097,
470
+ "learning_rate": 6.486486486486487e-06,
471
+ "loss": 1.2947,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.3621621621621622,
476
+ "grad_norm": 0.2796631455421448,
477
+ "learning_rate": 6.432432432432433e-06,
478
+ "loss": 1.2705,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.3675675675675676,
483
+ "grad_norm": 0.266652911901474,
484
+ "learning_rate": 6.378378378378379e-06,
485
+ "loss": 1.2441,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.372972972972973,
490
+ "grad_norm": 0.26300087571144104,
491
+ "learning_rate": 6.324324324324325e-06,
492
+ "loss": 1.259,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.3783783783783784,
497
+ "grad_norm": 0.3145560622215271,
498
+ "learning_rate": 6.270270270270271e-06,
499
+ "loss": 1.3417,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.3837837837837838,
504
+ "grad_norm": 0.2778513729572296,
505
+ "learning_rate": 6.2162162162162164e-06,
506
+ "loss": 1.2198,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.3891891891891892,
511
+ "grad_norm": 0.25896984338760376,
512
+ "learning_rate": 6.162162162162163e-06,
513
+ "loss": 1.231,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.3945945945945946,
518
+ "grad_norm": 0.2606508433818817,
519
+ "learning_rate": 6.108108108108109e-06,
520
+ "loss": 1.2799,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.4,
525
+ "grad_norm": 0.2623414695262909,
526
+ "learning_rate": 6.054054054054055e-06,
527
+ "loss": 1.2269,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.40540540540540543,
532
+ "grad_norm": 0.26297539472579956,
533
+ "learning_rate": 6e-06,
534
+ "loss": 1.2751,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.41081081081081083,
539
+ "grad_norm": 0.24481281638145447,
540
+ "learning_rate": 5.945945945945947e-06,
541
+ "loss": 1.2047,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.41621621621621624,
546
+ "grad_norm": 0.2644273340702057,
547
+ "learning_rate": 5.8918918918918924e-06,
548
+ "loss": 1.2507,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.42162162162162165,
553
+ "grad_norm": 0.2676522731781006,
554
+ "learning_rate": 5.837837837837839e-06,
555
+ "loss": 1.2374,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.42702702702702705,
560
+ "grad_norm": 0.2541520297527313,
561
+ "learning_rate": 5.783783783783784e-06,
562
+ "loss": 1.2225,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.43243243243243246,
567
+ "grad_norm": 0.252860426902771,
568
+ "learning_rate": 5.729729729729731e-06,
569
+ "loss": 1.225,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.43783783783783786,
574
+ "grad_norm": 0.24671323597431183,
575
+ "learning_rate": 5.675675675675676e-06,
576
+ "loss": 1.1988,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.44324324324324327,
581
+ "grad_norm": 0.25774669647216797,
582
+ "learning_rate": 5.621621621621622e-06,
583
+ "loss": 1.1917,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.4486486486486487,
588
+ "grad_norm": 0.2582065165042877,
589
+ "learning_rate": 5.567567567567568e-06,
590
+ "loss": 1.2049,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.4540540540540541,
595
+ "grad_norm": 0.2658644914627075,
596
+ "learning_rate": 5.513513513513515e-06,
597
+ "loss": 1.1864,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.4594594594594595,
602
+ "grad_norm": 0.2440362274646759,
603
+ "learning_rate": 5.45945945945946e-06,
604
+ "loss": 1.1772,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.4648648648648649,
609
+ "grad_norm": 0.2492218315601349,
610
+ "learning_rate": 5.405405405405406e-06,
611
+ "loss": 1.2137,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.4702702702702703,
616
+ "grad_norm": 0.2513432204723358,
617
+ "learning_rate": 5.351351351351351e-06,
618
+ "loss": 1.2077,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.4756756756756757,
623
+ "grad_norm": 0.252913236618042,
624
+ "learning_rate": 5.297297297297298e-06,
625
+ "loss": 1.215,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.4810810810810811,
630
+ "grad_norm": 0.24399417638778687,
631
+ "learning_rate": 5.243243243243244e-06,
632
+ "loss": 1.1977,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.4864864864864865,
637
+ "grad_norm": 0.2553783059120178,
638
+ "learning_rate": 5.18918918918919e-06,
639
+ "loss": 1.2004,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.4918918918918919,
644
+ "grad_norm": 0.24357211589813232,
645
+ "learning_rate": 5.135135135135135e-06,
646
+ "loss": 1.1741,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.4972972972972973,
651
+ "grad_norm": 0.2634775638580322,
652
+ "learning_rate": 5.081081081081082e-06,
653
+ "loss": 1.1964,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.5027027027027027,
658
+ "grad_norm": 0.24633990228176117,
659
+ "learning_rate": 5.027027027027027e-06,
660
+ "loss": 1.1541,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.5081081081081081,
665
+ "grad_norm": 0.2492210417985916,
666
+ "learning_rate": 4.9729729729729735e-06,
667
+ "loss": 1.1663,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.5135135135135135,
672
+ "grad_norm": 0.24858078360557556,
673
+ "learning_rate": 4.91891891891892e-06,
674
+ "loss": 1.1684,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.518918918918919,
679
+ "grad_norm": 0.24967968463897705,
680
+ "learning_rate": 4.864864864864866e-06,
681
+ "loss": 1.1695,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.5243243243243243,
686
+ "grad_norm": 0.24852266907691956,
687
+ "learning_rate": 4.810810810810811e-06,
688
+ "loss": 1.1529,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.5297297297297298,
693
+ "grad_norm": 0.24503152072429657,
694
+ "learning_rate": 4.756756756756757e-06,
695
+ "loss": 1.1689,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.5351351351351351,
700
+ "grad_norm": 0.25913184881210327,
701
+ "learning_rate": 4.702702702702703e-06,
702
+ "loss": 1.1888,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.5405405405405406,
707
+ "grad_norm": 0.23641978204250336,
708
+ "learning_rate": 4.6486486486486495e-06,
709
+ "loss": 1.1676,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.5459459459459459,
714
+ "grad_norm": 0.25850117206573486,
715
+ "learning_rate": 4.594594594594596e-06,
716
+ "loss": 1.1609,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.5513513513513514,
721
+ "grad_norm": 0.24710091948509216,
722
+ "learning_rate": 4.540540540540541e-06,
723
+ "loss": 1.1522,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.5567567567567567,
728
+ "grad_norm": 0.2579835057258606,
729
+ "learning_rate": 4.486486486486487e-06,
730
+ "loss": 1.1872,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.5621621621621622,
735
+ "grad_norm": 0.26577505469322205,
736
+ "learning_rate": 4.432432432432433e-06,
737
+ "loss": 1.1775,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.5675675675675675,
742
+ "grad_norm": 0.289943665266037,
743
+ "learning_rate": 4.378378378378379e-06,
744
+ "loss": 1.1849,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.572972972972973,
749
+ "grad_norm": 0.29339632391929626,
750
+ "learning_rate": 4.324324324324325e-06,
751
+ "loss": 1.1607,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.5783783783783784,
756
+ "grad_norm": 0.24826812744140625,
757
+ "learning_rate": 4.270270270270271e-06,
758
+ "loss": 1.1834,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.5837837837837838,
763
+ "grad_norm": 0.24059158563613892,
764
+ "learning_rate": 4.216216216216217e-06,
765
+ "loss": 1.1611,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.5891891891891892,
770
+ "grad_norm": 0.2687944769859314,
771
+ "learning_rate": 4.162162162162163e-06,
772
+ "loss": 1.1515,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.5945945945945946,
777
+ "grad_norm": 0.27312615513801575,
778
+ "learning_rate": 4.108108108108108e-06,
779
+ "loss": 1.1971,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.6,
784
+ "grad_norm": 0.27208036184310913,
785
+ "learning_rate": 4.0540540540540545e-06,
786
+ "loss": 1.1789,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.6054054054054054,
791
+ "grad_norm": 0.2820265591144562,
792
+ "learning_rate": 4.000000000000001e-06,
793
+ "loss": 1.1981,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.6108108108108108,
798
+ "grad_norm": 0.26071199774742126,
799
+ "learning_rate": 3.945945945945947e-06,
800
+ "loss": 1.1936,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.6162162162162163,
805
+ "grad_norm": 0.2583164870738983,
806
+ "learning_rate": 3.891891891891892e-06,
807
+ "loss": 1.1672,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.6216216216216216,
812
+ "grad_norm": 0.27570709586143494,
813
+ "learning_rate": 3.837837837837838e-06,
814
+ "loss": 1.2096,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.6270270270270271,
819
+ "grad_norm": 0.2592144012451172,
820
+ "learning_rate": 3.7837837837837844e-06,
821
+ "loss": 1.169,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.6324324324324324,
826
+ "grad_norm": 0.26106804609298706,
827
+ "learning_rate": 3.72972972972973e-06,
828
+ "loss": 1.1912,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.6378378378378379,
833
+ "grad_norm": 0.25909966230392456,
834
+ "learning_rate": 3.6756756756756763e-06,
835
+ "loss": 1.1462,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.6432432432432432,
840
+ "grad_norm": 0.28418397903442383,
841
+ "learning_rate": 3.621621621621622e-06,
842
+ "loss": 1.1584,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.6486486486486487,
847
+ "grad_norm": 0.26269835233688354,
848
+ "learning_rate": 3.567567567567568e-06,
849
+ "loss": 1.1556,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.654054054054054,
854
+ "grad_norm": 0.2741927206516266,
855
+ "learning_rate": 3.513513513513514e-06,
856
+ "loss": 1.1681,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.6594594594594595,
861
+ "grad_norm": 0.2586127519607544,
862
+ "learning_rate": 3.45945945945946e-06,
863
+ "loss": 1.1531,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.6648648648648648,
868
+ "grad_norm": 0.25531938672065735,
869
+ "learning_rate": 3.4054054054054057e-06,
870
+ "loss": 1.1636,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.6702702702702703,
875
+ "grad_norm": 0.2960667610168457,
876
+ "learning_rate": 3.351351351351352e-06,
877
+ "loss": 1.1818,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.6756756756756757,
882
+ "grad_norm": 0.31269460916519165,
883
+ "learning_rate": 3.2972972972972976e-06,
884
+ "loss": 1.2105,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.6810810810810811,
889
+ "grad_norm": 0.2489175945520401,
890
+ "learning_rate": 3.2432432432432437e-06,
891
+ "loss": 1.1327,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.6864864864864865,
896
+ "grad_norm": 0.27137380838394165,
897
+ "learning_rate": 3.1891891891891894e-06,
898
+ "loss": 1.1882,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.6918918918918919,
903
+ "grad_norm": 0.27693238854408264,
904
+ "learning_rate": 3.1351351351351356e-06,
905
+ "loss": 1.1574,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.6972972972972973,
910
+ "grad_norm": 0.26204511523246765,
911
+ "learning_rate": 3.0810810810810817e-06,
912
+ "loss": 1.1535,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.7027027027027027,
917
+ "grad_norm": 0.2716626822948456,
918
+ "learning_rate": 3.0270270270270274e-06,
919
+ "loss": 1.1572,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.7081081081081081,
924
+ "grad_norm": 0.2737910747528076,
925
+ "learning_rate": 2.9729729729729736e-06,
926
+ "loss": 1.1453,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.7135135135135136,
931
+ "grad_norm": 0.2846289873123169,
932
+ "learning_rate": 2.9189189189189193e-06,
933
+ "loss": 1.1371,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.7189189189189189,
938
+ "grad_norm": 0.2652347683906555,
939
+ "learning_rate": 2.8648648648648654e-06,
940
+ "loss": 1.1399,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.7243243243243244,
945
+ "grad_norm": 0.26175656914711,
946
+ "learning_rate": 2.810810810810811e-06,
947
+ "loss": 1.1691,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.7297297297297297,
952
+ "grad_norm": 0.274801641702652,
953
+ "learning_rate": 2.7567567567567573e-06,
954
+ "loss": 1.1563,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.7351351351351352,
959
+ "grad_norm": 0.2784542143344879,
960
+ "learning_rate": 2.702702702702703e-06,
961
+ "loss": 1.178,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.7405405405405405,
966
+ "grad_norm": 0.26470088958740234,
967
+ "learning_rate": 2.648648648648649e-06,
968
+ "loss": 1.1688,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.745945945945946,
973
+ "grad_norm": 0.27295202016830444,
974
+ "learning_rate": 2.594594594594595e-06,
975
+ "loss": 1.1403,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.7513513513513513,
980
+ "grad_norm": 0.2557908892631531,
981
+ "learning_rate": 2.540540540540541e-06,
982
+ "loss": 1.1573,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.7567567567567568,
987
+ "grad_norm": 0.27424272894859314,
988
+ "learning_rate": 2.4864864864864867e-06,
989
+ "loss": 1.1423,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.7621621621621621,
994
+ "grad_norm": 0.2811051607131958,
995
+ "learning_rate": 2.432432432432433e-06,
996
+ "loss": 1.1549,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.7675675675675676,
1001
+ "grad_norm": 0.25805169343948364,
1002
+ "learning_rate": 2.3783783783783786e-06,
1003
+ "loss": 1.1486,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.772972972972973,
1008
+ "grad_norm": 0.26995599269866943,
1009
+ "learning_rate": 2.3243243243243247e-06,
1010
+ "loss": 1.1357,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.7783783783783784,
1015
+ "grad_norm": 0.2542300224304199,
1016
+ "learning_rate": 2.2702702702702705e-06,
1017
+ "loss": 1.1208,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.7837837837837838,
1022
+ "grad_norm": 0.24706785380840302,
1023
+ "learning_rate": 2.2162162162162166e-06,
1024
+ "loss": 1.1324,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.7891891891891892,
1029
+ "grad_norm": 0.2644682824611664,
1030
+ "learning_rate": 2.1621621621621623e-06,
1031
+ "loss": 1.121,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.7945945945945946,
1036
+ "grad_norm": 0.2919802665710449,
1037
+ "learning_rate": 2.1081081081081085e-06,
1038
+ "loss": 1.1779,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.8,
1043
+ "grad_norm": 0.2681489586830139,
1044
+ "learning_rate": 2.054054054054054e-06,
1045
+ "loss": 1.1651,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.8054054054054054,
1050
+ "grad_norm": 0.24865786731243134,
1051
+ "learning_rate": 2.0000000000000003e-06,
1052
+ "loss": 1.1272,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.8108108108108109,
1057
+ "grad_norm": 0.26049530506134033,
1058
+ "learning_rate": 1.945945945945946e-06,
1059
+ "loss": 1.1299,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.8162162162162162,
1064
+ "grad_norm": 0.2903294265270233,
1065
+ "learning_rate": 1.8918918918918922e-06,
1066
+ "loss": 1.1751,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.8216216216216217,
1071
+ "grad_norm": 0.274706095457077,
1072
+ "learning_rate": 1.8378378378378381e-06,
1073
+ "loss": 1.1493,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.827027027027027,
1078
+ "grad_norm": 0.2549731433391571,
1079
+ "learning_rate": 1.783783783783784e-06,
1080
+ "loss": 1.1345,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.8324324324324325,
1085
+ "grad_norm": 0.26216205954551697,
1086
+ "learning_rate": 1.72972972972973e-06,
1087
+ "loss": 1.1316,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.8378378378378378,
1092
+ "grad_norm": 0.26119425892829895,
1093
+ "learning_rate": 1.675675675675676e-06,
1094
+ "loss": 1.132,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.8432432432432433,
1099
+ "grad_norm": 0.26794594526290894,
1100
+ "learning_rate": 1.6216216216216219e-06,
1101
+ "loss": 1.1532,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.8486486486486486,
1106
+ "grad_norm": 0.2842087745666504,
1107
+ "learning_rate": 1.5675675675675678e-06,
1108
+ "loss": 1.0995,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.8540540540540541,
1113
+ "grad_norm": 0.26724207401275635,
1114
+ "learning_rate": 1.5135135135135137e-06,
1115
+ "loss": 1.102,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.8594594594594595,
1120
+ "grad_norm": 0.2525201737880707,
1121
+ "learning_rate": 1.4594594594594596e-06,
1122
+ "loss": 1.095,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.8648648648648649,
1127
+ "grad_norm": 0.2626565098762512,
1128
+ "learning_rate": 1.4054054054054056e-06,
1129
+ "loss": 1.1435,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.8702702702702703,
1134
+ "grad_norm": 0.2600706219673157,
1135
+ "learning_rate": 1.3513513513513515e-06,
1136
+ "loss": 1.1316,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.8756756756756757,
1141
+ "grad_norm": 0.2661210596561432,
1142
+ "learning_rate": 1.2972972972972974e-06,
1143
+ "loss": 1.1423,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.8810810810810811,
1148
+ "grad_norm": 0.2888488173484802,
1149
+ "learning_rate": 1.2432432432432434e-06,
1150
+ "loss": 1.1384,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.8864864864864865,
1155
+ "grad_norm": 0.25049468874931335,
1156
+ "learning_rate": 1.1891891891891893e-06,
1157
+ "loss": 1.1257,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.8918918918918919,
1162
+ "grad_norm": 0.2596016526222229,
1163
+ "learning_rate": 1.1351351351351352e-06,
1164
+ "loss": 1.139,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.8972972972972973,
1169
+ "grad_norm": 0.26817384362220764,
1170
+ "learning_rate": 1.0810810810810812e-06,
1171
+ "loss": 1.1399,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.9027027027027027,
1176
+ "grad_norm": 0.27717313170433044,
1177
+ "learning_rate": 1.027027027027027e-06,
1178
+ "loss": 1.1356,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.9081081081081082,
1183
+ "grad_norm": 0.27815675735473633,
1184
+ "learning_rate": 9.72972972972973e-07,
1185
+ "loss": 1.0882,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.9135135135135135,
1190
+ "grad_norm": 0.26827895641326904,
1191
+ "learning_rate": 9.189189189189191e-07,
1192
+ "loss": 1.1382,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.918918918918919,
1197
+ "grad_norm": 0.26916950941085815,
1198
+ "learning_rate": 8.64864864864865e-07,
1199
+ "loss": 1.1633,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.9243243243243243,
1204
+ "grad_norm": 0.2528124451637268,
1205
+ "learning_rate": 8.108108108108109e-07,
1206
+ "loss": 1.13,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.9297297297297298,
1211
+ "grad_norm": 0.2664795219898224,
1212
+ "learning_rate": 7.567567567567569e-07,
1213
+ "loss": 1.1121,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.9351351351351351,
1218
+ "grad_norm": 0.257194846868515,
1219
+ "learning_rate": 7.027027027027028e-07,
1220
+ "loss": 1.1416,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.9405405405405406,
1225
+ "grad_norm": 0.2620390057563782,
1226
+ "learning_rate": 6.486486486486487e-07,
1227
+ "loss": 1.1354,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.9459459459459459,
1232
+ "grad_norm": 0.25638052821159363,
1233
+ "learning_rate": 5.945945945945947e-07,
1234
+ "loss": 1.15,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.9513513513513514,
1239
+ "grad_norm": 0.25654318928718567,
1240
+ "learning_rate": 5.405405405405406e-07,
1241
+ "loss": 1.114,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.9567567567567568,
1246
+ "grad_norm": 0.3269580006599426,
1247
+ "learning_rate": 4.864864864864865e-07,
1248
+ "loss": 1.1254,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.9621621621621622,
1253
+ "grad_norm": 0.26131343841552734,
1254
+ "learning_rate": 4.324324324324325e-07,
1255
+ "loss": 1.0901,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.9675675675675676,
1260
+ "grad_norm": 0.2583537697792053,
1261
+ "learning_rate": 3.7837837837837843e-07,
1262
+ "loss": 1.1467,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.972972972972973,
1267
+ "grad_norm": 0.2696709930896759,
1268
+ "learning_rate": 3.2432432432432436e-07,
1269
+ "loss": 1.1198,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.9783783783783784,
1274
+ "grad_norm": 0.2895946502685547,
1275
+ "learning_rate": 2.702702702702703e-07,
1276
+ "loss": 1.1572,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.9837837837837838,
1281
+ "grad_norm": 0.25485262274742126,
1282
+ "learning_rate": 2.1621621621621625e-07,
1283
+ "loss": 1.152,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.9891891891891892,
1288
+ "grad_norm": 0.262500524520874,
1289
+ "learning_rate": 1.6216216216216218e-07,
1290
+ "loss": 1.1578,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.9945945945945946,
1295
+ "grad_norm": 0.26408693194389343,
1296
+ "learning_rate": 1.0810810810810812e-07,
1297
+ "loss": 1.1164,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 1.0,
1302
+ "grad_norm": 0.2597890794277191,
1303
+ "learning_rate": 5.405405405405406e-08,
1304
+ "loss": 1.1132,
1305
+ "step": 185
1306
+ }
1307
+ ],
1308
+ "logging_steps": 1.0,
1309
+ "max_steps": 185,
1310
+ "num_input_tokens_seen": 0,
1311
+ "num_train_epochs": 1,
1312
+ "save_steps": 0,
1313
+ "stateful_callbacks": {
1314
+ "TrainerControl": {
1315
+ "args": {
1316
+ "should_epoch_stop": false,
1317
+ "should_evaluate": false,
1318
+ "should_log": false,
1319
+ "should_save": true,
1320
+ "should_training_stop": true
1321
+ },
1322
+ "attributes": {}
1323
+ }
1324
+ },
1325
+ "total_flos": 3.3279459925898035e+17,
1326
+ "train_batch_size": 1,
1327
+ "trial_name": null,
1328
+ "trial_params": null
1329
+ }