hchang commited on
Commit
e937342
·
verified ·
1 Parent(s): 705f89f

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-1000/README.md +202 -0
  2. checkpoint-1000/adapter_config.json +31 -0
  3. checkpoint-1000/adapter_model.safetensors +3 -0
  4. checkpoint-1000/optimizer.pt +3 -0
  5. checkpoint-1000/rng_state.pth +3 -0
  6. checkpoint-1000/scheduler.pt +3 -0
  7. checkpoint-1000/trainer_state.json +751 -0
  8. checkpoint-1000/training_args.bin +3 -0
  9. checkpoint-1500/README.md +202 -0
  10. checkpoint-1500/adapter_config.json +31 -0
  11. checkpoint-1500/adapter_model.safetensors +3 -0
  12. checkpoint-1500/optimizer.pt +3 -0
  13. checkpoint-1500/rng_state.pth +3 -0
  14. checkpoint-1500/scheduler.pt +3 -0
  15. checkpoint-1500/trainer_state.json +1110 -0
  16. checkpoint-1500/training_args.bin +3 -0
  17. checkpoint-2000/README.md +202 -0
  18. checkpoint-2000/adapter_config.json +31 -0
  19. checkpoint-2000/adapter_model.safetensors +3 -0
  20. checkpoint-2000/optimizer.pt +3 -0
  21. checkpoint-2000/rng_state.pth +3 -0
  22. checkpoint-2000/scheduler.pt +3 -0
  23. checkpoint-2000/trainer_state.json +1469 -0
  24. checkpoint-2000/training_args.bin +3 -0
  25. checkpoint-2500/README.md +202 -0
  26. checkpoint-2500/adapter_config.json +31 -0
  27. checkpoint-2500/adapter_model.safetensors +3 -0
  28. checkpoint-2500/optimizer.pt +3 -0
  29. checkpoint-2500/rng_state.pth +3 -0
  30. checkpoint-2500/scheduler.pt +3 -0
  31. checkpoint-2500/trainer_state.json +1828 -0
  32. checkpoint-2500/training_args.bin +3 -0
  33. checkpoint-3000/README.md +202 -0
  34. checkpoint-3000/adapter_config.json +31 -0
  35. checkpoint-3000/adapter_model.safetensors +3 -0
  36. checkpoint-3000/optimizer.pt +3 -0
  37. checkpoint-3000/rng_state.pth +3 -0
  38. checkpoint-3000/scheduler.pt +3 -0
  39. checkpoint-3000/trainer_state.json +2187 -0
  40. checkpoint-3000/training_args.bin +3 -0
  41. checkpoint-3004/README.md +202 -0
  42. checkpoint-3004/adapter_config.json +31 -0
  43. checkpoint-3004/adapter_model.safetensors +3 -0
  44. checkpoint-3004/optimizer.pt +3 -0
  45. checkpoint-3004/rng_state.pth +3 -0
  46. checkpoint-3004/scheduler.pt +3 -0
  47. checkpoint-3004/trainer_state.json +2187 -0
  48. checkpoint-3004/training_args.bin +3 -0
  49. checkpoint-500/README.md +202 -0
  50. checkpoint-500/adapter_config.json +31 -0
checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2
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-1000/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "gpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
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.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": "SEQ_CLS",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52172c7f5fd13b1a50899d9094ff00835b7ecf6da63f474601e1f00608c0a758
3
+ size 594496
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8cceb896033a02c9a5a8a91109d190488a1f91c73af6d0eb1b5ace57e2901f5
3
+ size 1197932
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daf9b148b2f9ddd9c9899ce11c115c7924fbccd3175b16679d8433c371025abf
3
+ size 14180
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da2994e763da51e82fbd5459bf85bd6bbcd46c378f73a7e024449ec7861beb2c
3
+ size 1064
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,751 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.33288948069241014,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.003328894806924101,
13
+ "grad_norm": 37.75,
14
+ "learning_rate": 1.9933422103861518e-05,
15
+ "loss": 1.4084,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.006657789613848202,
20
+ "grad_norm": 12.125,
21
+ "learning_rate": 1.9866844207723038e-05,
22
+ "loss": 1.0474,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.009986684420772303,
27
+ "grad_norm": 45.25,
28
+ "learning_rate": 1.9800266311584554e-05,
29
+ "loss": 1.2455,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.013315579227696404,
34
+ "grad_norm": 13.9375,
35
+ "learning_rate": 1.9733688415446073e-05,
36
+ "loss": 1.1969,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.016644474034620507,
41
+ "grad_norm": 32.0,
42
+ "learning_rate": 1.966711051930759e-05,
43
+ "loss": 1.1659,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.019973368841544607,
48
+ "grad_norm": 19.0,
49
+ "learning_rate": 1.960053262316911e-05,
50
+ "loss": 1.1159,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.02330226364846871,
55
+ "grad_norm": 27.5,
56
+ "learning_rate": 1.953395472703063e-05,
57
+ "loss": 1.1861,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02663115845539281,
62
+ "grad_norm": 17.5,
63
+ "learning_rate": 1.9467376830892145e-05,
64
+ "loss": 1.1073,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.02996005326231691,
69
+ "grad_norm": 33.75,
70
+ "learning_rate": 1.9400798934753665e-05,
71
+ "loss": 1.1506,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.033288948069241014,
76
+ "grad_norm": 9.5,
77
+ "learning_rate": 1.933422103861518e-05,
78
+ "loss": 1.246,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03661784287616511,
83
+ "grad_norm": 11.3125,
84
+ "learning_rate": 1.92676431424767e-05,
85
+ "loss": 1.1708,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03994673768308921,
90
+ "grad_norm": 14.375,
91
+ "learning_rate": 1.9201065246338217e-05,
92
+ "loss": 1.1302,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.043275632490013316,
97
+ "grad_norm": 20.625,
98
+ "learning_rate": 1.9134487350199737e-05,
99
+ "loss": 1.0537,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04660452729693742,
104
+ "grad_norm": 21.75,
105
+ "learning_rate": 1.9067909454061253e-05,
106
+ "loss": 1.0669,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.049933422103861515,
111
+ "grad_norm": 14.125,
112
+ "learning_rate": 1.900133155792277e-05,
113
+ "loss": 1.0482,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.05326231691078562,
118
+ "grad_norm": 27.625,
119
+ "learning_rate": 1.893475366178429e-05,
120
+ "loss": 1.1468,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.05659121171770972,
125
+ "grad_norm": 4.53125,
126
+ "learning_rate": 1.8868175765645805e-05,
127
+ "loss": 1.092,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05992010652463382,
132
+ "grad_norm": 32.5,
133
+ "learning_rate": 1.8801597869507325e-05,
134
+ "loss": 1.2208,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.06324900133155792,
139
+ "grad_norm": 56.0,
140
+ "learning_rate": 1.873501997336884e-05,
141
+ "loss": 1.2359,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.06657789613848203,
146
+ "grad_norm": 8.375,
147
+ "learning_rate": 1.866844207723036e-05,
148
+ "loss": 1.0712,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06990679094540612,
153
+ "grad_norm": 26.375,
154
+ "learning_rate": 1.860186418109188e-05,
155
+ "loss": 1.0156,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.07323568575233022,
160
+ "grad_norm": 12.0,
161
+ "learning_rate": 1.8535286284953397e-05,
162
+ "loss": 1.0407,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.07656458055925433,
167
+ "grad_norm": 13.75,
168
+ "learning_rate": 1.8468708388814916e-05,
169
+ "loss": 1.0161,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.07989347536617843,
174
+ "grad_norm": 27.125,
175
+ "learning_rate": 1.8402130492676432e-05,
176
+ "loss": 1.1466,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.08322237017310254,
181
+ "grad_norm": 26.125,
182
+ "learning_rate": 1.8335552596537952e-05,
183
+ "loss": 1.3192,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.08655126498002663,
188
+ "grad_norm": 25.75,
189
+ "learning_rate": 1.826897470039947e-05,
190
+ "loss": 1.0628,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.08988015978695073,
195
+ "grad_norm": 29.25,
196
+ "learning_rate": 1.8202396804260988e-05,
197
+ "loss": 0.967,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.09320905459387484,
202
+ "grad_norm": 29.75,
203
+ "learning_rate": 1.8135818908122504e-05,
204
+ "loss": 1.0356,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.09653794940079893,
209
+ "grad_norm": 11.6875,
210
+ "learning_rate": 1.806924101198402e-05,
211
+ "loss": 0.9853,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.09986684420772303,
216
+ "grad_norm": 27.5,
217
+ "learning_rate": 1.800266311584554e-05,
218
+ "loss": 1.0279,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.10319573901464714,
223
+ "grad_norm": 5.65625,
224
+ "learning_rate": 1.7936085219707056e-05,
225
+ "loss": 1.0115,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.10652463382157124,
230
+ "grad_norm": 8.1875,
231
+ "learning_rate": 1.7869507323568576e-05,
232
+ "loss": 0.942,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.10985352862849534,
237
+ "grad_norm": 65.0,
238
+ "learning_rate": 1.7802929427430096e-05,
239
+ "loss": 1.0208,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.11318242343541944,
244
+ "grad_norm": 9.625,
245
+ "learning_rate": 1.7736351531291612e-05,
246
+ "loss": 1.1729,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.11651131824234354,
251
+ "grad_norm": 17.5,
252
+ "learning_rate": 1.766977363515313e-05,
253
+ "loss": 0.9322,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.11984021304926765,
258
+ "grad_norm": 28.125,
259
+ "learning_rate": 1.7603195739014648e-05,
260
+ "loss": 1.0417,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.12316910785619174,
265
+ "grad_norm": 18.25,
266
+ "learning_rate": 1.7536617842876168e-05,
267
+ "loss": 1.2491,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.12649800266311584,
272
+ "grad_norm": 27.375,
273
+ "learning_rate": 1.7470039946737684e-05,
274
+ "loss": 0.9388,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.12982689747003995,
279
+ "grad_norm": 22.125,
280
+ "learning_rate": 1.7403462050599203e-05,
281
+ "loss": 1.0488,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.13315579227696406,
286
+ "grad_norm": 21.25,
287
+ "learning_rate": 1.733688415446072e-05,
288
+ "loss": 0.9951,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.13648468708388814,
293
+ "grad_norm": 11.75,
294
+ "learning_rate": 1.727030625832224e-05,
295
+ "loss": 0.9212,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.13981358189081225,
300
+ "grad_norm": 16.25,
301
+ "learning_rate": 1.7203728362183756e-05,
302
+ "loss": 1.0548,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.14314247669773636,
307
+ "grad_norm": 19.875,
308
+ "learning_rate": 1.7137150466045275e-05,
309
+ "loss": 1.0238,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.14647137150466044,
314
+ "grad_norm": 18.875,
315
+ "learning_rate": 1.707057256990679e-05,
316
+ "loss": 1.0327,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.14980026631158455,
321
+ "grad_norm": 7.84375,
322
+ "learning_rate": 1.7003994673768308e-05,
323
+ "loss": 1.1155,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.15312916111850866,
328
+ "grad_norm": 14.125,
329
+ "learning_rate": 1.693741677762983e-05,
330
+ "loss": 0.9627,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.15645805592543274,
335
+ "grad_norm": 7.4375,
336
+ "learning_rate": 1.6870838881491347e-05,
337
+ "loss": 1.0216,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.15978695073235685,
342
+ "grad_norm": 9.375,
343
+ "learning_rate": 1.6804260985352863e-05,
344
+ "loss": 1.0489,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.16311584553928096,
349
+ "grad_norm": 19.5,
350
+ "learning_rate": 1.6737683089214383e-05,
351
+ "loss": 1.1254,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.16644474034620507,
356
+ "grad_norm": 26.125,
357
+ "learning_rate": 1.66711051930759e-05,
358
+ "loss": 1.0134,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.16644474034620507,
363
+ "eval_accuracy": 0.5015762402521985,
364
+ "eval_loss": 0.9942083358764648,
365
+ "eval_runtime": 211.8123,
366
+ "eval_samples_per_second": 113.818,
367
+ "eval_steps_per_second": 28.454,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 0.16977363515312915,
372
+ "grad_norm": 12.3125,
373
+ "learning_rate": 1.660452729693742e-05,
374
+ "loss": 1.0164,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 0.17310252996005326,
379
+ "grad_norm": 38.75,
380
+ "learning_rate": 1.6537949400798935e-05,
381
+ "loss": 1.0042,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 0.17643142476697737,
386
+ "grad_norm": 20.125,
387
+ "learning_rate": 1.6471371504660455e-05,
388
+ "loss": 0.9786,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 0.17976031957390146,
393
+ "grad_norm": 11.4375,
394
+ "learning_rate": 1.640479360852197e-05,
395
+ "loss": 0.9678,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 0.18308921438082557,
400
+ "grad_norm": 19.375,
401
+ "learning_rate": 1.633821571238349e-05,
402
+ "loss": 1.0477,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 0.18641810918774968,
407
+ "grad_norm": 16.75,
408
+ "learning_rate": 1.6271637816245007e-05,
409
+ "loss": 1.02,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 0.18974700399467376,
414
+ "grad_norm": 15.5,
415
+ "learning_rate": 1.6205059920106527e-05,
416
+ "loss": 0.9864,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 0.19307589880159787,
421
+ "grad_norm": 9.75,
422
+ "learning_rate": 1.6138482023968043e-05,
423
+ "loss": 1.0019,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 0.19640479360852198,
428
+ "grad_norm": 12.125,
429
+ "learning_rate": 1.6071904127829563e-05,
430
+ "loss": 0.9483,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 0.19973368841544606,
435
+ "grad_norm": 30.875,
436
+ "learning_rate": 1.6005326231691082e-05,
437
+ "loss": 1.0692,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 0.20306258322237017,
442
+ "grad_norm": 10.125,
443
+ "learning_rate": 1.59387483355526e-05,
444
+ "loss": 0.9279,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 0.20639147802929428,
449
+ "grad_norm": 11.6875,
450
+ "learning_rate": 1.5872170439414115e-05,
451
+ "loss": 0.941,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 0.2097203728362184,
456
+ "grad_norm": 3.03125,
457
+ "learning_rate": 1.5805592543275634e-05,
458
+ "loss": 1.0259,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 0.21304926764314247,
463
+ "grad_norm": 10.4375,
464
+ "learning_rate": 1.573901464713715e-05,
465
+ "loss": 0.9687,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 0.21637816245006658,
470
+ "grad_norm": 12.8125,
471
+ "learning_rate": 1.567243675099867e-05,
472
+ "loss": 0.9512,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 0.2197070572569907,
477
+ "grad_norm": 9.75,
478
+ "learning_rate": 1.5605858854860187e-05,
479
+ "loss": 0.9569,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 0.22303595206391477,
484
+ "grad_norm": 17.375,
485
+ "learning_rate": 1.5539280958721706e-05,
486
+ "loss": 0.9694,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 0.22636484687083888,
491
+ "grad_norm": 9.625,
492
+ "learning_rate": 1.5472703062583222e-05,
493
+ "loss": 0.97,
494
+ "step": 680
495
+ },
496
+ {
497
+ "epoch": 0.229693741677763,
498
+ "grad_norm": 21.0,
499
+ "learning_rate": 1.5406125166444742e-05,
500
+ "loss": 1.0506,
501
+ "step": 690
502
+ },
503
+ {
504
+ "epoch": 0.23302263648468707,
505
+ "grad_norm": 10.3125,
506
+ "learning_rate": 1.533954727030626e-05,
507
+ "loss": 0.9184,
508
+ "step": 700
509
+ },
510
+ {
511
+ "epoch": 0.23635153129161118,
512
+ "grad_norm": 21.5,
513
+ "learning_rate": 1.5272969374167778e-05,
514
+ "loss": 1.005,
515
+ "step": 710
516
+ },
517
+ {
518
+ "epoch": 0.2396804260985353,
519
+ "grad_norm": 4.40625,
520
+ "learning_rate": 1.5206391478029296e-05,
521
+ "loss": 0.8624,
522
+ "step": 720
523
+ },
524
+ {
525
+ "epoch": 0.24300932090545938,
526
+ "grad_norm": 13.9375,
527
+ "learning_rate": 1.5139813581890814e-05,
528
+ "loss": 1.0051,
529
+ "step": 730
530
+ },
531
+ {
532
+ "epoch": 0.24633821571238348,
533
+ "grad_norm": 16.625,
534
+ "learning_rate": 1.5073235685752332e-05,
535
+ "loss": 1.0378,
536
+ "step": 740
537
+ },
538
+ {
539
+ "epoch": 0.2496671105193076,
540
+ "grad_norm": 6.4375,
541
+ "learning_rate": 1.500665778961385e-05,
542
+ "loss": 0.9191,
543
+ "step": 750
544
+ },
545
+ {
546
+ "epoch": 0.2529960053262317,
547
+ "grad_norm": 5.5625,
548
+ "learning_rate": 1.4940079893475368e-05,
549
+ "loss": 0.9722,
550
+ "step": 760
551
+ },
552
+ {
553
+ "epoch": 0.2563249001331558,
554
+ "grad_norm": 22.625,
555
+ "learning_rate": 1.4873501997336886e-05,
556
+ "loss": 1.014,
557
+ "step": 770
558
+ },
559
+ {
560
+ "epoch": 0.2596537949400799,
561
+ "grad_norm": 21.0,
562
+ "learning_rate": 1.4806924101198404e-05,
563
+ "loss": 1.0986,
564
+ "step": 780
565
+ },
566
+ {
567
+ "epoch": 0.262982689747004,
568
+ "grad_norm": 10.4375,
569
+ "learning_rate": 1.4740346205059922e-05,
570
+ "loss": 0.9672,
571
+ "step": 790
572
+ },
573
+ {
574
+ "epoch": 0.2663115845539281,
575
+ "grad_norm": 17.0,
576
+ "learning_rate": 1.467376830892144e-05,
577
+ "loss": 0.9605,
578
+ "step": 800
579
+ },
580
+ {
581
+ "epoch": 0.26964047936085217,
582
+ "grad_norm": 31.75,
583
+ "learning_rate": 1.4607190412782957e-05,
584
+ "loss": 1.0308,
585
+ "step": 810
586
+ },
587
+ {
588
+ "epoch": 0.2729693741677763,
589
+ "grad_norm": 12.4375,
590
+ "learning_rate": 1.4540612516644474e-05,
591
+ "loss": 0.9268,
592
+ "step": 820
593
+ },
594
+ {
595
+ "epoch": 0.2762982689747004,
596
+ "grad_norm": 17.125,
597
+ "learning_rate": 1.4474034620505992e-05,
598
+ "loss": 0.9656,
599
+ "step": 830
600
+ },
601
+ {
602
+ "epoch": 0.2796271637816245,
603
+ "grad_norm": 4.53125,
604
+ "learning_rate": 1.440745672436751e-05,
605
+ "loss": 0.9865,
606
+ "step": 840
607
+ },
608
+ {
609
+ "epoch": 0.2829560585885486,
610
+ "grad_norm": 22.625,
611
+ "learning_rate": 1.434087882822903e-05,
612
+ "loss": 1.1118,
613
+ "step": 850
614
+ },
615
+ {
616
+ "epoch": 0.2862849533954727,
617
+ "grad_norm": 13.0,
618
+ "learning_rate": 1.4274300932090547e-05,
619
+ "loss": 1.0043,
620
+ "step": 860
621
+ },
622
+ {
623
+ "epoch": 0.28961384820239683,
624
+ "grad_norm": 9.0625,
625
+ "learning_rate": 1.4207723035952065e-05,
626
+ "loss": 0.9768,
627
+ "step": 870
628
+ },
629
+ {
630
+ "epoch": 0.2929427430093209,
631
+ "grad_norm": 6.75,
632
+ "learning_rate": 1.4141145139813583e-05,
633
+ "loss": 1.0237,
634
+ "step": 880
635
+ },
636
+ {
637
+ "epoch": 0.296271637816245,
638
+ "grad_norm": 10.875,
639
+ "learning_rate": 1.4074567243675101e-05,
640
+ "loss": 1.1597,
641
+ "step": 890
642
+ },
643
+ {
644
+ "epoch": 0.2996005326231691,
645
+ "grad_norm": 5.75,
646
+ "learning_rate": 1.4007989347536619e-05,
647
+ "loss": 0.7993,
648
+ "step": 900
649
+ },
650
+ {
651
+ "epoch": 0.3029294274300932,
652
+ "grad_norm": 31.5,
653
+ "learning_rate": 1.3941411451398137e-05,
654
+ "loss": 0.9802,
655
+ "step": 910
656
+ },
657
+ {
658
+ "epoch": 0.3062583222370173,
659
+ "grad_norm": 12.25,
660
+ "learning_rate": 1.3874833555259655e-05,
661
+ "loss": 0.9565,
662
+ "step": 920
663
+ },
664
+ {
665
+ "epoch": 0.30958721704394143,
666
+ "grad_norm": 11.8125,
667
+ "learning_rate": 1.3808255659121173e-05,
668
+ "loss": 1.0024,
669
+ "step": 930
670
+ },
671
+ {
672
+ "epoch": 0.3129161118508655,
673
+ "grad_norm": 16.625,
674
+ "learning_rate": 1.3741677762982691e-05,
675
+ "loss": 1.0209,
676
+ "step": 940
677
+ },
678
+ {
679
+ "epoch": 0.3162450066577896,
680
+ "grad_norm": 13.375,
681
+ "learning_rate": 1.3675099866844209e-05,
682
+ "loss": 0.8767,
683
+ "step": 950
684
+ },
685
+ {
686
+ "epoch": 0.3195739014647137,
687
+ "grad_norm": 20.875,
688
+ "learning_rate": 1.3608521970705725e-05,
689
+ "loss": 0.9642,
690
+ "step": 960
691
+ },
692
+ {
693
+ "epoch": 0.3229027962716378,
694
+ "grad_norm": 17.25,
695
+ "learning_rate": 1.3541944074567243e-05,
696
+ "loss": 0.9508,
697
+ "step": 970
698
+ },
699
+ {
700
+ "epoch": 0.3262316910785619,
701
+ "grad_norm": 22.25,
702
+ "learning_rate": 1.3475366178428764e-05,
703
+ "loss": 1.1324,
704
+ "step": 980
705
+ },
706
+ {
707
+ "epoch": 0.32956058588548603,
708
+ "grad_norm": 11.5,
709
+ "learning_rate": 1.3408788282290282e-05,
710
+ "loss": 1.0655,
711
+ "step": 990
712
+ },
713
+ {
714
+ "epoch": 0.33288948069241014,
715
+ "grad_norm": 15.625,
716
+ "learning_rate": 1.3342210386151799e-05,
717
+ "loss": 0.9608,
718
+ "step": 1000
719
+ },
720
+ {
721
+ "epoch": 0.33288948069241014,
722
+ "eval_accuracy": 0.507300481168077,
723
+ "eval_loss": 0.9467151165008545,
724
+ "eval_runtime": 211.5004,
725
+ "eval_samples_per_second": 113.986,
726
+ "eval_steps_per_second": 28.496,
727
+ "step": 1000
728
+ }
729
+ ],
730
+ "logging_steps": 10,
731
+ "max_steps": 3004,
732
+ "num_input_tokens_seen": 0,
733
+ "num_train_epochs": 1,
734
+ "save_steps": 500,
735
+ "stateful_callbacks": {
736
+ "TrainerControl": {
737
+ "args": {
738
+ "should_epoch_stop": false,
739
+ "should_evaluate": false,
740
+ "should_log": false,
741
+ "should_save": true,
742
+ "should_training_stop": false
743
+ },
744
+ "attributes": {}
745
+ }
746
+ },
747
+ "total_flos": 0.0,
748
+ "train_batch_size": 16,
749
+ "trial_name": null,
750
+ "trial_params": null
751
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad4c1f90cca8627b67272acf21697ce26139a89a13bf55f49567978573bff87
3
+ size 5176
checkpoint-1500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2
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-1500/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "gpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
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.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": "SEQ_CLS",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-1500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14782f453b90a7b1ee6e1e53d66ba514d60e021ba6854b2c176639bd6c200e19
3
+ size 594496
checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:108d9010c8a89fd433c5fd549edc9f1ed753bea7b7933758df6fac3a4212a6c3
3
+ size 1197932
checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04f4736a3a6374ffdbe1f4c4ee6f76e6d55c950d8e64c2679081a60485da0635
3
+ size 14180
checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72f1e567090d0c588243fb7889cc07f276cf55afef9d37d8721d36d6c52568c0
3
+ size 1064
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,1110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.4993342210386152,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
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.003328894806924101,
13
+ "grad_norm": 37.75,
14
+ "learning_rate": 1.9933422103861518e-05,
15
+ "loss": 1.4084,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.006657789613848202,
20
+ "grad_norm": 12.125,
21
+ "learning_rate": 1.9866844207723038e-05,
22
+ "loss": 1.0474,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.009986684420772303,
27
+ "grad_norm": 45.25,
28
+ "learning_rate": 1.9800266311584554e-05,
29
+ "loss": 1.2455,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.013315579227696404,
34
+ "grad_norm": 13.9375,
35
+ "learning_rate": 1.9733688415446073e-05,
36
+ "loss": 1.1969,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.016644474034620507,
41
+ "grad_norm": 32.0,
42
+ "learning_rate": 1.966711051930759e-05,
43
+ "loss": 1.1659,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.019973368841544607,
48
+ "grad_norm": 19.0,
49
+ "learning_rate": 1.960053262316911e-05,
50
+ "loss": 1.1159,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.02330226364846871,
55
+ "grad_norm": 27.5,
56
+ "learning_rate": 1.953395472703063e-05,
57
+ "loss": 1.1861,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02663115845539281,
62
+ "grad_norm": 17.5,
63
+ "learning_rate": 1.9467376830892145e-05,
64
+ "loss": 1.1073,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.02996005326231691,
69
+ "grad_norm": 33.75,
70
+ "learning_rate": 1.9400798934753665e-05,
71
+ "loss": 1.1506,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.033288948069241014,
76
+ "grad_norm": 9.5,
77
+ "learning_rate": 1.933422103861518e-05,
78
+ "loss": 1.246,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03661784287616511,
83
+ "grad_norm": 11.3125,
84
+ "learning_rate": 1.92676431424767e-05,
85
+ "loss": 1.1708,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03994673768308921,
90
+ "grad_norm": 14.375,
91
+ "learning_rate": 1.9201065246338217e-05,
92
+ "loss": 1.1302,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.043275632490013316,
97
+ "grad_norm": 20.625,
98
+ "learning_rate": 1.9134487350199737e-05,
99
+ "loss": 1.0537,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04660452729693742,
104
+ "grad_norm": 21.75,
105
+ "learning_rate": 1.9067909454061253e-05,
106
+ "loss": 1.0669,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.049933422103861515,
111
+ "grad_norm": 14.125,
112
+ "learning_rate": 1.900133155792277e-05,
113
+ "loss": 1.0482,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.05326231691078562,
118
+ "grad_norm": 27.625,
119
+ "learning_rate": 1.893475366178429e-05,
120
+ "loss": 1.1468,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.05659121171770972,
125
+ "grad_norm": 4.53125,
126
+ "learning_rate": 1.8868175765645805e-05,
127
+ "loss": 1.092,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05992010652463382,
132
+ "grad_norm": 32.5,
133
+ "learning_rate": 1.8801597869507325e-05,
134
+ "loss": 1.2208,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.06324900133155792,
139
+ "grad_norm": 56.0,
140
+ "learning_rate": 1.873501997336884e-05,
141
+ "loss": 1.2359,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.06657789613848203,
146
+ "grad_norm": 8.375,
147
+ "learning_rate": 1.866844207723036e-05,
148
+ "loss": 1.0712,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06990679094540612,
153
+ "grad_norm": 26.375,
154
+ "learning_rate": 1.860186418109188e-05,
155
+ "loss": 1.0156,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.07323568575233022,
160
+ "grad_norm": 12.0,
161
+ "learning_rate": 1.8535286284953397e-05,
162
+ "loss": 1.0407,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.07656458055925433,
167
+ "grad_norm": 13.75,
168
+ "learning_rate": 1.8468708388814916e-05,
169
+ "loss": 1.0161,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.07989347536617843,
174
+ "grad_norm": 27.125,
175
+ "learning_rate": 1.8402130492676432e-05,
176
+ "loss": 1.1466,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.08322237017310254,
181
+ "grad_norm": 26.125,
182
+ "learning_rate": 1.8335552596537952e-05,
183
+ "loss": 1.3192,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.08655126498002663,
188
+ "grad_norm": 25.75,
189
+ "learning_rate": 1.826897470039947e-05,
190
+ "loss": 1.0628,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.08988015978695073,
195
+ "grad_norm": 29.25,
196
+ "learning_rate": 1.8202396804260988e-05,
197
+ "loss": 0.967,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.09320905459387484,
202
+ "grad_norm": 29.75,
203
+ "learning_rate": 1.8135818908122504e-05,
204
+ "loss": 1.0356,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.09653794940079893,
209
+ "grad_norm": 11.6875,
210
+ "learning_rate": 1.806924101198402e-05,
211
+ "loss": 0.9853,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.09986684420772303,
216
+ "grad_norm": 27.5,
217
+ "learning_rate": 1.800266311584554e-05,
218
+ "loss": 1.0279,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.10319573901464714,
223
+ "grad_norm": 5.65625,
224
+ "learning_rate": 1.7936085219707056e-05,
225
+ "loss": 1.0115,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.10652463382157124,
230
+ "grad_norm": 8.1875,
231
+ "learning_rate": 1.7869507323568576e-05,
232
+ "loss": 0.942,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.10985352862849534,
237
+ "grad_norm": 65.0,
238
+ "learning_rate": 1.7802929427430096e-05,
239
+ "loss": 1.0208,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.11318242343541944,
244
+ "grad_norm": 9.625,
245
+ "learning_rate": 1.7736351531291612e-05,
246
+ "loss": 1.1729,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.11651131824234354,
251
+ "grad_norm": 17.5,
252
+ "learning_rate": 1.766977363515313e-05,
253
+ "loss": 0.9322,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.11984021304926765,
258
+ "grad_norm": 28.125,
259
+ "learning_rate": 1.7603195739014648e-05,
260
+ "loss": 1.0417,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.12316910785619174,
265
+ "grad_norm": 18.25,
266
+ "learning_rate": 1.7536617842876168e-05,
267
+ "loss": 1.2491,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.12649800266311584,
272
+ "grad_norm": 27.375,
273
+ "learning_rate": 1.7470039946737684e-05,
274
+ "loss": 0.9388,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.12982689747003995,
279
+ "grad_norm": 22.125,
280
+ "learning_rate": 1.7403462050599203e-05,
281
+ "loss": 1.0488,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.13315579227696406,
286
+ "grad_norm": 21.25,
287
+ "learning_rate": 1.733688415446072e-05,
288
+ "loss": 0.9951,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.13648468708388814,
293
+ "grad_norm": 11.75,
294
+ "learning_rate": 1.727030625832224e-05,
295
+ "loss": 0.9212,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.13981358189081225,
300
+ "grad_norm": 16.25,
301
+ "learning_rate": 1.7203728362183756e-05,
302
+ "loss": 1.0548,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.14314247669773636,
307
+ "grad_norm": 19.875,
308
+ "learning_rate": 1.7137150466045275e-05,
309
+ "loss": 1.0238,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.14647137150466044,
314
+ "grad_norm": 18.875,
315
+ "learning_rate": 1.707057256990679e-05,
316
+ "loss": 1.0327,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.14980026631158455,
321
+ "grad_norm": 7.84375,
322
+ "learning_rate": 1.7003994673768308e-05,
323
+ "loss": 1.1155,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.15312916111850866,
328
+ "grad_norm": 14.125,
329
+ "learning_rate": 1.693741677762983e-05,
330
+ "loss": 0.9627,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.15645805592543274,
335
+ "grad_norm": 7.4375,
336
+ "learning_rate": 1.6870838881491347e-05,
337
+ "loss": 1.0216,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.15978695073235685,
342
+ "grad_norm": 9.375,
343
+ "learning_rate": 1.6804260985352863e-05,
344
+ "loss": 1.0489,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.16311584553928096,
349
+ "grad_norm": 19.5,
350
+ "learning_rate": 1.6737683089214383e-05,
351
+ "loss": 1.1254,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.16644474034620507,
356
+ "grad_norm": 26.125,
357
+ "learning_rate": 1.66711051930759e-05,
358
+ "loss": 1.0134,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.16644474034620507,
363
+ "eval_accuracy": 0.5015762402521985,
364
+ "eval_loss": 0.9942083358764648,
365
+ "eval_runtime": 211.8123,
366
+ "eval_samples_per_second": 113.818,
367
+ "eval_steps_per_second": 28.454,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 0.16977363515312915,
372
+ "grad_norm": 12.3125,
373
+ "learning_rate": 1.660452729693742e-05,
374
+ "loss": 1.0164,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 0.17310252996005326,
379
+ "grad_norm": 38.75,
380
+ "learning_rate": 1.6537949400798935e-05,
381
+ "loss": 1.0042,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 0.17643142476697737,
386
+ "grad_norm": 20.125,
387
+ "learning_rate": 1.6471371504660455e-05,
388
+ "loss": 0.9786,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 0.17976031957390146,
393
+ "grad_norm": 11.4375,
394
+ "learning_rate": 1.640479360852197e-05,
395
+ "loss": 0.9678,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 0.18308921438082557,
400
+ "grad_norm": 19.375,
401
+ "learning_rate": 1.633821571238349e-05,
402
+ "loss": 1.0477,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 0.18641810918774968,
407
+ "grad_norm": 16.75,
408
+ "learning_rate": 1.6271637816245007e-05,
409
+ "loss": 1.02,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 0.18974700399467376,
414
+ "grad_norm": 15.5,
415
+ "learning_rate": 1.6205059920106527e-05,
416
+ "loss": 0.9864,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 0.19307589880159787,
421
+ "grad_norm": 9.75,
422
+ "learning_rate": 1.6138482023968043e-05,
423
+ "loss": 1.0019,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 0.19640479360852198,
428
+ "grad_norm": 12.125,
429
+ "learning_rate": 1.6071904127829563e-05,
430
+ "loss": 0.9483,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 0.19973368841544606,
435
+ "grad_norm": 30.875,
436
+ "learning_rate": 1.6005326231691082e-05,
437
+ "loss": 1.0692,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 0.20306258322237017,
442
+ "grad_norm": 10.125,
443
+ "learning_rate": 1.59387483355526e-05,
444
+ "loss": 0.9279,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 0.20639147802929428,
449
+ "grad_norm": 11.6875,
450
+ "learning_rate": 1.5872170439414115e-05,
451
+ "loss": 0.941,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 0.2097203728362184,
456
+ "grad_norm": 3.03125,
457
+ "learning_rate": 1.5805592543275634e-05,
458
+ "loss": 1.0259,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 0.21304926764314247,
463
+ "grad_norm": 10.4375,
464
+ "learning_rate": 1.573901464713715e-05,
465
+ "loss": 0.9687,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 0.21637816245006658,
470
+ "grad_norm": 12.8125,
471
+ "learning_rate": 1.567243675099867e-05,
472
+ "loss": 0.9512,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 0.2197070572569907,
477
+ "grad_norm": 9.75,
478
+ "learning_rate": 1.5605858854860187e-05,
479
+ "loss": 0.9569,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 0.22303595206391477,
484
+ "grad_norm": 17.375,
485
+ "learning_rate": 1.5539280958721706e-05,
486
+ "loss": 0.9694,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 0.22636484687083888,
491
+ "grad_norm": 9.625,
492
+ "learning_rate": 1.5472703062583222e-05,
493
+ "loss": 0.97,
494
+ "step": 680
495
+ },
496
+ {
497
+ "epoch": 0.229693741677763,
498
+ "grad_norm": 21.0,
499
+ "learning_rate": 1.5406125166444742e-05,
500
+ "loss": 1.0506,
501
+ "step": 690
502
+ },
503
+ {
504
+ "epoch": 0.23302263648468707,
505
+ "grad_norm": 10.3125,
506
+ "learning_rate": 1.533954727030626e-05,
507
+ "loss": 0.9184,
508
+ "step": 700
509
+ },
510
+ {
511
+ "epoch": 0.23635153129161118,
512
+ "grad_norm": 21.5,
513
+ "learning_rate": 1.5272969374167778e-05,
514
+ "loss": 1.005,
515
+ "step": 710
516
+ },
517
+ {
518
+ "epoch": 0.2396804260985353,
519
+ "grad_norm": 4.40625,
520
+ "learning_rate": 1.5206391478029296e-05,
521
+ "loss": 0.8624,
522
+ "step": 720
523
+ },
524
+ {
525
+ "epoch": 0.24300932090545938,
526
+ "grad_norm": 13.9375,
527
+ "learning_rate": 1.5139813581890814e-05,
528
+ "loss": 1.0051,
529
+ "step": 730
530
+ },
531
+ {
532
+ "epoch": 0.24633821571238348,
533
+ "grad_norm": 16.625,
534
+ "learning_rate": 1.5073235685752332e-05,
535
+ "loss": 1.0378,
536
+ "step": 740
537
+ },
538
+ {
539
+ "epoch": 0.2496671105193076,
540
+ "grad_norm": 6.4375,
541
+ "learning_rate": 1.500665778961385e-05,
542
+ "loss": 0.9191,
543
+ "step": 750
544
+ },
545
+ {
546
+ "epoch": 0.2529960053262317,
547
+ "grad_norm": 5.5625,
548
+ "learning_rate": 1.4940079893475368e-05,
549
+ "loss": 0.9722,
550
+ "step": 760
551
+ },
552
+ {
553
+ "epoch": 0.2563249001331558,
554
+ "grad_norm": 22.625,
555
+ "learning_rate": 1.4873501997336886e-05,
556
+ "loss": 1.014,
557
+ "step": 770
558
+ },
559
+ {
560
+ "epoch": 0.2596537949400799,
561
+ "grad_norm": 21.0,
562
+ "learning_rate": 1.4806924101198404e-05,
563
+ "loss": 1.0986,
564
+ "step": 780
565
+ },
566
+ {
567
+ "epoch": 0.262982689747004,
568
+ "grad_norm": 10.4375,
569
+ "learning_rate": 1.4740346205059922e-05,
570
+ "loss": 0.9672,
571
+ "step": 790
572
+ },
573
+ {
574
+ "epoch": 0.2663115845539281,
575
+ "grad_norm": 17.0,
576
+ "learning_rate": 1.467376830892144e-05,
577
+ "loss": 0.9605,
578
+ "step": 800
579
+ },
580
+ {
581
+ "epoch": 0.26964047936085217,
582
+ "grad_norm": 31.75,
583
+ "learning_rate": 1.4607190412782957e-05,
584
+ "loss": 1.0308,
585
+ "step": 810
586
+ },
587
+ {
588
+ "epoch": 0.2729693741677763,
589
+ "grad_norm": 12.4375,
590
+ "learning_rate": 1.4540612516644474e-05,
591
+ "loss": 0.9268,
592
+ "step": 820
593
+ },
594
+ {
595
+ "epoch": 0.2762982689747004,
596
+ "grad_norm": 17.125,
597
+ "learning_rate": 1.4474034620505992e-05,
598
+ "loss": 0.9656,
599
+ "step": 830
600
+ },
601
+ {
602
+ "epoch": 0.2796271637816245,
603
+ "grad_norm": 4.53125,
604
+ "learning_rate": 1.440745672436751e-05,
605
+ "loss": 0.9865,
606
+ "step": 840
607
+ },
608
+ {
609
+ "epoch": 0.2829560585885486,
610
+ "grad_norm": 22.625,
611
+ "learning_rate": 1.434087882822903e-05,
612
+ "loss": 1.1118,
613
+ "step": 850
614
+ },
615
+ {
616
+ "epoch": 0.2862849533954727,
617
+ "grad_norm": 13.0,
618
+ "learning_rate": 1.4274300932090547e-05,
619
+ "loss": 1.0043,
620
+ "step": 860
621
+ },
622
+ {
623
+ "epoch": 0.28961384820239683,
624
+ "grad_norm": 9.0625,
625
+ "learning_rate": 1.4207723035952065e-05,
626
+ "loss": 0.9768,
627
+ "step": 870
628
+ },
629
+ {
630
+ "epoch": 0.2929427430093209,
631
+ "grad_norm": 6.75,
632
+ "learning_rate": 1.4141145139813583e-05,
633
+ "loss": 1.0237,
634
+ "step": 880
635
+ },
636
+ {
637
+ "epoch": 0.296271637816245,
638
+ "grad_norm": 10.875,
639
+ "learning_rate": 1.4074567243675101e-05,
640
+ "loss": 1.1597,
641
+ "step": 890
642
+ },
643
+ {
644
+ "epoch": 0.2996005326231691,
645
+ "grad_norm": 5.75,
646
+ "learning_rate": 1.4007989347536619e-05,
647
+ "loss": 0.7993,
648
+ "step": 900
649
+ },
650
+ {
651
+ "epoch": 0.3029294274300932,
652
+ "grad_norm": 31.5,
653
+ "learning_rate": 1.3941411451398137e-05,
654
+ "loss": 0.9802,
655
+ "step": 910
656
+ },
657
+ {
658
+ "epoch": 0.3062583222370173,
659
+ "grad_norm": 12.25,
660
+ "learning_rate": 1.3874833555259655e-05,
661
+ "loss": 0.9565,
662
+ "step": 920
663
+ },
664
+ {
665
+ "epoch": 0.30958721704394143,
666
+ "grad_norm": 11.8125,
667
+ "learning_rate": 1.3808255659121173e-05,
668
+ "loss": 1.0024,
669
+ "step": 930
670
+ },
671
+ {
672
+ "epoch": 0.3129161118508655,
673
+ "grad_norm": 16.625,
674
+ "learning_rate": 1.3741677762982691e-05,
675
+ "loss": 1.0209,
676
+ "step": 940
677
+ },
678
+ {
679
+ "epoch": 0.3162450066577896,
680
+ "grad_norm": 13.375,
681
+ "learning_rate": 1.3675099866844209e-05,
682
+ "loss": 0.8767,
683
+ "step": 950
684
+ },
685
+ {
686
+ "epoch": 0.3195739014647137,
687
+ "grad_norm": 20.875,
688
+ "learning_rate": 1.3608521970705725e-05,
689
+ "loss": 0.9642,
690
+ "step": 960
691
+ },
692
+ {
693
+ "epoch": 0.3229027962716378,
694
+ "grad_norm": 17.25,
695
+ "learning_rate": 1.3541944074567243e-05,
696
+ "loss": 0.9508,
697
+ "step": 970
698
+ },
699
+ {
700
+ "epoch": 0.3262316910785619,
701
+ "grad_norm": 22.25,
702
+ "learning_rate": 1.3475366178428764e-05,
703
+ "loss": 1.1324,
704
+ "step": 980
705
+ },
706
+ {
707
+ "epoch": 0.32956058588548603,
708
+ "grad_norm": 11.5,
709
+ "learning_rate": 1.3408788282290282e-05,
710
+ "loss": 1.0655,
711
+ "step": 990
712
+ },
713
+ {
714
+ "epoch": 0.33288948069241014,
715
+ "grad_norm": 15.625,
716
+ "learning_rate": 1.3342210386151799e-05,
717
+ "loss": 0.9608,
718
+ "step": 1000
719
+ },
720
+ {
721
+ "epoch": 0.33288948069241014,
722
+ "eval_accuracy": 0.507300481168077,
723
+ "eval_loss": 0.9467151165008545,
724
+ "eval_runtime": 211.5004,
725
+ "eval_samples_per_second": 113.986,
726
+ "eval_steps_per_second": 28.496,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 0.3362183754993342,
731
+ "grad_norm": 20.0,
732
+ "learning_rate": 1.3275632490013317e-05,
733
+ "loss": 1.0432,
734
+ "step": 1010
735
+ },
736
+ {
737
+ "epoch": 0.3395472703062583,
738
+ "grad_norm": 22.375,
739
+ "learning_rate": 1.3209054593874834e-05,
740
+ "loss": 1.0393,
741
+ "step": 1020
742
+ },
743
+ {
744
+ "epoch": 0.3428761651131824,
745
+ "grad_norm": 18.375,
746
+ "learning_rate": 1.3142476697736352e-05,
747
+ "loss": 1.0398,
748
+ "step": 1030
749
+ },
750
+ {
751
+ "epoch": 0.34620505992010653,
752
+ "grad_norm": 17.25,
753
+ "learning_rate": 1.307589880159787e-05,
754
+ "loss": 0.9225,
755
+ "step": 1040
756
+ },
757
+ {
758
+ "epoch": 0.34953395472703064,
759
+ "grad_norm": 11.75,
760
+ "learning_rate": 1.3009320905459388e-05,
761
+ "loss": 0.9262,
762
+ "step": 1050
763
+ },
764
+ {
765
+ "epoch": 0.35286284953395475,
766
+ "grad_norm": 10.25,
767
+ "learning_rate": 1.2942743009320906e-05,
768
+ "loss": 0.7248,
769
+ "step": 1060
770
+ },
771
+ {
772
+ "epoch": 0.3561917443408788,
773
+ "grad_norm": 12.875,
774
+ "learning_rate": 1.2876165113182424e-05,
775
+ "loss": 0.8358,
776
+ "step": 1070
777
+ },
778
+ {
779
+ "epoch": 0.3595206391478029,
780
+ "grad_norm": 4.65625,
781
+ "learning_rate": 1.2809587217043942e-05,
782
+ "loss": 0.8156,
783
+ "step": 1080
784
+ },
785
+ {
786
+ "epoch": 0.362849533954727,
787
+ "grad_norm": 23.5,
788
+ "learning_rate": 1.274300932090546e-05,
789
+ "loss": 1.0211,
790
+ "step": 1090
791
+ },
792
+ {
793
+ "epoch": 0.36617842876165113,
794
+ "grad_norm": 17.5,
795
+ "learning_rate": 1.2676431424766978e-05,
796
+ "loss": 0.9804,
797
+ "step": 1100
798
+ },
799
+ {
800
+ "epoch": 0.36950732356857524,
801
+ "grad_norm": 6.375,
802
+ "learning_rate": 1.2609853528628498e-05,
803
+ "loss": 0.9636,
804
+ "step": 1110
805
+ },
806
+ {
807
+ "epoch": 0.37283621837549935,
808
+ "grad_norm": 20.25,
809
+ "learning_rate": 1.2543275632490016e-05,
810
+ "loss": 0.9873,
811
+ "step": 1120
812
+ },
813
+ {
814
+ "epoch": 0.37616511318242346,
815
+ "grad_norm": 17.0,
816
+ "learning_rate": 1.2476697736351534e-05,
817
+ "loss": 0.9674,
818
+ "step": 1130
819
+ },
820
+ {
821
+ "epoch": 0.3794940079893475,
822
+ "grad_norm": 20.5,
823
+ "learning_rate": 1.241011984021305e-05,
824
+ "loss": 1.0073,
825
+ "step": 1140
826
+ },
827
+ {
828
+ "epoch": 0.3828229027962716,
829
+ "grad_norm": 4.125,
830
+ "learning_rate": 1.2343541944074568e-05,
831
+ "loss": 1.0919,
832
+ "step": 1150
833
+ },
834
+ {
835
+ "epoch": 0.38615179760319573,
836
+ "grad_norm": 15.3125,
837
+ "learning_rate": 1.2276964047936086e-05,
838
+ "loss": 1.0103,
839
+ "step": 1160
840
+ },
841
+ {
842
+ "epoch": 0.38948069241011984,
843
+ "grad_norm": 22.125,
844
+ "learning_rate": 1.2210386151797604e-05,
845
+ "loss": 0.9629,
846
+ "step": 1170
847
+ },
848
+ {
849
+ "epoch": 0.39280958721704395,
850
+ "grad_norm": 2.953125,
851
+ "learning_rate": 1.2143808255659122e-05,
852
+ "loss": 0.9545,
853
+ "step": 1180
854
+ },
855
+ {
856
+ "epoch": 0.39613848202396806,
857
+ "grad_norm": 7.59375,
858
+ "learning_rate": 1.207723035952064e-05,
859
+ "loss": 0.8836,
860
+ "step": 1190
861
+ },
862
+ {
863
+ "epoch": 0.3994673768308921,
864
+ "grad_norm": 28.125,
865
+ "learning_rate": 1.2010652463382158e-05,
866
+ "loss": 0.9632,
867
+ "step": 1200
868
+ },
869
+ {
870
+ "epoch": 0.40279627163781623,
871
+ "grad_norm": 15.125,
872
+ "learning_rate": 1.1944074567243676e-05,
873
+ "loss": 1.0765,
874
+ "step": 1210
875
+ },
876
+ {
877
+ "epoch": 0.40612516644474034,
878
+ "grad_norm": 11.625,
879
+ "learning_rate": 1.1877496671105194e-05,
880
+ "loss": 0.7911,
881
+ "step": 1220
882
+ },
883
+ {
884
+ "epoch": 0.40945406125166445,
885
+ "grad_norm": 15.5625,
886
+ "learning_rate": 1.1810918774966711e-05,
887
+ "loss": 1.0908,
888
+ "step": 1230
889
+ },
890
+ {
891
+ "epoch": 0.41278295605858856,
892
+ "grad_norm": 6.3125,
893
+ "learning_rate": 1.1744340878828231e-05,
894
+ "loss": 1.0418,
895
+ "step": 1240
896
+ },
897
+ {
898
+ "epoch": 0.41611185086551267,
899
+ "grad_norm": 2.671875,
900
+ "learning_rate": 1.1677762982689749e-05,
901
+ "loss": 0.9041,
902
+ "step": 1250
903
+ },
904
+ {
905
+ "epoch": 0.4194407456724368,
906
+ "grad_norm": 19.125,
907
+ "learning_rate": 1.1611185086551267e-05,
908
+ "loss": 1.0392,
909
+ "step": 1260
910
+ },
911
+ {
912
+ "epoch": 0.42276964047936083,
913
+ "grad_norm": 6.8125,
914
+ "learning_rate": 1.1544607190412785e-05,
915
+ "loss": 0.8439,
916
+ "step": 1270
917
+ },
918
+ {
919
+ "epoch": 0.42609853528628494,
920
+ "grad_norm": 7.75,
921
+ "learning_rate": 1.1478029294274303e-05,
922
+ "loss": 1.0188,
923
+ "step": 1280
924
+ },
925
+ {
926
+ "epoch": 0.42942743009320905,
927
+ "grad_norm": 17.25,
928
+ "learning_rate": 1.141145139813582e-05,
929
+ "loss": 1.1353,
930
+ "step": 1290
931
+ },
932
+ {
933
+ "epoch": 0.43275632490013316,
934
+ "grad_norm": 22.125,
935
+ "learning_rate": 1.1344873501997337e-05,
936
+ "loss": 0.987,
937
+ "step": 1300
938
+ },
939
+ {
940
+ "epoch": 0.43608521970705727,
941
+ "grad_norm": 16.0,
942
+ "learning_rate": 1.1278295605858855e-05,
943
+ "loss": 0.8446,
944
+ "step": 1310
945
+ },
946
+ {
947
+ "epoch": 0.4394141145139814,
948
+ "grad_norm": 48.25,
949
+ "learning_rate": 1.1211717709720373e-05,
950
+ "loss": 1.0588,
951
+ "step": 1320
952
+ },
953
+ {
954
+ "epoch": 0.44274300932090543,
955
+ "grad_norm": 17.625,
956
+ "learning_rate": 1.1145139813581891e-05,
957
+ "loss": 0.8579,
958
+ "step": 1330
959
+ },
960
+ {
961
+ "epoch": 0.44607190412782954,
962
+ "grad_norm": 20.25,
963
+ "learning_rate": 1.1078561917443409e-05,
964
+ "loss": 1.0973,
965
+ "step": 1340
966
+ },
967
+ {
968
+ "epoch": 0.44940079893475365,
969
+ "grad_norm": 14.25,
970
+ "learning_rate": 1.1011984021304927e-05,
971
+ "loss": 0.975,
972
+ "step": 1350
973
+ },
974
+ {
975
+ "epoch": 0.45272969374167776,
976
+ "grad_norm": 22.875,
977
+ "learning_rate": 1.0945406125166447e-05,
978
+ "loss": 0.9035,
979
+ "step": 1360
980
+ },
981
+ {
982
+ "epoch": 0.4560585885486019,
983
+ "grad_norm": 13.0,
984
+ "learning_rate": 1.0878828229027965e-05,
985
+ "loss": 1.0748,
986
+ "step": 1370
987
+ },
988
+ {
989
+ "epoch": 0.459387483355526,
990
+ "grad_norm": 13.125,
991
+ "learning_rate": 1.0812250332889482e-05,
992
+ "loss": 1.0373,
993
+ "step": 1380
994
+ },
995
+ {
996
+ "epoch": 0.4627163781624501,
997
+ "grad_norm": 15.0,
998
+ "learning_rate": 1.0745672436751e-05,
999
+ "loss": 0.9623,
1000
+ "step": 1390
1001
+ },
1002
+ {
1003
+ "epoch": 0.46604527296937415,
1004
+ "grad_norm": 26.25,
1005
+ "learning_rate": 1.0679094540612518e-05,
1006
+ "loss": 0.9579,
1007
+ "step": 1400
1008
+ },
1009
+ {
1010
+ "epoch": 0.46937416777629826,
1011
+ "grad_norm": 12.125,
1012
+ "learning_rate": 1.0612516644474036e-05,
1013
+ "loss": 0.918,
1014
+ "step": 1410
1015
+ },
1016
+ {
1017
+ "epoch": 0.47270306258322237,
1018
+ "grad_norm": 30.75,
1019
+ "learning_rate": 1.0545938748335554e-05,
1020
+ "loss": 0.9823,
1021
+ "step": 1420
1022
+ },
1023
+ {
1024
+ "epoch": 0.4760319573901465,
1025
+ "grad_norm": 7.0,
1026
+ "learning_rate": 1.047936085219707e-05,
1027
+ "loss": 0.9885,
1028
+ "step": 1430
1029
+ },
1030
+ {
1031
+ "epoch": 0.4793608521970706,
1032
+ "grad_norm": 19.5,
1033
+ "learning_rate": 1.0412782956058588e-05,
1034
+ "loss": 0.9654,
1035
+ "step": 1440
1036
+ },
1037
+ {
1038
+ "epoch": 0.4826897470039947,
1039
+ "grad_norm": 13.5,
1040
+ "learning_rate": 1.0346205059920106e-05,
1041
+ "loss": 0.8212,
1042
+ "step": 1450
1043
+ },
1044
+ {
1045
+ "epoch": 0.48601864181091875,
1046
+ "grad_norm": 17.0,
1047
+ "learning_rate": 1.0279627163781624e-05,
1048
+ "loss": 0.9406,
1049
+ "step": 1460
1050
+ },
1051
+ {
1052
+ "epoch": 0.48934753661784286,
1053
+ "grad_norm": 28.0,
1054
+ "learning_rate": 1.0213049267643142e-05,
1055
+ "loss": 0.9908,
1056
+ "step": 1470
1057
+ },
1058
+ {
1059
+ "epoch": 0.49267643142476697,
1060
+ "grad_norm": 14.25,
1061
+ "learning_rate": 1.014647137150466e-05,
1062
+ "loss": 0.9418,
1063
+ "step": 1480
1064
+ },
1065
+ {
1066
+ "epoch": 0.4960053262316911,
1067
+ "grad_norm": 12.25,
1068
+ "learning_rate": 1.007989347536618e-05,
1069
+ "loss": 1.075,
1070
+ "step": 1490
1071
+ },
1072
+ {
1073
+ "epoch": 0.4993342210386152,
1074
+ "grad_norm": 10.625,
1075
+ "learning_rate": 1.0013315579227698e-05,
1076
+ "loss": 1.0111,
1077
+ "step": 1500
1078
+ },
1079
+ {
1080
+ "epoch": 0.4993342210386152,
1081
+ "eval_accuracy": 0.508752281400365,
1082
+ "eval_loss": 0.9421009421348572,
1083
+ "eval_runtime": 209.8514,
1084
+ "eval_samples_per_second": 114.881,
1085
+ "eval_steps_per_second": 28.72,
1086
+ "step": 1500
1087
+ }
1088
+ ],
1089
+ "logging_steps": 10,
1090
+ "max_steps": 3004,
1091
+ "num_input_tokens_seen": 0,
1092
+ "num_train_epochs": 1,
1093
+ "save_steps": 500,
1094
+ "stateful_callbacks": {
1095
+ "TrainerControl": {
1096
+ "args": {
1097
+ "should_epoch_stop": false,
1098
+ "should_evaluate": false,
1099
+ "should_log": false,
1100
+ "should_save": true,
1101
+ "should_training_stop": false
1102
+ },
1103
+ "attributes": {}
1104
+ }
1105
+ },
1106
+ "total_flos": 0.0,
1107
+ "train_batch_size": 16,
1108
+ "trial_name": null,
1109
+ "trial_params": null
1110
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad4c1f90cca8627b67272acf21697ce26139a89a13bf55f49567978573bff87
3
+ size 5176
checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2
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-2000/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "gpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
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.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": "SEQ_CLS",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f104abf68186cbe4b90542847ba25bf8c54975b5ac630592d27161ac6c03061
3
+ size 594496
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c759fa081fda0118016523492c6e21e9b10b36471f42cc39a7c6c8696f374726
3
+ size 1197932
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7381e59686686a270df73ebf140af3ee4df79cbe6aaec78d4c68a2b0b8b96259
3
+ size 14180
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a49449970e0dfcabc9d3d75da644cb8e65c15961f0aad182c781f194538c5b0
3
+ size 1064
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,1469 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6657789613848203,
5
+ "eval_steps": 500,
6
+ "global_step": 2000,
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.003328894806924101,
13
+ "grad_norm": 37.75,
14
+ "learning_rate": 1.9933422103861518e-05,
15
+ "loss": 1.4084,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.006657789613848202,
20
+ "grad_norm": 12.125,
21
+ "learning_rate": 1.9866844207723038e-05,
22
+ "loss": 1.0474,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.009986684420772303,
27
+ "grad_norm": 45.25,
28
+ "learning_rate": 1.9800266311584554e-05,
29
+ "loss": 1.2455,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.013315579227696404,
34
+ "grad_norm": 13.9375,
35
+ "learning_rate": 1.9733688415446073e-05,
36
+ "loss": 1.1969,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.016644474034620507,
41
+ "grad_norm": 32.0,
42
+ "learning_rate": 1.966711051930759e-05,
43
+ "loss": 1.1659,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.019973368841544607,
48
+ "grad_norm": 19.0,
49
+ "learning_rate": 1.960053262316911e-05,
50
+ "loss": 1.1159,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.02330226364846871,
55
+ "grad_norm": 27.5,
56
+ "learning_rate": 1.953395472703063e-05,
57
+ "loss": 1.1861,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02663115845539281,
62
+ "grad_norm": 17.5,
63
+ "learning_rate": 1.9467376830892145e-05,
64
+ "loss": 1.1073,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.02996005326231691,
69
+ "grad_norm": 33.75,
70
+ "learning_rate": 1.9400798934753665e-05,
71
+ "loss": 1.1506,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.033288948069241014,
76
+ "grad_norm": 9.5,
77
+ "learning_rate": 1.933422103861518e-05,
78
+ "loss": 1.246,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03661784287616511,
83
+ "grad_norm": 11.3125,
84
+ "learning_rate": 1.92676431424767e-05,
85
+ "loss": 1.1708,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03994673768308921,
90
+ "grad_norm": 14.375,
91
+ "learning_rate": 1.9201065246338217e-05,
92
+ "loss": 1.1302,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.043275632490013316,
97
+ "grad_norm": 20.625,
98
+ "learning_rate": 1.9134487350199737e-05,
99
+ "loss": 1.0537,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04660452729693742,
104
+ "grad_norm": 21.75,
105
+ "learning_rate": 1.9067909454061253e-05,
106
+ "loss": 1.0669,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.049933422103861515,
111
+ "grad_norm": 14.125,
112
+ "learning_rate": 1.900133155792277e-05,
113
+ "loss": 1.0482,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.05326231691078562,
118
+ "grad_norm": 27.625,
119
+ "learning_rate": 1.893475366178429e-05,
120
+ "loss": 1.1468,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.05659121171770972,
125
+ "grad_norm": 4.53125,
126
+ "learning_rate": 1.8868175765645805e-05,
127
+ "loss": 1.092,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05992010652463382,
132
+ "grad_norm": 32.5,
133
+ "learning_rate": 1.8801597869507325e-05,
134
+ "loss": 1.2208,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.06324900133155792,
139
+ "grad_norm": 56.0,
140
+ "learning_rate": 1.873501997336884e-05,
141
+ "loss": 1.2359,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.06657789613848203,
146
+ "grad_norm": 8.375,
147
+ "learning_rate": 1.866844207723036e-05,
148
+ "loss": 1.0712,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06990679094540612,
153
+ "grad_norm": 26.375,
154
+ "learning_rate": 1.860186418109188e-05,
155
+ "loss": 1.0156,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.07323568575233022,
160
+ "grad_norm": 12.0,
161
+ "learning_rate": 1.8535286284953397e-05,
162
+ "loss": 1.0407,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.07656458055925433,
167
+ "grad_norm": 13.75,
168
+ "learning_rate": 1.8468708388814916e-05,
169
+ "loss": 1.0161,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.07989347536617843,
174
+ "grad_norm": 27.125,
175
+ "learning_rate": 1.8402130492676432e-05,
176
+ "loss": 1.1466,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.08322237017310254,
181
+ "grad_norm": 26.125,
182
+ "learning_rate": 1.8335552596537952e-05,
183
+ "loss": 1.3192,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.08655126498002663,
188
+ "grad_norm": 25.75,
189
+ "learning_rate": 1.826897470039947e-05,
190
+ "loss": 1.0628,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.08988015978695073,
195
+ "grad_norm": 29.25,
196
+ "learning_rate": 1.8202396804260988e-05,
197
+ "loss": 0.967,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.09320905459387484,
202
+ "grad_norm": 29.75,
203
+ "learning_rate": 1.8135818908122504e-05,
204
+ "loss": 1.0356,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.09653794940079893,
209
+ "grad_norm": 11.6875,
210
+ "learning_rate": 1.806924101198402e-05,
211
+ "loss": 0.9853,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.09986684420772303,
216
+ "grad_norm": 27.5,
217
+ "learning_rate": 1.800266311584554e-05,
218
+ "loss": 1.0279,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.10319573901464714,
223
+ "grad_norm": 5.65625,
224
+ "learning_rate": 1.7936085219707056e-05,
225
+ "loss": 1.0115,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.10652463382157124,
230
+ "grad_norm": 8.1875,
231
+ "learning_rate": 1.7869507323568576e-05,
232
+ "loss": 0.942,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.10985352862849534,
237
+ "grad_norm": 65.0,
238
+ "learning_rate": 1.7802929427430096e-05,
239
+ "loss": 1.0208,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.11318242343541944,
244
+ "grad_norm": 9.625,
245
+ "learning_rate": 1.7736351531291612e-05,
246
+ "loss": 1.1729,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.11651131824234354,
251
+ "grad_norm": 17.5,
252
+ "learning_rate": 1.766977363515313e-05,
253
+ "loss": 0.9322,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.11984021304926765,
258
+ "grad_norm": 28.125,
259
+ "learning_rate": 1.7603195739014648e-05,
260
+ "loss": 1.0417,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.12316910785619174,
265
+ "grad_norm": 18.25,
266
+ "learning_rate": 1.7536617842876168e-05,
267
+ "loss": 1.2491,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.12649800266311584,
272
+ "grad_norm": 27.375,
273
+ "learning_rate": 1.7470039946737684e-05,
274
+ "loss": 0.9388,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.12982689747003995,
279
+ "grad_norm": 22.125,
280
+ "learning_rate": 1.7403462050599203e-05,
281
+ "loss": 1.0488,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.13315579227696406,
286
+ "grad_norm": 21.25,
287
+ "learning_rate": 1.733688415446072e-05,
288
+ "loss": 0.9951,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.13648468708388814,
293
+ "grad_norm": 11.75,
294
+ "learning_rate": 1.727030625832224e-05,
295
+ "loss": 0.9212,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.13981358189081225,
300
+ "grad_norm": 16.25,
301
+ "learning_rate": 1.7203728362183756e-05,
302
+ "loss": 1.0548,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.14314247669773636,
307
+ "grad_norm": 19.875,
308
+ "learning_rate": 1.7137150466045275e-05,
309
+ "loss": 1.0238,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.14647137150466044,
314
+ "grad_norm": 18.875,
315
+ "learning_rate": 1.707057256990679e-05,
316
+ "loss": 1.0327,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.14980026631158455,
321
+ "grad_norm": 7.84375,
322
+ "learning_rate": 1.7003994673768308e-05,
323
+ "loss": 1.1155,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.15312916111850866,
328
+ "grad_norm": 14.125,
329
+ "learning_rate": 1.693741677762983e-05,
330
+ "loss": 0.9627,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.15645805592543274,
335
+ "grad_norm": 7.4375,
336
+ "learning_rate": 1.6870838881491347e-05,
337
+ "loss": 1.0216,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.15978695073235685,
342
+ "grad_norm": 9.375,
343
+ "learning_rate": 1.6804260985352863e-05,
344
+ "loss": 1.0489,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.16311584553928096,
349
+ "grad_norm": 19.5,
350
+ "learning_rate": 1.6737683089214383e-05,
351
+ "loss": 1.1254,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.16644474034620507,
356
+ "grad_norm": 26.125,
357
+ "learning_rate": 1.66711051930759e-05,
358
+ "loss": 1.0134,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.16644474034620507,
363
+ "eval_accuracy": 0.5015762402521985,
364
+ "eval_loss": 0.9942083358764648,
365
+ "eval_runtime": 211.8123,
366
+ "eval_samples_per_second": 113.818,
367
+ "eval_steps_per_second": 28.454,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 0.16977363515312915,
372
+ "grad_norm": 12.3125,
373
+ "learning_rate": 1.660452729693742e-05,
374
+ "loss": 1.0164,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 0.17310252996005326,
379
+ "grad_norm": 38.75,
380
+ "learning_rate": 1.6537949400798935e-05,
381
+ "loss": 1.0042,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 0.17643142476697737,
386
+ "grad_norm": 20.125,
387
+ "learning_rate": 1.6471371504660455e-05,
388
+ "loss": 0.9786,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 0.17976031957390146,
393
+ "grad_norm": 11.4375,
394
+ "learning_rate": 1.640479360852197e-05,
395
+ "loss": 0.9678,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 0.18308921438082557,
400
+ "grad_norm": 19.375,
401
+ "learning_rate": 1.633821571238349e-05,
402
+ "loss": 1.0477,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 0.18641810918774968,
407
+ "grad_norm": 16.75,
408
+ "learning_rate": 1.6271637816245007e-05,
409
+ "loss": 1.02,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 0.18974700399467376,
414
+ "grad_norm": 15.5,
415
+ "learning_rate": 1.6205059920106527e-05,
416
+ "loss": 0.9864,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 0.19307589880159787,
421
+ "grad_norm": 9.75,
422
+ "learning_rate": 1.6138482023968043e-05,
423
+ "loss": 1.0019,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 0.19640479360852198,
428
+ "grad_norm": 12.125,
429
+ "learning_rate": 1.6071904127829563e-05,
430
+ "loss": 0.9483,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 0.19973368841544606,
435
+ "grad_norm": 30.875,
436
+ "learning_rate": 1.6005326231691082e-05,
437
+ "loss": 1.0692,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 0.20306258322237017,
442
+ "grad_norm": 10.125,
443
+ "learning_rate": 1.59387483355526e-05,
444
+ "loss": 0.9279,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 0.20639147802929428,
449
+ "grad_norm": 11.6875,
450
+ "learning_rate": 1.5872170439414115e-05,
451
+ "loss": 0.941,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 0.2097203728362184,
456
+ "grad_norm": 3.03125,
457
+ "learning_rate": 1.5805592543275634e-05,
458
+ "loss": 1.0259,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 0.21304926764314247,
463
+ "grad_norm": 10.4375,
464
+ "learning_rate": 1.573901464713715e-05,
465
+ "loss": 0.9687,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 0.21637816245006658,
470
+ "grad_norm": 12.8125,
471
+ "learning_rate": 1.567243675099867e-05,
472
+ "loss": 0.9512,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 0.2197070572569907,
477
+ "grad_norm": 9.75,
478
+ "learning_rate": 1.5605858854860187e-05,
479
+ "loss": 0.9569,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 0.22303595206391477,
484
+ "grad_norm": 17.375,
485
+ "learning_rate": 1.5539280958721706e-05,
486
+ "loss": 0.9694,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 0.22636484687083888,
491
+ "grad_norm": 9.625,
492
+ "learning_rate": 1.5472703062583222e-05,
493
+ "loss": 0.97,
494
+ "step": 680
495
+ },
496
+ {
497
+ "epoch": 0.229693741677763,
498
+ "grad_norm": 21.0,
499
+ "learning_rate": 1.5406125166444742e-05,
500
+ "loss": 1.0506,
501
+ "step": 690
502
+ },
503
+ {
504
+ "epoch": 0.23302263648468707,
505
+ "grad_norm": 10.3125,
506
+ "learning_rate": 1.533954727030626e-05,
507
+ "loss": 0.9184,
508
+ "step": 700
509
+ },
510
+ {
511
+ "epoch": 0.23635153129161118,
512
+ "grad_norm": 21.5,
513
+ "learning_rate": 1.5272969374167778e-05,
514
+ "loss": 1.005,
515
+ "step": 710
516
+ },
517
+ {
518
+ "epoch": 0.2396804260985353,
519
+ "grad_norm": 4.40625,
520
+ "learning_rate": 1.5206391478029296e-05,
521
+ "loss": 0.8624,
522
+ "step": 720
523
+ },
524
+ {
525
+ "epoch": 0.24300932090545938,
526
+ "grad_norm": 13.9375,
527
+ "learning_rate": 1.5139813581890814e-05,
528
+ "loss": 1.0051,
529
+ "step": 730
530
+ },
531
+ {
532
+ "epoch": 0.24633821571238348,
533
+ "grad_norm": 16.625,
534
+ "learning_rate": 1.5073235685752332e-05,
535
+ "loss": 1.0378,
536
+ "step": 740
537
+ },
538
+ {
539
+ "epoch": 0.2496671105193076,
540
+ "grad_norm": 6.4375,
541
+ "learning_rate": 1.500665778961385e-05,
542
+ "loss": 0.9191,
543
+ "step": 750
544
+ },
545
+ {
546
+ "epoch": 0.2529960053262317,
547
+ "grad_norm": 5.5625,
548
+ "learning_rate": 1.4940079893475368e-05,
549
+ "loss": 0.9722,
550
+ "step": 760
551
+ },
552
+ {
553
+ "epoch": 0.2563249001331558,
554
+ "grad_norm": 22.625,
555
+ "learning_rate": 1.4873501997336886e-05,
556
+ "loss": 1.014,
557
+ "step": 770
558
+ },
559
+ {
560
+ "epoch": 0.2596537949400799,
561
+ "grad_norm": 21.0,
562
+ "learning_rate": 1.4806924101198404e-05,
563
+ "loss": 1.0986,
564
+ "step": 780
565
+ },
566
+ {
567
+ "epoch": 0.262982689747004,
568
+ "grad_norm": 10.4375,
569
+ "learning_rate": 1.4740346205059922e-05,
570
+ "loss": 0.9672,
571
+ "step": 790
572
+ },
573
+ {
574
+ "epoch": 0.2663115845539281,
575
+ "grad_norm": 17.0,
576
+ "learning_rate": 1.467376830892144e-05,
577
+ "loss": 0.9605,
578
+ "step": 800
579
+ },
580
+ {
581
+ "epoch": 0.26964047936085217,
582
+ "grad_norm": 31.75,
583
+ "learning_rate": 1.4607190412782957e-05,
584
+ "loss": 1.0308,
585
+ "step": 810
586
+ },
587
+ {
588
+ "epoch": 0.2729693741677763,
589
+ "grad_norm": 12.4375,
590
+ "learning_rate": 1.4540612516644474e-05,
591
+ "loss": 0.9268,
592
+ "step": 820
593
+ },
594
+ {
595
+ "epoch": 0.2762982689747004,
596
+ "grad_norm": 17.125,
597
+ "learning_rate": 1.4474034620505992e-05,
598
+ "loss": 0.9656,
599
+ "step": 830
600
+ },
601
+ {
602
+ "epoch": 0.2796271637816245,
603
+ "grad_norm": 4.53125,
604
+ "learning_rate": 1.440745672436751e-05,
605
+ "loss": 0.9865,
606
+ "step": 840
607
+ },
608
+ {
609
+ "epoch": 0.2829560585885486,
610
+ "grad_norm": 22.625,
611
+ "learning_rate": 1.434087882822903e-05,
612
+ "loss": 1.1118,
613
+ "step": 850
614
+ },
615
+ {
616
+ "epoch": 0.2862849533954727,
617
+ "grad_norm": 13.0,
618
+ "learning_rate": 1.4274300932090547e-05,
619
+ "loss": 1.0043,
620
+ "step": 860
621
+ },
622
+ {
623
+ "epoch": 0.28961384820239683,
624
+ "grad_norm": 9.0625,
625
+ "learning_rate": 1.4207723035952065e-05,
626
+ "loss": 0.9768,
627
+ "step": 870
628
+ },
629
+ {
630
+ "epoch": 0.2929427430093209,
631
+ "grad_norm": 6.75,
632
+ "learning_rate": 1.4141145139813583e-05,
633
+ "loss": 1.0237,
634
+ "step": 880
635
+ },
636
+ {
637
+ "epoch": 0.296271637816245,
638
+ "grad_norm": 10.875,
639
+ "learning_rate": 1.4074567243675101e-05,
640
+ "loss": 1.1597,
641
+ "step": 890
642
+ },
643
+ {
644
+ "epoch": 0.2996005326231691,
645
+ "grad_norm": 5.75,
646
+ "learning_rate": 1.4007989347536619e-05,
647
+ "loss": 0.7993,
648
+ "step": 900
649
+ },
650
+ {
651
+ "epoch": 0.3029294274300932,
652
+ "grad_norm": 31.5,
653
+ "learning_rate": 1.3941411451398137e-05,
654
+ "loss": 0.9802,
655
+ "step": 910
656
+ },
657
+ {
658
+ "epoch": 0.3062583222370173,
659
+ "grad_norm": 12.25,
660
+ "learning_rate": 1.3874833555259655e-05,
661
+ "loss": 0.9565,
662
+ "step": 920
663
+ },
664
+ {
665
+ "epoch": 0.30958721704394143,
666
+ "grad_norm": 11.8125,
667
+ "learning_rate": 1.3808255659121173e-05,
668
+ "loss": 1.0024,
669
+ "step": 930
670
+ },
671
+ {
672
+ "epoch": 0.3129161118508655,
673
+ "grad_norm": 16.625,
674
+ "learning_rate": 1.3741677762982691e-05,
675
+ "loss": 1.0209,
676
+ "step": 940
677
+ },
678
+ {
679
+ "epoch": 0.3162450066577896,
680
+ "grad_norm": 13.375,
681
+ "learning_rate": 1.3675099866844209e-05,
682
+ "loss": 0.8767,
683
+ "step": 950
684
+ },
685
+ {
686
+ "epoch": 0.3195739014647137,
687
+ "grad_norm": 20.875,
688
+ "learning_rate": 1.3608521970705725e-05,
689
+ "loss": 0.9642,
690
+ "step": 960
691
+ },
692
+ {
693
+ "epoch": 0.3229027962716378,
694
+ "grad_norm": 17.25,
695
+ "learning_rate": 1.3541944074567243e-05,
696
+ "loss": 0.9508,
697
+ "step": 970
698
+ },
699
+ {
700
+ "epoch": 0.3262316910785619,
701
+ "grad_norm": 22.25,
702
+ "learning_rate": 1.3475366178428764e-05,
703
+ "loss": 1.1324,
704
+ "step": 980
705
+ },
706
+ {
707
+ "epoch": 0.32956058588548603,
708
+ "grad_norm": 11.5,
709
+ "learning_rate": 1.3408788282290282e-05,
710
+ "loss": 1.0655,
711
+ "step": 990
712
+ },
713
+ {
714
+ "epoch": 0.33288948069241014,
715
+ "grad_norm": 15.625,
716
+ "learning_rate": 1.3342210386151799e-05,
717
+ "loss": 0.9608,
718
+ "step": 1000
719
+ },
720
+ {
721
+ "epoch": 0.33288948069241014,
722
+ "eval_accuracy": 0.507300481168077,
723
+ "eval_loss": 0.9467151165008545,
724
+ "eval_runtime": 211.5004,
725
+ "eval_samples_per_second": 113.986,
726
+ "eval_steps_per_second": 28.496,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 0.3362183754993342,
731
+ "grad_norm": 20.0,
732
+ "learning_rate": 1.3275632490013317e-05,
733
+ "loss": 1.0432,
734
+ "step": 1010
735
+ },
736
+ {
737
+ "epoch": 0.3395472703062583,
738
+ "grad_norm": 22.375,
739
+ "learning_rate": 1.3209054593874834e-05,
740
+ "loss": 1.0393,
741
+ "step": 1020
742
+ },
743
+ {
744
+ "epoch": 0.3428761651131824,
745
+ "grad_norm": 18.375,
746
+ "learning_rate": 1.3142476697736352e-05,
747
+ "loss": 1.0398,
748
+ "step": 1030
749
+ },
750
+ {
751
+ "epoch": 0.34620505992010653,
752
+ "grad_norm": 17.25,
753
+ "learning_rate": 1.307589880159787e-05,
754
+ "loss": 0.9225,
755
+ "step": 1040
756
+ },
757
+ {
758
+ "epoch": 0.34953395472703064,
759
+ "grad_norm": 11.75,
760
+ "learning_rate": 1.3009320905459388e-05,
761
+ "loss": 0.9262,
762
+ "step": 1050
763
+ },
764
+ {
765
+ "epoch": 0.35286284953395475,
766
+ "grad_norm": 10.25,
767
+ "learning_rate": 1.2942743009320906e-05,
768
+ "loss": 0.7248,
769
+ "step": 1060
770
+ },
771
+ {
772
+ "epoch": 0.3561917443408788,
773
+ "grad_norm": 12.875,
774
+ "learning_rate": 1.2876165113182424e-05,
775
+ "loss": 0.8358,
776
+ "step": 1070
777
+ },
778
+ {
779
+ "epoch": 0.3595206391478029,
780
+ "grad_norm": 4.65625,
781
+ "learning_rate": 1.2809587217043942e-05,
782
+ "loss": 0.8156,
783
+ "step": 1080
784
+ },
785
+ {
786
+ "epoch": 0.362849533954727,
787
+ "grad_norm": 23.5,
788
+ "learning_rate": 1.274300932090546e-05,
789
+ "loss": 1.0211,
790
+ "step": 1090
791
+ },
792
+ {
793
+ "epoch": 0.36617842876165113,
794
+ "grad_norm": 17.5,
795
+ "learning_rate": 1.2676431424766978e-05,
796
+ "loss": 0.9804,
797
+ "step": 1100
798
+ },
799
+ {
800
+ "epoch": 0.36950732356857524,
801
+ "grad_norm": 6.375,
802
+ "learning_rate": 1.2609853528628498e-05,
803
+ "loss": 0.9636,
804
+ "step": 1110
805
+ },
806
+ {
807
+ "epoch": 0.37283621837549935,
808
+ "grad_norm": 20.25,
809
+ "learning_rate": 1.2543275632490016e-05,
810
+ "loss": 0.9873,
811
+ "step": 1120
812
+ },
813
+ {
814
+ "epoch": 0.37616511318242346,
815
+ "grad_norm": 17.0,
816
+ "learning_rate": 1.2476697736351534e-05,
817
+ "loss": 0.9674,
818
+ "step": 1130
819
+ },
820
+ {
821
+ "epoch": 0.3794940079893475,
822
+ "grad_norm": 20.5,
823
+ "learning_rate": 1.241011984021305e-05,
824
+ "loss": 1.0073,
825
+ "step": 1140
826
+ },
827
+ {
828
+ "epoch": 0.3828229027962716,
829
+ "grad_norm": 4.125,
830
+ "learning_rate": 1.2343541944074568e-05,
831
+ "loss": 1.0919,
832
+ "step": 1150
833
+ },
834
+ {
835
+ "epoch": 0.38615179760319573,
836
+ "grad_norm": 15.3125,
837
+ "learning_rate": 1.2276964047936086e-05,
838
+ "loss": 1.0103,
839
+ "step": 1160
840
+ },
841
+ {
842
+ "epoch": 0.38948069241011984,
843
+ "grad_norm": 22.125,
844
+ "learning_rate": 1.2210386151797604e-05,
845
+ "loss": 0.9629,
846
+ "step": 1170
847
+ },
848
+ {
849
+ "epoch": 0.39280958721704395,
850
+ "grad_norm": 2.953125,
851
+ "learning_rate": 1.2143808255659122e-05,
852
+ "loss": 0.9545,
853
+ "step": 1180
854
+ },
855
+ {
856
+ "epoch": 0.39613848202396806,
857
+ "grad_norm": 7.59375,
858
+ "learning_rate": 1.207723035952064e-05,
859
+ "loss": 0.8836,
860
+ "step": 1190
861
+ },
862
+ {
863
+ "epoch": 0.3994673768308921,
864
+ "grad_norm": 28.125,
865
+ "learning_rate": 1.2010652463382158e-05,
866
+ "loss": 0.9632,
867
+ "step": 1200
868
+ },
869
+ {
870
+ "epoch": 0.40279627163781623,
871
+ "grad_norm": 15.125,
872
+ "learning_rate": 1.1944074567243676e-05,
873
+ "loss": 1.0765,
874
+ "step": 1210
875
+ },
876
+ {
877
+ "epoch": 0.40612516644474034,
878
+ "grad_norm": 11.625,
879
+ "learning_rate": 1.1877496671105194e-05,
880
+ "loss": 0.7911,
881
+ "step": 1220
882
+ },
883
+ {
884
+ "epoch": 0.40945406125166445,
885
+ "grad_norm": 15.5625,
886
+ "learning_rate": 1.1810918774966711e-05,
887
+ "loss": 1.0908,
888
+ "step": 1230
889
+ },
890
+ {
891
+ "epoch": 0.41278295605858856,
892
+ "grad_norm": 6.3125,
893
+ "learning_rate": 1.1744340878828231e-05,
894
+ "loss": 1.0418,
895
+ "step": 1240
896
+ },
897
+ {
898
+ "epoch": 0.41611185086551267,
899
+ "grad_norm": 2.671875,
900
+ "learning_rate": 1.1677762982689749e-05,
901
+ "loss": 0.9041,
902
+ "step": 1250
903
+ },
904
+ {
905
+ "epoch": 0.4194407456724368,
906
+ "grad_norm": 19.125,
907
+ "learning_rate": 1.1611185086551267e-05,
908
+ "loss": 1.0392,
909
+ "step": 1260
910
+ },
911
+ {
912
+ "epoch": 0.42276964047936083,
913
+ "grad_norm": 6.8125,
914
+ "learning_rate": 1.1544607190412785e-05,
915
+ "loss": 0.8439,
916
+ "step": 1270
917
+ },
918
+ {
919
+ "epoch": 0.42609853528628494,
920
+ "grad_norm": 7.75,
921
+ "learning_rate": 1.1478029294274303e-05,
922
+ "loss": 1.0188,
923
+ "step": 1280
924
+ },
925
+ {
926
+ "epoch": 0.42942743009320905,
927
+ "grad_norm": 17.25,
928
+ "learning_rate": 1.141145139813582e-05,
929
+ "loss": 1.1353,
930
+ "step": 1290
931
+ },
932
+ {
933
+ "epoch": 0.43275632490013316,
934
+ "grad_norm": 22.125,
935
+ "learning_rate": 1.1344873501997337e-05,
936
+ "loss": 0.987,
937
+ "step": 1300
938
+ },
939
+ {
940
+ "epoch": 0.43608521970705727,
941
+ "grad_norm": 16.0,
942
+ "learning_rate": 1.1278295605858855e-05,
943
+ "loss": 0.8446,
944
+ "step": 1310
945
+ },
946
+ {
947
+ "epoch": 0.4394141145139814,
948
+ "grad_norm": 48.25,
949
+ "learning_rate": 1.1211717709720373e-05,
950
+ "loss": 1.0588,
951
+ "step": 1320
952
+ },
953
+ {
954
+ "epoch": 0.44274300932090543,
955
+ "grad_norm": 17.625,
956
+ "learning_rate": 1.1145139813581891e-05,
957
+ "loss": 0.8579,
958
+ "step": 1330
959
+ },
960
+ {
961
+ "epoch": 0.44607190412782954,
962
+ "grad_norm": 20.25,
963
+ "learning_rate": 1.1078561917443409e-05,
964
+ "loss": 1.0973,
965
+ "step": 1340
966
+ },
967
+ {
968
+ "epoch": 0.44940079893475365,
969
+ "grad_norm": 14.25,
970
+ "learning_rate": 1.1011984021304927e-05,
971
+ "loss": 0.975,
972
+ "step": 1350
973
+ },
974
+ {
975
+ "epoch": 0.45272969374167776,
976
+ "grad_norm": 22.875,
977
+ "learning_rate": 1.0945406125166447e-05,
978
+ "loss": 0.9035,
979
+ "step": 1360
980
+ },
981
+ {
982
+ "epoch": 0.4560585885486019,
983
+ "grad_norm": 13.0,
984
+ "learning_rate": 1.0878828229027965e-05,
985
+ "loss": 1.0748,
986
+ "step": 1370
987
+ },
988
+ {
989
+ "epoch": 0.459387483355526,
990
+ "grad_norm": 13.125,
991
+ "learning_rate": 1.0812250332889482e-05,
992
+ "loss": 1.0373,
993
+ "step": 1380
994
+ },
995
+ {
996
+ "epoch": 0.4627163781624501,
997
+ "grad_norm": 15.0,
998
+ "learning_rate": 1.0745672436751e-05,
999
+ "loss": 0.9623,
1000
+ "step": 1390
1001
+ },
1002
+ {
1003
+ "epoch": 0.46604527296937415,
1004
+ "grad_norm": 26.25,
1005
+ "learning_rate": 1.0679094540612518e-05,
1006
+ "loss": 0.9579,
1007
+ "step": 1400
1008
+ },
1009
+ {
1010
+ "epoch": 0.46937416777629826,
1011
+ "grad_norm": 12.125,
1012
+ "learning_rate": 1.0612516644474036e-05,
1013
+ "loss": 0.918,
1014
+ "step": 1410
1015
+ },
1016
+ {
1017
+ "epoch": 0.47270306258322237,
1018
+ "grad_norm": 30.75,
1019
+ "learning_rate": 1.0545938748335554e-05,
1020
+ "loss": 0.9823,
1021
+ "step": 1420
1022
+ },
1023
+ {
1024
+ "epoch": 0.4760319573901465,
1025
+ "grad_norm": 7.0,
1026
+ "learning_rate": 1.047936085219707e-05,
1027
+ "loss": 0.9885,
1028
+ "step": 1430
1029
+ },
1030
+ {
1031
+ "epoch": 0.4793608521970706,
1032
+ "grad_norm": 19.5,
1033
+ "learning_rate": 1.0412782956058588e-05,
1034
+ "loss": 0.9654,
1035
+ "step": 1440
1036
+ },
1037
+ {
1038
+ "epoch": 0.4826897470039947,
1039
+ "grad_norm": 13.5,
1040
+ "learning_rate": 1.0346205059920106e-05,
1041
+ "loss": 0.8212,
1042
+ "step": 1450
1043
+ },
1044
+ {
1045
+ "epoch": 0.48601864181091875,
1046
+ "grad_norm": 17.0,
1047
+ "learning_rate": 1.0279627163781624e-05,
1048
+ "loss": 0.9406,
1049
+ "step": 1460
1050
+ },
1051
+ {
1052
+ "epoch": 0.48934753661784286,
1053
+ "grad_norm": 28.0,
1054
+ "learning_rate": 1.0213049267643142e-05,
1055
+ "loss": 0.9908,
1056
+ "step": 1470
1057
+ },
1058
+ {
1059
+ "epoch": 0.49267643142476697,
1060
+ "grad_norm": 14.25,
1061
+ "learning_rate": 1.014647137150466e-05,
1062
+ "loss": 0.9418,
1063
+ "step": 1480
1064
+ },
1065
+ {
1066
+ "epoch": 0.4960053262316911,
1067
+ "grad_norm": 12.25,
1068
+ "learning_rate": 1.007989347536618e-05,
1069
+ "loss": 1.075,
1070
+ "step": 1490
1071
+ },
1072
+ {
1073
+ "epoch": 0.4993342210386152,
1074
+ "grad_norm": 10.625,
1075
+ "learning_rate": 1.0013315579227698e-05,
1076
+ "loss": 1.0111,
1077
+ "step": 1500
1078
+ },
1079
+ {
1080
+ "epoch": 0.4993342210386152,
1081
+ "eval_accuracy": 0.508752281400365,
1082
+ "eval_loss": 0.9421009421348572,
1083
+ "eval_runtime": 209.8514,
1084
+ "eval_samples_per_second": 114.881,
1085
+ "eval_steps_per_second": 28.72,
1086
+ "step": 1500
1087
+ },
1088
+ {
1089
+ "epoch": 0.5026631158455392,
1090
+ "grad_norm": 31.5,
1091
+ "learning_rate": 9.946737683089214e-06,
1092
+ "loss": 0.9077,
1093
+ "step": 1510
1094
+ },
1095
+ {
1096
+ "epoch": 0.5059920106524634,
1097
+ "grad_norm": 19.375,
1098
+ "learning_rate": 9.880159786950732e-06,
1099
+ "loss": 1.1292,
1100
+ "step": 1520
1101
+ },
1102
+ {
1103
+ "epoch": 0.5093209054593875,
1104
+ "grad_norm": 8.4375,
1105
+ "learning_rate": 9.813581890812252e-06,
1106
+ "loss": 1.0658,
1107
+ "step": 1530
1108
+ },
1109
+ {
1110
+ "epoch": 0.5126498002663116,
1111
+ "grad_norm": 17.375,
1112
+ "learning_rate": 9.74700399467377e-06,
1113
+ "loss": 0.9691,
1114
+ "step": 1540
1115
+ },
1116
+ {
1117
+ "epoch": 0.5159786950732357,
1118
+ "grad_norm": 8.125,
1119
+ "learning_rate": 9.680426098535288e-06,
1120
+ "loss": 1.0146,
1121
+ "step": 1550
1122
+ },
1123
+ {
1124
+ "epoch": 0.5193075898801598,
1125
+ "grad_norm": 17.5,
1126
+ "learning_rate": 9.613848202396806e-06,
1127
+ "loss": 1.0196,
1128
+ "step": 1560
1129
+ },
1130
+ {
1131
+ "epoch": 0.5226364846870839,
1132
+ "grad_norm": 15.1875,
1133
+ "learning_rate": 9.547270306258324e-06,
1134
+ "loss": 0.8996,
1135
+ "step": 1570
1136
+ },
1137
+ {
1138
+ "epoch": 0.525965379494008,
1139
+ "grad_norm": 55.5,
1140
+ "learning_rate": 9.48069241011984e-06,
1141
+ "loss": 1.0211,
1142
+ "step": 1580
1143
+ },
1144
+ {
1145
+ "epoch": 0.5292942743009321,
1146
+ "grad_norm": 4.21875,
1147
+ "learning_rate": 9.41411451398136e-06,
1148
+ "loss": 0.9728,
1149
+ "step": 1590
1150
+ },
1151
+ {
1152
+ "epoch": 0.5326231691078562,
1153
+ "grad_norm": 6.71875,
1154
+ "learning_rate": 9.347536617842877e-06,
1155
+ "loss": 1.0168,
1156
+ "step": 1600
1157
+ },
1158
+ {
1159
+ "epoch": 0.5359520639147803,
1160
+ "grad_norm": 24.75,
1161
+ "learning_rate": 9.280958721704395e-06,
1162
+ "loss": 0.9252,
1163
+ "step": 1610
1164
+ },
1165
+ {
1166
+ "epoch": 0.5392809587217043,
1167
+ "grad_norm": 9.0625,
1168
+ "learning_rate": 9.214380825565913e-06,
1169
+ "loss": 1.0479,
1170
+ "step": 1620
1171
+ },
1172
+ {
1173
+ "epoch": 0.5426098535286284,
1174
+ "grad_norm": 15.375,
1175
+ "learning_rate": 9.147802929427431e-06,
1176
+ "loss": 1.0699,
1177
+ "step": 1630
1178
+ },
1179
+ {
1180
+ "epoch": 0.5459387483355526,
1181
+ "grad_norm": 17.5,
1182
+ "learning_rate": 9.08122503328895e-06,
1183
+ "loss": 0.9407,
1184
+ "step": 1640
1185
+ },
1186
+ {
1187
+ "epoch": 0.5492676431424767,
1188
+ "grad_norm": 9.625,
1189
+ "learning_rate": 9.014647137150465e-06,
1190
+ "loss": 1.0124,
1191
+ "step": 1650
1192
+ },
1193
+ {
1194
+ "epoch": 0.5525965379494008,
1195
+ "grad_norm": 10.375,
1196
+ "learning_rate": 8.948069241011985e-06,
1197
+ "loss": 0.8612,
1198
+ "step": 1660
1199
+ },
1200
+ {
1201
+ "epoch": 0.5559254327563249,
1202
+ "grad_norm": 21.375,
1203
+ "learning_rate": 8.881491344873503e-06,
1204
+ "loss": 0.9613,
1205
+ "step": 1670
1206
+ },
1207
+ {
1208
+ "epoch": 0.559254327563249,
1209
+ "grad_norm": 9.3125,
1210
+ "learning_rate": 8.814913448735021e-06,
1211
+ "loss": 0.9752,
1212
+ "step": 1680
1213
+ },
1214
+ {
1215
+ "epoch": 0.5625832223701731,
1216
+ "grad_norm": 8.375,
1217
+ "learning_rate": 8.748335552596539e-06,
1218
+ "loss": 0.8926,
1219
+ "step": 1690
1220
+ },
1221
+ {
1222
+ "epoch": 0.5659121171770972,
1223
+ "grad_norm": 17.625,
1224
+ "learning_rate": 8.681757656458057e-06,
1225
+ "loss": 1.0054,
1226
+ "step": 1700
1227
+ },
1228
+ {
1229
+ "epoch": 0.5692410119840213,
1230
+ "grad_norm": 20.125,
1231
+ "learning_rate": 8.615179760319575e-06,
1232
+ "loss": 0.9203,
1233
+ "step": 1710
1234
+ },
1235
+ {
1236
+ "epoch": 0.5725699067909454,
1237
+ "grad_norm": 28.75,
1238
+ "learning_rate": 8.548601864181093e-06,
1239
+ "loss": 0.9583,
1240
+ "step": 1720
1241
+ },
1242
+ {
1243
+ "epoch": 0.5758988015978695,
1244
+ "grad_norm": 17.0,
1245
+ "learning_rate": 8.48202396804261e-06,
1246
+ "loss": 0.9582,
1247
+ "step": 1730
1248
+ },
1249
+ {
1250
+ "epoch": 0.5792276964047937,
1251
+ "grad_norm": 13.4375,
1252
+ "learning_rate": 8.415446071904129e-06,
1253
+ "loss": 1.0034,
1254
+ "step": 1740
1255
+ },
1256
+ {
1257
+ "epoch": 0.5825565912117177,
1258
+ "grad_norm": 27.75,
1259
+ "learning_rate": 8.348868175765647e-06,
1260
+ "loss": 1.0647,
1261
+ "step": 1750
1262
+ },
1263
+ {
1264
+ "epoch": 0.5858854860186418,
1265
+ "grad_norm": 33.75,
1266
+ "learning_rate": 8.282290279627165e-06,
1267
+ "loss": 1.0575,
1268
+ "step": 1760
1269
+ },
1270
+ {
1271
+ "epoch": 0.5892143808255659,
1272
+ "grad_norm": 14.375,
1273
+ "learning_rate": 8.215712383488683e-06,
1274
+ "loss": 1.0699,
1275
+ "step": 1770
1276
+ },
1277
+ {
1278
+ "epoch": 0.59254327563249,
1279
+ "grad_norm": 6.09375,
1280
+ "learning_rate": 8.1491344873502e-06,
1281
+ "loss": 0.7706,
1282
+ "step": 1780
1283
+ },
1284
+ {
1285
+ "epoch": 0.5958721704394141,
1286
+ "grad_norm": 8.5625,
1287
+ "learning_rate": 8.082556591211719e-06,
1288
+ "loss": 0.8626,
1289
+ "step": 1790
1290
+ },
1291
+ {
1292
+ "epoch": 0.5992010652463382,
1293
+ "grad_norm": 7.46875,
1294
+ "learning_rate": 8.015978695073236e-06,
1295
+ "loss": 0.9427,
1296
+ "step": 1800
1297
+ },
1298
+ {
1299
+ "epoch": 0.6025299600532623,
1300
+ "grad_norm": 23.375,
1301
+ "learning_rate": 7.949400798934754e-06,
1302
+ "loss": 0.962,
1303
+ "step": 1810
1304
+ },
1305
+ {
1306
+ "epoch": 0.6058588548601864,
1307
+ "grad_norm": 7.65625,
1308
+ "learning_rate": 7.882822902796272e-06,
1309
+ "loss": 1.1216,
1310
+ "step": 1820
1311
+ },
1312
+ {
1313
+ "epoch": 0.6091877496671105,
1314
+ "grad_norm": 10.0625,
1315
+ "learning_rate": 7.81624500665779e-06,
1316
+ "loss": 0.9076,
1317
+ "step": 1830
1318
+ },
1319
+ {
1320
+ "epoch": 0.6125166444740346,
1321
+ "grad_norm": 6.78125,
1322
+ "learning_rate": 7.749667110519308e-06,
1323
+ "loss": 0.8158,
1324
+ "step": 1840
1325
+ },
1326
+ {
1327
+ "epoch": 0.6158455392809588,
1328
+ "grad_norm": 29.5,
1329
+ "learning_rate": 7.683089214380826e-06,
1330
+ "loss": 0.9828,
1331
+ "step": 1850
1332
+ },
1333
+ {
1334
+ "epoch": 0.6191744340878829,
1335
+ "grad_norm": 9.6875,
1336
+ "learning_rate": 7.616511318242344e-06,
1337
+ "loss": 0.9181,
1338
+ "step": 1860
1339
+ },
1340
+ {
1341
+ "epoch": 0.622503328894807,
1342
+ "grad_norm": 7.6875,
1343
+ "learning_rate": 7.549933422103862e-06,
1344
+ "loss": 0.9864,
1345
+ "step": 1870
1346
+ },
1347
+ {
1348
+ "epoch": 0.625832223701731,
1349
+ "grad_norm": 33.0,
1350
+ "learning_rate": 7.48335552596538e-06,
1351
+ "loss": 0.9898,
1352
+ "step": 1880
1353
+ },
1354
+ {
1355
+ "epoch": 0.6291611185086551,
1356
+ "grad_norm": 13.1875,
1357
+ "learning_rate": 7.416777629826898e-06,
1358
+ "loss": 0.948,
1359
+ "step": 1890
1360
+ },
1361
+ {
1362
+ "epoch": 0.6324900133155792,
1363
+ "grad_norm": 6.59375,
1364
+ "learning_rate": 7.350199733688416e-06,
1365
+ "loss": 0.9811,
1366
+ "step": 1900
1367
+ },
1368
+ {
1369
+ "epoch": 0.6358189081225033,
1370
+ "grad_norm": 8.5625,
1371
+ "learning_rate": 7.283621837549935e-06,
1372
+ "loss": 1.0461,
1373
+ "step": 1910
1374
+ },
1375
+ {
1376
+ "epoch": 0.6391478029294274,
1377
+ "grad_norm": 30.25,
1378
+ "learning_rate": 7.217043941411453e-06,
1379
+ "loss": 1.0408,
1380
+ "step": 1920
1381
+ },
1382
+ {
1383
+ "epoch": 0.6424766977363515,
1384
+ "grad_norm": 25.625,
1385
+ "learning_rate": 7.15046604527297e-06,
1386
+ "loss": 1.0327,
1387
+ "step": 1930
1388
+ },
1389
+ {
1390
+ "epoch": 0.6458055925432756,
1391
+ "grad_norm": 27.125,
1392
+ "learning_rate": 7.083888149134488e-06,
1393
+ "loss": 0.9213,
1394
+ "step": 1940
1395
+ },
1396
+ {
1397
+ "epoch": 0.6491344873501997,
1398
+ "grad_norm": 22.125,
1399
+ "learning_rate": 7.017310252996006e-06,
1400
+ "loss": 1.1191,
1401
+ "step": 1950
1402
+ },
1403
+ {
1404
+ "epoch": 0.6524633821571239,
1405
+ "grad_norm": 10.6875,
1406
+ "learning_rate": 6.950732356857524e-06,
1407
+ "loss": 0.9514,
1408
+ "step": 1960
1409
+ },
1410
+ {
1411
+ "epoch": 0.655792276964048,
1412
+ "grad_norm": 16.375,
1413
+ "learning_rate": 6.884154460719042e-06,
1414
+ "loss": 0.9437,
1415
+ "step": 1970
1416
+ },
1417
+ {
1418
+ "epoch": 0.6591211717709721,
1419
+ "grad_norm": 7.5625,
1420
+ "learning_rate": 6.8175765645805605e-06,
1421
+ "loss": 1.0645,
1422
+ "step": 1980
1423
+ },
1424
+ {
1425
+ "epoch": 0.6624500665778962,
1426
+ "grad_norm": 9.125,
1427
+ "learning_rate": 6.7509986684420784e-06,
1428
+ "loss": 0.9085,
1429
+ "step": 1990
1430
+ },
1431
+ {
1432
+ "epoch": 0.6657789613848203,
1433
+ "grad_norm": 9.6875,
1434
+ "learning_rate": 6.6844207723035955e-06,
1435
+ "loss": 0.9784,
1436
+ "step": 2000
1437
+ },
1438
+ {
1439
+ "epoch": 0.6657789613848203,
1440
+ "eval_accuracy": 0.5068027210884354,
1441
+ "eval_loss": 0.9414482712745667,
1442
+ "eval_runtime": 213.4336,
1443
+ "eval_samples_per_second": 112.953,
1444
+ "eval_steps_per_second": 28.238,
1445
+ "step": 2000
1446
+ }
1447
+ ],
1448
+ "logging_steps": 10,
1449
+ "max_steps": 3004,
1450
+ "num_input_tokens_seen": 0,
1451
+ "num_train_epochs": 1,
1452
+ "save_steps": 500,
1453
+ "stateful_callbacks": {
1454
+ "TrainerControl": {
1455
+ "args": {
1456
+ "should_epoch_stop": false,
1457
+ "should_evaluate": false,
1458
+ "should_log": false,
1459
+ "should_save": true,
1460
+ "should_training_stop": false
1461
+ },
1462
+ "attributes": {}
1463
+ }
1464
+ },
1465
+ "total_flos": 0.0,
1466
+ "train_batch_size": 16,
1467
+ "trial_name": null,
1468
+ "trial_params": null
1469
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad4c1f90cca8627b67272acf21697ce26139a89a13bf55f49567978573bff87
3
+ size 5176
checkpoint-2500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2
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-2500/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "gpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
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.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": "SEQ_CLS",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-2500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ba2843875dd81dc0f6b90fe92405c4ab1e51d38eb2aaf2c618a4942bcf8fac
3
+ size 594496
checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4347e6cd2adac03a5dcc48f5a7cadb3aea80790877a706d6c9af012d30f827
3
+ size 1197932
checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14627f211ca36d3af1867ea78696c0819636f756609895c84de083ffa0d303d
3
+ size 14180
checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906f066f6010c5454854d9acb3637631b32f9cceedf440679327fdfb31848b15
3
+ size 1064
checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,1828 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.8322237017310253,
5
+ "eval_steps": 500,
6
+ "global_step": 2500,
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.003328894806924101,
13
+ "grad_norm": 37.75,
14
+ "learning_rate": 1.9933422103861518e-05,
15
+ "loss": 1.4084,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.006657789613848202,
20
+ "grad_norm": 12.125,
21
+ "learning_rate": 1.9866844207723038e-05,
22
+ "loss": 1.0474,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.009986684420772303,
27
+ "grad_norm": 45.25,
28
+ "learning_rate": 1.9800266311584554e-05,
29
+ "loss": 1.2455,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.013315579227696404,
34
+ "grad_norm": 13.9375,
35
+ "learning_rate": 1.9733688415446073e-05,
36
+ "loss": 1.1969,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.016644474034620507,
41
+ "grad_norm": 32.0,
42
+ "learning_rate": 1.966711051930759e-05,
43
+ "loss": 1.1659,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.019973368841544607,
48
+ "grad_norm": 19.0,
49
+ "learning_rate": 1.960053262316911e-05,
50
+ "loss": 1.1159,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.02330226364846871,
55
+ "grad_norm": 27.5,
56
+ "learning_rate": 1.953395472703063e-05,
57
+ "loss": 1.1861,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02663115845539281,
62
+ "grad_norm": 17.5,
63
+ "learning_rate": 1.9467376830892145e-05,
64
+ "loss": 1.1073,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.02996005326231691,
69
+ "grad_norm": 33.75,
70
+ "learning_rate": 1.9400798934753665e-05,
71
+ "loss": 1.1506,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.033288948069241014,
76
+ "grad_norm": 9.5,
77
+ "learning_rate": 1.933422103861518e-05,
78
+ "loss": 1.246,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03661784287616511,
83
+ "grad_norm": 11.3125,
84
+ "learning_rate": 1.92676431424767e-05,
85
+ "loss": 1.1708,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03994673768308921,
90
+ "grad_norm": 14.375,
91
+ "learning_rate": 1.9201065246338217e-05,
92
+ "loss": 1.1302,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.043275632490013316,
97
+ "grad_norm": 20.625,
98
+ "learning_rate": 1.9134487350199737e-05,
99
+ "loss": 1.0537,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04660452729693742,
104
+ "grad_norm": 21.75,
105
+ "learning_rate": 1.9067909454061253e-05,
106
+ "loss": 1.0669,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.049933422103861515,
111
+ "grad_norm": 14.125,
112
+ "learning_rate": 1.900133155792277e-05,
113
+ "loss": 1.0482,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.05326231691078562,
118
+ "grad_norm": 27.625,
119
+ "learning_rate": 1.893475366178429e-05,
120
+ "loss": 1.1468,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.05659121171770972,
125
+ "grad_norm": 4.53125,
126
+ "learning_rate": 1.8868175765645805e-05,
127
+ "loss": 1.092,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05992010652463382,
132
+ "grad_norm": 32.5,
133
+ "learning_rate": 1.8801597869507325e-05,
134
+ "loss": 1.2208,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.06324900133155792,
139
+ "grad_norm": 56.0,
140
+ "learning_rate": 1.873501997336884e-05,
141
+ "loss": 1.2359,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.06657789613848203,
146
+ "grad_norm": 8.375,
147
+ "learning_rate": 1.866844207723036e-05,
148
+ "loss": 1.0712,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06990679094540612,
153
+ "grad_norm": 26.375,
154
+ "learning_rate": 1.860186418109188e-05,
155
+ "loss": 1.0156,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.07323568575233022,
160
+ "grad_norm": 12.0,
161
+ "learning_rate": 1.8535286284953397e-05,
162
+ "loss": 1.0407,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.07656458055925433,
167
+ "grad_norm": 13.75,
168
+ "learning_rate": 1.8468708388814916e-05,
169
+ "loss": 1.0161,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.07989347536617843,
174
+ "grad_norm": 27.125,
175
+ "learning_rate": 1.8402130492676432e-05,
176
+ "loss": 1.1466,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.08322237017310254,
181
+ "grad_norm": 26.125,
182
+ "learning_rate": 1.8335552596537952e-05,
183
+ "loss": 1.3192,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.08655126498002663,
188
+ "grad_norm": 25.75,
189
+ "learning_rate": 1.826897470039947e-05,
190
+ "loss": 1.0628,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.08988015978695073,
195
+ "grad_norm": 29.25,
196
+ "learning_rate": 1.8202396804260988e-05,
197
+ "loss": 0.967,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.09320905459387484,
202
+ "grad_norm": 29.75,
203
+ "learning_rate": 1.8135818908122504e-05,
204
+ "loss": 1.0356,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.09653794940079893,
209
+ "grad_norm": 11.6875,
210
+ "learning_rate": 1.806924101198402e-05,
211
+ "loss": 0.9853,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.09986684420772303,
216
+ "grad_norm": 27.5,
217
+ "learning_rate": 1.800266311584554e-05,
218
+ "loss": 1.0279,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.10319573901464714,
223
+ "grad_norm": 5.65625,
224
+ "learning_rate": 1.7936085219707056e-05,
225
+ "loss": 1.0115,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.10652463382157124,
230
+ "grad_norm": 8.1875,
231
+ "learning_rate": 1.7869507323568576e-05,
232
+ "loss": 0.942,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.10985352862849534,
237
+ "grad_norm": 65.0,
238
+ "learning_rate": 1.7802929427430096e-05,
239
+ "loss": 1.0208,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.11318242343541944,
244
+ "grad_norm": 9.625,
245
+ "learning_rate": 1.7736351531291612e-05,
246
+ "loss": 1.1729,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.11651131824234354,
251
+ "grad_norm": 17.5,
252
+ "learning_rate": 1.766977363515313e-05,
253
+ "loss": 0.9322,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.11984021304926765,
258
+ "grad_norm": 28.125,
259
+ "learning_rate": 1.7603195739014648e-05,
260
+ "loss": 1.0417,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.12316910785619174,
265
+ "grad_norm": 18.25,
266
+ "learning_rate": 1.7536617842876168e-05,
267
+ "loss": 1.2491,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.12649800266311584,
272
+ "grad_norm": 27.375,
273
+ "learning_rate": 1.7470039946737684e-05,
274
+ "loss": 0.9388,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.12982689747003995,
279
+ "grad_norm": 22.125,
280
+ "learning_rate": 1.7403462050599203e-05,
281
+ "loss": 1.0488,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.13315579227696406,
286
+ "grad_norm": 21.25,
287
+ "learning_rate": 1.733688415446072e-05,
288
+ "loss": 0.9951,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.13648468708388814,
293
+ "grad_norm": 11.75,
294
+ "learning_rate": 1.727030625832224e-05,
295
+ "loss": 0.9212,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.13981358189081225,
300
+ "grad_norm": 16.25,
301
+ "learning_rate": 1.7203728362183756e-05,
302
+ "loss": 1.0548,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.14314247669773636,
307
+ "grad_norm": 19.875,
308
+ "learning_rate": 1.7137150466045275e-05,
309
+ "loss": 1.0238,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.14647137150466044,
314
+ "grad_norm": 18.875,
315
+ "learning_rate": 1.707057256990679e-05,
316
+ "loss": 1.0327,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.14980026631158455,
321
+ "grad_norm": 7.84375,
322
+ "learning_rate": 1.7003994673768308e-05,
323
+ "loss": 1.1155,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.15312916111850866,
328
+ "grad_norm": 14.125,
329
+ "learning_rate": 1.693741677762983e-05,
330
+ "loss": 0.9627,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.15645805592543274,
335
+ "grad_norm": 7.4375,
336
+ "learning_rate": 1.6870838881491347e-05,
337
+ "loss": 1.0216,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.15978695073235685,
342
+ "grad_norm": 9.375,
343
+ "learning_rate": 1.6804260985352863e-05,
344
+ "loss": 1.0489,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.16311584553928096,
349
+ "grad_norm": 19.5,
350
+ "learning_rate": 1.6737683089214383e-05,
351
+ "loss": 1.1254,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.16644474034620507,
356
+ "grad_norm": 26.125,
357
+ "learning_rate": 1.66711051930759e-05,
358
+ "loss": 1.0134,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.16644474034620507,
363
+ "eval_accuracy": 0.5015762402521985,
364
+ "eval_loss": 0.9942083358764648,
365
+ "eval_runtime": 211.8123,
366
+ "eval_samples_per_second": 113.818,
367
+ "eval_steps_per_second": 28.454,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 0.16977363515312915,
372
+ "grad_norm": 12.3125,
373
+ "learning_rate": 1.660452729693742e-05,
374
+ "loss": 1.0164,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 0.17310252996005326,
379
+ "grad_norm": 38.75,
380
+ "learning_rate": 1.6537949400798935e-05,
381
+ "loss": 1.0042,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 0.17643142476697737,
386
+ "grad_norm": 20.125,
387
+ "learning_rate": 1.6471371504660455e-05,
388
+ "loss": 0.9786,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 0.17976031957390146,
393
+ "grad_norm": 11.4375,
394
+ "learning_rate": 1.640479360852197e-05,
395
+ "loss": 0.9678,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 0.18308921438082557,
400
+ "grad_norm": 19.375,
401
+ "learning_rate": 1.633821571238349e-05,
402
+ "loss": 1.0477,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 0.18641810918774968,
407
+ "grad_norm": 16.75,
408
+ "learning_rate": 1.6271637816245007e-05,
409
+ "loss": 1.02,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 0.18974700399467376,
414
+ "grad_norm": 15.5,
415
+ "learning_rate": 1.6205059920106527e-05,
416
+ "loss": 0.9864,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 0.19307589880159787,
421
+ "grad_norm": 9.75,
422
+ "learning_rate": 1.6138482023968043e-05,
423
+ "loss": 1.0019,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 0.19640479360852198,
428
+ "grad_norm": 12.125,
429
+ "learning_rate": 1.6071904127829563e-05,
430
+ "loss": 0.9483,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 0.19973368841544606,
435
+ "grad_norm": 30.875,
436
+ "learning_rate": 1.6005326231691082e-05,
437
+ "loss": 1.0692,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 0.20306258322237017,
442
+ "grad_norm": 10.125,
443
+ "learning_rate": 1.59387483355526e-05,
444
+ "loss": 0.9279,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 0.20639147802929428,
449
+ "grad_norm": 11.6875,
450
+ "learning_rate": 1.5872170439414115e-05,
451
+ "loss": 0.941,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 0.2097203728362184,
456
+ "grad_norm": 3.03125,
457
+ "learning_rate": 1.5805592543275634e-05,
458
+ "loss": 1.0259,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 0.21304926764314247,
463
+ "grad_norm": 10.4375,
464
+ "learning_rate": 1.573901464713715e-05,
465
+ "loss": 0.9687,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 0.21637816245006658,
470
+ "grad_norm": 12.8125,
471
+ "learning_rate": 1.567243675099867e-05,
472
+ "loss": 0.9512,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 0.2197070572569907,
477
+ "grad_norm": 9.75,
478
+ "learning_rate": 1.5605858854860187e-05,
479
+ "loss": 0.9569,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 0.22303595206391477,
484
+ "grad_norm": 17.375,
485
+ "learning_rate": 1.5539280958721706e-05,
486
+ "loss": 0.9694,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 0.22636484687083888,
491
+ "grad_norm": 9.625,
492
+ "learning_rate": 1.5472703062583222e-05,
493
+ "loss": 0.97,
494
+ "step": 680
495
+ },
496
+ {
497
+ "epoch": 0.229693741677763,
498
+ "grad_norm": 21.0,
499
+ "learning_rate": 1.5406125166444742e-05,
500
+ "loss": 1.0506,
501
+ "step": 690
502
+ },
503
+ {
504
+ "epoch": 0.23302263648468707,
505
+ "grad_norm": 10.3125,
506
+ "learning_rate": 1.533954727030626e-05,
507
+ "loss": 0.9184,
508
+ "step": 700
509
+ },
510
+ {
511
+ "epoch": 0.23635153129161118,
512
+ "grad_norm": 21.5,
513
+ "learning_rate": 1.5272969374167778e-05,
514
+ "loss": 1.005,
515
+ "step": 710
516
+ },
517
+ {
518
+ "epoch": 0.2396804260985353,
519
+ "grad_norm": 4.40625,
520
+ "learning_rate": 1.5206391478029296e-05,
521
+ "loss": 0.8624,
522
+ "step": 720
523
+ },
524
+ {
525
+ "epoch": 0.24300932090545938,
526
+ "grad_norm": 13.9375,
527
+ "learning_rate": 1.5139813581890814e-05,
528
+ "loss": 1.0051,
529
+ "step": 730
530
+ },
531
+ {
532
+ "epoch": 0.24633821571238348,
533
+ "grad_norm": 16.625,
534
+ "learning_rate": 1.5073235685752332e-05,
535
+ "loss": 1.0378,
536
+ "step": 740
537
+ },
538
+ {
539
+ "epoch": 0.2496671105193076,
540
+ "grad_norm": 6.4375,
541
+ "learning_rate": 1.500665778961385e-05,
542
+ "loss": 0.9191,
543
+ "step": 750
544
+ },
545
+ {
546
+ "epoch": 0.2529960053262317,
547
+ "grad_norm": 5.5625,
548
+ "learning_rate": 1.4940079893475368e-05,
549
+ "loss": 0.9722,
550
+ "step": 760
551
+ },
552
+ {
553
+ "epoch": 0.2563249001331558,
554
+ "grad_norm": 22.625,
555
+ "learning_rate": 1.4873501997336886e-05,
556
+ "loss": 1.014,
557
+ "step": 770
558
+ },
559
+ {
560
+ "epoch": 0.2596537949400799,
561
+ "grad_norm": 21.0,
562
+ "learning_rate": 1.4806924101198404e-05,
563
+ "loss": 1.0986,
564
+ "step": 780
565
+ },
566
+ {
567
+ "epoch": 0.262982689747004,
568
+ "grad_norm": 10.4375,
569
+ "learning_rate": 1.4740346205059922e-05,
570
+ "loss": 0.9672,
571
+ "step": 790
572
+ },
573
+ {
574
+ "epoch": 0.2663115845539281,
575
+ "grad_norm": 17.0,
576
+ "learning_rate": 1.467376830892144e-05,
577
+ "loss": 0.9605,
578
+ "step": 800
579
+ },
580
+ {
581
+ "epoch": 0.26964047936085217,
582
+ "grad_norm": 31.75,
583
+ "learning_rate": 1.4607190412782957e-05,
584
+ "loss": 1.0308,
585
+ "step": 810
586
+ },
587
+ {
588
+ "epoch": 0.2729693741677763,
589
+ "grad_norm": 12.4375,
590
+ "learning_rate": 1.4540612516644474e-05,
591
+ "loss": 0.9268,
592
+ "step": 820
593
+ },
594
+ {
595
+ "epoch": 0.2762982689747004,
596
+ "grad_norm": 17.125,
597
+ "learning_rate": 1.4474034620505992e-05,
598
+ "loss": 0.9656,
599
+ "step": 830
600
+ },
601
+ {
602
+ "epoch": 0.2796271637816245,
603
+ "grad_norm": 4.53125,
604
+ "learning_rate": 1.440745672436751e-05,
605
+ "loss": 0.9865,
606
+ "step": 840
607
+ },
608
+ {
609
+ "epoch": 0.2829560585885486,
610
+ "grad_norm": 22.625,
611
+ "learning_rate": 1.434087882822903e-05,
612
+ "loss": 1.1118,
613
+ "step": 850
614
+ },
615
+ {
616
+ "epoch": 0.2862849533954727,
617
+ "grad_norm": 13.0,
618
+ "learning_rate": 1.4274300932090547e-05,
619
+ "loss": 1.0043,
620
+ "step": 860
621
+ },
622
+ {
623
+ "epoch": 0.28961384820239683,
624
+ "grad_norm": 9.0625,
625
+ "learning_rate": 1.4207723035952065e-05,
626
+ "loss": 0.9768,
627
+ "step": 870
628
+ },
629
+ {
630
+ "epoch": 0.2929427430093209,
631
+ "grad_norm": 6.75,
632
+ "learning_rate": 1.4141145139813583e-05,
633
+ "loss": 1.0237,
634
+ "step": 880
635
+ },
636
+ {
637
+ "epoch": 0.296271637816245,
638
+ "grad_norm": 10.875,
639
+ "learning_rate": 1.4074567243675101e-05,
640
+ "loss": 1.1597,
641
+ "step": 890
642
+ },
643
+ {
644
+ "epoch": 0.2996005326231691,
645
+ "grad_norm": 5.75,
646
+ "learning_rate": 1.4007989347536619e-05,
647
+ "loss": 0.7993,
648
+ "step": 900
649
+ },
650
+ {
651
+ "epoch": 0.3029294274300932,
652
+ "grad_norm": 31.5,
653
+ "learning_rate": 1.3941411451398137e-05,
654
+ "loss": 0.9802,
655
+ "step": 910
656
+ },
657
+ {
658
+ "epoch": 0.3062583222370173,
659
+ "grad_norm": 12.25,
660
+ "learning_rate": 1.3874833555259655e-05,
661
+ "loss": 0.9565,
662
+ "step": 920
663
+ },
664
+ {
665
+ "epoch": 0.30958721704394143,
666
+ "grad_norm": 11.8125,
667
+ "learning_rate": 1.3808255659121173e-05,
668
+ "loss": 1.0024,
669
+ "step": 930
670
+ },
671
+ {
672
+ "epoch": 0.3129161118508655,
673
+ "grad_norm": 16.625,
674
+ "learning_rate": 1.3741677762982691e-05,
675
+ "loss": 1.0209,
676
+ "step": 940
677
+ },
678
+ {
679
+ "epoch": 0.3162450066577896,
680
+ "grad_norm": 13.375,
681
+ "learning_rate": 1.3675099866844209e-05,
682
+ "loss": 0.8767,
683
+ "step": 950
684
+ },
685
+ {
686
+ "epoch": 0.3195739014647137,
687
+ "grad_norm": 20.875,
688
+ "learning_rate": 1.3608521970705725e-05,
689
+ "loss": 0.9642,
690
+ "step": 960
691
+ },
692
+ {
693
+ "epoch": 0.3229027962716378,
694
+ "grad_norm": 17.25,
695
+ "learning_rate": 1.3541944074567243e-05,
696
+ "loss": 0.9508,
697
+ "step": 970
698
+ },
699
+ {
700
+ "epoch": 0.3262316910785619,
701
+ "grad_norm": 22.25,
702
+ "learning_rate": 1.3475366178428764e-05,
703
+ "loss": 1.1324,
704
+ "step": 980
705
+ },
706
+ {
707
+ "epoch": 0.32956058588548603,
708
+ "grad_norm": 11.5,
709
+ "learning_rate": 1.3408788282290282e-05,
710
+ "loss": 1.0655,
711
+ "step": 990
712
+ },
713
+ {
714
+ "epoch": 0.33288948069241014,
715
+ "grad_norm": 15.625,
716
+ "learning_rate": 1.3342210386151799e-05,
717
+ "loss": 0.9608,
718
+ "step": 1000
719
+ },
720
+ {
721
+ "epoch": 0.33288948069241014,
722
+ "eval_accuracy": 0.507300481168077,
723
+ "eval_loss": 0.9467151165008545,
724
+ "eval_runtime": 211.5004,
725
+ "eval_samples_per_second": 113.986,
726
+ "eval_steps_per_second": 28.496,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 0.3362183754993342,
731
+ "grad_norm": 20.0,
732
+ "learning_rate": 1.3275632490013317e-05,
733
+ "loss": 1.0432,
734
+ "step": 1010
735
+ },
736
+ {
737
+ "epoch": 0.3395472703062583,
738
+ "grad_norm": 22.375,
739
+ "learning_rate": 1.3209054593874834e-05,
740
+ "loss": 1.0393,
741
+ "step": 1020
742
+ },
743
+ {
744
+ "epoch": 0.3428761651131824,
745
+ "grad_norm": 18.375,
746
+ "learning_rate": 1.3142476697736352e-05,
747
+ "loss": 1.0398,
748
+ "step": 1030
749
+ },
750
+ {
751
+ "epoch": 0.34620505992010653,
752
+ "grad_norm": 17.25,
753
+ "learning_rate": 1.307589880159787e-05,
754
+ "loss": 0.9225,
755
+ "step": 1040
756
+ },
757
+ {
758
+ "epoch": 0.34953395472703064,
759
+ "grad_norm": 11.75,
760
+ "learning_rate": 1.3009320905459388e-05,
761
+ "loss": 0.9262,
762
+ "step": 1050
763
+ },
764
+ {
765
+ "epoch": 0.35286284953395475,
766
+ "grad_norm": 10.25,
767
+ "learning_rate": 1.2942743009320906e-05,
768
+ "loss": 0.7248,
769
+ "step": 1060
770
+ },
771
+ {
772
+ "epoch": 0.3561917443408788,
773
+ "grad_norm": 12.875,
774
+ "learning_rate": 1.2876165113182424e-05,
775
+ "loss": 0.8358,
776
+ "step": 1070
777
+ },
778
+ {
779
+ "epoch": 0.3595206391478029,
780
+ "grad_norm": 4.65625,
781
+ "learning_rate": 1.2809587217043942e-05,
782
+ "loss": 0.8156,
783
+ "step": 1080
784
+ },
785
+ {
786
+ "epoch": 0.362849533954727,
787
+ "grad_norm": 23.5,
788
+ "learning_rate": 1.274300932090546e-05,
789
+ "loss": 1.0211,
790
+ "step": 1090
791
+ },
792
+ {
793
+ "epoch": 0.36617842876165113,
794
+ "grad_norm": 17.5,
795
+ "learning_rate": 1.2676431424766978e-05,
796
+ "loss": 0.9804,
797
+ "step": 1100
798
+ },
799
+ {
800
+ "epoch": 0.36950732356857524,
801
+ "grad_norm": 6.375,
802
+ "learning_rate": 1.2609853528628498e-05,
803
+ "loss": 0.9636,
804
+ "step": 1110
805
+ },
806
+ {
807
+ "epoch": 0.37283621837549935,
808
+ "grad_norm": 20.25,
809
+ "learning_rate": 1.2543275632490016e-05,
810
+ "loss": 0.9873,
811
+ "step": 1120
812
+ },
813
+ {
814
+ "epoch": 0.37616511318242346,
815
+ "grad_norm": 17.0,
816
+ "learning_rate": 1.2476697736351534e-05,
817
+ "loss": 0.9674,
818
+ "step": 1130
819
+ },
820
+ {
821
+ "epoch": 0.3794940079893475,
822
+ "grad_norm": 20.5,
823
+ "learning_rate": 1.241011984021305e-05,
824
+ "loss": 1.0073,
825
+ "step": 1140
826
+ },
827
+ {
828
+ "epoch": 0.3828229027962716,
829
+ "grad_norm": 4.125,
830
+ "learning_rate": 1.2343541944074568e-05,
831
+ "loss": 1.0919,
832
+ "step": 1150
833
+ },
834
+ {
835
+ "epoch": 0.38615179760319573,
836
+ "grad_norm": 15.3125,
837
+ "learning_rate": 1.2276964047936086e-05,
838
+ "loss": 1.0103,
839
+ "step": 1160
840
+ },
841
+ {
842
+ "epoch": 0.38948069241011984,
843
+ "grad_norm": 22.125,
844
+ "learning_rate": 1.2210386151797604e-05,
845
+ "loss": 0.9629,
846
+ "step": 1170
847
+ },
848
+ {
849
+ "epoch": 0.39280958721704395,
850
+ "grad_norm": 2.953125,
851
+ "learning_rate": 1.2143808255659122e-05,
852
+ "loss": 0.9545,
853
+ "step": 1180
854
+ },
855
+ {
856
+ "epoch": 0.39613848202396806,
857
+ "grad_norm": 7.59375,
858
+ "learning_rate": 1.207723035952064e-05,
859
+ "loss": 0.8836,
860
+ "step": 1190
861
+ },
862
+ {
863
+ "epoch": 0.3994673768308921,
864
+ "grad_norm": 28.125,
865
+ "learning_rate": 1.2010652463382158e-05,
866
+ "loss": 0.9632,
867
+ "step": 1200
868
+ },
869
+ {
870
+ "epoch": 0.40279627163781623,
871
+ "grad_norm": 15.125,
872
+ "learning_rate": 1.1944074567243676e-05,
873
+ "loss": 1.0765,
874
+ "step": 1210
875
+ },
876
+ {
877
+ "epoch": 0.40612516644474034,
878
+ "grad_norm": 11.625,
879
+ "learning_rate": 1.1877496671105194e-05,
880
+ "loss": 0.7911,
881
+ "step": 1220
882
+ },
883
+ {
884
+ "epoch": 0.40945406125166445,
885
+ "grad_norm": 15.5625,
886
+ "learning_rate": 1.1810918774966711e-05,
887
+ "loss": 1.0908,
888
+ "step": 1230
889
+ },
890
+ {
891
+ "epoch": 0.41278295605858856,
892
+ "grad_norm": 6.3125,
893
+ "learning_rate": 1.1744340878828231e-05,
894
+ "loss": 1.0418,
895
+ "step": 1240
896
+ },
897
+ {
898
+ "epoch": 0.41611185086551267,
899
+ "grad_norm": 2.671875,
900
+ "learning_rate": 1.1677762982689749e-05,
901
+ "loss": 0.9041,
902
+ "step": 1250
903
+ },
904
+ {
905
+ "epoch": 0.4194407456724368,
906
+ "grad_norm": 19.125,
907
+ "learning_rate": 1.1611185086551267e-05,
908
+ "loss": 1.0392,
909
+ "step": 1260
910
+ },
911
+ {
912
+ "epoch": 0.42276964047936083,
913
+ "grad_norm": 6.8125,
914
+ "learning_rate": 1.1544607190412785e-05,
915
+ "loss": 0.8439,
916
+ "step": 1270
917
+ },
918
+ {
919
+ "epoch": 0.42609853528628494,
920
+ "grad_norm": 7.75,
921
+ "learning_rate": 1.1478029294274303e-05,
922
+ "loss": 1.0188,
923
+ "step": 1280
924
+ },
925
+ {
926
+ "epoch": 0.42942743009320905,
927
+ "grad_norm": 17.25,
928
+ "learning_rate": 1.141145139813582e-05,
929
+ "loss": 1.1353,
930
+ "step": 1290
931
+ },
932
+ {
933
+ "epoch": 0.43275632490013316,
934
+ "grad_norm": 22.125,
935
+ "learning_rate": 1.1344873501997337e-05,
936
+ "loss": 0.987,
937
+ "step": 1300
938
+ },
939
+ {
940
+ "epoch": 0.43608521970705727,
941
+ "grad_norm": 16.0,
942
+ "learning_rate": 1.1278295605858855e-05,
943
+ "loss": 0.8446,
944
+ "step": 1310
945
+ },
946
+ {
947
+ "epoch": 0.4394141145139814,
948
+ "grad_norm": 48.25,
949
+ "learning_rate": 1.1211717709720373e-05,
950
+ "loss": 1.0588,
951
+ "step": 1320
952
+ },
953
+ {
954
+ "epoch": 0.44274300932090543,
955
+ "grad_norm": 17.625,
956
+ "learning_rate": 1.1145139813581891e-05,
957
+ "loss": 0.8579,
958
+ "step": 1330
959
+ },
960
+ {
961
+ "epoch": 0.44607190412782954,
962
+ "grad_norm": 20.25,
963
+ "learning_rate": 1.1078561917443409e-05,
964
+ "loss": 1.0973,
965
+ "step": 1340
966
+ },
967
+ {
968
+ "epoch": 0.44940079893475365,
969
+ "grad_norm": 14.25,
970
+ "learning_rate": 1.1011984021304927e-05,
971
+ "loss": 0.975,
972
+ "step": 1350
973
+ },
974
+ {
975
+ "epoch": 0.45272969374167776,
976
+ "grad_norm": 22.875,
977
+ "learning_rate": 1.0945406125166447e-05,
978
+ "loss": 0.9035,
979
+ "step": 1360
980
+ },
981
+ {
982
+ "epoch": 0.4560585885486019,
983
+ "grad_norm": 13.0,
984
+ "learning_rate": 1.0878828229027965e-05,
985
+ "loss": 1.0748,
986
+ "step": 1370
987
+ },
988
+ {
989
+ "epoch": 0.459387483355526,
990
+ "grad_norm": 13.125,
991
+ "learning_rate": 1.0812250332889482e-05,
992
+ "loss": 1.0373,
993
+ "step": 1380
994
+ },
995
+ {
996
+ "epoch": 0.4627163781624501,
997
+ "grad_norm": 15.0,
998
+ "learning_rate": 1.0745672436751e-05,
999
+ "loss": 0.9623,
1000
+ "step": 1390
1001
+ },
1002
+ {
1003
+ "epoch": 0.46604527296937415,
1004
+ "grad_norm": 26.25,
1005
+ "learning_rate": 1.0679094540612518e-05,
1006
+ "loss": 0.9579,
1007
+ "step": 1400
1008
+ },
1009
+ {
1010
+ "epoch": 0.46937416777629826,
1011
+ "grad_norm": 12.125,
1012
+ "learning_rate": 1.0612516644474036e-05,
1013
+ "loss": 0.918,
1014
+ "step": 1410
1015
+ },
1016
+ {
1017
+ "epoch": 0.47270306258322237,
1018
+ "grad_norm": 30.75,
1019
+ "learning_rate": 1.0545938748335554e-05,
1020
+ "loss": 0.9823,
1021
+ "step": 1420
1022
+ },
1023
+ {
1024
+ "epoch": 0.4760319573901465,
1025
+ "grad_norm": 7.0,
1026
+ "learning_rate": 1.047936085219707e-05,
1027
+ "loss": 0.9885,
1028
+ "step": 1430
1029
+ },
1030
+ {
1031
+ "epoch": 0.4793608521970706,
1032
+ "grad_norm": 19.5,
1033
+ "learning_rate": 1.0412782956058588e-05,
1034
+ "loss": 0.9654,
1035
+ "step": 1440
1036
+ },
1037
+ {
1038
+ "epoch": 0.4826897470039947,
1039
+ "grad_norm": 13.5,
1040
+ "learning_rate": 1.0346205059920106e-05,
1041
+ "loss": 0.8212,
1042
+ "step": 1450
1043
+ },
1044
+ {
1045
+ "epoch": 0.48601864181091875,
1046
+ "grad_norm": 17.0,
1047
+ "learning_rate": 1.0279627163781624e-05,
1048
+ "loss": 0.9406,
1049
+ "step": 1460
1050
+ },
1051
+ {
1052
+ "epoch": 0.48934753661784286,
1053
+ "grad_norm": 28.0,
1054
+ "learning_rate": 1.0213049267643142e-05,
1055
+ "loss": 0.9908,
1056
+ "step": 1470
1057
+ },
1058
+ {
1059
+ "epoch": 0.49267643142476697,
1060
+ "grad_norm": 14.25,
1061
+ "learning_rate": 1.014647137150466e-05,
1062
+ "loss": 0.9418,
1063
+ "step": 1480
1064
+ },
1065
+ {
1066
+ "epoch": 0.4960053262316911,
1067
+ "grad_norm": 12.25,
1068
+ "learning_rate": 1.007989347536618e-05,
1069
+ "loss": 1.075,
1070
+ "step": 1490
1071
+ },
1072
+ {
1073
+ "epoch": 0.4993342210386152,
1074
+ "grad_norm": 10.625,
1075
+ "learning_rate": 1.0013315579227698e-05,
1076
+ "loss": 1.0111,
1077
+ "step": 1500
1078
+ },
1079
+ {
1080
+ "epoch": 0.4993342210386152,
1081
+ "eval_accuracy": 0.508752281400365,
1082
+ "eval_loss": 0.9421009421348572,
1083
+ "eval_runtime": 209.8514,
1084
+ "eval_samples_per_second": 114.881,
1085
+ "eval_steps_per_second": 28.72,
1086
+ "step": 1500
1087
+ },
1088
+ {
1089
+ "epoch": 0.5026631158455392,
1090
+ "grad_norm": 31.5,
1091
+ "learning_rate": 9.946737683089214e-06,
1092
+ "loss": 0.9077,
1093
+ "step": 1510
1094
+ },
1095
+ {
1096
+ "epoch": 0.5059920106524634,
1097
+ "grad_norm": 19.375,
1098
+ "learning_rate": 9.880159786950732e-06,
1099
+ "loss": 1.1292,
1100
+ "step": 1520
1101
+ },
1102
+ {
1103
+ "epoch": 0.5093209054593875,
1104
+ "grad_norm": 8.4375,
1105
+ "learning_rate": 9.813581890812252e-06,
1106
+ "loss": 1.0658,
1107
+ "step": 1530
1108
+ },
1109
+ {
1110
+ "epoch": 0.5126498002663116,
1111
+ "grad_norm": 17.375,
1112
+ "learning_rate": 9.74700399467377e-06,
1113
+ "loss": 0.9691,
1114
+ "step": 1540
1115
+ },
1116
+ {
1117
+ "epoch": 0.5159786950732357,
1118
+ "grad_norm": 8.125,
1119
+ "learning_rate": 9.680426098535288e-06,
1120
+ "loss": 1.0146,
1121
+ "step": 1550
1122
+ },
1123
+ {
1124
+ "epoch": 0.5193075898801598,
1125
+ "grad_norm": 17.5,
1126
+ "learning_rate": 9.613848202396806e-06,
1127
+ "loss": 1.0196,
1128
+ "step": 1560
1129
+ },
1130
+ {
1131
+ "epoch": 0.5226364846870839,
1132
+ "grad_norm": 15.1875,
1133
+ "learning_rate": 9.547270306258324e-06,
1134
+ "loss": 0.8996,
1135
+ "step": 1570
1136
+ },
1137
+ {
1138
+ "epoch": 0.525965379494008,
1139
+ "grad_norm": 55.5,
1140
+ "learning_rate": 9.48069241011984e-06,
1141
+ "loss": 1.0211,
1142
+ "step": 1580
1143
+ },
1144
+ {
1145
+ "epoch": 0.5292942743009321,
1146
+ "grad_norm": 4.21875,
1147
+ "learning_rate": 9.41411451398136e-06,
1148
+ "loss": 0.9728,
1149
+ "step": 1590
1150
+ },
1151
+ {
1152
+ "epoch": 0.5326231691078562,
1153
+ "grad_norm": 6.71875,
1154
+ "learning_rate": 9.347536617842877e-06,
1155
+ "loss": 1.0168,
1156
+ "step": 1600
1157
+ },
1158
+ {
1159
+ "epoch": 0.5359520639147803,
1160
+ "grad_norm": 24.75,
1161
+ "learning_rate": 9.280958721704395e-06,
1162
+ "loss": 0.9252,
1163
+ "step": 1610
1164
+ },
1165
+ {
1166
+ "epoch": 0.5392809587217043,
1167
+ "grad_norm": 9.0625,
1168
+ "learning_rate": 9.214380825565913e-06,
1169
+ "loss": 1.0479,
1170
+ "step": 1620
1171
+ },
1172
+ {
1173
+ "epoch": 0.5426098535286284,
1174
+ "grad_norm": 15.375,
1175
+ "learning_rate": 9.147802929427431e-06,
1176
+ "loss": 1.0699,
1177
+ "step": 1630
1178
+ },
1179
+ {
1180
+ "epoch": 0.5459387483355526,
1181
+ "grad_norm": 17.5,
1182
+ "learning_rate": 9.08122503328895e-06,
1183
+ "loss": 0.9407,
1184
+ "step": 1640
1185
+ },
1186
+ {
1187
+ "epoch": 0.5492676431424767,
1188
+ "grad_norm": 9.625,
1189
+ "learning_rate": 9.014647137150465e-06,
1190
+ "loss": 1.0124,
1191
+ "step": 1650
1192
+ },
1193
+ {
1194
+ "epoch": 0.5525965379494008,
1195
+ "grad_norm": 10.375,
1196
+ "learning_rate": 8.948069241011985e-06,
1197
+ "loss": 0.8612,
1198
+ "step": 1660
1199
+ },
1200
+ {
1201
+ "epoch": 0.5559254327563249,
1202
+ "grad_norm": 21.375,
1203
+ "learning_rate": 8.881491344873503e-06,
1204
+ "loss": 0.9613,
1205
+ "step": 1670
1206
+ },
1207
+ {
1208
+ "epoch": 0.559254327563249,
1209
+ "grad_norm": 9.3125,
1210
+ "learning_rate": 8.814913448735021e-06,
1211
+ "loss": 0.9752,
1212
+ "step": 1680
1213
+ },
1214
+ {
1215
+ "epoch": 0.5625832223701731,
1216
+ "grad_norm": 8.375,
1217
+ "learning_rate": 8.748335552596539e-06,
1218
+ "loss": 0.8926,
1219
+ "step": 1690
1220
+ },
1221
+ {
1222
+ "epoch": 0.5659121171770972,
1223
+ "grad_norm": 17.625,
1224
+ "learning_rate": 8.681757656458057e-06,
1225
+ "loss": 1.0054,
1226
+ "step": 1700
1227
+ },
1228
+ {
1229
+ "epoch": 0.5692410119840213,
1230
+ "grad_norm": 20.125,
1231
+ "learning_rate": 8.615179760319575e-06,
1232
+ "loss": 0.9203,
1233
+ "step": 1710
1234
+ },
1235
+ {
1236
+ "epoch": 0.5725699067909454,
1237
+ "grad_norm": 28.75,
1238
+ "learning_rate": 8.548601864181093e-06,
1239
+ "loss": 0.9583,
1240
+ "step": 1720
1241
+ },
1242
+ {
1243
+ "epoch": 0.5758988015978695,
1244
+ "grad_norm": 17.0,
1245
+ "learning_rate": 8.48202396804261e-06,
1246
+ "loss": 0.9582,
1247
+ "step": 1730
1248
+ },
1249
+ {
1250
+ "epoch": 0.5792276964047937,
1251
+ "grad_norm": 13.4375,
1252
+ "learning_rate": 8.415446071904129e-06,
1253
+ "loss": 1.0034,
1254
+ "step": 1740
1255
+ },
1256
+ {
1257
+ "epoch": 0.5825565912117177,
1258
+ "grad_norm": 27.75,
1259
+ "learning_rate": 8.348868175765647e-06,
1260
+ "loss": 1.0647,
1261
+ "step": 1750
1262
+ },
1263
+ {
1264
+ "epoch": 0.5858854860186418,
1265
+ "grad_norm": 33.75,
1266
+ "learning_rate": 8.282290279627165e-06,
1267
+ "loss": 1.0575,
1268
+ "step": 1760
1269
+ },
1270
+ {
1271
+ "epoch": 0.5892143808255659,
1272
+ "grad_norm": 14.375,
1273
+ "learning_rate": 8.215712383488683e-06,
1274
+ "loss": 1.0699,
1275
+ "step": 1770
1276
+ },
1277
+ {
1278
+ "epoch": 0.59254327563249,
1279
+ "grad_norm": 6.09375,
1280
+ "learning_rate": 8.1491344873502e-06,
1281
+ "loss": 0.7706,
1282
+ "step": 1780
1283
+ },
1284
+ {
1285
+ "epoch": 0.5958721704394141,
1286
+ "grad_norm": 8.5625,
1287
+ "learning_rate": 8.082556591211719e-06,
1288
+ "loss": 0.8626,
1289
+ "step": 1790
1290
+ },
1291
+ {
1292
+ "epoch": 0.5992010652463382,
1293
+ "grad_norm": 7.46875,
1294
+ "learning_rate": 8.015978695073236e-06,
1295
+ "loss": 0.9427,
1296
+ "step": 1800
1297
+ },
1298
+ {
1299
+ "epoch": 0.6025299600532623,
1300
+ "grad_norm": 23.375,
1301
+ "learning_rate": 7.949400798934754e-06,
1302
+ "loss": 0.962,
1303
+ "step": 1810
1304
+ },
1305
+ {
1306
+ "epoch": 0.6058588548601864,
1307
+ "grad_norm": 7.65625,
1308
+ "learning_rate": 7.882822902796272e-06,
1309
+ "loss": 1.1216,
1310
+ "step": 1820
1311
+ },
1312
+ {
1313
+ "epoch": 0.6091877496671105,
1314
+ "grad_norm": 10.0625,
1315
+ "learning_rate": 7.81624500665779e-06,
1316
+ "loss": 0.9076,
1317
+ "step": 1830
1318
+ },
1319
+ {
1320
+ "epoch": 0.6125166444740346,
1321
+ "grad_norm": 6.78125,
1322
+ "learning_rate": 7.749667110519308e-06,
1323
+ "loss": 0.8158,
1324
+ "step": 1840
1325
+ },
1326
+ {
1327
+ "epoch": 0.6158455392809588,
1328
+ "grad_norm": 29.5,
1329
+ "learning_rate": 7.683089214380826e-06,
1330
+ "loss": 0.9828,
1331
+ "step": 1850
1332
+ },
1333
+ {
1334
+ "epoch": 0.6191744340878829,
1335
+ "grad_norm": 9.6875,
1336
+ "learning_rate": 7.616511318242344e-06,
1337
+ "loss": 0.9181,
1338
+ "step": 1860
1339
+ },
1340
+ {
1341
+ "epoch": 0.622503328894807,
1342
+ "grad_norm": 7.6875,
1343
+ "learning_rate": 7.549933422103862e-06,
1344
+ "loss": 0.9864,
1345
+ "step": 1870
1346
+ },
1347
+ {
1348
+ "epoch": 0.625832223701731,
1349
+ "grad_norm": 33.0,
1350
+ "learning_rate": 7.48335552596538e-06,
1351
+ "loss": 0.9898,
1352
+ "step": 1880
1353
+ },
1354
+ {
1355
+ "epoch": 0.6291611185086551,
1356
+ "grad_norm": 13.1875,
1357
+ "learning_rate": 7.416777629826898e-06,
1358
+ "loss": 0.948,
1359
+ "step": 1890
1360
+ },
1361
+ {
1362
+ "epoch": 0.6324900133155792,
1363
+ "grad_norm": 6.59375,
1364
+ "learning_rate": 7.350199733688416e-06,
1365
+ "loss": 0.9811,
1366
+ "step": 1900
1367
+ },
1368
+ {
1369
+ "epoch": 0.6358189081225033,
1370
+ "grad_norm": 8.5625,
1371
+ "learning_rate": 7.283621837549935e-06,
1372
+ "loss": 1.0461,
1373
+ "step": 1910
1374
+ },
1375
+ {
1376
+ "epoch": 0.6391478029294274,
1377
+ "grad_norm": 30.25,
1378
+ "learning_rate": 7.217043941411453e-06,
1379
+ "loss": 1.0408,
1380
+ "step": 1920
1381
+ },
1382
+ {
1383
+ "epoch": 0.6424766977363515,
1384
+ "grad_norm": 25.625,
1385
+ "learning_rate": 7.15046604527297e-06,
1386
+ "loss": 1.0327,
1387
+ "step": 1930
1388
+ },
1389
+ {
1390
+ "epoch": 0.6458055925432756,
1391
+ "grad_norm": 27.125,
1392
+ "learning_rate": 7.083888149134488e-06,
1393
+ "loss": 0.9213,
1394
+ "step": 1940
1395
+ },
1396
+ {
1397
+ "epoch": 0.6491344873501997,
1398
+ "grad_norm": 22.125,
1399
+ "learning_rate": 7.017310252996006e-06,
1400
+ "loss": 1.1191,
1401
+ "step": 1950
1402
+ },
1403
+ {
1404
+ "epoch": 0.6524633821571239,
1405
+ "grad_norm": 10.6875,
1406
+ "learning_rate": 6.950732356857524e-06,
1407
+ "loss": 0.9514,
1408
+ "step": 1960
1409
+ },
1410
+ {
1411
+ "epoch": 0.655792276964048,
1412
+ "grad_norm": 16.375,
1413
+ "learning_rate": 6.884154460719042e-06,
1414
+ "loss": 0.9437,
1415
+ "step": 1970
1416
+ },
1417
+ {
1418
+ "epoch": 0.6591211717709721,
1419
+ "grad_norm": 7.5625,
1420
+ "learning_rate": 6.8175765645805605e-06,
1421
+ "loss": 1.0645,
1422
+ "step": 1980
1423
+ },
1424
+ {
1425
+ "epoch": 0.6624500665778962,
1426
+ "grad_norm": 9.125,
1427
+ "learning_rate": 6.7509986684420784e-06,
1428
+ "loss": 0.9085,
1429
+ "step": 1990
1430
+ },
1431
+ {
1432
+ "epoch": 0.6657789613848203,
1433
+ "grad_norm": 9.6875,
1434
+ "learning_rate": 6.6844207723035955e-06,
1435
+ "loss": 0.9784,
1436
+ "step": 2000
1437
+ },
1438
+ {
1439
+ "epoch": 0.6657789613848203,
1440
+ "eval_accuracy": 0.5068027210884354,
1441
+ "eval_loss": 0.9414482712745667,
1442
+ "eval_runtime": 213.4336,
1443
+ "eval_samples_per_second": 112.953,
1444
+ "eval_steps_per_second": 28.238,
1445
+ "step": 2000
1446
+ },
1447
+ {
1448
+ "epoch": 0.6691078561917443,
1449
+ "grad_norm": 22.125,
1450
+ "learning_rate": 6.6178428761651135e-06,
1451
+ "loss": 0.9537,
1452
+ "step": 2010
1453
+ },
1454
+ {
1455
+ "epoch": 0.6724367509986684,
1456
+ "grad_norm": 19.5,
1457
+ "learning_rate": 6.5512649800266314e-06,
1458
+ "loss": 1.0052,
1459
+ "step": 2020
1460
+ },
1461
+ {
1462
+ "epoch": 0.6757656458055925,
1463
+ "grad_norm": 22.75,
1464
+ "learning_rate": 6.484687083888149e-06,
1465
+ "loss": 1.0513,
1466
+ "step": 2030
1467
+ },
1468
+ {
1469
+ "epoch": 0.6790945406125166,
1470
+ "grad_norm": 14.9375,
1471
+ "learning_rate": 6.418109187749668e-06,
1472
+ "loss": 1.0479,
1473
+ "step": 2040
1474
+ },
1475
+ {
1476
+ "epoch": 0.6824234354194407,
1477
+ "grad_norm": 15.6875,
1478
+ "learning_rate": 6.351531291611186e-06,
1479
+ "loss": 0.9613,
1480
+ "step": 2050
1481
+ },
1482
+ {
1483
+ "epoch": 0.6857523302263648,
1484
+ "grad_norm": 9.5625,
1485
+ "learning_rate": 6.284953395472704e-06,
1486
+ "loss": 0.98,
1487
+ "step": 2060
1488
+ },
1489
+ {
1490
+ "epoch": 0.689081225033289,
1491
+ "grad_norm": 11.375,
1492
+ "learning_rate": 6.218375499334221e-06,
1493
+ "loss": 0.8031,
1494
+ "step": 2070
1495
+ },
1496
+ {
1497
+ "epoch": 0.6924101198402131,
1498
+ "grad_norm": 8.5,
1499
+ "learning_rate": 6.151797603195739e-06,
1500
+ "loss": 0.9613,
1501
+ "step": 2080
1502
+ },
1503
+ {
1504
+ "epoch": 0.6957390146471372,
1505
+ "grad_norm": 8.1875,
1506
+ "learning_rate": 6.085219707057257e-06,
1507
+ "loss": 1.0147,
1508
+ "step": 2090
1509
+ },
1510
+ {
1511
+ "epoch": 0.6990679094540613,
1512
+ "grad_norm": 12.125,
1513
+ "learning_rate": 6.018641810918775e-06,
1514
+ "loss": 0.9856,
1515
+ "step": 2100
1516
+ },
1517
+ {
1518
+ "epoch": 0.7023968042609854,
1519
+ "grad_norm": 26.0,
1520
+ "learning_rate": 5.952063914780294e-06,
1521
+ "loss": 0.9457,
1522
+ "step": 2110
1523
+ },
1524
+ {
1525
+ "epoch": 0.7057256990679095,
1526
+ "grad_norm": 25.875,
1527
+ "learning_rate": 5.885486018641812e-06,
1528
+ "loss": 0.9133,
1529
+ "step": 2120
1530
+ },
1531
+ {
1532
+ "epoch": 0.7090545938748336,
1533
+ "grad_norm": 25.0,
1534
+ "learning_rate": 5.81890812250333e-06,
1535
+ "loss": 1.0304,
1536
+ "step": 2130
1537
+ },
1538
+ {
1539
+ "epoch": 0.7123834886817576,
1540
+ "grad_norm": 27.375,
1541
+ "learning_rate": 5.752330226364847e-06,
1542
+ "loss": 1.1041,
1543
+ "step": 2140
1544
+ },
1545
+ {
1546
+ "epoch": 0.7157123834886817,
1547
+ "grad_norm": 15.75,
1548
+ "learning_rate": 5.685752330226365e-06,
1549
+ "loss": 1.0324,
1550
+ "step": 2150
1551
+ },
1552
+ {
1553
+ "epoch": 0.7190412782956058,
1554
+ "grad_norm": 13.4375,
1555
+ "learning_rate": 5.619174434087883e-06,
1556
+ "loss": 0.9786,
1557
+ "step": 2160
1558
+ },
1559
+ {
1560
+ "epoch": 0.7223701731025299,
1561
+ "grad_norm": 7.53125,
1562
+ "learning_rate": 5.5525965379494016e-06,
1563
+ "loss": 1.048,
1564
+ "step": 2170
1565
+ },
1566
+ {
1567
+ "epoch": 0.725699067909454,
1568
+ "grad_norm": 23.75,
1569
+ "learning_rate": 5.4860186418109195e-06,
1570
+ "loss": 0.9347,
1571
+ "step": 2180
1572
+ },
1573
+ {
1574
+ "epoch": 0.7290279627163782,
1575
+ "grad_norm": 30.875,
1576
+ "learning_rate": 5.4194407456724375e-06,
1577
+ "loss": 0.929,
1578
+ "step": 2190
1579
+ },
1580
+ {
1581
+ "epoch": 0.7323568575233023,
1582
+ "grad_norm": 9.5625,
1583
+ "learning_rate": 5.3528628495339554e-06,
1584
+ "loss": 0.8509,
1585
+ "step": 2200
1586
+ },
1587
+ {
1588
+ "epoch": 0.7356857523302264,
1589
+ "grad_norm": 31.125,
1590
+ "learning_rate": 5.286284953395473e-06,
1591
+ "loss": 1.0614,
1592
+ "step": 2210
1593
+ },
1594
+ {
1595
+ "epoch": 0.7390146471371505,
1596
+ "grad_norm": 33.5,
1597
+ "learning_rate": 5.2197070572569905e-06,
1598
+ "loss": 0.9723,
1599
+ "step": 2220
1600
+ },
1601
+ {
1602
+ "epoch": 0.7423435419440746,
1603
+ "grad_norm": 9.0,
1604
+ "learning_rate": 5.1531291611185084e-06,
1605
+ "loss": 0.8864,
1606
+ "step": 2230
1607
+ },
1608
+ {
1609
+ "epoch": 0.7456724367509987,
1610
+ "grad_norm": 26.0,
1611
+ "learning_rate": 5.086551264980027e-06,
1612
+ "loss": 1.004,
1613
+ "step": 2240
1614
+ },
1615
+ {
1616
+ "epoch": 0.7490013315579228,
1617
+ "grad_norm": 26.5,
1618
+ "learning_rate": 5.019973368841545e-06,
1619
+ "loss": 0.9622,
1620
+ "step": 2250
1621
+ },
1622
+ {
1623
+ "epoch": 0.7523302263648469,
1624
+ "grad_norm": 12.75,
1625
+ "learning_rate": 4.953395472703063e-06,
1626
+ "loss": 0.9793,
1627
+ "step": 2260
1628
+ },
1629
+ {
1630
+ "epoch": 0.7556591211717709,
1631
+ "grad_norm": 7.65625,
1632
+ "learning_rate": 4.886817576564581e-06,
1633
+ "loss": 0.7945,
1634
+ "step": 2270
1635
+ },
1636
+ {
1637
+ "epoch": 0.758988015978695,
1638
+ "grad_norm": 16.875,
1639
+ "learning_rate": 4.820239680426099e-06,
1640
+ "loss": 1.151,
1641
+ "step": 2280
1642
+ },
1643
+ {
1644
+ "epoch": 0.7623169107856191,
1645
+ "grad_norm": 14.1875,
1646
+ "learning_rate": 4.753661784287617e-06,
1647
+ "loss": 0.8101,
1648
+ "step": 2290
1649
+ },
1650
+ {
1651
+ "epoch": 0.7656458055925432,
1652
+ "grad_norm": 5.53125,
1653
+ "learning_rate": 4.687083888149135e-06,
1654
+ "loss": 0.9417,
1655
+ "step": 2300
1656
+ },
1657
+ {
1658
+ "epoch": 0.7689747003994674,
1659
+ "grad_norm": 14.75,
1660
+ "learning_rate": 4.620505992010653e-06,
1661
+ "loss": 0.9002,
1662
+ "step": 2310
1663
+ },
1664
+ {
1665
+ "epoch": 0.7723035952063915,
1666
+ "grad_norm": 13.9375,
1667
+ "learning_rate": 4.553928095872171e-06,
1668
+ "loss": 1.0102,
1669
+ "step": 2320
1670
+ },
1671
+ {
1672
+ "epoch": 0.7756324900133156,
1673
+ "grad_norm": 7.9375,
1674
+ "learning_rate": 4.487350199733689e-06,
1675
+ "loss": 0.9029,
1676
+ "step": 2330
1677
+ },
1678
+ {
1679
+ "epoch": 0.7789613848202397,
1680
+ "grad_norm": 25.25,
1681
+ "learning_rate": 4.420772303595207e-06,
1682
+ "loss": 1.0435,
1683
+ "step": 2340
1684
+ },
1685
+ {
1686
+ "epoch": 0.7822902796271638,
1687
+ "grad_norm": 3.53125,
1688
+ "learning_rate": 4.354194407456725e-06,
1689
+ "loss": 0.8851,
1690
+ "step": 2350
1691
+ },
1692
+ {
1693
+ "epoch": 0.7856191744340879,
1694
+ "grad_norm": 36.0,
1695
+ "learning_rate": 4.287616511318243e-06,
1696
+ "loss": 0.9339,
1697
+ "step": 2360
1698
+ },
1699
+ {
1700
+ "epoch": 0.788948069241012,
1701
+ "grad_norm": 25.375,
1702
+ "learning_rate": 4.221038615179761e-06,
1703
+ "loss": 0.943,
1704
+ "step": 2370
1705
+ },
1706
+ {
1707
+ "epoch": 0.7922769640479361,
1708
+ "grad_norm": 6.90625,
1709
+ "learning_rate": 4.1544607190412786e-06,
1710
+ "loss": 0.969,
1711
+ "step": 2380
1712
+ },
1713
+ {
1714
+ "epoch": 0.7956058588548602,
1715
+ "grad_norm": 29.375,
1716
+ "learning_rate": 4.0878828229027965e-06,
1717
+ "loss": 0.9423,
1718
+ "step": 2390
1719
+ },
1720
+ {
1721
+ "epoch": 0.7989347536617842,
1722
+ "grad_norm": 9.125,
1723
+ "learning_rate": 4.0213049267643145e-06,
1724
+ "loss": 0.8299,
1725
+ "step": 2400
1726
+ },
1727
+ {
1728
+ "epoch": 0.8022636484687083,
1729
+ "grad_norm": 9.75,
1730
+ "learning_rate": 3.9547270306258324e-06,
1731
+ "loss": 1.0702,
1732
+ "step": 2410
1733
+ },
1734
+ {
1735
+ "epoch": 0.8055925432756325,
1736
+ "grad_norm": 13.1875,
1737
+ "learning_rate": 3.88814913448735e-06,
1738
+ "loss": 1.03,
1739
+ "step": 2420
1740
+ },
1741
+ {
1742
+ "epoch": 0.8089214380825566,
1743
+ "grad_norm": 10.4375,
1744
+ "learning_rate": 3.821571238348868e-06,
1745
+ "loss": 0.9467,
1746
+ "step": 2430
1747
+ },
1748
+ {
1749
+ "epoch": 0.8122503328894807,
1750
+ "grad_norm": 6.46875,
1751
+ "learning_rate": 3.7549933422103863e-06,
1752
+ "loss": 1.0284,
1753
+ "step": 2440
1754
+ },
1755
+ {
1756
+ "epoch": 0.8155792276964048,
1757
+ "grad_norm": 9.75,
1758
+ "learning_rate": 3.6884154460719047e-06,
1759
+ "loss": 1.0224,
1760
+ "step": 2450
1761
+ },
1762
+ {
1763
+ "epoch": 0.8189081225033289,
1764
+ "grad_norm": 11.0625,
1765
+ "learning_rate": 3.621837549933422e-06,
1766
+ "loss": 0.8798,
1767
+ "step": 2460
1768
+ },
1769
+ {
1770
+ "epoch": 0.822237017310253,
1771
+ "grad_norm": 6.25,
1772
+ "learning_rate": 3.55525965379494e-06,
1773
+ "loss": 0.9709,
1774
+ "step": 2470
1775
+ },
1776
+ {
1777
+ "epoch": 0.8255659121171771,
1778
+ "grad_norm": 35.5,
1779
+ "learning_rate": 3.4886817576564585e-06,
1780
+ "loss": 1.0462,
1781
+ "step": 2480
1782
+ },
1783
+ {
1784
+ "epoch": 0.8288948069241012,
1785
+ "grad_norm": 19.25,
1786
+ "learning_rate": 3.4221038615179765e-06,
1787
+ "loss": 0.9246,
1788
+ "step": 2490
1789
+ },
1790
+ {
1791
+ "epoch": 0.8322237017310253,
1792
+ "grad_norm": 11.9375,
1793
+ "learning_rate": 3.355525965379494e-06,
1794
+ "loss": 0.9595,
1795
+ "step": 2500
1796
+ },
1797
+ {
1798
+ "epoch": 0.8322237017310253,
1799
+ "eval_accuracy": 0.5073834411813506,
1800
+ "eval_loss": 0.9414454698562622,
1801
+ "eval_runtime": 212.4541,
1802
+ "eval_samples_per_second": 113.474,
1803
+ "eval_steps_per_second": 28.368,
1804
+ "step": 2500
1805
+ }
1806
+ ],
1807
+ "logging_steps": 10,
1808
+ "max_steps": 3004,
1809
+ "num_input_tokens_seen": 0,
1810
+ "num_train_epochs": 1,
1811
+ "save_steps": 500,
1812
+ "stateful_callbacks": {
1813
+ "TrainerControl": {
1814
+ "args": {
1815
+ "should_epoch_stop": false,
1816
+ "should_evaluate": false,
1817
+ "should_log": false,
1818
+ "should_save": true,
1819
+ "should_training_stop": false
1820
+ },
1821
+ "attributes": {}
1822
+ }
1823
+ },
1824
+ "total_flos": 0.0,
1825
+ "train_batch_size": 16,
1826
+ "trial_name": null,
1827
+ "trial_params": null
1828
+ }
checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad4c1f90cca8627b67272acf21697ce26139a89a13bf55f49567978573bff87
3
+ size 5176
checkpoint-3000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2
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-3000/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "gpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
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.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": "SEQ_CLS",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a96974d5507d6c87ce1cb73655ab18eff252908ea00442a2b83fa42b8494cc
3
+ size 594496
checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c08cbb701c1e06dc504b94c421defebfa9d49990b6dcce27851005ac62723d87
3
+ size 1197932
checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780ed1ee6a2aecfdf8e76a606d65f3f7b02699b8e043295aaeb36519f12d929b
3
+ size 14180
checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f0f13b689215fcd891e1095e758600069c8ac26423baee7ed2caed4cbb4bff5
3
+ size 1064
checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,2187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9986684420772304,
5
+ "eval_steps": 500,
6
+ "global_step": 3000,
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.003328894806924101,
13
+ "grad_norm": 37.75,
14
+ "learning_rate": 1.9933422103861518e-05,
15
+ "loss": 1.4084,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.006657789613848202,
20
+ "grad_norm": 12.125,
21
+ "learning_rate": 1.9866844207723038e-05,
22
+ "loss": 1.0474,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.009986684420772303,
27
+ "grad_norm": 45.25,
28
+ "learning_rate": 1.9800266311584554e-05,
29
+ "loss": 1.2455,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.013315579227696404,
34
+ "grad_norm": 13.9375,
35
+ "learning_rate": 1.9733688415446073e-05,
36
+ "loss": 1.1969,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.016644474034620507,
41
+ "grad_norm": 32.0,
42
+ "learning_rate": 1.966711051930759e-05,
43
+ "loss": 1.1659,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.019973368841544607,
48
+ "grad_norm": 19.0,
49
+ "learning_rate": 1.960053262316911e-05,
50
+ "loss": 1.1159,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.02330226364846871,
55
+ "grad_norm": 27.5,
56
+ "learning_rate": 1.953395472703063e-05,
57
+ "loss": 1.1861,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02663115845539281,
62
+ "grad_norm": 17.5,
63
+ "learning_rate": 1.9467376830892145e-05,
64
+ "loss": 1.1073,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.02996005326231691,
69
+ "grad_norm": 33.75,
70
+ "learning_rate": 1.9400798934753665e-05,
71
+ "loss": 1.1506,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.033288948069241014,
76
+ "grad_norm": 9.5,
77
+ "learning_rate": 1.933422103861518e-05,
78
+ "loss": 1.246,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03661784287616511,
83
+ "grad_norm": 11.3125,
84
+ "learning_rate": 1.92676431424767e-05,
85
+ "loss": 1.1708,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03994673768308921,
90
+ "grad_norm": 14.375,
91
+ "learning_rate": 1.9201065246338217e-05,
92
+ "loss": 1.1302,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.043275632490013316,
97
+ "grad_norm": 20.625,
98
+ "learning_rate": 1.9134487350199737e-05,
99
+ "loss": 1.0537,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04660452729693742,
104
+ "grad_norm": 21.75,
105
+ "learning_rate": 1.9067909454061253e-05,
106
+ "loss": 1.0669,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.049933422103861515,
111
+ "grad_norm": 14.125,
112
+ "learning_rate": 1.900133155792277e-05,
113
+ "loss": 1.0482,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.05326231691078562,
118
+ "grad_norm": 27.625,
119
+ "learning_rate": 1.893475366178429e-05,
120
+ "loss": 1.1468,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.05659121171770972,
125
+ "grad_norm": 4.53125,
126
+ "learning_rate": 1.8868175765645805e-05,
127
+ "loss": 1.092,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05992010652463382,
132
+ "grad_norm": 32.5,
133
+ "learning_rate": 1.8801597869507325e-05,
134
+ "loss": 1.2208,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.06324900133155792,
139
+ "grad_norm": 56.0,
140
+ "learning_rate": 1.873501997336884e-05,
141
+ "loss": 1.2359,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.06657789613848203,
146
+ "grad_norm": 8.375,
147
+ "learning_rate": 1.866844207723036e-05,
148
+ "loss": 1.0712,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06990679094540612,
153
+ "grad_norm": 26.375,
154
+ "learning_rate": 1.860186418109188e-05,
155
+ "loss": 1.0156,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.07323568575233022,
160
+ "grad_norm": 12.0,
161
+ "learning_rate": 1.8535286284953397e-05,
162
+ "loss": 1.0407,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.07656458055925433,
167
+ "grad_norm": 13.75,
168
+ "learning_rate": 1.8468708388814916e-05,
169
+ "loss": 1.0161,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.07989347536617843,
174
+ "grad_norm": 27.125,
175
+ "learning_rate": 1.8402130492676432e-05,
176
+ "loss": 1.1466,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.08322237017310254,
181
+ "grad_norm": 26.125,
182
+ "learning_rate": 1.8335552596537952e-05,
183
+ "loss": 1.3192,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.08655126498002663,
188
+ "grad_norm": 25.75,
189
+ "learning_rate": 1.826897470039947e-05,
190
+ "loss": 1.0628,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.08988015978695073,
195
+ "grad_norm": 29.25,
196
+ "learning_rate": 1.8202396804260988e-05,
197
+ "loss": 0.967,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.09320905459387484,
202
+ "grad_norm": 29.75,
203
+ "learning_rate": 1.8135818908122504e-05,
204
+ "loss": 1.0356,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.09653794940079893,
209
+ "grad_norm": 11.6875,
210
+ "learning_rate": 1.806924101198402e-05,
211
+ "loss": 0.9853,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.09986684420772303,
216
+ "grad_norm": 27.5,
217
+ "learning_rate": 1.800266311584554e-05,
218
+ "loss": 1.0279,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.10319573901464714,
223
+ "grad_norm": 5.65625,
224
+ "learning_rate": 1.7936085219707056e-05,
225
+ "loss": 1.0115,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.10652463382157124,
230
+ "grad_norm": 8.1875,
231
+ "learning_rate": 1.7869507323568576e-05,
232
+ "loss": 0.942,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.10985352862849534,
237
+ "grad_norm": 65.0,
238
+ "learning_rate": 1.7802929427430096e-05,
239
+ "loss": 1.0208,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.11318242343541944,
244
+ "grad_norm": 9.625,
245
+ "learning_rate": 1.7736351531291612e-05,
246
+ "loss": 1.1729,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.11651131824234354,
251
+ "grad_norm": 17.5,
252
+ "learning_rate": 1.766977363515313e-05,
253
+ "loss": 0.9322,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.11984021304926765,
258
+ "grad_norm": 28.125,
259
+ "learning_rate": 1.7603195739014648e-05,
260
+ "loss": 1.0417,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.12316910785619174,
265
+ "grad_norm": 18.25,
266
+ "learning_rate": 1.7536617842876168e-05,
267
+ "loss": 1.2491,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.12649800266311584,
272
+ "grad_norm": 27.375,
273
+ "learning_rate": 1.7470039946737684e-05,
274
+ "loss": 0.9388,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.12982689747003995,
279
+ "grad_norm": 22.125,
280
+ "learning_rate": 1.7403462050599203e-05,
281
+ "loss": 1.0488,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.13315579227696406,
286
+ "grad_norm": 21.25,
287
+ "learning_rate": 1.733688415446072e-05,
288
+ "loss": 0.9951,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.13648468708388814,
293
+ "grad_norm": 11.75,
294
+ "learning_rate": 1.727030625832224e-05,
295
+ "loss": 0.9212,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.13981358189081225,
300
+ "grad_norm": 16.25,
301
+ "learning_rate": 1.7203728362183756e-05,
302
+ "loss": 1.0548,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.14314247669773636,
307
+ "grad_norm": 19.875,
308
+ "learning_rate": 1.7137150466045275e-05,
309
+ "loss": 1.0238,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.14647137150466044,
314
+ "grad_norm": 18.875,
315
+ "learning_rate": 1.707057256990679e-05,
316
+ "loss": 1.0327,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.14980026631158455,
321
+ "grad_norm": 7.84375,
322
+ "learning_rate": 1.7003994673768308e-05,
323
+ "loss": 1.1155,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.15312916111850866,
328
+ "grad_norm": 14.125,
329
+ "learning_rate": 1.693741677762983e-05,
330
+ "loss": 0.9627,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.15645805592543274,
335
+ "grad_norm": 7.4375,
336
+ "learning_rate": 1.6870838881491347e-05,
337
+ "loss": 1.0216,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.15978695073235685,
342
+ "grad_norm": 9.375,
343
+ "learning_rate": 1.6804260985352863e-05,
344
+ "loss": 1.0489,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.16311584553928096,
349
+ "grad_norm": 19.5,
350
+ "learning_rate": 1.6737683089214383e-05,
351
+ "loss": 1.1254,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.16644474034620507,
356
+ "grad_norm": 26.125,
357
+ "learning_rate": 1.66711051930759e-05,
358
+ "loss": 1.0134,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.16644474034620507,
363
+ "eval_accuracy": 0.5015762402521985,
364
+ "eval_loss": 0.9942083358764648,
365
+ "eval_runtime": 211.8123,
366
+ "eval_samples_per_second": 113.818,
367
+ "eval_steps_per_second": 28.454,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 0.16977363515312915,
372
+ "grad_norm": 12.3125,
373
+ "learning_rate": 1.660452729693742e-05,
374
+ "loss": 1.0164,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 0.17310252996005326,
379
+ "grad_norm": 38.75,
380
+ "learning_rate": 1.6537949400798935e-05,
381
+ "loss": 1.0042,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 0.17643142476697737,
386
+ "grad_norm": 20.125,
387
+ "learning_rate": 1.6471371504660455e-05,
388
+ "loss": 0.9786,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 0.17976031957390146,
393
+ "grad_norm": 11.4375,
394
+ "learning_rate": 1.640479360852197e-05,
395
+ "loss": 0.9678,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 0.18308921438082557,
400
+ "grad_norm": 19.375,
401
+ "learning_rate": 1.633821571238349e-05,
402
+ "loss": 1.0477,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 0.18641810918774968,
407
+ "grad_norm": 16.75,
408
+ "learning_rate": 1.6271637816245007e-05,
409
+ "loss": 1.02,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 0.18974700399467376,
414
+ "grad_norm": 15.5,
415
+ "learning_rate": 1.6205059920106527e-05,
416
+ "loss": 0.9864,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 0.19307589880159787,
421
+ "grad_norm": 9.75,
422
+ "learning_rate": 1.6138482023968043e-05,
423
+ "loss": 1.0019,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 0.19640479360852198,
428
+ "grad_norm": 12.125,
429
+ "learning_rate": 1.6071904127829563e-05,
430
+ "loss": 0.9483,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 0.19973368841544606,
435
+ "grad_norm": 30.875,
436
+ "learning_rate": 1.6005326231691082e-05,
437
+ "loss": 1.0692,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 0.20306258322237017,
442
+ "grad_norm": 10.125,
443
+ "learning_rate": 1.59387483355526e-05,
444
+ "loss": 0.9279,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 0.20639147802929428,
449
+ "grad_norm": 11.6875,
450
+ "learning_rate": 1.5872170439414115e-05,
451
+ "loss": 0.941,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 0.2097203728362184,
456
+ "grad_norm": 3.03125,
457
+ "learning_rate": 1.5805592543275634e-05,
458
+ "loss": 1.0259,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 0.21304926764314247,
463
+ "grad_norm": 10.4375,
464
+ "learning_rate": 1.573901464713715e-05,
465
+ "loss": 0.9687,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 0.21637816245006658,
470
+ "grad_norm": 12.8125,
471
+ "learning_rate": 1.567243675099867e-05,
472
+ "loss": 0.9512,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 0.2197070572569907,
477
+ "grad_norm": 9.75,
478
+ "learning_rate": 1.5605858854860187e-05,
479
+ "loss": 0.9569,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 0.22303595206391477,
484
+ "grad_norm": 17.375,
485
+ "learning_rate": 1.5539280958721706e-05,
486
+ "loss": 0.9694,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 0.22636484687083888,
491
+ "grad_norm": 9.625,
492
+ "learning_rate": 1.5472703062583222e-05,
493
+ "loss": 0.97,
494
+ "step": 680
495
+ },
496
+ {
497
+ "epoch": 0.229693741677763,
498
+ "grad_norm": 21.0,
499
+ "learning_rate": 1.5406125166444742e-05,
500
+ "loss": 1.0506,
501
+ "step": 690
502
+ },
503
+ {
504
+ "epoch": 0.23302263648468707,
505
+ "grad_norm": 10.3125,
506
+ "learning_rate": 1.533954727030626e-05,
507
+ "loss": 0.9184,
508
+ "step": 700
509
+ },
510
+ {
511
+ "epoch": 0.23635153129161118,
512
+ "grad_norm": 21.5,
513
+ "learning_rate": 1.5272969374167778e-05,
514
+ "loss": 1.005,
515
+ "step": 710
516
+ },
517
+ {
518
+ "epoch": 0.2396804260985353,
519
+ "grad_norm": 4.40625,
520
+ "learning_rate": 1.5206391478029296e-05,
521
+ "loss": 0.8624,
522
+ "step": 720
523
+ },
524
+ {
525
+ "epoch": 0.24300932090545938,
526
+ "grad_norm": 13.9375,
527
+ "learning_rate": 1.5139813581890814e-05,
528
+ "loss": 1.0051,
529
+ "step": 730
530
+ },
531
+ {
532
+ "epoch": 0.24633821571238348,
533
+ "grad_norm": 16.625,
534
+ "learning_rate": 1.5073235685752332e-05,
535
+ "loss": 1.0378,
536
+ "step": 740
537
+ },
538
+ {
539
+ "epoch": 0.2496671105193076,
540
+ "grad_norm": 6.4375,
541
+ "learning_rate": 1.500665778961385e-05,
542
+ "loss": 0.9191,
543
+ "step": 750
544
+ },
545
+ {
546
+ "epoch": 0.2529960053262317,
547
+ "grad_norm": 5.5625,
548
+ "learning_rate": 1.4940079893475368e-05,
549
+ "loss": 0.9722,
550
+ "step": 760
551
+ },
552
+ {
553
+ "epoch": 0.2563249001331558,
554
+ "grad_norm": 22.625,
555
+ "learning_rate": 1.4873501997336886e-05,
556
+ "loss": 1.014,
557
+ "step": 770
558
+ },
559
+ {
560
+ "epoch": 0.2596537949400799,
561
+ "grad_norm": 21.0,
562
+ "learning_rate": 1.4806924101198404e-05,
563
+ "loss": 1.0986,
564
+ "step": 780
565
+ },
566
+ {
567
+ "epoch": 0.262982689747004,
568
+ "grad_norm": 10.4375,
569
+ "learning_rate": 1.4740346205059922e-05,
570
+ "loss": 0.9672,
571
+ "step": 790
572
+ },
573
+ {
574
+ "epoch": 0.2663115845539281,
575
+ "grad_norm": 17.0,
576
+ "learning_rate": 1.467376830892144e-05,
577
+ "loss": 0.9605,
578
+ "step": 800
579
+ },
580
+ {
581
+ "epoch": 0.26964047936085217,
582
+ "grad_norm": 31.75,
583
+ "learning_rate": 1.4607190412782957e-05,
584
+ "loss": 1.0308,
585
+ "step": 810
586
+ },
587
+ {
588
+ "epoch": 0.2729693741677763,
589
+ "grad_norm": 12.4375,
590
+ "learning_rate": 1.4540612516644474e-05,
591
+ "loss": 0.9268,
592
+ "step": 820
593
+ },
594
+ {
595
+ "epoch": 0.2762982689747004,
596
+ "grad_norm": 17.125,
597
+ "learning_rate": 1.4474034620505992e-05,
598
+ "loss": 0.9656,
599
+ "step": 830
600
+ },
601
+ {
602
+ "epoch": 0.2796271637816245,
603
+ "grad_norm": 4.53125,
604
+ "learning_rate": 1.440745672436751e-05,
605
+ "loss": 0.9865,
606
+ "step": 840
607
+ },
608
+ {
609
+ "epoch": 0.2829560585885486,
610
+ "grad_norm": 22.625,
611
+ "learning_rate": 1.434087882822903e-05,
612
+ "loss": 1.1118,
613
+ "step": 850
614
+ },
615
+ {
616
+ "epoch": 0.2862849533954727,
617
+ "grad_norm": 13.0,
618
+ "learning_rate": 1.4274300932090547e-05,
619
+ "loss": 1.0043,
620
+ "step": 860
621
+ },
622
+ {
623
+ "epoch": 0.28961384820239683,
624
+ "grad_norm": 9.0625,
625
+ "learning_rate": 1.4207723035952065e-05,
626
+ "loss": 0.9768,
627
+ "step": 870
628
+ },
629
+ {
630
+ "epoch": 0.2929427430093209,
631
+ "grad_norm": 6.75,
632
+ "learning_rate": 1.4141145139813583e-05,
633
+ "loss": 1.0237,
634
+ "step": 880
635
+ },
636
+ {
637
+ "epoch": 0.296271637816245,
638
+ "grad_norm": 10.875,
639
+ "learning_rate": 1.4074567243675101e-05,
640
+ "loss": 1.1597,
641
+ "step": 890
642
+ },
643
+ {
644
+ "epoch": 0.2996005326231691,
645
+ "grad_norm": 5.75,
646
+ "learning_rate": 1.4007989347536619e-05,
647
+ "loss": 0.7993,
648
+ "step": 900
649
+ },
650
+ {
651
+ "epoch": 0.3029294274300932,
652
+ "grad_norm": 31.5,
653
+ "learning_rate": 1.3941411451398137e-05,
654
+ "loss": 0.9802,
655
+ "step": 910
656
+ },
657
+ {
658
+ "epoch": 0.3062583222370173,
659
+ "grad_norm": 12.25,
660
+ "learning_rate": 1.3874833555259655e-05,
661
+ "loss": 0.9565,
662
+ "step": 920
663
+ },
664
+ {
665
+ "epoch": 0.30958721704394143,
666
+ "grad_norm": 11.8125,
667
+ "learning_rate": 1.3808255659121173e-05,
668
+ "loss": 1.0024,
669
+ "step": 930
670
+ },
671
+ {
672
+ "epoch": 0.3129161118508655,
673
+ "grad_norm": 16.625,
674
+ "learning_rate": 1.3741677762982691e-05,
675
+ "loss": 1.0209,
676
+ "step": 940
677
+ },
678
+ {
679
+ "epoch": 0.3162450066577896,
680
+ "grad_norm": 13.375,
681
+ "learning_rate": 1.3675099866844209e-05,
682
+ "loss": 0.8767,
683
+ "step": 950
684
+ },
685
+ {
686
+ "epoch": 0.3195739014647137,
687
+ "grad_norm": 20.875,
688
+ "learning_rate": 1.3608521970705725e-05,
689
+ "loss": 0.9642,
690
+ "step": 960
691
+ },
692
+ {
693
+ "epoch": 0.3229027962716378,
694
+ "grad_norm": 17.25,
695
+ "learning_rate": 1.3541944074567243e-05,
696
+ "loss": 0.9508,
697
+ "step": 970
698
+ },
699
+ {
700
+ "epoch": 0.3262316910785619,
701
+ "grad_norm": 22.25,
702
+ "learning_rate": 1.3475366178428764e-05,
703
+ "loss": 1.1324,
704
+ "step": 980
705
+ },
706
+ {
707
+ "epoch": 0.32956058588548603,
708
+ "grad_norm": 11.5,
709
+ "learning_rate": 1.3408788282290282e-05,
710
+ "loss": 1.0655,
711
+ "step": 990
712
+ },
713
+ {
714
+ "epoch": 0.33288948069241014,
715
+ "grad_norm": 15.625,
716
+ "learning_rate": 1.3342210386151799e-05,
717
+ "loss": 0.9608,
718
+ "step": 1000
719
+ },
720
+ {
721
+ "epoch": 0.33288948069241014,
722
+ "eval_accuracy": 0.507300481168077,
723
+ "eval_loss": 0.9467151165008545,
724
+ "eval_runtime": 211.5004,
725
+ "eval_samples_per_second": 113.986,
726
+ "eval_steps_per_second": 28.496,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 0.3362183754993342,
731
+ "grad_norm": 20.0,
732
+ "learning_rate": 1.3275632490013317e-05,
733
+ "loss": 1.0432,
734
+ "step": 1010
735
+ },
736
+ {
737
+ "epoch": 0.3395472703062583,
738
+ "grad_norm": 22.375,
739
+ "learning_rate": 1.3209054593874834e-05,
740
+ "loss": 1.0393,
741
+ "step": 1020
742
+ },
743
+ {
744
+ "epoch": 0.3428761651131824,
745
+ "grad_norm": 18.375,
746
+ "learning_rate": 1.3142476697736352e-05,
747
+ "loss": 1.0398,
748
+ "step": 1030
749
+ },
750
+ {
751
+ "epoch": 0.34620505992010653,
752
+ "grad_norm": 17.25,
753
+ "learning_rate": 1.307589880159787e-05,
754
+ "loss": 0.9225,
755
+ "step": 1040
756
+ },
757
+ {
758
+ "epoch": 0.34953395472703064,
759
+ "grad_norm": 11.75,
760
+ "learning_rate": 1.3009320905459388e-05,
761
+ "loss": 0.9262,
762
+ "step": 1050
763
+ },
764
+ {
765
+ "epoch": 0.35286284953395475,
766
+ "grad_norm": 10.25,
767
+ "learning_rate": 1.2942743009320906e-05,
768
+ "loss": 0.7248,
769
+ "step": 1060
770
+ },
771
+ {
772
+ "epoch": 0.3561917443408788,
773
+ "grad_norm": 12.875,
774
+ "learning_rate": 1.2876165113182424e-05,
775
+ "loss": 0.8358,
776
+ "step": 1070
777
+ },
778
+ {
779
+ "epoch": 0.3595206391478029,
780
+ "grad_norm": 4.65625,
781
+ "learning_rate": 1.2809587217043942e-05,
782
+ "loss": 0.8156,
783
+ "step": 1080
784
+ },
785
+ {
786
+ "epoch": 0.362849533954727,
787
+ "grad_norm": 23.5,
788
+ "learning_rate": 1.274300932090546e-05,
789
+ "loss": 1.0211,
790
+ "step": 1090
791
+ },
792
+ {
793
+ "epoch": 0.36617842876165113,
794
+ "grad_norm": 17.5,
795
+ "learning_rate": 1.2676431424766978e-05,
796
+ "loss": 0.9804,
797
+ "step": 1100
798
+ },
799
+ {
800
+ "epoch": 0.36950732356857524,
801
+ "grad_norm": 6.375,
802
+ "learning_rate": 1.2609853528628498e-05,
803
+ "loss": 0.9636,
804
+ "step": 1110
805
+ },
806
+ {
807
+ "epoch": 0.37283621837549935,
808
+ "grad_norm": 20.25,
809
+ "learning_rate": 1.2543275632490016e-05,
810
+ "loss": 0.9873,
811
+ "step": 1120
812
+ },
813
+ {
814
+ "epoch": 0.37616511318242346,
815
+ "grad_norm": 17.0,
816
+ "learning_rate": 1.2476697736351534e-05,
817
+ "loss": 0.9674,
818
+ "step": 1130
819
+ },
820
+ {
821
+ "epoch": 0.3794940079893475,
822
+ "grad_norm": 20.5,
823
+ "learning_rate": 1.241011984021305e-05,
824
+ "loss": 1.0073,
825
+ "step": 1140
826
+ },
827
+ {
828
+ "epoch": 0.3828229027962716,
829
+ "grad_norm": 4.125,
830
+ "learning_rate": 1.2343541944074568e-05,
831
+ "loss": 1.0919,
832
+ "step": 1150
833
+ },
834
+ {
835
+ "epoch": 0.38615179760319573,
836
+ "grad_norm": 15.3125,
837
+ "learning_rate": 1.2276964047936086e-05,
838
+ "loss": 1.0103,
839
+ "step": 1160
840
+ },
841
+ {
842
+ "epoch": 0.38948069241011984,
843
+ "grad_norm": 22.125,
844
+ "learning_rate": 1.2210386151797604e-05,
845
+ "loss": 0.9629,
846
+ "step": 1170
847
+ },
848
+ {
849
+ "epoch": 0.39280958721704395,
850
+ "grad_norm": 2.953125,
851
+ "learning_rate": 1.2143808255659122e-05,
852
+ "loss": 0.9545,
853
+ "step": 1180
854
+ },
855
+ {
856
+ "epoch": 0.39613848202396806,
857
+ "grad_norm": 7.59375,
858
+ "learning_rate": 1.207723035952064e-05,
859
+ "loss": 0.8836,
860
+ "step": 1190
861
+ },
862
+ {
863
+ "epoch": 0.3994673768308921,
864
+ "grad_norm": 28.125,
865
+ "learning_rate": 1.2010652463382158e-05,
866
+ "loss": 0.9632,
867
+ "step": 1200
868
+ },
869
+ {
870
+ "epoch": 0.40279627163781623,
871
+ "grad_norm": 15.125,
872
+ "learning_rate": 1.1944074567243676e-05,
873
+ "loss": 1.0765,
874
+ "step": 1210
875
+ },
876
+ {
877
+ "epoch": 0.40612516644474034,
878
+ "grad_norm": 11.625,
879
+ "learning_rate": 1.1877496671105194e-05,
880
+ "loss": 0.7911,
881
+ "step": 1220
882
+ },
883
+ {
884
+ "epoch": 0.40945406125166445,
885
+ "grad_norm": 15.5625,
886
+ "learning_rate": 1.1810918774966711e-05,
887
+ "loss": 1.0908,
888
+ "step": 1230
889
+ },
890
+ {
891
+ "epoch": 0.41278295605858856,
892
+ "grad_norm": 6.3125,
893
+ "learning_rate": 1.1744340878828231e-05,
894
+ "loss": 1.0418,
895
+ "step": 1240
896
+ },
897
+ {
898
+ "epoch": 0.41611185086551267,
899
+ "grad_norm": 2.671875,
900
+ "learning_rate": 1.1677762982689749e-05,
901
+ "loss": 0.9041,
902
+ "step": 1250
903
+ },
904
+ {
905
+ "epoch": 0.4194407456724368,
906
+ "grad_norm": 19.125,
907
+ "learning_rate": 1.1611185086551267e-05,
908
+ "loss": 1.0392,
909
+ "step": 1260
910
+ },
911
+ {
912
+ "epoch": 0.42276964047936083,
913
+ "grad_norm": 6.8125,
914
+ "learning_rate": 1.1544607190412785e-05,
915
+ "loss": 0.8439,
916
+ "step": 1270
917
+ },
918
+ {
919
+ "epoch": 0.42609853528628494,
920
+ "grad_norm": 7.75,
921
+ "learning_rate": 1.1478029294274303e-05,
922
+ "loss": 1.0188,
923
+ "step": 1280
924
+ },
925
+ {
926
+ "epoch": 0.42942743009320905,
927
+ "grad_norm": 17.25,
928
+ "learning_rate": 1.141145139813582e-05,
929
+ "loss": 1.1353,
930
+ "step": 1290
931
+ },
932
+ {
933
+ "epoch": 0.43275632490013316,
934
+ "grad_norm": 22.125,
935
+ "learning_rate": 1.1344873501997337e-05,
936
+ "loss": 0.987,
937
+ "step": 1300
938
+ },
939
+ {
940
+ "epoch": 0.43608521970705727,
941
+ "grad_norm": 16.0,
942
+ "learning_rate": 1.1278295605858855e-05,
943
+ "loss": 0.8446,
944
+ "step": 1310
945
+ },
946
+ {
947
+ "epoch": 0.4394141145139814,
948
+ "grad_norm": 48.25,
949
+ "learning_rate": 1.1211717709720373e-05,
950
+ "loss": 1.0588,
951
+ "step": 1320
952
+ },
953
+ {
954
+ "epoch": 0.44274300932090543,
955
+ "grad_norm": 17.625,
956
+ "learning_rate": 1.1145139813581891e-05,
957
+ "loss": 0.8579,
958
+ "step": 1330
959
+ },
960
+ {
961
+ "epoch": 0.44607190412782954,
962
+ "grad_norm": 20.25,
963
+ "learning_rate": 1.1078561917443409e-05,
964
+ "loss": 1.0973,
965
+ "step": 1340
966
+ },
967
+ {
968
+ "epoch": 0.44940079893475365,
969
+ "grad_norm": 14.25,
970
+ "learning_rate": 1.1011984021304927e-05,
971
+ "loss": 0.975,
972
+ "step": 1350
973
+ },
974
+ {
975
+ "epoch": 0.45272969374167776,
976
+ "grad_norm": 22.875,
977
+ "learning_rate": 1.0945406125166447e-05,
978
+ "loss": 0.9035,
979
+ "step": 1360
980
+ },
981
+ {
982
+ "epoch": 0.4560585885486019,
983
+ "grad_norm": 13.0,
984
+ "learning_rate": 1.0878828229027965e-05,
985
+ "loss": 1.0748,
986
+ "step": 1370
987
+ },
988
+ {
989
+ "epoch": 0.459387483355526,
990
+ "grad_norm": 13.125,
991
+ "learning_rate": 1.0812250332889482e-05,
992
+ "loss": 1.0373,
993
+ "step": 1380
994
+ },
995
+ {
996
+ "epoch": 0.4627163781624501,
997
+ "grad_norm": 15.0,
998
+ "learning_rate": 1.0745672436751e-05,
999
+ "loss": 0.9623,
1000
+ "step": 1390
1001
+ },
1002
+ {
1003
+ "epoch": 0.46604527296937415,
1004
+ "grad_norm": 26.25,
1005
+ "learning_rate": 1.0679094540612518e-05,
1006
+ "loss": 0.9579,
1007
+ "step": 1400
1008
+ },
1009
+ {
1010
+ "epoch": 0.46937416777629826,
1011
+ "grad_norm": 12.125,
1012
+ "learning_rate": 1.0612516644474036e-05,
1013
+ "loss": 0.918,
1014
+ "step": 1410
1015
+ },
1016
+ {
1017
+ "epoch": 0.47270306258322237,
1018
+ "grad_norm": 30.75,
1019
+ "learning_rate": 1.0545938748335554e-05,
1020
+ "loss": 0.9823,
1021
+ "step": 1420
1022
+ },
1023
+ {
1024
+ "epoch": 0.4760319573901465,
1025
+ "grad_norm": 7.0,
1026
+ "learning_rate": 1.047936085219707e-05,
1027
+ "loss": 0.9885,
1028
+ "step": 1430
1029
+ },
1030
+ {
1031
+ "epoch": 0.4793608521970706,
1032
+ "grad_norm": 19.5,
1033
+ "learning_rate": 1.0412782956058588e-05,
1034
+ "loss": 0.9654,
1035
+ "step": 1440
1036
+ },
1037
+ {
1038
+ "epoch": 0.4826897470039947,
1039
+ "grad_norm": 13.5,
1040
+ "learning_rate": 1.0346205059920106e-05,
1041
+ "loss": 0.8212,
1042
+ "step": 1450
1043
+ },
1044
+ {
1045
+ "epoch": 0.48601864181091875,
1046
+ "grad_norm": 17.0,
1047
+ "learning_rate": 1.0279627163781624e-05,
1048
+ "loss": 0.9406,
1049
+ "step": 1460
1050
+ },
1051
+ {
1052
+ "epoch": 0.48934753661784286,
1053
+ "grad_norm": 28.0,
1054
+ "learning_rate": 1.0213049267643142e-05,
1055
+ "loss": 0.9908,
1056
+ "step": 1470
1057
+ },
1058
+ {
1059
+ "epoch": 0.49267643142476697,
1060
+ "grad_norm": 14.25,
1061
+ "learning_rate": 1.014647137150466e-05,
1062
+ "loss": 0.9418,
1063
+ "step": 1480
1064
+ },
1065
+ {
1066
+ "epoch": 0.4960053262316911,
1067
+ "grad_norm": 12.25,
1068
+ "learning_rate": 1.007989347536618e-05,
1069
+ "loss": 1.075,
1070
+ "step": 1490
1071
+ },
1072
+ {
1073
+ "epoch": 0.4993342210386152,
1074
+ "grad_norm": 10.625,
1075
+ "learning_rate": 1.0013315579227698e-05,
1076
+ "loss": 1.0111,
1077
+ "step": 1500
1078
+ },
1079
+ {
1080
+ "epoch": 0.4993342210386152,
1081
+ "eval_accuracy": 0.508752281400365,
1082
+ "eval_loss": 0.9421009421348572,
1083
+ "eval_runtime": 209.8514,
1084
+ "eval_samples_per_second": 114.881,
1085
+ "eval_steps_per_second": 28.72,
1086
+ "step": 1500
1087
+ },
1088
+ {
1089
+ "epoch": 0.5026631158455392,
1090
+ "grad_norm": 31.5,
1091
+ "learning_rate": 9.946737683089214e-06,
1092
+ "loss": 0.9077,
1093
+ "step": 1510
1094
+ },
1095
+ {
1096
+ "epoch": 0.5059920106524634,
1097
+ "grad_norm": 19.375,
1098
+ "learning_rate": 9.880159786950732e-06,
1099
+ "loss": 1.1292,
1100
+ "step": 1520
1101
+ },
1102
+ {
1103
+ "epoch": 0.5093209054593875,
1104
+ "grad_norm": 8.4375,
1105
+ "learning_rate": 9.813581890812252e-06,
1106
+ "loss": 1.0658,
1107
+ "step": 1530
1108
+ },
1109
+ {
1110
+ "epoch": 0.5126498002663116,
1111
+ "grad_norm": 17.375,
1112
+ "learning_rate": 9.74700399467377e-06,
1113
+ "loss": 0.9691,
1114
+ "step": 1540
1115
+ },
1116
+ {
1117
+ "epoch": 0.5159786950732357,
1118
+ "grad_norm": 8.125,
1119
+ "learning_rate": 9.680426098535288e-06,
1120
+ "loss": 1.0146,
1121
+ "step": 1550
1122
+ },
1123
+ {
1124
+ "epoch": 0.5193075898801598,
1125
+ "grad_norm": 17.5,
1126
+ "learning_rate": 9.613848202396806e-06,
1127
+ "loss": 1.0196,
1128
+ "step": 1560
1129
+ },
1130
+ {
1131
+ "epoch": 0.5226364846870839,
1132
+ "grad_norm": 15.1875,
1133
+ "learning_rate": 9.547270306258324e-06,
1134
+ "loss": 0.8996,
1135
+ "step": 1570
1136
+ },
1137
+ {
1138
+ "epoch": 0.525965379494008,
1139
+ "grad_norm": 55.5,
1140
+ "learning_rate": 9.48069241011984e-06,
1141
+ "loss": 1.0211,
1142
+ "step": 1580
1143
+ },
1144
+ {
1145
+ "epoch": 0.5292942743009321,
1146
+ "grad_norm": 4.21875,
1147
+ "learning_rate": 9.41411451398136e-06,
1148
+ "loss": 0.9728,
1149
+ "step": 1590
1150
+ },
1151
+ {
1152
+ "epoch": 0.5326231691078562,
1153
+ "grad_norm": 6.71875,
1154
+ "learning_rate": 9.347536617842877e-06,
1155
+ "loss": 1.0168,
1156
+ "step": 1600
1157
+ },
1158
+ {
1159
+ "epoch": 0.5359520639147803,
1160
+ "grad_norm": 24.75,
1161
+ "learning_rate": 9.280958721704395e-06,
1162
+ "loss": 0.9252,
1163
+ "step": 1610
1164
+ },
1165
+ {
1166
+ "epoch": 0.5392809587217043,
1167
+ "grad_norm": 9.0625,
1168
+ "learning_rate": 9.214380825565913e-06,
1169
+ "loss": 1.0479,
1170
+ "step": 1620
1171
+ },
1172
+ {
1173
+ "epoch": 0.5426098535286284,
1174
+ "grad_norm": 15.375,
1175
+ "learning_rate": 9.147802929427431e-06,
1176
+ "loss": 1.0699,
1177
+ "step": 1630
1178
+ },
1179
+ {
1180
+ "epoch": 0.5459387483355526,
1181
+ "grad_norm": 17.5,
1182
+ "learning_rate": 9.08122503328895e-06,
1183
+ "loss": 0.9407,
1184
+ "step": 1640
1185
+ },
1186
+ {
1187
+ "epoch": 0.5492676431424767,
1188
+ "grad_norm": 9.625,
1189
+ "learning_rate": 9.014647137150465e-06,
1190
+ "loss": 1.0124,
1191
+ "step": 1650
1192
+ },
1193
+ {
1194
+ "epoch": 0.5525965379494008,
1195
+ "grad_norm": 10.375,
1196
+ "learning_rate": 8.948069241011985e-06,
1197
+ "loss": 0.8612,
1198
+ "step": 1660
1199
+ },
1200
+ {
1201
+ "epoch": 0.5559254327563249,
1202
+ "grad_norm": 21.375,
1203
+ "learning_rate": 8.881491344873503e-06,
1204
+ "loss": 0.9613,
1205
+ "step": 1670
1206
+ },
1207
+ {
1208
+ "epoch": 0.559254327563249,
1209
+ "grad_norm": 9.3125,
1210
+ "learning_rate": 8.814913448735021e-06,
1211
+ "loss": 0.9752,
1212
+ "step": 1680
1213
+ },
1214
+ {
1215
+ "epoch": 0.5625832223701731,
1216
+ "grad_norm": 8.375,
1217
+ "learning_rate": 8.748335552596539e-06,
1218
+ "loss": 0.8926,
1219
+ "step": 1690
1220
+ },
1221
+ {
1222
+ "epoch": 0.5659121171770972,
1223
+ "grad_norm": 17.625,
1224
+ "learning_rate": 8.681757656458057e-06,
1225
+ "loss": 1.0054,
1226
+ "step": 1700
1227
+ },
1228
+ {
1229
+ "epoch": 0.5692410119840213,
1230
+ "grad_norm": 20.125,
1231
+ "learning_rate": 8.615179760319575e-06,
1232
+ "loss": 0.9203,
1233
+ "step": 1710
1234
+ },
1235
+ {
1236
+ "epoch": 0.5725699067909454,
1237
+ "grad_norm": 28.75,
1238
+ "learning_rate": 8.548601864181093e-06,
1239
+ "loss": 0.9583,
1240
+ "step": 1720
1241
+ },
1242
+ {
1243
+ "epoch": 0.5758988015978695,
1244
+ "grad_norm": 17.0,
1245
+ "learning_rate": 8.48202396804261e-06,
1246
+ "loss": 0.9582,
1247
+ "step": 1730
1248
+ },
1249
+ {
1250
+ "epoch": 0.5792276964047937,
1251
+ "grad_norm": 13.4375,
1252
+ "learning_rate": 8.415446071904129e-06,
1253
+ "loss": 1.0034,
1254
+ "step": 1740
1255
+ },
1256
+ {
1257
+ "epoch": 0.5825565912117177,
1258
+ "grad_norm": 27.75,
1259
+ "learning_rate": 8.348868175765647e-06,
1260
+ "loss": 1.0647,
1261
+ "step": 1750
1262
+ },
1263
+ {
1264
+ "epoch": 0.5858854860186418,
1265
+ "grad_norm": 33.75,
1266
+ "learning_rate": 8.282290279627165e-06,
1267
+ "loss": 1.0575,
1268
+ "step": 1760
1269
+ },
1270
+ {
1271
+ "epoch": 0.5892143808255659,
1272
+ "grad_norm": 14.375,
1273
+ "learning_rate": 8.215712383488683e-06,
1274
+ "loss": 1.0699,
1275
+ "step": 1770
1276
+ },
1277
+ {
1278
+ "epoch": 0.59254327563249,
1279
+ "grad_norm": 6.09375,
1280
+ "learning_rate": 8.1491344873502e-06,
1281
+ "loss": 0.7706,
1282
+ "step": 1780
1283
+ },
1284
+ {
1285
+ "epoch": 0.5958721704394141,
1286
+ "grad_norm": 8.5625,
1287
+ "learning_rate": 8.082556591211719e-06,
1288
+ "loss": 0.8626,
1289
+ "step": 1790
1290
+ },
1291
+ {
1292
+ "epoch": 0.5992010652463382,
1293
+ "grad_norm": 7.46875,
1294
+ "learning_rate": 8.015978695073236e-06,
1295
+ "loss": 0.9427,
1296
+ "step": 1800
1297
+ },
1298
+ {
1299
+ "epoch": 0.6025299600532623,
1300
+ "grad_norm": 23.375,
1301
+ "learning_rate": 7.949400798934754e-06,
1302
+ "loss": 0.962,
1303
+ "step": 1810
1304
+ },
1305
+ {
1306
+ "epoch": 0.6058588548601864,
1307
+ "grad_norm": 7.65625,
1308
+ "learning_rate": 7.882822902796272e-06,
1309
+ "loss": 1.1216,
1310
+ "step": 1820
1311
+ },
1312
+ {
1313
+ "epoch": 0.6091877496671105,
1314
+ "grad_norm": 10.0625,
1315
+ "learning_rate": 7.81624500665779e-06,
1316
+ "loss": 0.9076,
1317
+ "step": 1830
1318
+ },
1319
+ {
1320
+ "epoch": 0.6125166444740346,
1321
+ "grad_norm": 6.78125,
1322
+ "learning_rate": 7.749667110519308e-06,
1323
+ "loss": 0.8158,
1324
+ "step": 1840
1325
+ },
1326
+ {
1327
+ "epoch": 0.6158455392809588,
1328
+ "grad_norm": 29.5,
1329
+ "learning_rate": 7.683089214380826e-06,
1330
+ "loss": 0.9828,
1331
+ "step": 1850
1332
+ },
1333
+ {
1334
+ "epoch": 0.6191744340878829,
1335
+ "grad_norm": 9.6875,
1336
+ "learning_rate": 7.616511318242344e-06,
1337
+ "loss": 0.9181,
1338
+ "step": 1860
1339
+ },
1340
+ {
1341
+ "epoch": 0.622503328894807,
1342
+ "grad_norm": 7.6875,
1343
+ "learning_rate": 7.549933422103862e-06,
1344
+ "loss": 0.9864,
1345
+ "step": 1870
1346
+ },
1347
+ {
1348
+ "epoch": 0.625832223701731,
1349
+ "grad_norm": 33.0,
1350
+ "learning_rate": 7.48335552596538e-06,
1351
+ "loss": 0.9898,
1352
+ "step": 1880
1353
+ },
1354
+ {
1355
+ "epoch": 0.6291611185086551,
1356
+ "grad_norm": 13.1875,
1357
+ "learning_rate": 7.416777629826898e-06,
1358
+ "loss": 0.948,
1359
+ "step": 1890
1360
+ },
1361
+ {
1362
+ "epoch": 0.6324900133155792,
1363
+ "grad_norm": 6.59375,
1364
+ "learning_rate": 7.350199733688416e-06,
1365
+ "loss": 0.9811,
1366
+ "step": 1900
1367
+ },
1368
+ {
1369
+ "epoch": 0.6358189081225033,
1370
+ "grad_norm": 8.5625,
1371
+ "learning_rate": 7.283621837549935e-06,
1372
+ "loss": 1.0461,
1373
+ "step": 1910
1374
+ },
1375
+ {
1376
+ "epoch": 0.6391478029294274,
1377
+ "grad_norm": 30.25,
1378
+ "learning_rate": 7.217043941411453e-06,
1379
+ "loss": 1.0408,
1380
+ "step": 1920
1381
+ },
1382
+ {
1383
+ "epoch": 0.6424766977363515,
1384
+ "grad_norm": 25.625,
1385
+ "learning_rate": 7.15046604527297e-06,
1386
+ "loss": 1.0327,
1387
+ "step": 1930
1388
+ },
1389
+ {
1390
+ "epoch": 0.6458055925432756,
1391
+ "grad_norm": 27.125,
1392
+ "learning_rate": 7.083888149134488e-06,
1393
+ "loss": 0.9213,
1394
+ "step": 1940
1395
+ },
1396
+ {
1397
+ "epoch": 0.6491344873501997,
1398
+ "grad_norm": 22.125,
1399
+ "learning_rate": 7.017310252996006e-06,
1400
+ "loss": 1.1191,
1401
+ "step": 1950
1402
+ },
1403
+ {
1404
+ "epoch": 0.6524633821571239,
1405
+ "grad_norm": 10.6875,
1406
+ "learning_rate": 6.950732356857524e-06,
1407
+ "loss": 0.9514,
1408
+ "step": 1960
1409
+ },
1410
+ {
1411
+ "epoch": 0.655792276964048,
1412
+ "grad_norm": 16.375,
1413
+ "learning_rate": 6.884154460719042e-06,
1414
+ "loss": 0.9437,
1415
+ "step": 1970
1416
+ },
1417
+ {
1418
+ "epoch": 0.6591211717709721,
1419
+ "grad_norm": 7.5625,
1420
+ "learning_rate": 6.8175765645805605e-06,
1421
+ "loss": 1.0645,
1422
+ "step": 1980
1423
+ },
1424
+ {
1425
+ "epoch": 0.6624500665778962,
1426
+ "grad_norm": 9.125,
1427
+ "learning_rate": 6.7509986684420784e-06,
1428
+ "loss": 0.9085,
1429
+ "step": 1990
1430
+ },
1431
+ {
1432
+ "epoch": 0.6657789613848203,
1433
+ "grad_norm": 9.6875,
1434
+ "learning_rate": 6.6844207723035955e-06,
1435
+ "loss": 0.9784,
1436
+ "step": 2000
1437
+ },
1438
+ {
1439
+ "epoch": 0.6657789613848203,
1440
+ "eval_accuracy": 0.5068027210884354,
1441
+ "eval_loss": 0.9414482712745667,
1442
+ "eval_runtime": 213.4336,
1443
+ "eval_samples_per_second": 112.953,
1444
+ "eval_steps_per_second": 28.238,
1445
+ "step": 2000
1446
+ },
1447
+ {
1448
+ "epoch": 0.6691078561917443,
1449
+ "grad_norm": 22.125,
1450
+ "learning_rate": 6.6178428761651135e-06,
1451
+ "loss": 0.9537,
1452
+ "step": 2010
1453
+ },
1454
+ {
1455
+ "epoch": 0.6724367509986684,
1456
+ "grad_norm": 19.5,
1457
+ "learning_rate": 6.5512649800266314e-06,
1458
+ "loss": 1.0052,
1459
+ "step": 2020
1460
+ },
1461
+ {
1462
+ "epoch": 0.6757656458055925,
1463
+ "grad_norm": 22.75,
1464
+ "learning_rate": 6.484687083888149e-06,
1465
+ "loss": 1.0513,
1466
+ "step": 2030
1467
+ },
1468
+ {
1469
+ "epoch": 0.6790945406125166,
1470
+ "grad_norm": 14.9375,
1471
+ "learning_rate": 6.418109187749668e-06,
1472
+ "loss": 1.0479,
1473
+ "step": 2040
1474
+ },
1475
+ {
1476
+ "epoch": 0.6824234354194407,
1477
+ "grad_norm": 15.6875,
1478
+ "learning_rate": 6.351531291611186e-06,
1479
+ "loss": 0.9613,
1480
+ "step": 2050
1481
+ },
1482
+ {
1483
+ "epoch": 0.6857523302263648,
1484
+ "grad_norm": 9.5625,
1485
+ "learning_rate": 6.284953395472704e-06,
1486
+ "loss": 0.98,
1487
+ "step": 2060
1488
+ },
1489
+ {
1490
+ "epoch": 0.689081225033289,
1491
+ "grad_norm": 11.375,
1492
+ "learning_rate": 6.218375499334221e-06,
1493
+ "loss": 0.8031,
1494
+ "step": 2070
1495
+ },
1496
+ {
1497
+ "epoch": 0.6924101198402131,
1498
+ "grad_norm": 8.5,
1499
+ "learning_rate": 6.151797603195739e-06,
1500
+ "loss": 0.9613,
1501
+ "step": 2080
1502
+ },
1503
+ {
1504
+ "epoch": 0.6957390146471372,
1505
+ "grad_norm": 8.1875,
1506
+ "learning_rate": 6.085219707057257e-06,
1507
+ "loss": 1.0147,
1508
+ "step": 2090
1509
+ },
1510
+ {
1511
+ "epoch": 0.6990679094540613,
1512
+ "grad_norm": 12.125,
1513
+ "learning_rate": 6.018641810918775e-06,
1514
+ "loss": 0.9856,
1515
+ "step": 2100
1516
+ },
1517
+ {
1518
+ "epoch": 0.7023968042609854,
1519
+ "grad_norm": 26.0,
1520
+ "learning_rate": 5.952063914780294e-06,
1521
+ "loss": 0.9457,
1522
+ "step": 2110
1523
+ },
1524
+ {
1525
+ "epoch": 0.7057256990679095,
1526
+ "grad_norm": 25.875,
1527
+ "learning_rate": 5.885486018641812e-06,
1528
+ "loss": 0.9133,
1529
+ "step": 2120
1530
+ },
1531
+ {
1532
+ "epoch": 0.7090545938748336,
1533
+ "grad_norm": 25.0,
1534
+ "learning_rate": 5.81890812250333e-06,
1535
+ "loss": 1.0304,
1536
+ "step": 2130
1537
+ },
1538
+ {
1539
+ "epoch": 0.7123834886817576,
1540
+ "grad_norm": 27.375,
1541
+ "learning_rate": 5.752330226364847e-06,
1542
+ "loss": 1.1041,
1543
+ "step": 2140
1544
+ },
1545
+ {
1546
+ "epoch": 0.7157123834886817,
1547
+ "grad_norm": 15.75,
1548
+ "learning_rate": 5.685752330226365e-06,
1549
+ "loss": 1.0324,
1550
+ "step": 2150
1551
+ },
1552
+ {
1553
+ "epoch": 0.7190412782956058,
1554
+ "grad_norm": 13.4375,
1555
+ "learning_rate": 5.619174434087883e-06,
1556
+ "loss": 0.9786,
1557
+ "step": 2160
1558
+ },
1559
+ {
1560
+ "epoch": 0.7223701731025299,
1561
+ "grad_norm": 7.53125,
1562
+ "learning_rate": 5.5525965379494016e-06,
1563
+ "loss": 1.048,
1564
+ "step": 2170
1565
+ },
1566
+ {
1567
+ "epoch": 0.725699067909454,
1568
+ "grad_norm": 23.75,
1569
+ "learning_rate": 5.4860186418109195e-06,
1570
+ "loss": 0.9347,
1571
+ "step": 2180
1572
+ },
1573
+ {
1574
+ "epoch": 0.7290279627163782,
1575
+ "grad_norm": 30.875,
1576
+ "learning_rate": 5.4194407456724375e-06,
1577
+ "loss": 0.929,
1578
+ "step": 2190
1579
+ },
1580
+ {
1581
+ "epoch": 0.7323568575233023,
1582
+ "grad_norm": 9.5625,
1583
+ "learning_rate": 5.3528628495339554e-06,
1584
+ "loss": 0.8509,
1585
+ "step": 2200
1586
+ },
1587
+ {
1588
+ "epoch": 0.7356857523302264,
1589
+ "grad_norm": 31.125,
1590
+ "learning_rate": 5.286284953395473e-06,
1591
+ "loss": 1.0614,
1592
+ "step": 2210
1593
+ },
1594
+ {
1595
+ "epoch": 0.7390146471371505,
1596
+ "grad_norm": 33.5,
1597
+ "learning_rate": 5.2197070572569905e-06,
1598
+ "loss": 0.9723,
1599
+ "step": 2220
1600
+ },
1601
+ {
1602
+ "epoch": 0.7423435419440746,
1603
+ "grad_norm": 9.0,
1604
+ "learning_rate": 5.1531291611185084e-06,
1605
+ "loss": 0.8864,
1606
+ "step": 2230
1607
+ },
1608
+ {
1609
+ "epoch": 0.7456724367509987,
1610
+ "grad_norm": 26.0,
1611
+ "learning_rate": 5.086551264980027e-06,
1612
+ "loss": 1.004,
1613
+ "step": 2240
1614
+ },
1615
+ {
1616
+ "epoch": 0.7490013315579228,
1617
+ "grad_norm": 26.5,
1618
+ "learning_rate": 5.019973368841545e-06,
1619
+ "loss": 0.9622,
1620
+ "step": 2250
1621
+ },
1622
+ {
1623
+ "epoch": 0.7523302263648469,
1624
+ "grad_norm": 12.75,
1625
+ "learning_rate": 4.953395472703063e-06,
1626
+ "loss": 0.9793,
1627
+ "step": 2260
1628
+ },
1629
+ {
1630
+ "epoch": 0.7556591211717709,
1631
+ "grad_norm": 7.65625,
1632
+ "learning_rate": 4.886817576564581e-06,
1633
+ "loss": 0.7945,
1634
+ "step": 2270
1635
+ },
1636
+ {
1637
+ "epoch": 0.758988015978695,
1638
+ "grad_norm": 16.875,
1639
+ "learning_rate": 4.820239680426099e-06,
1640
+ "loss": 1.151,
1641
+ "step": 2280
1642
+ },
1643
+ {
1644
+ "epoch": 0.7623169107856191,
1645
+ "grad_norm": 14.1875,
1646
+ "learning_rate": 4.753661784287617e-06,
1647
+ "loss": 0.8101,
1648
+ "step": 2290
1649
+ },
1650
+ {
1651
+ "epoch": 0.7656458055925432,
1652
+ "grad_norm": 5.53125,
1653
+ "learning_rate": 4.687083888149135e-06,
1654
+ "loss": 0.9417,
1655
+ "step": 2300
1656
+ },
1657
+ {
1658
+ "epoch": 0.7689747003994674,
1659
+ "grad_norm": 14.75,
1660
+ "learning_rate": 4.620505992010653e-06,
1661
+ "loss": 0.9002,
1662
+ "step": 2310
1663
+ },
1664
+ {
1665
+ "epoch": 0.7723035952063915,
1666
+ "grad_norm": 13.9375,
1667
+ "learning_rate": 4.553928095872171e-06,
1668
+ "loss": 1.0102,
1669
+ "step": 2320
1670
+ },
1671
+ {
1672
+ "epoch": 0.7756324900133156,
1673
+ "grad_norm": 7.9375,
1674
+ "learning_rate": 4.487350199733689e-06,
1675
+ "loss": 0.9029,
1676
+ "step": 2330
1677
+ },
1678
+ {
1679
+ "epoch": 0.7789613848202397,
1680
+ "grad_norm": 25.25,
1681
+ "learning_rate": 4.420772303595207e-06,
1682
+ "loss": 1.0435,
1683
+ "step": 2340
1684
+ },
1685
+ {
1686
+ "epoch": 0.7822902796271638,
1687
+ "grad_norm": 3.53125,
1688
+ "learning_rate": 4.354194407456725e-06,
1689
+ "loss": 0.8851,
1690
+ "step": 2350
1691
+ },
1692
+ {
1693
+ "epoch": 0.7856191744340879,
1694
+ "grad_norm": 36.0,
1695
+ "learning_rate": 4.287616511318243e-06,
1696
+ "loss": 0.9339,
1697
+ "step": 2360
1698
+ },
1699
+ {
1700
+ "epoch": 0.788948069241012,
1701
+ "grad_norm": 25.375,
1702
+ "learning_rate": 4.221038615179761e-06,
1703
+ "loss": 0.943,
1704
+ "step": 2370
1705
+ },
1706
+ {
1707
+ "epoch": 0.7922769640479361,
1708
+ "grad_norm": 6.90625,
1709
+ "learning_rate": 4.1544607190412786e-06,
1710
+ "loss": 0.969,
1711
+ "step": 2380
1712
+ },
1713
+ {
1714
+ "epoch": 0.7956058588548602,
1715
+ "grad_norm": 29.375,
1716
+ "learning_rate": 4.0878828229027965e-06,
1717
+ "loss": 0.9423,
1718
+ "step": 2390
1719
+ },
1720
+ {
1721
+ "epoch": 0.7989347536617842,
1722
+ "grad_norm": 9.125,
1723
+ "learning_rate": 4.0213049267643145e-06,
1724
+ "loss": 0.8299,
1725
+ "step": 2400
1726
+ },
1727
+ {
1728
+ "epoch": 0.8022636484687083,
1729
+ "grad_norm": 9.75,
1730
+ "learning_rate": 3.9547270306258324e-06,
1731
+ "loss": 1.0702,
1732
+ "step": 2410
1733
+ },
1734
+ {
1735
+ "epoch": 0.8055925432756325,
1736
+ "grad_norm": 13.1875,
1737
+ "learning_rate": 3.88814913448735e-06,
1738
+ "loss": 1.03,
1739
+ "step": 2420
1740
+ },
1741
+ {
1742
+ "epoch": 0.8089214380825566,
1743
+ "grad_norm": 10.4375,
1744
+ "learning_rate": 3.821571238348868e-06,
1745
+ "loss": 0.9467,
1746
+ "step": 2430
1747
+ },
1748
+ {
1749
+ "epoch": 0.8122503328894807,
1750
+ "grad_norm": 6.46875,
1751
+ "learning_rate": 3.7549933422103863e-06,
1752
+ "loss": 1.0284,
1753
+ "step": 2440
1754
+ },
1755
+ {
1756
+ "epoch": 0.8155792276964048,
1757
+ "grad_norm": 9.75,
1758
+ "learning_rate": 3.6884154460719047e-06,
1759
+ "loss": 1.0224,
1760
+ "step": 2450
1761
+ },
1762
+ {
1763
+ "epoch": 0.8189081225033289,
1764
+ "grad_norm": 11.0625,
1765
+ "learning_rate": 3.621837549933422e-06,
1766
+ "loss": 0.8798,
1767
+ "step": 2460
1768
+ },
1769
+ {
1770
+ "epoch": 0.822237017310253,
1771
+ "grad_norm": 6.25,
1772
+ "learning_rate": 3.55525965379494e-06,
1773
+ "loss": 0.9709,
1774
+ "step": 2470
1775
+ },
1776
+ {
1777
+ "epoch": 0.8255659121171771,
1778
+ "grad_norm": 35.5,
1779
+ "learning_rate": 3.4886817576564585e-06,
1780
+ "loss": 1.0462,
1781
+ "step": 2480
1782
+ },
1783
+ {
1784
+ "epoch": 0.8288948069241012,
1785
+ "grad_norm": 19.25,
1786
+ "learning_rate": 3.4221038615179765e-06,
1787
+ "loss": 0.9246,
1788
+ "step": 2490
1789
+ },
1790
+ {
1791
+ "epoch": 0.8322237017310253,
1792
+ "grad_norm": 11.9375,
1793
+ "learning_rate": 3.355525965379494e-06,
1794
+ "loss": 0.9595,
1795
+ "step": 2500
1796
+ },
1797
+ {
1798
+ "epoch": 0.8322237017310253,
1799
+ "eval_accuracy": 0.5073834411813506,
1800
+ "eval_loss": 0.9414454698562622,
1801
+ "eval_runtime": 212.4541,
1802
+ "eval_samples_per_second": 113.474,
1803
+ "eval_steps_per_second": 28.368,
1804
+ "step": 2500
1805
+ },
1806
+ {
1807
+ "epoch": 0.8355525965379494,
1808
+ "grad_norm": 7.1875,
1809
+ "learning_rate": 3.2889480692410124e-06,
1810
+ "loss": 0.9402,
1811
+ "step": 2510
1812
+ },
1813
+ {
1814
+ "epoch": 0.8388814913448736,
1815
+ "grad_norm": 26.875,
1816
+ "learning_rate": 3.2223701731025303e-06,
1817
+ "loss": 1.0118,
1818
+ "step": 2520
1819
+ },
1820
+ {
1821
+ "epoch": 0.8422103861517976,
1822
+ "grad_norm": 5.53125,
1823
+ "learning_rate": 3.1557922769640483e-06,
1824
+ "loss": 0.9671,
1825
+ "step": 2530
1826
+ },
1827
+ {
1828
+ "epoch": 0.8455392809587217,
1829
+ "grad_norm": 10.5,
1830
+ "learning_rate": 3.089214380825566e-06,
1831
+ "loss": 0.864,
1832
+ "step": 2540
1833
+ },
1834
+ {
1835
+ "epoch": 0.8488681757656458,
1836
+ "grad_norm": 14.6875,
1837
+ "learning_rate": 3.022636484687084e-06,
1838
+ "loss": 0.8927,
1839
+ "step": 2550
1840
+ },
1841
+ {
1842
+ "epoch": 0.8521970705725699,
1843
+ "grad_norm": 9.625,
1844
+ "learning_rate": 2.956058588548602e-06,
1845
+ "loss": 0.9096,
1846
+ "step": 2560
1847
+ },
1848
+ {
1849
+ "epoch": 0.855525965379494,
1850
+ "grad_norm": 10.9375,
1851
+ "learning_rate": 2.8894806924101197e-06,
1852
+ "loss": 0.9587,
1853
+ "step": 2570
1854
+ },
1855
+ {
1856
+ "epoch": 0.8588548601864181,
1857
+ "grad_norm": 25.375,
1858
+ "learning_rate": 2.822902796271638e-06,
1859
+ "loss": 1.0519,
1860
+ "step": 2580
1861
+ },
1862
+ {
1863
+ "epoch": 0.8621837549933422,
1864
+ "grad_norm": 23.375,
1865
+ "learning_rate": 2.756324900133156e-06,
1866
+ "loss": 1.1253,
1867
+ "step": 2590
1868
+ },
1869
+ {
1870
+ "epoch": 0.8655126498002663,
1871
+ "grad_norm": 43.0,
1872
+ "learning_rate": 2.689747003994674e-06,
1873
+ "loss": 0.9927,
1874
+ "step": 2600
1875
+ },
1876
+ {
1877
+ "epoch": 0.8688415446071904,
1878
+ "grad_norm": 19.75,
1879
+ "learning_rate": 2.6231691078561923e-06,
1880
+ "loss": 0.9283,
1881
+ "step": 2610
1882
+ },
1883
+ {
1884
+ "epoch": 0.8721704394141145,
1885
+ "grad_norm": 10.0625,
1886
+ "learning_rate": 2.55659121171771e-06,
1887
+ "loss": 1.0127,
1888
+ "step": 2620
1889
+ },
1890
+ {
1891
+ "epoch": 0.8754993342210386,
1892
+ "grad_norm": 14.875,
1893
+ "learning_rate": 2.490013315579228e-06,
1894
+ "loss": 0.9217,
1895
+ "step": 2630
1896
+ },
1897
+ {
1898
+ "epoch": 0.8788282290279628,
1899
+ "grad_norm": 7.90625,
1900
+ "learning_rate": 2.4234354194407458e-06,
1901
+ "loss": 0.9184,
1902
+ "step": 2640
1903
+ },
1904
+ {
1905
+ "epoch": 0.8821571238348869,
1906
+ "grad_norm": 11.1875,
1907
+ "learning_rate": 2.3568575233022637e-06,
1908
+ "loss": 0.9643,
1909
+ "step": 2650
1910
+ },
1911
+ {
1912
+ "epoch": 0.8854860186418109,
1913
+ "grad_norm": 5.84375,
1914
+ "learning_rate": 2.2902796271637817e-06,
1915
+ "loss": 0.9684,
1916
+ "step": 2660
1917
+ },
1918
+ {
1919
+ "epoch": 0.888814913448735,
1920
+ "grad_norm": 13.75,
1921
+ "learning_rate": 2.2237017310252996e-06,
1922
+ "loss": 0.9295,
1923
+ "step": 2670
1924
+ },
1925
+ {
1926
+ "epoch": 0.8921438082556591,
1927
+ "grad_norm": 20.125,
1928
+ "learning_rate": 2.157123834886818e-06,
1929
+ "loss": 0.9395,
1930
+ "step": 2680
1931
+ },
1932
+ {
1933
+ "epoch": 0.8954727030625832,
1934
+ "grad_norm": 8.1875,
1935
+ "learning_rate": 2.0905459387483355e-06,
1936
+ "loss": 1.0618,
1937
+ "step": 2690
1938
+ },
1939
+ {
1940
+ "epoch": 0.8988015978695073,
1941
+ "grad_norm": 24.125,
1942
+ "learning_rate": 2.023968042609854e-06,
1943
+ "loss": 0.9056,
1944
+ "step": 2700
1945
+ },
1946
+ {
1947
+ "epoch": 0.9021304926764314,
1948
+ "grad_norm": 8.5625,
1949
+ "learning_rate": 1.9573901464713714e-06,
1950
+ "loss": 0.8271,
1951
+ "step": 2710
1952
+ },
1953
+ {
1954
+ "epoch": 0.9054593874833555,
1955
+ "grad_norm": 13.625,
1956
+ "learning_rate": 1.8908122503328896e-06,
1957
+ "loss": 0.9926,
1958
+ "step": 2720
1959
+ },
1960
+ {
1961
+ "epoch": 0.9087882822902796,
1962
+ "grad_norm": 10.0625,
1963
+ "learning_rate": 1.8242343541944078e-06,
1964
+ "loss": 0.9625,
1965
+ "step": 2730
1966
+ },
1967
+ {
1968
+ "epoch": 0.9121171770972037,
1969
+ "grad_norm": 12.5,
1970
+ "learning_rate": 1.7576564580559255e-06,
1971
+ "loss": 0.9791,
1972
+ "step": 2740
1973
+ },
1974
+ {
1975
+ "epoch": 0.9154460719041279,
1976
+ "grad_norm": 33.0,
1977
+ "learning_rate": 1.6910785619174437e-06,
1978
+ "loss": 0.9139,
1979
+ "step": 2750
1980
+ },
1981
+ {
1982
+ "epoch": 0.918774966711052,
1983
+ "grad_norm": 7.1875,
1984
+ "learning_rate": 1.6245006657789616e-06,
1985
+ "loss": 0.8434,
1986
+ "step": 2760
1987
+ },
1988
+ {
1989
+ "epoch": 0.9221038615179761,
1990
+ "grad_norm": 20.5,
1991
+ "learning_rate": 1.5579227696404794e-06,
1992
+ "loss": 0.9575,
1993
+ "step": 2770
1994
+ },
1995
+ {
1996
+ "epoch": 0.9254327563249002,
1997
+ "grad_norm": 15.5,
1998
+ "learning_rate": 1.4913448735019975e-06,
1999
+ "loss": 1.0703,
2000
+ "step": 2780
2001
+ },
2002
+ {
2003
+ "epoch": 0.9287616511318242,
2004
+ "grad_norm": 26.875,
2005
+ "learning_rate": 1.4247669773635153e-06,
2006
+ "loss": 1.0057,
2007
+ "step": 2790
2008
+ },
2009
+ {
2010
+ "epoch": 0.9320905459387483,
2011
+ "grad_norm": 10.1875,
2012
+ "learning_rate": 1.3581890812250334e-06,
2013
+ "loss": 0.7978,
2014
+ "step": 2800
2015
+ },
2016
+ {
2017
+ "epoch": 0.9354194407456724,
2018
+ "grad_norm": 15.0,
2019
+ "learning_rate": 1.2916111850865514e-06,
2020
+ "loss": 0.9641,
2021
+ "step": 2810
2022
+ },
2023
+ {
2024
+ "epoch": 0.9387483355525965,
2025
+ "grad_norm": 12.0625,
2026
+ "learning_rate": 1.2250332889480693e-06,
2027
+ "loss": 1.0366,
2028
+ "step": 2820
2029
+ },
2030
+ {
2031
+ "epoch": 0.9420772303595206,
2032
+ "grad_norm": 8.125,
2033
+ "learning_rate": 1.1584553928095873e-06,
2034
+ "loss": 1.0024,
2035
+ "step": 2830
2036
+ },
2037
+ {
2038
+ "epoch": 0.9454061251664447,
2039
+ "grad_norm": 15.4375,
2040
+ "learning_rate": 1.0918774966711052e-06,
2041
+ "loss": 1.0015,
2042
+ "step": 2840
2043
+ },
2044
+ {
2045
+ "epoch": 0.9487350199733688,
2046
+ "grad_norm": 6.3125,
2047
+ "learning_rate": 1.0252996005326232e-06,
2048
+ "loss": 1.0035,
2049
+ "step": 2850
2050
+ },
2051
+ {
2052
+ "epoch": 0.952063914780293,
2053
+ "grad_norm": 26.25,
2054
+ "learning_rate": 9.587217043941411e-07,
2055
+ "loss": 1.0925,
2056
+ "step": 2860
2057
+ },
2058
+ {
2059
+ "epoch": 0.9553928095872171,
2060
+ "grad_norm": 31.625,
2061
+ "learning_rate": 8.921438082556592e-07,
2062
+ "loss": 0.9177,
2063
+ "step": 2870
2064
+ },
2065
+ {
2066
+ "epoch": 0.9587217043941412,
2067
+ "grad_norm": 25.125,
2068
+ "learning_rate": 8.255659121171772e-07,
2069
+ "loss": 1.128,
2070
+ "step": 2880
2071
+ },
2072
+ {
2073
+ "epoch": 0.9620505992010653,
2074
+ "grad_norm": 15.875,
2075
+ "learning_rate": 7.589880159786951e-07,
2076
+ "loss": 1.0045,
2077
+ "step": 2890
2078
+ },
2079
+ {
2080
+ "epoch": 0.9653794940079894,
2081
+ "grad_norm": 13.6875,
2082
+ "learning_rate": 6.924101198402131e-07,
2083
+ "loss": 1.0835,
2084
+ "step": 2900
2085
+ },
2086
+ {
2087
+ "epoch": 0.9687083888149135,
2088
+ "grad_norm": 19.375,
2089
+ "learning_rate": 6.258322237017311e-07,
2090
+ "loss": 0.9599,
2091
+ "step": 2910
2092
+ },
2093
+ {
2094
+ "epoch": 0.9720372836218375,
2095
+ "grad_norm": 13.1875,
2096
+ "learning_rate": 5.592543275632491e-07,
2097
+ "loss": 0.9699,
2098
+ "step": 2920
2099
+ },
2100
+ {
2101
+ "epoch": 0.9753661784287616,
2102
+ "grad_norm": 23.0,
2103
+ "learning_rate": 4.92676431424767e-07,
2104
+ "loss": 1.0096,
2105
+ "step": 2930
2106
+ },
2107
+ {
2108
+ "epoch": 0.9786950732356857,
2109
+ "grad_norm": 24.875,
2110
+ "learning_rate": 4.2609853528628503e-07,
2111
+ "loss": 1.0898,
2112
+ "step": 2940
2113
+ },
2114
+ {
2115
+ "epoch": 0.9820239680426098,
2116
+ "grad_norm": 5.6875,
2117
+ "learning_rate": 3.5952063914780293e-07,
2118
+ "loss": 0.9168,
2119
+ "step": 2950
2120
+ },
2121
+ {
2122
+ "epoch": 0.9853528628495339,
2123
+ "grad_norm": 14.0,
2124
+ "learning_rate": 2.9294274300932093e-07,
2125
+ "loss": 1.0706,
2126
+ "step": 2960
2127
+ },
2128
+ {
2129
+ "epoch": 0.988681757656458,
2130
+ "grad_norm": 11.25,
2131
+ "learning_rate": 2.263648468708389e-07,
2132
+ "loss": 1.0224,
2133
+ "step": 2970
2134
+ },
2135
+ {
2136
+ "epoch": 0.9920106524633822,
2137
+ "grad_norm": 6.0625,
2138
+ "learning_rate": 1.5978695073235687e-07,
2139
+ "loss": 1.092,
2140
+ "step": 2980
2141
+ },
2142
+ {
2143
+ "epoch": 0.9953395472703063,
2144
+ "grad_norm": 18.375,
2145
+ "learning_rate": 9.320905459387485e-08,
2146
+ "loss": 0.9978,
2147
+ "step": 2990
2148
+ },
2149
+ {
2150
+ "epoch": 0.9986684420772304,
2151
+ "grad_norm": 6.21875,
2152
+ "learning_rate": 2.6631158455392814e-08,
2153
+ "loss": 0.9865,
2154
+ "step": 3000
2155
+ },
2156
+ {
2157
+ "epoch": 0.9986684420772304,
2158
+ "eval_accuracy": 0.5078812012609922,
2159
+ "eval_loss": 0.9415724873542786,
2160
+ "eval_runtime": 213.578,
2161
+ "eval_samples_per_second": 112.877,
2162
+ "eval_steps_per_second": 28.219,
2163
+ "step": 3000
2164
+ }
2165
+ ],
2166
+ "logging_steps": 10,
2167
+ "max_steps": 3004,
2168
+ "num_input_tokens_seen": 0,
2169
+ "num_train_epochs": 1,
2170
+ "save_steps": 500,
2171
+ "stateful_callbacks": {
2172
+ "TrainerControl": {
2173
+ "args": {
2174
+ "should_epoch_stop": false,
2175
+ "should_evaluate": false,
2176
+ "should_log": false,
2177
+ "should_save": true,
2178
+ "should_training_stop": false
2179
+ },
2180
+ "attributes": {}
2181
+ }
2182
+ },
2183
+ "total_flos": 0.0,
2184
+ "train_batch_size": 16,
2185
+ "trial_name": null,
2186
+ "trial_params": null
2187
+ }
checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad4c1f90cca8627b67272acf21697ce26139a89a13bf55f49567978573bff87
3
+ size 5176
checkpoint-3004/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2
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-3004/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "gpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
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.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": "SEQ_CLS",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-3004/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f341cf631bdef89c245109cc4c977c7d496e441e6d11145eddc5dad6a1dc473a
3
+ size 594496
checkpoint-3004/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852181afa1a19e5c441b9c55486b58d7fec27001696126f592f0c10dac0aadba
3
+ size 1197932
checkpoint-3004/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:837c235220b00aa9bd6fd9e829dc15309c352bfb953f2629a19c980bd73a1269
3
+ size 14180
checkpoint-3004/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27ec6d082724e3872c4fc029fdb8a14d33ee1a339fc5241410e1d93dfc98718
3
+ size 1064
checkpoint-3004/trainer_state.json ADDED
@@ -0,0 +1,2187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3004,
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.003328894806924101,
13
+ "grad_norm": 37.75,
14
+ "learning_rate": 1.9933422103861518e-05,
15
+ "loss": 1.4084,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.006657789613848202,
20
+ "grad_norm": 12.125,
21
+ "learning_rate": 1.9866844207723038e-05,
22
+ "loss": 1.0474,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.009986684420772303,
27
+ "grad_norm": 45.25,
28
+ "learning_rate": 1.9800266311584554e-05,
29
+ "loss": 1.2455,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.013315579227696404,
34
+ "grad_norm": 13.9375,
35
+ "learning_rate": 1.9733688415446073e-05,
36
+ "loss": 1.1969,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.016644474034620507,
41
+ "grad_norm": 32.0,
42
+ "learning_rate": 1.966711051930759e-05,
43
+ "loss": 1.1659,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.019973368841544607,
48
+ "grad_norm": 19.0,
49
+ "learning_rate": 1.960053262316911e-05,
50
+ "loss": 1.1159,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.02330226364846871,
55
+ "grad_norm": 27.5,
56
+ "learning_rate": 1.953395472703063e-05,
57
+ "loss": 1.1861,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.02663115845539281,
62
+ "grad_norm": 17.5,
63
+ "learning_rate": 1.9467376830892145e-05,
64
+ "loss": 1.1073,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.02996005326231691,
69
+ "grad_norm": 33.75,
70
+ "learning_rate": 1.9400798934753665e-05,
71
+ "loss": 1.1506,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.033288948069241014,
76
+ "grad_norm": 9.5,
77
+ "learning_rate": 1.933422103861518e-05,
78
+ "loss": 1.246,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.03661784287616511,
83
+ "grad_norm": 11.3125,
84
+ "learning_rate": 1.92676431424767e-05,
85
+ "loss": 1.1708,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.03994673768308921,
90
+ "grad_norm": 14.375,
91
+ "learning_rate": 1.9201065246338217e-05,
92
+ "loss": 1.1302,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.043275632490013316,
97
+ "grad_norm": 20.625,
98
+ "learning_rate": 1.9134487350199737e-05,
99
+ "loss": 1.0537,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.04660452729693742,
104
+ "grad_norm": 21.75,
105
+ "learning_rate": 1.9067909454061253e-05,
106
+ "loss": 1.0669,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.049933422103861515,
111
+ "grad_norm": 14.125,
112
+ "learning_rate": 1.900133155792277e-05,
113
+ "loss": 1.0482,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.05326231691078562,
118
+ "grad_norm": 27.625,
119
+ "learning_rate": 1.893475366178429e-05,
120
+ "loss": 1.1468,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.05659121171770972,
125
+ "grad_norm": 4.53125,
126
+ "learning_rate": 1.8868175765645805e-05,
127
+ "loss": 1.092,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.05992010652463382,
132
+ "grad_norm": 32.5,
133
+ "learning_rate": 1.8801597869507325e-05,
134
+ "loss": 1.2208,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.06324900133155792,
139
+ "grad_norm": 56.0,
140
+ "learning_rate": 1.873501997336884e-05,
141
+ "loss": 1.2359,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.06657789613848203,
146
+ "grad_norm": 8.375,
147
+ "learning_rate": 1.866844207723036e-05,
148
+ "loss": 1.0712,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.06990679094540612,
153
+ "grad_norm": 26.375,
154
+ "learning_rate": 1.860186418109188e-05,
155
+ "loss": 1.0156,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.07323568575233022,
160
+ "grad_norm": 12.0,
161
+ "learning_rate": 1.8535286284953397e-05,
162
+ "loss": 1.0407,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.07656458055925433,
167
+ "grad_norm": 13.75,
168
+ "learning_rate": 1.8468708388814916e-05,
169
+ "loss": 1.0161,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.07989347536617843,
174
+ "grad_norm": 27.125,
175
+ "learning_rate": 1.8402130492676432e-05,
176
+ "loss": 1.1466,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.08322237017310254,
181
+ "grad_norm": 26.125,
182
+ "learning_rate": 1.8335552596537952e-05,
183
+ "loss": 1.3192,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.08655126498002663,
188
+ "grad_norm": 25.75,
189
+ "learning_rate": 1.826897470039947e-05,
190
+ "loss": 1.0628,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.08988015978695073,
195
+ "grad_norm": 29.25,
196
+ "learning_rate": 1.8202396804260988e-05,
197
+ "loss": 0.967,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.09320905459387484,
202
+ "grad_norm": 29.75,
203
+ "learning_rate": 1.8135818908122504e-05,
204
+ "loss": 1.0356,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.09653794940079893,
209
+ "grad_norm": 11.6875,
210
+ "learning_rate": 1.806924101198402e-05,
211
+ "loss": 0.9853,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.09986684420772303,
216
+ "grad_norm": 27.5,
217
+ "learning_rate": 1.800266311584554e-05,
218
+ "loss": 1.0279,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.10319573901464714,
223
+ "grad_norm": 5.65625,
224
+ "learning_rate": 1.7936085219707056e-05,
225
+ "loss": 1.0115,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.10652463382157124,
230
+ "grad_norm": 8.1875,
231
+ "learning_rate": 1.7869507323568576e-05,
232
+ "loss": 0.942,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.10985352862849534,
237
+ "grad_norm": 65.0,
238
+ "learning_rate": 1.7802929427430096e-05,
239
+ "loss": 1.0208,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.11318242343541944,
244
+ "grad_norm": 9.625,
245
+ "learning_rate": 1.7736351531291612e-05,
246
+ "loss": 1.1729,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.11651131824234354,
251
+ "grad_norm": 17.5,
252
+ "learning_rate": 1.766977363515313e-05,
253
+ "loss": 0.9322,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.11984021304926765,
258
+ "grad_norm": 28.125,
259
+ "learning_rate": 1.7603195739014648e-05,
260
+ "loss": 1.0417,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.12316910785619174,
265
+ "grad_norm": 18.25,
266
+ "learning_rate": 1.7536617842876168e-05,
267
+ "loss": 1.2491,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.12649800266311584,
272
+ "grad_norm": 27.375,
273
+ "learning_rate": 1.7470039946737684e-05,
274
+ "loss": 0.9388,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.12982689747003995,
279
+ "grad_norm": 22.125,
280
+ "learning_rate": 1.7403462050599203e-05,
281
+ "loss": 1.0488,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.13315579227696406,
286
+ "grad_norm": 21.25,
287
+ "learning_rate": 1.733688415446072e-05,
288
+ "loss": 0.9951,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.13648468708388814,
293
+ "grad_norm": 11.75,
294
+ "learning_rate": 1.727030625832224e-05,
295
+ "loss": 0.9212,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.13981358189081225,
300
+ "grad_norm": 16.25,
301
+ "learning_rate": 1.7203728362183756e-05,
302
+ "loss": 1.0548,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.14314247669773636,
307
+ "grad_norm": 19.875,
308
+ "learning_rate": 1.7137150466045275e-05,
309
+ "loss": 1.0238,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.14647137150466044,
314
+ "grad_norm": 18.875,
315
+ "learning_rate": 1.707057256990679e-05,
316
+ "loss": 1.0327,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.14980026631158455,
321
+ "grad_norm": 7.84375,
322
+ "learning_rate": 1.7003994673768308e-05,
323
+ "loss": 1.1155,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.15312916111850866,
328
+ "grad_norm": 14.125,
329
+ "learning_rate": 1.693741677762983e-05,
330
+ "loss": 0.9627,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.15645805592543274,
335
+ "grad_norm": 7.4375,
336
+ "learning_rate": 1.6870838881491347e-05,
337
+ "loss": 1.0216,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.15978695073235685,
342
+ "grad_norm": 9.375,
343
+ "learning_rate": 1.6804260985352863e-05,
344
+ "loss": 1.0489,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.16311584553928096,
349
+ "grad_norm": 19.5,
350
+ "learning_rate": 1.6737683089214383e-05,
351
+ "loss": 1.1254,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.16644474034620507,
356
+ "grad_norm": 26.125,
357
+ "learning_rate": 1.66711051930759e-05,
358
+ "loss": 1.0134,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.16644474034620507,
363
+ "eval_accuracy": 0.5015762402521985,
364
+ "eval_loss": 0.9942083358764648,
365
+ "eval_runtime": 211.8123,
366
+ "eval_samples_per_second": 113.818,
367
+ "eval_steps_per_second": 28.454,
368
+ "step": 500
369
+ },
370
+ {
371
+ "epoch": 0.16977363515312915,
372
+ "grad_norm": 12.3125,
373
+ "learning_rate": 1.660452729693742e-05,
374
+ "loss": 1.0164,
375
+ "step": 510
376
+ },
377
+ {
378
+ "epoch": 0.17310252996005326,
379
+ "grad_norm": 38.75,
380
+ "learning_rate": 1.6537949400798935e-05,
381
+ "loss": 1.0042,
382
+ "step": 520
383
+ },
384
+ {
385
+ "epoch": 0.17643142476697737,
386
+ "grad_norm": 20.125,
387
+ "learning_rate": 1.6471371504660455e-05,
388
+ "loss": 0.9786,
389
+ "step": 530
390
+ },
391
+ {
392
+ "epoch": 0.17976031957390146,
393
+ "grad_norm": 11.4375,
394
+ "learning_rate": 1.640479360852197e-05,
395
+ "loss": 0.9678,
396
+ "step": 540
397
+ },
398
+ {
399
+ "epoch": 0.18308921438082557,
400
+ "grad_norm": 19.375,
401
+ "learning_rate": 1.633821571238349e-05,
402
+ "loss": 1.0477,
403
+ "step": 550
404
+ },
405
+ {
406
+ "epoch": 0.18641810918774968,
407
+ "grad_norm": 16.75,
408
+ "learning_rate": 1.6271637816245007e-05,
409
+ "loss": 1.02,
410
+ "step": 560
411
+ },
412
+ {
413
+ "epoch": 0.18974700399467376,
414
+ "grad_norm": 15.5,
415
+ "learning_rate": 1.6205059920106527e-05,
416
+ "loss": 0.9864,
417
+ "step": 570
418
+ },
419
+ {
420
+ "epoch": 0.19307589880159787,
421
+ "grad_norm": 9.75,
422
+ "learning_rate": 1.6138482023968043e-05,
423
+ "loss": 1.0019,
424
+ "step": 580
425
+ },
426
+ {
427
+ "epoch": 0.19640479360852198,
428
+ "grad_norm": 12.125,
429
+ "learning_rate": 1.6071904127829563e-05,
430
+ "loss": 0.9483,
431
+ "step": 590
432
+ },
433
+ {
434
+ "epoch": 0.19973368841544606,
435
+ "grad_norm": 30.875,
436
+ "learning_rate": 1.6005326231691082e-05,
437
+ "loss": 1.0692,
438
+ "step": 600
439
+ },
440
+ {
441
+ "epoch": 0.20306258322237017,
442
+ "grad_norm": 10.125,
443
+ "learning_rate": 1.59387483355526e-05,
444
+ "loss": 0.9279,
445
+ "step": 610
446
+ },
447
+ {
448
+ "epoch": 0.20639147802929428,
449
+ "grad_norm": 11.6875,
450
+ "learning_rate": 1.5872170439414115e-05,
451
+ "loss": 0.941,
452
+ "step": 620
453
+ },
454
+ {
455
+ "epoch": 0.2097203728362184,
456
+ "grad_norm": 3.03125,
457
+ "learning_rate": 1.5805592543275634e-05,
458
+ "loss": 1.0259,
459
+ "step": 630
460
+ },
461
+ {
462
+ "epoch": 0.21304926764314247,
463
+ "grad_norm": 10.4375,
464
+ "learning_rate": 1.573901464713715e-05,
465
+ "loss": 0.9687,
466
+ "step": 640
467
+ },
468
+ {
469
+ "epoch": 0.21637816245006658,
470
+ "grad_norm": 12.8125,
471
+ "learning_rate": 1.567243675099867e-05,
472
+ "loss": 0.9512,
473
+ "step": 650
474
+ },
475
+ {
476
+ "epoch": 0.2197070572569907,
477
+ "grad_norm": 9.75,
478
+ "learning_rate": 1.5605858854860187e-05,
479
+ "loss": 0.9569,
480
+ "step": 660
481
+ },
482
+ {
483
+ "epoch": 0.22303595206391477,
484
+ "grad_norm": 17.375,
485
+ "learning_rate": 1.5539280958721706e-05,
486
+ "loss": 0.9694,
487
+ "step": 670
488
+ },
489
+ {
490
+ "epoch": 0.22636484687083888,
491
+ "grad_norm": 9.625,
492
+ "learning_rate": 1.5472703062583222e-05,
493
+ "loss": 0.97,
494
+ "step": 680
495
+ },
496
+ {
497
+ "epoch": 0.229693741677763,
498
+ "grad_norm": 21.0,
499
+ "learning_rate": 1.5406125166444742e-05,
500
+ "loss": 1.0506,
501
+ "step": 690
502
+ },
503
+ {
504
+ "epoch": 0.23302263648468707,
505
+ "grad_norm": 10.3125,
506
+ "learning_rate": 1.533954727030626e-05,
507
+ "loss": 0.9184,
508
+ "step": 700
509
+ },
510
+ {
511
+ "epoch": 0.23635153129161118,
512
+ "grad_norm": 21.5,
513
+ "learning_rate": 1.5272969374167778e-05,
514
+ "loss": 1.005,
515
+ "step": 710
516
+ },
517
+ {
518
+ "epoch": 0.2396804260985353,
519
+ "grad_norm": 4.40625,
520
+ "learning_rate": 1.5206391478029296e-05,
521
+ "loss": 0.8624,
522
+ "step": 720
523
+ },
524
+ {
525
+ "epoch": 0.24300932090545938,
526
+ "grad_norm": 13.9375,
527
+ "learning_rate": 1.5139813581890814e-05,
528
+ "loss": 1.0051,
529
+ "step": 730
530
+ },
531
+ {
532
+ "epoch": 0.24633821571238348,
533
+ "grad_norm": 16.625,
534
+ "learning_rate": 1.5073235685752332e-05,
535
+ "loss": 1.0378,
536
+ "step": 740
537
+ },
538
+ {
539
+ "epoch": 0.2496671105193076,
540
+ "grad_norm": 6.4375,
541
+ "learning_rate": 1.500665778961385e-05,
542
+ "loss": 0.9191,
543
+ "step": 750
544
+ },
545
+ {
546
+ "epoch": 0.2529960053262317,
547
+ "grad_norm": 5.5625,
548
+ "learning_rate": 1.4940079893475368e-05,
549
+ "loss": 0.9722,
550
+ "step": 760
551
+ },
552
+ {
553
+ "epoch": 0.2563249001331558,
554
+ "grad_norm": 22.625,
555
+ "learning_rate": 1.4873501997336886e-05,
556
+ "loss": 1.014,
557
+ "step": 770
558
+ },
559
+ {
560
+ "epoch": 0.2596537949400799,
561
+ "grad_norm": 21.0,
562
+ "learning_rate": 1.4806924101198404e-05,
563
+ "loss": 1.0986,
564
+ "step": 780
565
+ },
566
+ {
567
+ "epoch": 0.262982689747004,
568
+ "grad_norm": 10.4375,
569
+ "learning_rate": 1.4740346205059922e-05,
570
+ "loss": 0.9672,
571
+ "step": 790
572
+ },
573
+ {
574
+ "epoch": 0.2663115845539281,
575
+ "grad_norm": 17.0,
576
+ "learning_rate": 1.467376830892144e-05,
577
+ "loss": 0.9605,
578
+ "step": 800
579
+ },
580
+ {
581
+ "epoch": 0.26964047936085217,
582
+ "grad_norm": 31.75,
583
+ "learning_rate": 1.4607190412782957e-05,
584
+ "loss": 1.0308,
585
+ "step": 810
586
+ },
587
+ {
588
+ "epoch": 0.2729693741677763,
589
+ "grad_norm": 12.4375,
590
+ "learning_rate": 1.4540612516644474e-05,
591
+ "loss": 0.9268,
592
+ "step": 820
593
+ },
594
+ {
595
+ "epoch": 0.2762982689747004,
596
+ "grad_norm": 17.125,
597
+ "learning_rate": 1.4474034620505992e-05,
598
+ "loss": 0.9656,
599
+ "step": 830
600
+ },
601
+ {
602
+ "epoch": 0.2796271637816245,
603
+ "grad_norm": 4.53125,
604
+ "learning_rate": 1.440745672436751e-05,
605
+ "loss": 0.9865,
606
+ "step": 840
607
+ },
608
+ {
609
+ "epoch": 0.2829560585885486,
610
+ "grad_norm": 22.625,
611
+ "learning_rate": 1.434087882822903e-05,
612
+ "loss": 1.1118,
613
+ "step": 850
614
+ },
615
+ {
616
+ "epoch": 0.2862849533954727,
617
+ "grad_norm": 13.0,
618
+ "learning_rate": 1.4274300932090547e-05,
619
+ "loss": 1.0043,
620
+ "step": 860
621
+ },
622
+ {
623
+ "epoch": 0.28961384820239683,
624
+ "grad_norm": 9.0625,
625
+ "learning_rate": 1.4207723035952065e-05,
626
+ "loss": 0.9768,
627
+ "step": 870
628
+ },
629
+ {
630
+ "epoch": 0.2929427430093209,
631
+ "grad_norm": 6.75,
632
+ "learning_rate": 1.4141145139813583e-05,
633
+ "loss": 1.0237,
634
+ "step": 880
635
+ },
636
+ {
637
+ "epoch": 0.296271637816245,
638
+ "grad_norm": 10.875,
639
+ "learning_rate": 1.4074567243675101e-05,
640
+ "loss": 1.1597,
641
+ "step": 890
642
+ },
643
+ {
644
+ "epoch": 0.2996005326231691,
645
+ "grad_norm": 5.75,
646
+ "learning_rate": 1.4007989347536619e-05,
647
+ "loss": 0.7993,
648
+ "step": 900
649
+ },
650
+ {
651
+ "epoch": 0.3029294274300932,
652
+ "grad_norm": 31.5,
653
+ "learning_rate": 1.3941411451398137e-05,
654
+ "loss": 0.9802,
655
+ "step": 910
656
+ },
657
+ {
658
+ "epoch": 0.3062583222370173,
659
+ "grad_norm": 12.25,
660
+ "learning_rate": 1.3874833555259655e-05,
661
+ "loss": 0.9565,
662
+ "step": 920
663
+ },
664
+ {
665
+ "epoch": 0.30958721704394143,
666
+ "grad_norm": 11.8125,
667
+ "learning_rate": 1.3808255659121173e-05,
668
+ "loss": 1.0024,
669
+ "step": 930
670
+ },
671
+ {
672
+ "epoch": 0.3129161118508655,
673
+ "grad_norm": 16.625,
674
+ "learning_rate": 1.3741677762982691e-05,
675
+ "loss": 1.0209,
676
+ "step": 940
677
+ },
678
+ {
679
+ "epoch": 0.3162450066577896,
680
+ "grad_norm": 13.375,
681
+ "learning_rate": 1.3675099866844209e-05,
682
+ "loss": 0.8767,
683
+ "step": 950
684
+ },
685
+ {
686
+ "epoch": 0.3195739014647137,
687
+ "grad_norm": 20.875,
688
+ "learning_rate": 1.3608521970705725e-05,
689
+ "loss": 0.9642,
690
+ "step": 960
691
+ },
692
+ {
693
+ "epoch": 0.3229027962716378,
694
+ "grad_norm": 17.25,
695
+ "learning_rate": 1.3541944074567243e-05,
696
+ "loss": 0.9508,
697
+ "step": 970
698
+ },
699
+ {
700
+ "epoch": 0.3262316910785619,
701
+ "grad_norm": 22.25,
702
+ "learning_rate": 1.3475366178428764e-05,
703
+ "loss": 1.1324,
704
+ "step": 980
705
+ },
706
+ {
707
+ "epoch": 0.32956058588548603,
708
+ "grad_norm": 11.5,
709
+ "learning_rate": 1.3408788282290282e-05,
710
+ "loss": 1.0655,
711
+ "step": 990
712
+ },
713
+ {
714
+ "epoch": 0.33288948069241014,
715
+ "grad_norm": 15.625,
716
+ "learning_rate": 1.3342210386151799e-05,
717
+ "loss": 0.9608,
718
+ "step": 1000
719
+ },
720
+ {
721
+ "epoch": 0.33288948069241014,
722
+ "eval_accuracy": 0.507300481168077,
723
+ "eval_loss": 0.9467151165008545,
724
+ "eval_runtime": 211.5004,
725
+ "eval_samples_per_second": 113.986,
726
+ "eval_steps_per_second": 28.496,
727
+ "step": 1000
728
+ },
729
+ {
730
+ "epoch": 0.3362183754993342,
731
+ "grad_norm": 20.0,
732
+ "learning_rate": 1.3275632490013317e-05,
733
+ "loss": 1.0432,
734
+ "step": 1010
735
+ },
736
+ {
737
+ "epoch": 0.3395472703062583,
738
+ "grad_norm": 22.375,
739
+ "learning_rate": 1.3209054593874834e-05,
740
+ "loss": 1.0393,
741
+ "step": 1020
742
+ },
743
+ {
744
+ "epoch": 0.3428761651131824,
745
+ "grad_norm": 18.375,
746
+ "learning_rate": 1.3142476697736352e-05,
747
+ "loss": 1.0398,
748
+ "step": 1030
749
+ },
750
+ {
751
+ "epoch": 0.34620505992010653,
752
+ "grad_norm": 17.25,
753
+ "learning_rate": 1.307589880159787e-05,
754
+ "loss": 0.9225,
755
+ "step": 1040
756
+ },
757
+ {
758
+ "epoch": 0.34953395472703064,
759
+ "grad_norm": 11.75,
760
+ "learning_rate": 1.3009320905459388e-05,
761
+ "loss": 0.9262,
762
+ "step": 1050
763
+ },
764
+ {
765
+ "epoch": 0.35286284953395475,
766
+ "grad_norm": 10.25,
767
+ "learning_rate": 1.2942743009320906e-05,
768
+ "loss": 0.7248,
769
+ "step": 1060
770
+ },
771
+ {
772
+ "epoch": 0.3561917443408788,
773
+ "grad_norm": 12.875,
774
+ "learning_rate": 1.2876165113182424e-05,
775
+ "loss": 0.8358,
776
+ "step": 1070
777
+ },
778
+ {
779
+ "epoch": 0.3595206391478029,
780
+ "grad_norm": 4.65625,
781
+ "learning_rate": 1.2809587217043942e-05,
782
+ "loss": 0.8156,
783
+ "step": 1080
784
+ },
785
+ {
786
+ "epoch": 0.362849533954727,
787
+ "grad_norm": 23.5,
788
+ "learning_rate": 1.274300932090546e-05,
789
+ "loss": 1.0211,
790
+ "step": 1090
791
+ },
792
+ {
793
+ "epoch": 0.36617842876165113,
794
+ "grad_norm": 17.5,
795
+ "learning_rate": 1.2676431424766978e-05,
796
+ "loss": 0.9804,
797
+ "step": 1100
798
+ },
799
+ {
800
+ "epoch": 0.36950732356857524,
801
+ "grad_norm": 6.375,
802
+ "learning_rate": 1.2609853528628498e-05,
803
+ "loss": 0.9636,
804
+ "step": 1110
805
+ },
806
+ {
807
+ "epoch": 0.37283621837549935,
808
+ "grad_norm": 20.25,
809
+ "learning_rate": 1.2543275632490016e-05,
810
+ "loss": 0.9873,
811
+ "step": 1120
812
+ },
813
+ {
814
+ "epoch": 0.37616511318242346,
815
+ "grad_norm": 17.0,
816
+ "learning_rate": 1.2476697736351534e-05,
817
+ "loss": 0.9674,
818
+ "step": 1130
819
+ },
820
+ {
821
+ "epoch": 0.3794940079893475,
822
+ "grad_norm": 20.5,
823
+ "learning_rate": 1.241011984021305e-05,
824
+ "loss": 1.0073,
825
+ "step": 1140
826
+ },
827
+ {
828
+ "epoch": 0.3828229027962716,
829
+ "grad_norm": 4.125,
830
+ "learning_rate": 1.2343541944074568e-05,
831
+ "loss": 1.0919,
832
+ "step": 1150
833
+ },
834
+ {
835
+ "epoch": 0.38615179760319573,
836
+ "grad_norm": 15.3125,
837
+ "learning_rate": 1.2276964047936086e-05,
838
+ "loss": 1.0103,
839
+ "step": 1160
840
+ },
841
+ {
842
+ "epoch": 0.38948069241011984,
843
+ "grad_norm": 22.125,
844
+ "learning_rate": 1.2210386151797604e-05,
845
+ "loss": 0.9629,
846
+ "step": 1170
847
+ },
848
+ {
849
+ "epoch": 0.39280958721704395,
850
+ "grad_norm": 2.953125,
851
+ "learning_rate": 1.2143808255659122e-05,
852
+ "loss": 0.9545,
853
+ "step": 1180
854
+ },
855
+ {
856
+ "epoch": 0.39613848202396806,
857
+ "grad_norm": 7.59375,
858
+ "learning_rate": 1.207723035952064e-05,
859
+ "loss": 0.8836,
860
+ "step": 1190
861
+ },
862
+ {
863
+ "epoch": 0.3994673768308921,
864
+ "grad_norm": 28.125,
865
+ "learning_rate": 1.2010652463382158e-05,
866
+ "loss": 0.9632,
867
+ "step": 1200
868
+ },
869
+ {
870
+ "epoch": 0.40279627163781623,
871
+ "grad_norm": 15.125,
872
+ "learning_rate": 1.1944074567243676e-05,
873
+ "loss": 1.0765,
874
+ "step": 1210
875
+ },
876
+ {
877
+ "epoch": 0.40612516644474034,
878
+ "grad_norm": 11.625,
879
+ "learning_rate": 1.1877496671105194e-05,
880
+ "loss": 0.7911,
881
+ "step": 1220
882
+ },
883
+ {
884
+ "epoch": 0.40945406125166445,
885
+ "grad_norm": 15.5625,
886
+ "learning_rate": 1.1810918774966711e-05,
887
+ "loss": 1.0908,
888
+ "step": 1230
889
+ },
890
+ {
891
+ "epoch": 0.41278295605858856,
892
+ "grad_norm": 6.3125,
893
+ "learning_rate": 1.1744340878828231e-05,
894
+ "loss": 1.0418,
895
+ "step": 1240
896
+ },
897
+ {
898
+ "epoch": 0.41611185086551267,
899
+ "grad_norm": 2.671875,
900
+ "learning_rate": 1.1677762982689749e-05,
901
+ "loss": 0.9041,
902
+ "step": 1250
903
+ },
904
+ {
905
+ "epoch": 0.4194407456724368,
906
+ "grad_norm": 19.125,
907
+ "learning_rate": 1.1611185086551267e-05,
908
+ "loss": 1.0392,
909
+ "step": 1260
910
+ },
911
+ {
912
+ "epoch": 0.42276964047936083,
913
+ "grad_norm": 6.8125,
914
+ "learning_rate": 1.1544607190412785e-05,
915
+ "loss": 0.8439,
916
+ "step": 1270
917
+ },
918
+ {
919
+ "epoch": 0.42609853528628494,
920
+ "grad_norm": 7.75,
921
+ "learning_rate": 1.1478029294274303e-05,
922
+ "loss": 1.0188,
923
+ "step": 1280
924
+ },
925
+ {
926
+ "epoch": 0.42942743009320905,
927
+ "grad_norm": 17.25,
928
+ "learning_rate": 1.141145139813582e-05,
929
+ "loss": 1.1353,
930
+ "step": 1290
931
+ },
932
+ {
933
+ "epoch": 0.43275632490013316,
934
+ "grad_norm": 22.125,
935
+ "learning_rate": 1.1344873501997337e-05,
936
+ "loss": 0.987,
937
+ "step": 1300
938
+ },
939
+ {
940
+ "epoch": 0.43608521970705727,
941
+ "grad_norm": 16.0,
942
+ "learning_rate": 1.1278295605858855e-05,
943
+ "loss": 0.8446,
944
+ "step": 1310
945
+ },
946
+ {
947
+ "epoch": 0.4394141145139814,
948
+ "grad_norm": 48.25,
949
+ "learning_rate": 1.1211717709720373e-05,
950
+ "loss": 1.0588,
951
+ "step": 1320
952
+ },
953
+ {
954
+ "epoch": 0.44274300932090543,
955
+ "grad_norm": 17.625,
956
+ "learning_rate": 1.1145139813581891e-05,
957
+ "loss": 0.8579,
958
+ "step": 1330
959
+ },
960
+ {
961
+ "epoch": 0.44607190412782954,
962
+ "grad_norm": 20.25,
963
+ "learning_rate": 1.1078561917443409e-05,
964
+ "loss": 1.0973,
965
+ "step": 1340
966
+ },
967
+ {
968
+ "epoch": 0.44940079893475365,
969
+ "grad_norm": 14.25,
970
+ "learning_rate": 1.1011984021304927e-05,
971
+ "loss": 0.975,
972
+ "step": 1350
973
+ },
974
+ {
975
+ "epoch": 0.45272969374167776,
976
+ "grad_norm": 22.875,
977
+ "learning_rate": 1.0945406125166447e-05,
978
+ "loss": 0.9035,
979
+ "step": 1360
980
+ },
981
+ {
982
+ "epoch": 0.4560585885486019,
983
+ "grad_norm": 13.0,
984
+ "learning_rate": 1.0878828229027965e-05,
985
+ "loss": 1.0748,
986
+ "step": 1370
987
+ },
988
+ {
989
+ "epoch": 0.459387483355526,
990
+ "grad_norm": 13.125,
991
+ "learning_rate": 1.0812250332889482e-05,
992
+ "loss": 1.0373,
993
+ "step": 1380
994
+ },
995
+ {
996
+ "epoch": 0.4627163781624501,
997
+ "grad_norm": 15.0,
998
+ "learning_rate": 1.0745672436751e-05,
999
+ "loss": 0.9623,
1000
+ "step": 1390
1001
+ },
1002
+ {
1003
+ "epoch": 0.46604527296937415,
1004
+ "grad_norm": 26.25,
1005
+ "learning_rate": 1.0679094540612518e-05,
1006
+ "loss": 0.9579,
1007
+ "step": 1400
1008
+ },
1009
+ {
1010
+ "epoch": 0.46937416777629826,
1011
+ "grad_norm": 12.125,
1012
+ "learning_rate": 1.0612516644474036e-05,
1013
+ "loss": 0.918,
1014
+ "step": 1410
1015
+ },
1016
+ {
1017
+ "epoch": 0.47270306258322237,
1018
+ "grad_norm": 30.75,
1019
+ "learning_rate": 1.0545938748335554e-05,
1020
+ "loss": 0.9823,
1021
+ "step": 1420
1022
+ },
1023
+ {
1024
+ "epoch": 0.4760319573901465,
1025
+ "grad_norm": 7.0,
1026
+ "learning_rate": 1.047936085219707e-05,
1027
+ "loss": 0.9885,
1028
+ "step": 1430
1029
+ },
1030
+ {
1031
+ "epoch": 0.4793608521970706,
1032
+ "grad_norm": 19.5,
1033
+ "learning_rate": 1.0412782956058588e-05,
1034
+ "loss": 0.9654,
1035
+ "step": 1440
1036
+ },
1037
+ {
1038
+ "epoch": 0.4826897470039947,
1039
+ "grad_norm": 13.5,
1040
+ "learning_rate": 1.0346205059920106e-05,
1041
+ "loss": 0.8212,
1042
+ "step": 1450
1043
+ },
1044
+ {
1045
+ "epoch": 0.48601864181091875,
1046
+ "grad_norm": 17.0,
1047
+ "learning_rate": 1.0279627163781624e-05,
1048
+ "loss": 0.9406,
1049
+ "step": 1460
1050
+ },
1051
+ {
1052
+ "epoch": 0.48934753661784286,
1053
+ "grad_norm": 28.0,
1054
+ "learning_rate": 1.0213049267643142e-05,
1055
+ "loss": 0.9908,
1056
+ "step": 1470
1057
+ },
1058
+ {
1059
+ "epoch": 0.49267643142476697,
1060
+ "grad_norm": 14.25,
1061
+ "learning_rate": 1.014647137150466e-05,
1062
+ "loss": 0.9418,
1063
+ "step": 1480
1064
+ },
1065
+ {
1066
+ "epoch": 0.4960053262316911,
1067
+ "grad_norm": 12.25,
1068
+ "learning_rate": 1.007989347536618e-05,
1069
+ "loss": 1.075,
1070
+ "step": 1490
1071
+ },
1072
+ {
1073
+ "epoch": 0.4993342210386152,
1074
+ "grad_norm": 10.625,
1075
+ "learning_rate": 1.0013315579227698e-05,
1076
+ "loss": 1.0111,
1077
+ "step": 1500
1078
+ },
1079
+ {
1080
+ "epoch": 0.4993342210386152,
1081
+ "eval_accuracy": 0.508752281400365,
1082
+ "eval_loss": 0.9421009421348572,
1083
+ "eval_runtime": 209.8514,
1084
+ "eval_samples_per_second": 114.881,
1085
+ "eval_steps_per_second": 28.72,
1086
+ "step": 1500
1087
+ },
1088
+ {
1089
+ "epoch": 0.5026631158455392,
1090
+ "grad_norm": 31.5,
1091
+ "learning_rate": 9.946737683089214e-06,
1092
+ "loss": 0.9077,
1093
+ "step": 1510
1094
+ },
1095
+ {
1096
+ "epoch": 0.5059920106524634,
1097
+ "grad_norm": 19.375,
1098
+ "learning_rate": 9.880159786950732e-06,
1099
+ "loss": 1.1292,
1100
+ "step": 1520
1101
+ },
1102
+ {
1103
+ "epoch": 0.5093209054593875,
1104
+ "grad_norm": 8.4375,
1105
+ "learning_rate": 9.813581890812252e-06,
1106
+ "loss": 1.0658,
1107
+ "step": 1530
1108
+ },
1109
+ {
1110
+ "epoch": 0.5126498002663116,
1111
+ "grad_norm": 17.375,
1112
+ "learning_rate": 9.74700399467377e-06,
1113
+ "loss": 0.9691,
1114
+ "step": 1540
1115
+ },
1116
+ {
1117
+ "epoch": 0.5159786950732357,
1118
+ "grad_norm": 8.125,
1119
+ "learning_rate": 9.680426098535288e-06,
1120
+ "loss": 1.0146,
1121
+ "step": 1550
1122
+ },
1123
+ {
1124
+ "epoch": 0.5193075898801598,
1125
+ "grad_norm": 17.5,
1126
+ "learning_rate": 9.613848202396806e-06,
1127
+ "loss": 1.0196,
1128
+ "step": 1560
1129
+ },
1130
+ {
1131
+ "epoch": 0.5226364846870839,
1132
+ "grad_norm": 15.1875,
1133
+ "learning_rate": 9.547270306258324e-06,
1134
+ "loss": 0.8996,
1135
+ "step": 1570
1136
+ },
1137
+ {
1138
+ "epoch": 0.525965379494008,
1139
+ "grad_norm": 55.5,
1140
+ "learning_rate": 9.48069241011984e-06,
1141
+ "loss": 1.0211,
1142
+ "step": 1580
1143
+ },
1144
+ {
1145
+ "epoch": 0.5292942743009321,
1146
+ "grad_norm": 4.21875,
1147
+ "learning_rate": 9.41411451398136e-06,
1148
+ "loss": 0.9728,
1149
+ "step": 1590
1150
+ },
1151
+ {
1152
+ "epoch": 0.5326231691078562,
1153
+ "grad_norm": 6.71875,
1154
+ "learning_rate": 9.347536617842877e-06,
1155
+ "loss": 1.0168,
1156
+ "step": 1600
1157
+ },
1158
+ {
1159
+ "epoch": 0.5359520639147803,
1160
+ "grad_norm": 24.75,
1161
+ "learning_rate": 9.280958721704395e-06,
1162
+ "loss": 0.9252,
1163
+ "step": 1610
1164
+ },
1165
+ {
1166
+ "epoch": 0.5392809587217043,
1167
+ "grad_norm": 9.0625,
1168
+ "learning_rate": 9.214380825565913e-06,
1169
+ "loss": 1.0479,
1170
+ "step": 1620
1171
+ },
1172
+ {
1173
+ "epoch": 0.5426098535286284,
1174
+ "grad_norm": 15.375,
1175
+ "learning_rate": 9.147802929427431e-06,
1176
+ "loss": 1.0699,
1177
+ "step": 1630
1178
+ },
1179
+ {
1180
+ "epoch": 0.5459387483355526,
1181
+ "grad_norm": 17.5,
1182
+ "learning_rate": 9.08122503328895e-06,
1183
+ "loss": 0.9407,
1184
+ "step": 1640
1185
+ },
1186
+ {
1187
+ "epoch": 0.5492676431424767,
1188
+ "grad_norm": 9.625,
1189
+ "learning_rate": 9.014647137150465e-06,
1190
+ "loss": 1.0124,
1191
+ "step": 1650
1192
+ },
1193
+ {
1194
+ "epoch": 0.5525965379494008,
1195
+ "grad_norm": 10.375,
1196
+ "learning_rate": 8.948069241011985e-06,
1197
+ "loss": 0.8612,
1198
+ "step": 1660
1199
+ },
1200
+ {
1201
+ "epoch": 0.5559254327563249,
1202
+ "grad_norm": 21.375,
1203
+ "learning_rate": 8.881491344873503e-06,
1204
+ "loss": 0.9613,
1205
+ "step": 1670
1206
+ },
1207
+ {
1208
+ "epoch": 0.559254327563249,
1209
+ "grad_norm": 9.3125,
1210
+ "learning_rate": 8.814913448735021e-06,
1211
+ "loss": 0.9752,
1212
+ "step": 1680
1213
+ },
1214
+ {
1215
+ "epoch": 0.5625832223701731,
1216
+ "grad_norm": 8.375,
1217
+ "learning_rate": 8.748335552596539e-06,
1218
+ "loss": 0.8926,
1219
+ "step": 1690
1220
+ },
1221
+ {
1222
+ "epoch": 0.5659121171770972,
1223
+ "grad_norm": 17.625,
1224
+ "learning_rate": 8.681757656458057e-06,
1225
+ "loss": 1.0054,
1226
+ "step": 1700
1227
+ },
1228
+ {
1229
+ "epoch": 0.5692410119840213,
1230
+ "grad_norm": 20.125,
1231
+ "learning_rate": 8.615179760319575e-06,
1232
+ "loss": 0.9203,
1233
+ "step": 1710
1234
+ },
1235
+ {
1236
+ "epoch": 0.5725699067909454,
1237
+ "grad_norm": 28.75,
1238
+ "learning_rate": 8.548601864181093e-06,
1239
+ "loss": 0.9583,
1240
+ "step": 1720
1241
+ },
1242
+ {
1243
+ "epoch": 0.5758988015978695,
1244
+ "grad_norm": 17.0,
1245
+ "learning_rate": 8.48202396804261e-06,
1246
+ "loss": 0.9582,
1247
+ "step": 1730
1248
+ },
1249
+ {
1250
+ "epoch": 0.5792276964047937,
1251
+ "grad_norm": 13.4375,
1252
+ "learning_rate": 8.415446071904129e-06,
1253
+ "loss": 1.0034,
1254
+ "step": 1740
1255
+ },
1256
+ {
1257
+ "epoch": 0.5825565912117177,
1258
+ "grad_norm": 27.75,
1259
+ "learning_rate": 8.348868175765647e-06,
1260
+ "loss": 1.0647,
1261
+ "step": 1750
1262
+ },
1263
+ {
1264
+ "epoch": 0.5858854860186418,
1265
+ "grad_norm": 33.75,
1266
+ "learning_rate": 8.282290279627165e-06,
1267
+ "loss": 1.0575,
1268
+ "step": 1760
1269
+ },
1270
+ {
1271
+ "epoch": 0.5892143808255659,
1272
+ "grad_norm": 14.375,
1273
+ "learning_rate": 8.215712383488683e-06,
1274
+ "loss": 1.0699,
1275
+ "step": 1770
1276
+ },
1277
+ {
1278
+ "epoch": 0.59254327563249,
1279
+ "grad_norm": 6.09375,
1280
+ "learning_rate": 8.1491344873502e-06,
1281
+ "loss": 0.7706,
1282
+ "step": 1780
1283
+ },
1284
+ {
1285
+ "epoch": 0.5958721704394141,
1286
+ "grad_norm": 8.5625,
1287
+ "learning_rate": 8.082556591211719e-06,
1288
+ "loss": 0.8626,
1289
+ "step": 1790
1290
+ },
1291
+ {
1292
+ "epoch": 0.5992010652463382,
1293
+ "grad_norm": 7.46875,
1294
+ "learning_rate": 8.015978695073236e-06,
1295
+ "loss": 0.9427,
1296
+ "step": 1800
1297
+ },
1298
+ {
1299
+ "epoch": 0.6025299600532623,
1300
+ "grad_norm": 23.375,
1301
+ "learning_rate": 7.949400798934754e-06,
1302
+ "loss": 0.962,
1303
+ "step": 1810
1304
+ },
1305
+ {
1306
+ "epoch": 0.6058588548601864,
1307
+ "grad_norm": 7.65625,
1308
+ "learning_rate": 7.882822902796272e-06,
1309
+ "loss": 1.1216,
1310
+ "step": 1820
1311
+ },
1312
+ {
1313
+ "epoch": 0.6091877496671105,
1314
+ "grad_norm": 10.0625,
1315
+ "learning_rate": 7.81624500665779e-06,
1316
+ "loss": 0.9076,
1317
+ "step": 1830
1318
+ },
1319
+ {
1320
+ "epoch": 0.6125166444740346,
1321
+ "grad_norm": 6.78125,
1322
+ "learning_rate": 7.749667110519308e-06,
1323
+ "loss": 0.8158,
1324
+ "step": 1840
1325
+ },
1326
+ {
1327
+ "epoch": 0.6158455392809588,
1328
+ "grad_norm": 29.5,
1329
+ "learning_rate": 7.683089214380826e-06,
1330
+ "loss": 0.9828,
1331
+ "step": 1850
1332
+ },
1333
+ {
1334
+ "epoch": 0.6191744340878829,
1335
+ "grad_norm": 9.6875,
1336
+ "learning_rate": 7.616511318242344e-06,
1337
+ "loss": 0.9181,
1338
+ "step": 1860
1339
+ },
1340
+ {
1341
+ "epoch": 0.622503328894807,
1342
+ "grad_norm": 7.6875,
1343
+ "learning_rate": 7.549933422103862e-06,
1344
+ "loss": 0.9864,
1345
+ "step": 1870
1346
+ },
1347
+ {
1348
+ "epoch": 0.625832223701731,
1349
+ "grad_norm": 33.0,
1350
+ "learning_rate": 7.48335552596538e-06,
1351
+ "loss": 0.9898,
1352
+ "step": 1880
1353
+ },
1354
+ {
1355
+ "epoch": 0.6291611185086551,
1356
+ "grad_norm": 13.1875,
1357
+ "learning_rate": 7.416777629826898e-06,
1358
+ "loss": 0.948,
1359
+ "step": 1890
1360
+ },
1361
+ {
1362
+ "epoch": 0.6324900133155792,
1363
+ "grad_norm": 6.59375,
1364
+ "learning_rate": 7.350199733688416e-06,
1365
+ "loss": 0.9811,
1366
+ "step": 1900
1367
+ },
1368
+ {
1369
+ "epoch": 0.6358189081225033,
1370
+ "grad_norm": 8.5625,
1371
+ "learning_rate": 7.283621837549935e-06,
1372
+ "loss": 1.0461,
1373
+ "step": 1910
1374
+ },
1375
+ {
1376
+ "epoch": 0.6391478029294274,
1377
+ "grad_norm": 30.25,
1378
+ "learning_rate": 7.217043941411453e-06,
1379
+ "loss": 1.0408,
1380
+ "step": 1920
1381
+ },
1382
+ {
1383
+ "epoch": 0.6424766977363515,
1384
+ "grad_norm": 25.625,
1385
+ "learning_rate": 7.15046604527297e-06,
1386
+ "loss": 1.0327,
1387
+ "step": 1930
1388
+ },
1389
+ {
1390
+ "epoch": 0.6458055925432756,
1391
+ "grad_norm": 27.125,
1392
+ "learning_rate": 7.083888149134488e-06,
1393
+ "loss": 0.9213,
1394
+ "step": 1940
1395
+ },
1396
+ {
1397
+ "epoch": 0.6491344873501997,
1398
+ "grad_norm": 22.125,
1399
+ "learning_rate": 7.017310252996006e-06,
1400
+ "loss": 1.1191,
1401
+ "step": 1950
1402
+ },
1403
+ {
1404
+ "epoch": 0.6524633821571239,
1405
+ "grad_norm": 10.6875,
1406
+ "learning_rate": 6.950732356857524e-06,
1407
+ "loss": 0.9514,
1408
+ "step": 1960
1409
+ },
1410
+ {
1411
+ "epoch": 0.655792276964048,
1412
+ "grad_norm": 16.375,
1413
+ "learning_rate": 6.884154460719042e-06,
1414
+ "loss": 0.9437,
1415
+ "step": 1970
1416
+ },
1417
+ {
1418
+ "epoch": 0.6591211717709721,
1419
+ "grad_norm": 7.5625,
1420
+ "learning_rate": 6.8175765645805605e-06,
1421
+ "loss": 1.0645,
1422
+ "step": 1980
1423
+ },
1424
+ {
1425
+ "epoch": 0.6624500665778962,
1426
+ "grad_norm": 9.125,
1427
+ "learning_rate": 6.7509986684420784e-06,
1428
+ "loss": 0.9085,
1429
+ "step": 1990
1430
+ },
1431
+ {
1432
+ "epoch": 0.6657789613848203,
1433
+ "grad_norm": 9.6875,
1434
+ "learning_rate": 6.6844207723035955e-06,
1435
+ "loss": 0.9784,
1436
+ "step": 2000
1437
+ },
1438
+ {
1439
+ "epoch": 0.6657789613848203,
1440
+ "eval_accuracy": 0.5068027210884354,
1441
+ "eval_loss": 0.9414482712745667,
1442
+ "eval_runtime": 213.4336,
1443
+ "eval_samples_per_second": 112.953,
1444
+ "eval_steps_per_second": 28.238,
1445
+ "step": 2000
1446
+ },
1447
+ {
1448
+ "epoch": 0.6691078561917443,
1449
+ "grad_norm": 22.125,
1450
+ "learning_rate": 6.6178428761651135e-06,
1451
+ "loss": 0.9537,
1452
+ "step": 2010
1453
+ },
1454
+ {
1455
+ "epoch": 0.6724367509986684,
1456
+ "grad_norm": 19.5,
1457
+ "learning_rate": 6.5512649800266314e-06,
1458
+ "loss": 1.0052,
1459
+ "step": 2020
1460
+ },
1461
+ {
1462
+ "epoch": 0.6757656458055925,
1463
+ "grad_norm": 22.75,
1464
+ "learning_rate": 6.484687083888149e-06,
1465
+ "loss": 1.0513,
1466
+ "step": 2030
1467
+ },
1468
+ {
1469
+ "epoch": 0.6790945406125166,
1470
+ "grad_norm": 14.9375,
1471
+ "learning_rate": 6.418109187749668e-06,
1472
+ "loss": 1.0479,
1473
+ "step": 2040
1474
+ },
1475
+ {
1476
+ "epoch": 0.6824234354194407,
1477
+ "grad_norm": 15.6875,
1478
+ "learning_rate": 6.351531291611186e-06,
1479
+ "loss": 0.9613,
1480
+ "step": 2050
1481
+ },
1482
+ {
1483
+ "epoch": 0.6857523302263648,
1484
+ "grad_norm": 9.5625,
1485
+ "learning_rate": 6.284953395472704e-06,
1486
+ "loss": 0.98,
1487
+ "step": 2060
1488
+ },
1489
+ {
1490
+ "epoch": 0.689081225033289,
1491
+ "grad_norm": 11.375,
1492
+ "learning_rate": 6.218375499334221e-06,
1493
+ "loss": 0.8031,
1494
+ "step": 2070
1495
+ },
1496
+ {
1497
+ "epoch": 0.6924101198402131,
1498
+ "grad_norm": 8.5,
1499
+ "learning_rate": 6.151797603195739e-06,
1500
+ "loss": 0.9613,
1501
+ "step": 2080
1502
+ },
1503
+ {
1504
+ "epoch": 0.6957390146471372,
1505
+ "grad_norm": 8.1875,
1506
+ "learning_rate": 6.085219707057257e-06,
1507
+ "loss": 1.0147,
1508
+ "step": 2090
1509
+ },
1510
+ {
1511
+ "epoch": 0.6990679094540613,
1512
+ "grad_norm": 12.125,
1513
+ "learning_rate": 6.018641810918775e-06,
1514
+ "loss": 0.9856,
1515
+ "step": 2100
1516
+ },
1517
+ {
1518
+ "epoch": 0.7023968042609854,
1519
+ "grad_norm": 26.0,
1520
+ "learning_rate": 5.952063914780294e-06,
1521
+ "loss": 0.9457,
1522
+ "step": 2110
1523
+ },
1524
+ {
1525
+ "epoch": 0.7057256990679095,
1526
+ "grad_norm": 25.875,
1527
+ "learning_rate": 5.885486018641812e-06,
1528
+ "loss": 0.9133,
1529
+ "step": 2120
1530
+ },
1531
+ {
1532
+ "epoch": 0.7090545938748336,
1533
+ "grad_norm": 25.0,
1534
+ "learning_rate": 5.81890812250333e-06,
1535
+ "loss": 1.0304,
1536
+ "step": 2130
1537
+ },
1538
+ {
1539
+ "epoch": 0.7123834886817576,
1540
+ "grad_norm": 27.375,
1541
+ "learning_rate": 5.752330226364847e-06,
1542
+ "loss": 1.1041,
1543
+ "step": 2140
1544
+ },
1545
+ {
1546
+ "epoch": 0.7157123834886817,
1547
+ "grad_norm": 15.75,
1548
+ "learning_rate": 5.685752330226365e-06,
1549
+ "loss": 1.0324,
1550
+ "step": 2150
1551
+ },
1552
+ {
1553
+ "epoch": 0.7190412782956058,
1554
+ "grad_norm": 13.4375,
1555
+ "learning_rate": 5.619174434087883e-06,
1556
+ "loss": 0.9786,
1557
+ "step": 2160
1558
+ },
1559
+ {
1560
+ "epoch": 0.7223701731025299,
1561
+ "grad_norm": 7.53125,
1562
+ "learning_rate": 5.5525965379494016e-06,
1563
+ "loss": 1.048,
1564
+ "step": 2170
1565
+ },
1566
+ {
1567
+ "epoch": 0.725699067909454,
1568
+ "grad_norm": 23.75,
1569
+ "learning_rate": 5.4860186418109195e-06,
1570
+ "loss": 0.9347,
1571
+ "step": 2180
1572
+ },
1573
+ {
1574
+ "epoch": 0.7290279627163782,
1575
+ "grad_norm": 30.875,
1576
+ "learning_rate": 5.4194407456724375e-06,
1577
+ "loss": 0.929,
1578
+ "step": 2190
1579
+ },
1580
+ {
1581
+ "epoch": 0.7323568575233023,
1582
+ "grad_norm": 9.5625,
1583
+ "learning_rate": 5.3528628495339554e-06,
1584
+ "loss": 0.8509,
1585
+ "step": 2200
1586
+ },
1587
+ {
1588
+ "epoch": 0.7356857523302264,
1589
+ "grad_norm": 31.125,
1590
+ "learning_rate": 5.286284953395473e-06,
1591
+ "loss": 1.0614,
1592
+ "step": 2210
1593
+ },
1594
+ {
1595
+ "epoch": 0.7390146471371505,
1596
+ "grad_norm": 33.5,
1597
+ "learning_rate": 5.2197070572569905e-06,
1598
+ "loss": 0.9723,
1599
+ "step": 2220
1600
+ },
1601
+ {
1602
+ "epoch": 0.7423435419440746,
1603
+ "grad_norm": 9.0,
1604
+ "learning_rate": 5.1531291611185084e-06,
1605
+ "loss": 0.8864,
1606
+ "step": 2230
1607
+ },
1608
+ {
1609
+ "epoch": 0.7456724367509987,
1610
+ "grad_norm": 26.0,
1611
+ "learning_rate": 5.086551264980027e-06,
1612
+ "loss": 1.004,
1613
+ "step": 2240
1614
+ },
1615
+ {
1616
+ "epoch": 0.7490013315579228,
1617
+ "grad_norm": 26.5,
1618
+ "learning_rate": 5.019973368841545e-06,
1619
+ "loss": 0.9622,
1620
+ "step": 2250
1621
+ },
1622
+ {
1623
+ "epoch": 0.7523302263648469,
1624
+ "grad_norm": 12.75,
1625
+ "learning_rate": 4.953395472703063e-06,
1626
+ "loss": 0.9793,
1627
+ "step": 2260
1628
+ },
1629
+ {
1630
+ "epoch": 0.7556591211717709,
1631
+ "grad_norm": 7.65625,
1632
+ "learning_rate": 4.886817576564581e-06,
1633
+ "loss": 0.7945,
1634
+ "step": 2270
1635
+ },
1636
+ {
1637
+ "epoch": 0.758988015978695,
1638
+ "grad_norm": 16.875,
1639
+ "learning_rate": 4.820239680426099e-06,
1640
+ "loss": 1.151,
1641
+ "step": 2280
1642
+ },
1643
+ {
1644
+ "epoch": 0.7623169107856191,
1645
+ "grad_norm": 14.1875,
1646
+ "learning_rate": 4.753661784287617e-06,
1647
+ "loss": 0.8101,
1648
+ "step": 2290
1649
+ },
1650
+ {
1651
+ "epoch": 0.7656458055925432,
1652
+ "grad_norm": 5.53125,
1653
+ "learning_rate": 4.687083888149135e-06,
1654
+ "loss": 0.9417,
1655
+ "step": 2300
1656
+ },
1657
+ {
1658
+ "epoch": 0.7689747003994674,
1659
+ "grad_norm": 14.75,
1660
+ "learning_rate": 4.620505992010653e-06,
1661
+ "loss": 0.9002,
1662
+ "step": 2310
1663
+ },
1664
+ {
1665
+ "epoch": 0.7723035952063915,
1666
+ "grad_norm": 13.9375,
1667
+ "learning_rate": 4.553928095872171e-06,
1668
+ "loss": 1.0102,
1669
+ "step": 2320
1670
+ },
1671
+ {
1672
+ "epoch": 0.7756324900133156,
1673
+ "grad_norm": 7.9375,
1674
+ "learning_rate": 4.487350199733689e-06,
1675
+ "loss": 0.9029,
1676
+ "step": 2330
1677
+ },
1678
+ {
1679
+ "epoch": 0.7789613848202397,
1680
+ "grad_norm": 25.25,
1681
+ "learning_rate": 4.420772303595207e-06,
1682
+ "loss": 1.0435,
1683
+ "step": 2340
1684
+ },
1685
+ {
1686
+ "epoch": 0.7822902796271638,
1687
+ "grad_norm": 3.53125,
1688
+ "learning_rate": 4.354194407456725e-06,
1689
+ "loss": 0.8851,
1690
+ "step": 2350
1691
+ },
1692
+ {
1693
+ "epoch": 0.7856191744340879,
1694
+ "grad_norm": 36.0,
1695
+ "learning_rate": 4.287616511318243e-06,
1696
+ "loss": 0.9339,
1697
+ "step": 2360
1698
+ },
1699
+ {
1700
+ "epoch": 0.788948069241012,
1701
+ "grad_norm": 25.375,
1702
+ "learning_rate": 4.221038615179761e-06,
1703
+ "loss": 0.943,
1704
+ "step": 2370
1705
+ },
1706
+ {
1707
+ "epoch": 0.7922769640479361,
1708
+ "grad_norm": 6.90625,
1709
+ "learning_rate": 4.1544607190412786e-06,
1710
+ "loss": 0.969,
1711
+ "step": 2380
1712
+ },
1713
+ {
1714
+ "epoch": 0.7956058588548602,
1715
+ "grad_norm": 29.375,
1716
+ "learning_rate": 4.0878828229027965e-06,
1717
+ "loss": 0.9423,
1718
+ "step": 2390
1719
+ },
1720
+ {
1721
+ "epoch": 0.7989347536617842,
1722
+ "grad_norm": 9.125,
1723
+ "learning_rate": 4.0213049267643145e-06,
1724
+ "loss": 0.8299,
1725
+ "step": 2400
1726
+ },
1727
+ {
1728
+ "epoch": 0.8022636484687083,
1729
+ "grad_norm": 9.75,
1730
+ "learning_rate": 3.9547270306258324e-06,
1731
+ "loss": 1.0702,
1732
+ "step": 2410
1733
+ },
1734
+ {
1735
+ "epoch": 0.8055925432756325,
1736
+ "grad_norm": 13.1875,
1737
+ "learning_rate": 3.88814913448735e-06,
1738
+ "loss": 1.03,
1739
+ "step": 2420
1740
+ },
1741
+ {
1742
+ "epoch": 0.8089214380825566,
1743
+ "grad_norm": 10.4375,
1744
+ "learning_rate": 3.821571238348868e-06,
1745
+ "loss": 0.9467,
1746
+ "step": 2430
1747
+ },
1748
+ {
1749
+ "epoch": 0.8122503328894807,
1750
+ "grad_norm": 6.46875,
1751
+ "learning_rate": 3.7549933422103863e-06,
1752
+ "loss": 1.0284,
1753
+ "step": 2440
1754
+ },
1755
+ {
1756
+ "epoch": 0.8155792276964048,
1757
+ "grad_norm": 9.75,
1758
+ "learning_rate": 3.6884154460719047e-06,
1759
+ "loss": 1.0224,
1760
+ "step": 2450
1761
+ },
1762
+ {
1763
+ "epoch": 0.8189081225033289,
1764
+ "grad_norm": 11.0625,
1765
+ "learning_rate": 3.621837549933422e-06,
1766
+ "loss": 0.8798,
1767
+ "step": 2460
1768
+ },
1769
+ {
1770
+ "epoch": 0.822237017310253,
1771
+ "grad_norm": 6.25,
1772
+ "learning_rate": 3.55525965379494e-06,
1773
+ "loss": 0.9709,
1774
+ "step": 2470
1775
+ },
1776
+ {
1777
+ "epoch": 0.8255659121171771,
1778
+ "grad_norm": 35.5,
1779
+ "learning_rate": 3.4886817576564585e-06,
1780
+ "loss": 1.0462,
1781
+ "step": 2480
1782
+ },
1783
+ {
1784
+ "epoch": 0.8288948069241012,
1785
+ "grad_norm": 19.25,
1786
+ "learning_rate": 3.4221038615179765e-06,
1787
+ "loss": 0.9246,
1788
+ "step": 2490
1789
+ },
1790
+ {
1791
+ "epoch": 0.8322237017310253,
1792
+ "grad_norm": 11.9375,
1793
+ "learning_rate": 3.355525965379494e-06,
1794
+ "loss": 0.9595,
1795
+ "step": 2500
1796
+ },
1797
+ {
1798
+ "epoch": 0.8322237017310253,
1799
+ "eval_accuracy": 0.5073834411813506,
1800
+ "eval_loss": 0.9414454698562622,
1801
+ "eval_runtime": 212.4541,
1802
+ "eval_samples_per_second": 113.474,
1803
+ "eval_steps_per_second": 28.368,
1804
+ "step": 2500
1805
+ },
1806
+ {
1807
+ "epoch": 0.8355525965379494,
1808
+ "grad_norm": 7.1875,
1809
+ "learning_rate": 3.2889480692410124e-06,
1810
+ "loss": 0.9402,
1811
+ "step": 2510
1812
+ },
1813
+ {
1814
+ "epoch": 0.8388814913448736,
1815
+ "grad_norm": 26.875,
1816
+ "learning_rate": 3.2223701731025303e-06,
1817
+ "loss": 1.0118,
1818
+ "step": 2520
1819
+ },
1820
+ {
1821
+ "epoch": 0.8422103861517976,
1822
+ "grad_norm": 5.53125,
1823
+ "learning_rate": 3.1557922769640483e-06,
1824
+ "loss": 0.9671,
1825
+ "step": 2530
1826
+ },
1827
+ {
1828
+ "epoch": 0.8455392809587217,
1829
+ "grad_norm": 10.5,
1830
+ "learning_rate": 3.089214380825566e-06,
1831
+ "loss": 0.864,
1832
+ "step": 2540
1833
+ },
1834
+ {
1835
+ "epoch": 0.8488681757656458,
1836
+ "grad_norm": 14.6875,
1837
+ "learning_rate": 3.022636484687084e-06,
1838
+ "loss": 0.8927,
1839
+ "step": 2550
1840
+ },
1841
+ {
1842
+ "epoch": 0.8521970705725699,
1843
+ "grad_norm": 9.625,
1844
+ "learning_rate": 2.956058588548602e-06,
1845
+ "loss": 0.9096,
1846
+ "step": 2560
1847
+ },
1848
+ {
1849
+ "epoch": 0.855525965379494,
1850
+ "grad_norm": 10.9375,
1851
+ "learning_rate": 2.8894806924101197e-06,
1852
+ "loss": 0.9587,
1853
+ "step": 2570
1854
+ },
1855
+ {
1856
+ "epoch": 0.8588548601864181,
1857
+ "grad_norm": 25.375,
1858
+ "learning_rate": 2.822902796271638e-06,
1859
+ "loss": 1.0519,
1860
+ "step": 2580
1861
+ },
1862
+ {
1863
+ "epoch": 0.8621837549933422,
1864
+ "grad_norm": 23.375,
1865
+ "learning_rate": 2.756324900133156e-06,
1866
+ "loss": 1.1253,
1867
+ "step": 2590
1868
+ },
1869
+ {
1870
+ "epoch": 0.8655126498002663,
1871
+ "grad_norm": 43.0,
1872
+ "learning_rate": 2.689747003994674e-06,
1873
+ "loss": 0.9927,
1874
+ "step": 2600
1875
+ },
1876
+ {
1877
+ "epoch": 0.8688415446071904,
1878
+ "grad_norm": 19.75,
1879
+ "learning_rate": 2.6231691078561923e-06,
1880
+ "loss": 0.9283,
1881
+ "step": 2610
1882
+ },
1883
+ {
1884
+ "epoch": 0.8721704394141145,
1885
+ "grad_norm": 10.0625,
1886
+ "learning_rate": 2.55659121171771e-06,
1887
+ "loss": 1.0127,
1888
+ "step": 2620
1889
+ },
1890
+ {
1891
+ "epoch": 0.8754993342210386,
1892
+ "grad_norm": 14.875,
1893
+ "learning_rate": 2.490013315579228e-06,
1894
+ "loss": 0.9217,
1895
+ "step": 2630
1896
+ },
1897
+ {
1898
+ "epoch": 0.8788282290279628,
1899
+ "grad_norm": 7.90625,
1900
+ "learning_rate": 2.4234354194407458e-06,
1901
+ "loss": 0.9184,
1902
+ "step": 2640
1903
+ },
1904
+ {
1905
+ "epoch": 0.8821571238348869,
1906
+ "grad_norm": 11.1875,
1907
+ "learning_rate": 2.3568575233022637e-06,
1908
+ "loss": 0.9643,
1909
+ "step": 2650
1910
+ },
1911
+ {
1912
+ "epoch": 0.8854860186418109,
1913
+ "grad_norm": 5.84375,
1914
+ "learning_rate": 2.2902796271637817e-06,
1915
+ "loss": 0.9684,
1916
+ "step": 2660
1917
+ },
1918
+ {
1919
+ "epoch": 0.888814913448735,
1920
+ "grad_norm": 13.75,
1921
+ "learning_rate": 2.2237017310252996e-06,
1922
+ "loss": 0.9295,
1923
+ "step": 2670
1924
+ },
1925
+ {
1926
+ "epoch": 0.8921438082556591,
1927
+ "grad_norm": 20.125,
1928
+ "learning_rate": 2.157123834886818e-06,
1929
+ "loss": 0.9395,
1930
+ "step": 2680
1931
+ },
1932
+ {
1933
+ "epoch": 0.8954727030625832,
1934
+ "grad_norm": 8.1875,
1935
+ "learning_rate": 2.0905459387483355e-06,
1936
+ "loss": 1.0618,
1937
+ "step": 2690
1938
+ },
1939
+ {
1940
+ "epoch": 0.8988015978695073,
1941
+ "grad_norm": 24.125,
1942
+ "learning_rate": 2.023968042609854e-06,
1943
+ "loss": 0.9056,
1944
+ "step": 2700
1945
+ },
1946
+ {
1947
+ "epoch": 0.9021304926764314,
1948
+ "grad_norm": 8.5625,
1949
+ "learning_rate": 1.9573901464713714e-06,
1950
+ "loss": 0.8271,
1951
+ "step": 2710
1952
+ },
1953
+ {
1954
+ "epoch": 0.9054593874833555,
1955
+ "grad_norm": 13.625,
1956
+ "learning_rate": 1.8908122503328896e-06,
1957
+ "loss": 0.9926,
1958
+ "step": 2720
1959
+ },
1960
+ {
1961
+ "epoch": 0.9087882822902796,
1962
+ "grad_norm": 10.0625,
1963
+ "learning_rate": 1.8242343541944078e-06,
1964
+ "loss": 0.9625,
1965
+ "step": 2730
1966
+ },
1967
+ {
1968
+ "epoch": 0.9121171770972037,
1969
+ "grad_norm": 12.5,
1970
+ "learning_rate": 1.7576564580559255e-06,
1971
+ "loss": 0.9791,
1972
+ "step": 2740
1973
+ },
1974
+ {
1975
+ "epoch": 0.9154460719041279,
1976
+ "grad_norm": 33.0,
1977
+ "learning_rate": 1.6910785619174437e-06,
1978
+ "loss": 0.9139,
1979
+ "step": 2750
1980
+ },
1981
+ {
1982
+ "epoch": 0.918774966711052,
1983
+ "grad_norm": 7.1875,
1984
+ "learning_rate": 1.6245006657789616e-06,
1985
+ "loss": 0.8434,
1986
+ "step": 2760
1987
+ },
1988
+ {
1989
+ "epoch": 0.9221038615179761,
1990
+ "grad_norm": 20.5,
1991
+ "learning_rate": 1.5579227696404794e-06,
1992
+ "loss": 0.9575,
1993
+ "step": 2770
1994
+ },
1995
+ {
1996
+ "epoch": 0.9254327563249002,
1997
+ "grad_norm": 15.5,
1998
+ "learning_rate": 1.4913448735019975e-06,
1999
+ "loss": 1.0703,
2000
+ "step": 2780
2001
+ },
2002
+ {
2003
+ "epoch": 0.9287616511318242,
2004
+ "grad_norm": 26.875,
2005
+ "learning_rate": 1.4247669773635153e-06,
2006
+ "loss": 1.0057,
2007
+ "step": 2790
2008
+ },
2009
+ {
2010
+ "epoch": 0.9320905459387483,
2011
+ "grad_norm": 10.1875,
2012
+ "learning_rate": 1.3581890812250334e-06,
2013
+ "loss": 0.7978,
2014
+ "step": 2800
2015
+ },
2016
+ {
2017
+ "epoch": 0.9354194407456724,
2018
+ "grad_norm": 15.0,
2019
+ "learning_rate": 1.2916111850865514e-06,
2020
+ "loss": 0.9641,
2021
+ "step": 2810
2022
+ },
2023
+ {
2024
+ "epoch": 0.9387483355525965,
2025
+ "grad_norm": 12.0625,
2026
+ "learning_rate": 1.2250332889480693e-06,
2027
+ "loss": 1.0366,
2028
+ "step": 2820
2029
+ },
2030
+ {
2031
+ "epoch": 0.9420772303595206,
2032
+ "grad_norm": 8.125,
2033
+ "learning_rate": 1.1584553928095873e-06,
2034
+ "loss": 1.0024,
2035
+ "step": 2830
2036
+ },
2037
+ {
2038
+ "epoch": 0.9454061251664447,
2039
+ "grad_norm": 15.4375,
2040
+ "learning_rate": 1.0918774966711052e-06,
2041
+ "loss": 1.0015,
2042
+ "step": 2840
2043
+ },
2044
+ {
2045
+ "epoch": 0.9487350199733688,
2046
+ "grad_norm": 6.3125,
2047
+ "learning_rate": 1.0252996005326232e-06,
2048
+ "loss": 1.0035,
2049
+ "step": 2850
2050
+ },
2051
+ {
2052
+ "epoch": 0.952063914780293,
2053
+ "grad_norm": 26.25,
2054
+ "learning_rate": 9.587217043941411e-07,
2055
+ "loss": 1.0925,
2056
+ "step": 2860
2057
+ },
2058
+ {
2059
+ "epoch": 0.9553928095872171,
2060
+ "grad_norm": 31.625,
2061
+ "learning_rate": 8.921438082556592e-07,
2062
+ "loss": 0.9177,
2063
+ "step": 2870
2064
+ },
2065
+ {
2066
+ "epoch": 0.9587217043941412,
2067
+ "grad_norm": 25.125,
2068
+ "learning_rate": 8.255659121171772e-07,
2069
+ "loss": 1.128,
2070
+ "step": 2880
2071
+ },
2072
+ {
2073
+ "epoch": 0.9620505992010653,
2074
+ "grad_norm": 15.875,
2075
+ "learning_rate": 7.589880159786951e-07,
2076
+ "loss": 1.0045,
2077
+ "step": 2890
2078
+ },
2079
+ {
2080
+ "epoch": 0.9653794940079894,
2081
+ "grad_norm": 13.6875,
2082
+ "learning_rate": 6.924101198402131e-07,
2083
+ "loss": 1.0835,
2084
+ "step": 2900
2085
+ },
2086
+ {
2087
+ "epoch": 0.9687083888149135,
2088
+ "grad_norm": 19.375,
2089
+ "learning_rate": 6.258322237017311e-07,
2090
+ "loss": 0.9599,
2091
+ "step": 2910
2092
+ },
2093
+ {
2094
+ "epoch": 0.9720372836218375,
2095
+ "grad_norm": 13.1875,
2096
+ "learning_rate": 5.592543275632491e-07,
2097
+ "loss": 0.9699,
2098
+ "step": 2920
2099
+ },
2100
+ {
2101
+ "epoch": 0.9753661784287616,
2102
+ "grad_norm": 23.0,
2103
+ "learning_rate": 4.92676431424767e-07,
2104
+ "loss": 1.0096,
2105
+ "step": 2930
2106
+ },
2107
+ {
2108
+ "epoch": 0.9786950732356857,
2109
+ "grad_norm": 24.875,
2110
+ "learning_rate": 4.2609853528628503e-07,
2111
+ "loss": 1.0898,
2112
+ "step": 2940
2113
+ },
2114
+ {
2115
+ "epoch": 0.9820239680426098,
2116
+ "grad_norm": 5.6875,
2117
+ "learning_rate": 3.5952063914780293e-07,
2118
+ "loss": 0.9168,
2119
+ "step": 2950
2120
+ },
2121
+ {
2122
+ "epoch": 0.9853528628495339,
2123
+ "grad_norm": 14.0,
2124
+ "learning_rate": 2.9294274300932093e-07,
2125
+ "loss": 1.0706,
2126
+ "step": 2960
2127
+ },
2128
+ {
2129
+ "epoch": 0.988681757656458,
2130
+ "grad_norm": 11.25,
2131
+ "learning_rate": 2.263648468708389e-07,
2132
+ "loss": 1.0224,
2133
+ "step": 2970
2134
+ },
2135
+ {
2136
+ "epoch": 0.9920106524633822,
2137
+ "grad_norm": 6.0625,
2138
+ "learning_rate": 1.5978695073235687e-07,
2139
+ "loss": 1.092,
2140
+ "step": 2980
2141
+ },
2142
+ {
2143
+ "epoch": 0.9953395472703063,
2144
+ "grad_norm": 18.375,
2145
+ "learning_rate": 9.320905459387485e-08,
2146
+ "loss": 0.9978,
2147
+ "step": 2990
2148
+ },
2149
+ {
2150
+ "epoch": 0.9986684420772304,
2151
+ "grad_norm": 6.21875,
2152
+ "learning_rate": 2.6631158455392814e-08,
2153
+ "loss": 0.9865,
2154
+ "step": 3000
2155
+ },
2156
+ {
2157
+ "epoch": 0.9986684420772304,
2158
+ "eval_accuracy": 0.5078812012609922,
2159
+ "eval_loss": 0.9415724873542786,
2160
+ "eval_runtime": 213.578,
2161
+ "eval_samples_per_second": 112.877,
2162
+ "eval_steps_per_second": 28.219,
2163
+ "step": 3000
2164
+ }
2165
+ ],
2166
+ "logging_steps": 10,
2167
+ "max_steps": 3004,
2168
+ "num_input_tokens_seen": 0,
2169
+ "num_train_epochs": 1,
2170
+ "save_steps": 500,
2171
+ "stateful_callbacks": {
2172
+ "TrainerControl": {
2173
+ "args": {
2174
+ "should_epoch_stop": false,
2175
+ "should_evaluate": false,
2176
+ "should_log": false,
2177
+ "should_save": true,
2178
+ "should_training_stop": true
2179
+ },
2180
+ "attributes": {}
2181
+ }
2182
+ },
2183
+ "total_flos": 0.0,
2184
+ "train_batch_size": 16,
2185
+ "trial_name": null,
2186
+ "trial_params": null
2187
+ }
checkpoint-3004/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad4c1f90cca8627b67272acf21697ce26139a89a13bf55f49567978573bff87
3
+ size 5176
checkpoint-500/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: gpt2
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-500/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "gpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
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.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "c_attn"
27
+ ],
28
+ "task_type": "SEQ_CLS",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }