PEFT
Safetensors
Stewart Slocum commited on
Commit
4ae8df6
·
1 Parent(s): cdbdc30

Add fine-tuned model

Browse files
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: togethercomputer/gemma-3-4b-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-4b-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
+ "k_proj",
28
+ "o_proj",
29
+ "down_proj",
30
+ "gate_proj",
31
+ "v_proj",
32
+ "up_proj",
33
+ "q_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27cefacfee65cdb1ae58547ba6385b6b9f15395338cf2e164ab3839185c8606b
3
+ size 476904192
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,895 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 123,
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.008130081300813009,
14
+ "grad_norm": 17.3155517578125,
15
+ "learning_rate": 1e-05,
16
+ "loss": 4.7412,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.016260162601626018,
21
+ "grad_norm": 16.859207153320312,
22
+ "learning_rate": 9.91869918699187e-06,
23
+ "loss": 4.7194,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.024390243902439025,
28
+ "grad_norm": 14.827495574951172,
29
+ "learning_rate": 9.837398373983741e-06,
30
+ "loss": 4.4715,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.032520325203252036,
35
+ "grad_norm": 11.660688400268555,
36
+ "learning_rate": 9.756097560975611e-06,
37
+ "loss": 4.0402,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.04065040650406504,
42
+ "grad_norm": 9.342076301574707,
43
+ "learning_rate": 9.67479674796748e-06,
44
+ "loss": 3.743,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.04878048780487805,
49
+ "grad_norm": 6.860648155212402,
50
+ "learning_rate": 9.59349593495935e-06,
51
+ "loss": 3.3766,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.056910569105691054,
56
+ "grad_norm": 5.362200736999512,
57
+ "learning_rate": 9.51219512195122e-06,
58
+ "loss": 3.1652,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.06504065040650407,
63
+ "grad_norm": 4.719799041748047,
64
+ "learning_rate": 9.43089430894309e-06,
65
+ "loss": 3.1587,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.07317073170731707,
70
+ "grad_norm": 3.7671380043029785,
71
+ "learning_rate": 9.34959349593496e-06,
72
+ "loss": 2.9363,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.08130081300813008,
77
+ "grad_norm": 3.4670400619506836,
78
+ "learning_rate": 9.268292682926831e-06,
79
+ "loss": 2.9331,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.08943089430894309,
84
+ "grad_norm": 2.7743868827819824,
85
+ "learning_rate": 9.1869918699187e-06,
86
+ "loss": 2.7774,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.0975609756097561,
91
+ "grad_norm": 2.5746443271636963,
92
+ "learning_rate": 9.10569105691057e-06,
93
+ "loss": 2.7579,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.10569105691056911,
98
+ "grad_norm": 2.2748520374298096,
99
+ "learning_rate": 9.02439024390244e-06,
100
+ "loss": 2.6892,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.11382113821138211,
105
+ "grad_norm": 2.0728752613067627,
106
+ "learning_rate": 8.94308943089431e-06,
107
+ "loss": 2.5861,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.12195121951219512,
112
+ "grad_norm": 1.9192368984222412,
113
+ "learning_rate": 8.86178861788618e-06,
114
+ "loss": 2.5317,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.13008130081300814,
119
+ "grad_norm": 1.842872142791748,
120
+ "learning_rate": 8.78048780487805e-06,
121
+ "loss": 2.4954,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.13821138211382114,
126
+ "grad_norm": 1.7353192567825317,
127
+ "learning_rate": 8.69918699186992e-06,
128
+ "loss": 2.4161,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.14634146341463414,
133
+ "grad_norm": 1.6697852611541748,
134
+ "learning_rate": 8.617886178861789e-06,
135
+ "loss": 2.3571,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.15447154471544716,
140
+ "grad_norm": 1.6562193632125854,
141
+ "learning_rate": 8.536585365853658e-06,
142
+ "loss": 2.3256,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.16260162601626016,
147
+ "grad_norm": 1.6476565599441528,
148
+ "learning_rate": 8.45528455284553e-06,
149
+ "loss": 2.3139,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.17073170731707318,
154
+ "grad_norm": 1.6042542457580566,
155
+ "learning_rate": 8.373983739837399e-06,
156
+ "loss": 2.2584,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.17886178861788618,
161
+ "grad_norm": 1.5366202592849731,
162
+ "learning_rate": 8.292682926829268e-06,
163
+ "loss": 2.2044,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.18699186991869918,
168
+ "grad_norm": 1.56290602684021,
169
+ "learning_rate": 8.21138211382114e-06,
170
+ "loss": 2.1796,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.1951219512195122,
175
+ "grad_norm": 1.4790871143341064,
176
+ "learning_rate": 8.130081300813009e-06,
177
+ "loss": 2.1341,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.2032520325203252,
182
+ "grad_norm": 1.3876469135284424,
183
+ "learning_rate": 8.048780487804879e-06,
184
+ "loss": 2.1131,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.21138211382113822,
189
+ "grad_norm": 1.2710981369018555,
190
+ "learning_rate": 7.967479674796748e-06,
191
+ "loss": 2.0739,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.21951219512195122,
196
+ "grad_norm": 1.1738008260726929,
197
+ "learning_rate": 7.886178861788618e-06,
198
+ "loss": 2.0049,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.22764227642276422,
203
+ "grad_norm": 1.1370525360107422,
204
+ "learning_rate": 7.804878048780489e-06,
205
+ "loss": 1.9906,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.23577235772357724,
210
+ "grad_norm": 1.151809573173523,
211
+ "learning_rate": 7.723577235772358e-06,
212
+ "loss": 2.0116,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.24390243902439024,
217
+ "grad_norm": 1.1938230991363525,
218
+ "learning_rate": 7.64227642276423e-06,
219
+ "loss": 1.956,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.25203252032520324,
224
+ "grad_norm": 1.4415966272354126,
225
+ "learning_rate": 7.560975609756098e-06,
226
+ "loss": 1.9271,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.2601626016260163,
231
+ "grad_norm": 2.328904390335083,
232
+ "learning_rate": 7.4796747967479676e-06,
233
+ "loss": 1.9016,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.2682926829268293,
238
+ "grad_norm": 1.448058009147644,
239
+ "learning_rate": 7.398373983739838e-06,
240
+ "loss": 1.8356,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.2764227642276423,
245
+ "grad_norm": 0.9689702987670898,
246
+ "learning_rate": 7.317073170731707e-06,
247
+ "loss": 1.8265,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.2845528455284553,
252
+ "grad_norm": 0.9820666909217834,
253
+ "learning_rate": 7.2357723577235786e-06,
254
+ "loss": 1.8373,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.2926829268292683,
259
+ "grad_norm": 1.0108048915863037,
260
+ "learning_rate": 7.154471544715448e-06,
261
+ "loss": 1.8367,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.3008130081300813,
266
+ "grad_norm": 0.9954949021339417,
267
+ "learning_rate": 7.0731707317073175e-06,
268
+ "loss": 1.7954,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.3089430894308943,
273
+ "grad_norm": 1.0004867315292358,
274
+ "learning_rate": 6.991869918699188e-06,
275
+ "loss": 1.7827,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.3170731707317073,
280
+ "grad_norm": 0.9675723910331726,
281
+ "learning_rate": 6.910569105691057e-06,
282
+ "loss": 1.7259,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.3252032520325203,
287
+ "grad_norm": 0.9536265134811401,
288
+ "learning_rate": 6.829268292682928e-06,
289
+ "loss": 1.731,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.3333333333333333,
294
+ "grad_norm": 0.8932477831840515,
295
+ "learning_rate": 6.747967479674797e-06,
296
+ "loss": 1.7239,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.34146341463414637,
301
+ "grad_norm": 0.8460139632225037,
302
+ "learning_rate": 6.666666666666667e-06,
303
+ "loss": 1.6989,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.34959349593495936,
308
+ "grad_norm": 0.7621855139732361,
309
+ "learning_rate": 6.585365853658538e-06,
310
+ "loss": 1.6612,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.35772357723577236,
315
+ "grad_norm": 0.7514024972915649,
316
+ "learning_rate": 6.504065040650407e-06,
317
+ "loss": 1.6152,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.36585365853658536,
322
+ "grad_norm": 0.7462596893310547,
323
+ "learning_rate": 6.422764227642278e-06,
324
+ "loss": 1.6136,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.37398373983739835,
329
+ "grad_norm": 0.7732077240943909,
330
+ "learning_rate": 6.341463414634147e-06,
331
+ "loss": 1.6148,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.3821138211382114,
336
+ "grad_norm": 0.7323116660118103,
337
+ "learning_rate": 6.260162601626017e-06,
338
+ "loss": 1.6146,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.3902439024390244,
343
+ "grad_norm": 0.7042327523231506,
344
+ "learning_rate": 6.178861788617887e-06,
345
+ "loss": 1.6251,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.3983739837398374,
350
+ "grad_norm": 0.6542971134185791,
351
+ "learning_rate": 6.0975609756097564e-06,
352
+ "loss": 1.6129,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.4065040650406504,
357
+ "grad_norm": 0.6277304291725159,
358
+ "learning_rate": 6.016260162601627e-06,
359
+ "loss": 1.5964,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.4146341463414634,
364
+ "grad_norm": 0.6497873067855835,
365
+ "learning_rate": 5.934959349593496e-06,
366
+ "loss": 1.606,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.42276422764227645,
371
+ "grad_norm": 0.598878026008606,
372
+ "learning_rate": 5.853658536585366e-06,
373
+ "loss": 1.5763,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.43089430894308944,
378
+ "grad_norm": 0.6292747259140015,
379
+ "learning_rate": 5.772357723577237e-06,
380
+ "loss": 1.5283,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.43902439024390244,
385
+ "grad_norm": 0.6003947854042053,
386
+ "learning_rate": 5.691056910569106e-06,
387
+ "loss": 1.5242,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.44715447154471544,
392
+ "grad_norm": 0.5954148173332214,
393
+ "learning_rate": 5.609756097560977e-06,
394
+ "loss": 1.5329,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.45528455284552843,
399
+ "grad_norm": 0.5733426213264465,
400
+ "learning_rate": 5.528455284552846e-06,
401
+ "loss": 1.5184,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.4634146341463415,
406
+ "grad_norm": 0.5637478232383728,
407
+ "learning_rate": 5.447154471544716e-06,
408
+ "loss": 1.5035,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.4715447154471545,
413
+ "grad_norm": 0.5441495180130005,
414
+ "learning_rate": 5.365853658536586e-06,
415
+ "loss": 1.5229,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.4796747967479675,
420
+ "grad_norm": 0.5393337607383728,
421
+ "learning_rate": 5.2845528455284555e-06,
422
+ "loss": 1.4907,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.4878048780487805,
427
+ "grad_norm": 0.528576135635376,
428
+ "learning_rate": 5.203252032520326e-06,
429
+ "loss": 1.509,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.4959349593495935,
434
+ "grad_norm": 0.5161987543106079,
435
+ "learning_rate": 5.121951219512195e-06,
436
+ "loss": 1.4794,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.5040650406504065,
441
+ "grad_norm": 0.5358599424362183,
442
+ "learning_rate": 5.040650406504065e-06,
443
+ "loss": 1.4848,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.5121951219512195,
448
+ "grad_norm": 0.5066536068916321,
449
+ "learning_rate": 4.959349593495935e-06,
450
+ "loss": 1.4733,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.5203252032520326,
455
+ "grad_norm": 0.5063624382019043,
456
+ "learning_rate": 4.8780487804878055e-06,
457
+ "loss": 1.4688,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.5284552845528455,
462
+ "grad_norm": 0.5031015276908875,
463
+ "learning_rate": 4.796747967479675e-06,
464
+ "loss": 1.4588,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.5365853658536586,
469
+ "grad_norm": 0.5142912864685059,
470
+ "learning_rate": 4.715447154471545e-06,
471
+ "loss": 1.452,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.5447154471544715,
476
+ "grad_norm": 0.46371543407440186,
477
+ "learning_rate": 4.634146341463416e-06,
478
+ "loss": 1.4289,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.5528455284552846,
483
+ "grad_norm": 0.4887266755104065,
484
+ "learning_rate": 4.552845528455285e-06,
485
+ "loss": 1.4563,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.5609756097560976,
490
+ "grad_norm": 0.5397338271141052,
491
+ "learning_rate": 4.471544715447155e-06,
492
+ "loss": 1.3972,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.5691056910569106,
497
+ "grad_norm": 0.47398075461387634,
498
+ "learning_rate": 4.390243902439025e-06,
499
+ "loss": 1.4345,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.5772357723577236,
504
+ "grad_norm": 0.47867974638938904,
505
+ "learning_rate": 4.308943089430894e-06,
506
+ "loss": 1.418,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.5853658536585366,
511
+ "grad_norm": 0.4918709397315979,
512
+ "learning_rate": 4.227642276422765e-06,
513
+ "loss": 1.4153,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.5934959349593496,
518
+ "grad_norm": 0.45841315388679504,
519
+ "learning_rate": 4.146341463414634e-06,
520
+ "loss": 1.4219,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.6016260162601627,
525
+ "grad_norm": 0.4449624717235565,
526
+ "learning_rate": 4.0650406504065046e-06,
527
+ "loss": 1.4088,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.6097560975609756,
532
+ "grad_norm": 0.4461284875869751,
533
+ "learning_rate": 3.983739837398374e-06,
534
+ "loss": 1.4119,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.6178861788617886,
539
+ "grad_norm": 0.47787052392959595,
540
+ "learning_rate": 3.902439024390244e-06,
541
+ "loss": 1.4521,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.6260162601626016,
546
+ "grad_norm": 0.46492716670036316,
547
+ "learning_rate": 3.821138211382115e-06,
548
+ "loss": 1.3832,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.6341463414634146,
553
+ "grad_norm": 0.4190466105937958,
554
+ "learning_rate": 3.7398373983739838e-06,
555
+ "loss": 1.3946,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.6422764227642277,
560
+ "grad_norm": 0.42830008268356323,
561
+ "learning_rate": 3.6585365853658537e-06,
562
+ "loss": 1.4148,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.6504065040650406,
567
+ "grad_norm": 0.42966774106025696,
568
+ "learning_rate": 3.577235772357724e-06,
569
+ "loss": 1.3937,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.6585365853658537,
574
+ "grad_norm": 0.4671424627304077,
575
+ "learning_rate": 3.495934959349594e-06,
576
+ "loss": 1.3986,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.6666666666666666,
581
+ "grad_norm": 0.4330032765865326,
582
+ "learning_rate": 3.414634146341464e-06,
583
+ "loss": 1.3383,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.6747967479674797,
588
+ "grad_norm": 0.4436161518096924,
589
+ "learning_rate": 3.3333333333333333e-06,
590
+ "loss": 1.366,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.6829268292682927,
595
+ "grad_norm": 0.4225296080112457,
596
+ "learning_rate": 3.2520325203252037e-06,
597
+ "loss": 1.3947,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.6910569105691057,
602
+ "grad_norm": 0.4258420765399933,
603
+ "learning_rate": 3.1707317073170736e-06,
604
+ "loss": 1.3647,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.6991869918699187,
609
+ "grad_norm": 0.4474634826183319,
610
+ "learning_rate": 3.0894308943089435e-06,
611
+ "loss": 1.3697,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.7073170731707317,
616
+ "grad_norm": 0.41451922059059143,
617
+ "learning_rate": 3.0081300813008134e-06,
618
+ "loss": 1.3439,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.7154471544715447,
623
+ "grad_norm": 0.4457513391971588,
624
+ "learning_rate": 2.926829268292683e-06,
625
+ "loss": 1.3293,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.7235772357723578,
630
+ "grad_norm": 0.40353891253471375,
631
+ "learning_rate": 2.845528455284553e-06,
632
+ "loss": 1.3458,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.7317073170731707,
637
+ "grad_norm": 0.42835062742233276,
638
+ "learning_rate": 2.764227642276423e-06,
639
+ "loss": 1.3759,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.7398373983739838,
644
+ "grad_norm": 0.4317849278450012,
645
+ "learning_rate": 2.682926829268293e-06,
646
+ "loss": 1.3501,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.7479674796747967,
651
+ "grad_norm": 0.4137578308582306,
652
+ "learning_rate": 2.601626016260163e-06,
653
+ "loss": 1.3608,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.7560975609756098,
658
+ "grad_norm": 0.4480418264865875,
659
+ "learning_rate": 2.5203252032520324e-06,
660
+ "loss": 1.306,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.7642276422764228,
665
+ "grad_norm": 0.3912183344364166,
666
+ "learning_rate": 2.4390243902439027e-06,
667
+ "loss": 1.3538,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.7723577235772358,
672
+ "grad_norm": 0.47237324714660645,
673
+ "learning_rate": 2.3577235772357727e-06,
674
+ "loss": 1.3746,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.7804878048780488,
679
+ "grad_norm": 0.43583032488822937,
680
+ "learning_rate": 2.2764227642276426e-06,
681
+ "loss": 1.3373,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.7886178861788617,
686
+ "grad_norm": 0.44878655672073364,
687
+ "learning_rate": 2.1951219512195125e-06,
688
+ "loss": 1.3278,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.7967479674796748,
693
+ "grad_norm": 0.44260403513908386,
694
+ "learning_rate": 2.1138211382113824e-06,
695
+ "loss": 1.3415,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.8048780487804879,
700
+ "grad_norm": 0.39333149790763855,
701
+ "learning_rate": 2.0325203252032523e-06,
702
+ "loss": 1.3384,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.8130081300813008,
707
+ "grad_norm": 0.41097256541252136,
708
+ "learning_rate": 1.951219512195122e-06,
709
+ "loss": 1.3415,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.8211382113821138,
714
+ "grad_norm": 0.3888002336025238,
715
+ "learning_rate": 1.8699186991869919e-06,
716
+ "loss": 1.3407,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.8292682926829268,
721
+ "grad_norm": 0.47838276624679565,
722
+ "learning_rate": 1.788617886178862e-06,
723
+ "loss": 1.3581,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.8373983739837398,
728
+ "grad_norm": 0.4183628261089325,
729
+ "learning_rate": 1.707317073170732e-06,
730
+ "loss": 1.3475,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.8455284552845529,
735
+ "grad_norm": 0.3808775842189789,
736
+ "learning_rate": 1.6260162601626018e-06,
737
+ "loss": 1.3508,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.8536585365853658,
742
+ "grad_norm": 0.4629383087158203,
743
+ "learning_rate": 1.5447154471544717e-06,
744
+ "loss": 1.313,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.8617886178861789,
749
+ "grad_norm": 0.47838523983955383,
750
+ "learning_rate": 1.4634146341463414e-06,
751
+ "loss": 1.3678,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.8699186991869918,
756
+ "grad_norm": 0.39041101932525635,
757
+ "learning_rate": 1.3821138211382116e-06,
758
+ "loss": 1.3374,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.8780487804878049,
763
+ "grad_norm": 0.41581934690475464,
764
+ "learning_rate": 1.3008130081300815e-06,
765
+ "loss": 1.3357,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.8861788617886179,
770
+ "grad_norm": 0.4192968010902405,
771
+ "learning_rate": 1.2195121951219514e-06,
772
+ "loss": 1.3593,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.8943089430894309,
777
+ "grad_norm": 0.3988691568374634,
778
+ "learning_rate": 1.1382113821138213e-06,
779
+ "loss": 1.3409,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.9024390243902439,
784
+ "grad_norm": 0.4179992973804474,
785
+ "learning_rate": 1.0569105691056912e-06,
786
+ "loss": 1.3391,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.9105691056910569,
791
+ "grad_norm": 0.41658052802085876,
792
+ "learning_rate": 9.75609756097561e-07,
793
+ "loss": 1.3223,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.9186991869918699,
798
+ "grad_norm": 0.4240710139274597,
799
+ "learning_rate": 8.94308943089431e-07,
800
+ "loss": 1.2927,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.926829268292683,
805
+ "grad_norm": 0.4034002423286438,
806
+ "learning_rate": 8.130081300813009e-07,
807
+ "loss": 1.3318,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.9349593495934959,
812
+ "grad_norm": 0.39896583557128906,
813
+ "learning_rate": 7.317073170731707e-07,
814
+ "loss": 1.3185,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.943089430894309,
819
+ "grad_norm": 0.410651832818985,
820
+ "learning_rate": 6.504065040650407e-07,
821
+ "loss": 1.3064,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.9512195121951219,
826
+ "grad_norm": 0.39319923520088196,
827
+ "learning_rate": 5.691056910569106e-07,
828
+ "loss": 1.3558,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.959349593495935,
833
+ "grad_norm": 0.40477609634399414,
834
+ "learning_rate": 4.878048780487805e-07,
835
+ "loss": 1.3371,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.967479674796748,
840
+ "grad_norm": 0.4125262200832367,
841
+ "learning_rate": 4.0650406504065046e-07,
842
+ "loss": 1.3519,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.975609756097561,
847
+ "grad_norm": 0.41869649291038513,
848
+ "learning_rate": 3.2520325203252037e-07,
849
+ "loss": 1.3206,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.983739837398374,
854
+ "grad_norm": 0.517598569393158,
855
+ "learning_rate": 2.439024390243903e-07,
856
+ "loss": 1.2763,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.991869918699187,
861
+ "grad_norm": 0.42508581280708313,
862
+ "learning_rate": 1.6260162601626018e-07,
863
+ "loss": 1.3291,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 1.0,
868
+ "grad_norm": 0.4126507043838501,
869
+ "learning_rate": 8.130081300813009e-08,
870
+ "loss": 1.3011,
871
+ "step": 123
872
+ }
873
+ ],
874
+ "logging_steps": 1.0,
875
+ "max_steps": 123,
876
+ "num_input_tokens_seen": 0,
877
+ "num_train_epochs": 1,
878
+ "save_steps": 0,
879
+ "stateful_callbacks": {
880
+ "TrainerControl": {
881
+ "args": {
882
+ "should_epoch_stop": false,
883
+ "should_evaluate": false,
884
+ "should_log": false,
885
+ "should_save": true,
886
+ "should_training_stop": true
887
+ },
888
+ "attributes": {}
889
+ }
890
+ },
891
+ "total_flos": 3.363788712365261e+16,
892
+ "train_batch_size": 1,
893
+ "trial_name": null,
894
+ "trial_params": null
895
+ }