Fizzarolli commited on
Commit
c7cadfd
·
verified ·
1 Parent(s): 2bebd24

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: allura-org/Teleut-7b
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.14.0
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "allura-org/Teleut-7b",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 32,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.25,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "up_proj",
28
+ "gate_proj",
29
+ "k_proj",
30
+ "down_proj",
31
+ "o_proj",
32
+ "q_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4159f11888e366e9681983ab17f8ae529839e5074e7e083edf2897e2a46808e8
3
+ size 161533192
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cfb31e2d925b0e278cf8f94e5f5776cc885477c222d4f6c8f5e00e5fb4d2223
3
+ size 82463028
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e015bcb8a9000a9133a0f0c119ba11635b59ee6ff17e40841dbce26e2eca31
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7732e2e30c14cbb62e2c404b7e63ae0794b5ff4ffce10c35af31548620bfeb11
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
trainer_state.json ADDED
@@ -0,0 +1,1377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.24060150375939848,
5
+ "eval_steps": 500,
6
+ "global_step": 192,
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.0012531328320802004,
13
+ "grad_norm": 0.1519206017255783,
14
+ "learning_rate": 2.4000000000000003e-06,
15
+ "loss": 1.8379,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.002506265664160401,
20
+ "grad_norm": 0.13846151530742645,
21
+ "learning_rate": 4.800000000000001e-06,
22
+ "loss": 1.6569,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.0037593984962406013,
27
+ "grad_norm": 0.13162349164485931,
28
+ "learning_rate": 7.2e-06,
29
+ "loss": 1.6083,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.005012531328320802,
34
+ "grad_norm": 0.1345846951007843,
35
+ "learning_rate": 9.600000000000001e-06,
36
+ "loss": 1.6603,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.006265664160401002,
41
+ "grad_norm": 0.1223267987370491,
42
+ "learning_rate": 1.2e-05,
43
+ "loss": 1.6579,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.007518796992481203,
48
+ "grad_norm": 0.09618138521909714,
49
+ "learning_rate": 1.44e-05,
50
+ "loss": 1.5689,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.008771929824561403,
55
+ "grad_norm": 0.09933976829051971,
56
+ "learning_rate": 1.6800000000000002e-05,
57
+ "loss": 1.4663,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.010025062656641603,
62
+ "grad_norm": 0.1198974996805191,
63
+ "learning_rate": 1.9200000000000003e-05,
64
+ "loss": 1.734,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.011278195488721804,
69
+ "grad_norm": 0.15424160659313202,
70
+ "learning_rate": 2.16e-05,
71
+ "loss": 1.6767,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.012531328320802004,
76
+ "grad_norm": 0.1701776534318924,
77
+ "learning_rate": 2.4e-05,
78
+ "loss": 1.5974,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.013784461152882205,
83
+ "grad_norm": 0.15073753893375397,
84
+ "learning_rate": 2.64e-05,
85
+ "loss": 1.5259,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.015037593984962405,
90
+ "grad_norm": 0.14940425753593445,
91
+ "learning_rate": 2.88e-05,
92
+ "loss": 1.6349,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.016290726817042606,
97
+ "grad_norm": 0.12604176998138428,
98
+ "learning_rate": 3.12e-05,
99
+ "loss": 1.6443,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.017543859649122806,
104
+ "grad_norm": 0.15434400737285614,
105
+ "learning_rate": 3.3600000000000004e-05,
106
+ "loss": 1.6378,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.018796992481203006,
111
+ "grad_norm": 0.12647251784801483,
112
+ "learning_rate": 3.6e-05,
113
+ "loss": 1.542,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.020050125313283207,
118
+ "grad_norm": 0.1258278489112854,
119
+ "learning_rate": 3.8400000000000005e-05,
120
+ "loss": 1.6091,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.021303258145363407,
125
+ "grad_norm": 0.09623159468173981,
126
+ "learning_rate": 4.08e-05,
127
+ "loss": 1.5555,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.022556390977443608,
132
+ "grad_norm": 0.10304850339889526,
133
+ "learning_rate": 4.32e-05,
134
+ "loss": 1.5517,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.023809523809523808,
139
+ "grad_norm": 0.09278815984725952,
140
+ "learning_rate": 4.5600000000000004e-05,
141
+ "loss": 1.6436,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.02506265664160401,
146
+ "grad_norm": 0.08530683070421219,
147
+ "learning_rate": 4.8e-05,
148
+ "loss": 1.5664,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.02631578947368421,
153
+ "grad_norm": 0.08876050263643265,
154
+ "learning_rate": 5.04e-05,
155
+ "loss": 1.5628,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.02756892230576441,
160
+ "grad_norm": 0.09901795536279678,
161
+ "learning_rate": 5.28e-05,
162
+ "loss": 1.5402,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.02882205513784461,
167
+ "grad_norm": 0.09156398475170135,
168
+ "learning_rate": 5.520000000000001e-05,
169
+ "loss": 1.606,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.03007518796992481,
174
+ "grad_norm": 0.09371288120746613,
175
+ "learning_rate": 5.76e-05,
176
+ "loss": 1.566,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.03132832080200501,
181
+ "grad_norm": 0.0892362967133522,
182
+ "learning_rate": 6e-05,
183
+ "loss": 1.6193,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.03258145363408521,
188
+ "grad_norm": 0.08784804493188858,
189
+ "learning_rate": 5.99997522398708e-05,
190
+ "loss": 1.5756,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.03383458646616541,
195
+ "grad_norm": 0.08121798187494278,
196
+ "learning_rate": 5.999900896357553e-05,
197
+ "loss": 1.5085,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.03508771929824561,
202
+ "grad_norm": 0.09490139782428741,
203
+ "learning_rate": 5.999777018339115e-05,
204
+ "loss": 1.5692,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.03634085213032581,
209
+ "grad_norm": 0.1026797667145729,
210
+ "learning_rate": 5.999603591977901e-05,
211
+ "loss": 1.5761,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.03759398496240601,
216
+ "grad_norm": 0.09289643168449402,
217
+ "learning_rate": 5.999380620138454e-05,
218
+ "loss": 1.5612,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.03884711779448621,
223
+ "grad_norm": 0.09448801726102829,
224
+ "learning_rate": 5.9991081065036745e-05,
225
+ "loss": 1.6029,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.040100250626566414,
230
+ "grad_norm": 0.09210563451051712,
231
+ "learning_rate": 5.998786055574766e-05,
232
+ "loss": 1.5229,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.041353383458646614,
237
+ "grad_norm": 0.09483816474676132,
238
+ "learning_rate": 5.998414472671151e-05,
239
+ "loss": 1.5753,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.042606516290726815,
244
+ "grad_norm": 0.0975150614976883,
245
+ "learning_rate": 5.997993363930393e-05,
246
+ "loss": 1.654,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.043859649122807015,
251
+ "grad_norm": 0.10024327784776688,
252
+ "learning_rate": 5.997522736308089e-05,
253
+ "loss": 1.5868,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.045112781954887216,
258
+ "grad_norm": 0.08656363934278488,
259
+ "learning_rate": 5.9970025975777576e-05,
260
+ "loss": 1.5087,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.046365914786967416,
265
+ "grad_norm": 0.09871859848499298,
266
+ "learning_rate": 5.996432956330705e-05,
267
+ "loss": 1.4932,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.047619047619047616,
272
+ "grad_norm": 0.11055205762386322,
273
+ "learning_rate": 5.9958138219758926e-05,
274
+ "loss": 1.5467,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.04887218045112782,
279
+ "grad_norm": 0.11448398977518082,
280
+ "learning_rate": 5.995145204739774e-05,
281
+ "loss": 1.5205,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.05012531328320802,
286
+ "grad_norm": 0.09594336152076721,
287
+ "learning_rate": 5.994427115666128e-05,
288
+ "loss": 1.4101,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.05137844611528822,
293
+ "grad_norm": 0.1022314578294754,
294
+ "learning_rate": 5.993659566615878e-05,
295
+ "loss": 1.5726,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.05263157894736842,
300
+ "grad_norm": 0.0918896496295929,
301
+ "learning_rate": 5.9928425702668936e-05,
302
+ "loss": 1.4416,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.05388471177944862,
307
+ "grad_norm": 0.11478869616985321,
308
+ "learning_rate": 5.9919761401137845e-05,
309
+ "loss": 1.4871,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.05513784461152882,
314
+ "grad_norm": 0.09935441613197327,
315
+ "learning_rate": 5.991060290467671e-05,
316
+ "loss": 1.5057,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.05639097744360902,
321
+ "grad_norm": 0.1036807969212532,
322
+ "learning_rate": 5.990095036455958e-05,
323
+ "loss": 1.6244,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.05764411027568922,
328
+ "grad_norm": 0.10617007315158844,
329
+ "learning_rate": 5.989080394022074e-05,
330
+ "loss": 1.6287,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.05889724310776942,
335
+ "grad_norm": 0.09776347130537033,
336
+ "learning_rate": 5.988016379925215e-05,
337
+ "loss": 1.5421,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.06015037593984962,
342
+ "grad_norm": 0.10930298268795013,
343
+ "learning_rate": 5.986903011740067e-05,
344
+ "loss": 1.6162,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.06140350877192982,
349
+ "grad_norm": 0.10414919257164001,
350
+ "learning_rate": 5.985740307856512e-05,
351
+ "loss": 1.5381,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.06265664160401002,
356
+ "grad_norm": 0.10629701614379883,
357
+ "learning_rate": 5.984528287479328e-05,
358
+ "loss": 1.6127,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.06390977443609022,
363
+ "grad_norm": 0.11536388099193573,
364
+ "learning_rate": 5.983266970627869e-05,
365
+ "loss": 1.5455,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.06516290726817042,
370
+ "grad_norm": 0.12118639051914215,
371
+ "learning_rate": 5.9819563781357385e-05,
372
+ "loss": 1.5043,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.06641604010025062,
377
+ "grad_norm": 0.11645355075597763,
378
+ "learning_rate": 5.98059653165044e-05,
379
+ "loss": 1.5473,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.06766917293233082,
384
+ "grad_norm": 0.12099536508321762,
385
+ "learning_rate": 5.9791874536330225e-05,
386
+ "loss": 1.5482,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.06892230576441102,
391
+ "grad_norm": 0.10795404016971588,
392
+ "learning_rate": 5.97772916735771e-05,
393
+ "loss": 1.5326,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.07017543859649122,
398
+ "grad_norm": 0.09979701787233353,
399
+ "learning_rate": 5.9762216969115154e-05,
400
+ "loss": 1.4133,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.07142857142857142,
405
+ "grad_norm": 0.12733447551727295,
406
+ "learning_rate": 5.974665067193844e-05,
407
+ "loss": 1.5839,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.07268170426065163,
412
+ "grad_norm": 0.11343546956777573,
413
+ "learning_rate": 5.97305930391608e-05,
414
+ "loss": 1.524,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.07393483709273183,
419
+ "grad_norm": 0.11789534986019135,
420
+ "learning_rate": 5.971404433601165e-05,
421
+ "loss": 1.4677,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.07518796992481203,
426
+ "grad_norm": 0.10624619573354721,
427
+ "learning_rate": 5.969700483583159e-05,
428
+ "loss": 1.4893,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.07644110275689223,
433
+ "grad_norm": 0.10631600022315979,
434
+ "learning_rate": 5.967947482006786e-05,
435
+ "loss": 1.573,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.07769423558897243,
440
+ "grad_norm": 0.12548910081386566,
441
+ "learning_rate": 5.9661454578269724e-05,
442
+ "loss": 1.5625,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.07894736842105263,
447
+ "grad_norm": 0.1474038064479828,
448
+ "learning_rate": 5.964294440808368e-05,
449
+ "loss": 1.6886,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.08020050125313283,
454
+ "grad_norm": 0.12192469835281372,
455
+ "learning_rate": 5.962394461524854e-05,
456
+ "loss": 1.5252,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.08145363408521303,
461
+ "grad_norm": 0.11869639158248901,
462
+ "learning_rate": 5.960445551359037e-05,
463
+ "loss": 1.5262,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.08270676691729323,
468
+ "grad_norm": 0.12624335289001465,
469
+ "learning_rate": 5.958447742501735e-05,
470
+ "loss": 1.5645,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.08395989974937343,
475
+ "grad_norm": 0.11716689169406891,
476
+ "learning_rate": 5.9564010679514376e-05,
477
+ "loss": 1.47,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.08521303258145363,
482
+ "grad_norm": 0.12144263088703156,
483
+ "learning_rate": 5.954305561513769e-05,
484
+ "loss": 1.6181,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.08646616541353383,
489
+ "grad_norm": 0.12713098526000977,
490
+ "learning_rate": 5.9521612578009255e-05,
491
+ "loss": 1.6227,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.08771929824561403,
496
+ "grad_norm": 0.1043514758348465,
497
+ "learning_rate": 5.9499681922311046e-05,
498
+ "loss": 1.4522,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.08897243107769423,
503
+ "grad_norm": 0.11064239591360092,
504
+ "learning_rate": 5.947726401027921e-05,
505
+ "loss": 1.4685,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.09022556390977443,
510
+ "grad_norm": 0.11946432292461395,
511
+ "learning_rate": 5.945435921219806e-05,
512
+ "loss": 1.4165,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.09147869674185463,
517
+ "grad_norm": 0.11144128441810608,
518
+ "learning_rate": 5.943096790639398e-05,
519
+ "loss": 1.5081,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.09273182957393483,
524
+ "grad_norm": 0.11953038722276688,
525
+ "learning_rate": 5.9407090479229166e-05,
526
+ "loss": 1.5773,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.09398496240601503,
531
+ "grad_norm": 0.12432811409235,
532
+ "learning_rate": 5.938272732509525e-05,
533
+ "loss": 1.528,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.09523809523809523,
538
+ "grad_norm": 0.13081413507461548,
539
+ "learning_rate": 5.9357878846406776e-05,
540
+ "loss": 1.5024,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.09649122807017543,
545
+ "grad_norm": 0.12342929095029831,
546
+ "learning_rate": 5.933254545359456e-05,
547
+ "loss": 1.478,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.09774436090225563,
552
+ "grad_norm": 0.12129031121730804,
553
+ "learning_rate": 5.9306727565098925e-05,
554
+ "loss": 1.531,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.09899749373433583,
559
+ "grad_norm": 0.12284113466739655,
560
+ "learning_rate": 5.928042560736275e-05,
561
+ "loss": 1.6204,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.10025062656641603,
566
+ "grad_norm": 0.14579783380031586,
567
+ "learning_rate": 5.9253640014824466e-05,
568
+ "loss": 1.4382,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.10150375939849623,
573
+ "grad_norm": 0.13060207664966583,
574
+ "learning_rate": 5.9226371229910885e-05,
575
+ "loss": 1.5713,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.10275689223057644,
580
+ "grad_norm": 0.12609316408634186,
581
+ "learning_rate": 5.919861970302982e-05,
582
+ "loss": 1.5312,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.10401002506265664,
587
+ "grad_norm": 0.12477698922157288,
588
+ "learning_rate": 5.9170385892562755e-05,
589
+ "loss": 1.5538,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.10526315789473684,
594
+ "grad_norm": 0.14683856070041656,
595
+ "learning_rate": 5.914167026485719e-05,
596
+ "loss": 1.5318,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.10651629072681704,
601
+ "grad_norm": 0.12768588960170746,
602
+ "learning_rate": 5.9112473294218954e-05,
603
+ "loss": 1.5587,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.10776942355889724,
608
+ "grad_norm": 0.1492781639099121,
609
+ "learning_rate": 5.9082795462904396e-05,
610
+ "loss": 1.5623,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.10902255639097744,
615
+ "grad_norm": 0.12561501562595367,
616
+ "learning_rate": 5.905263726111241e-05,
617
+ "loss": 1.5232,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.11027568922305764,
622
+ "grad_norm": 0.11631227284669876,
623
+ "learning_rate": 5.902199918697634e-05,
624
+ "loss": 1.505,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.11152882205513784,
629
+ "grad_norm": 0.126926988363266,
630
+ "learning_rate": 5.899088174655571e-05,
631
+ "loss": 1.5001,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.11278195488721804,
636
+ "grad_norm": 0.13932526111602783,
637
+ "learning_rate": 5.8959285453827936e-05,
638
+ "loss": 1.4141,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.11403508771929824,
643
+ "grad_norm": 0.13378114998340607,
644
+ "learning_rate": 5.8927210830679785e-05,
645
+ "loss": 1.5173,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.11528822055137844,
650
+ "grad_norm": 0.12687304615974426,
651
+ "learning_rate": 5.889465840689878e-05,
652
+ "loss": 1.3759,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.11654135338345864,
657
+ "grad_norm": 0.12497436255216599,
658
+ "learning_rate": 5.886162872016442e-05,
659
+ "loss": 1.6235,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.11779448621553884,
664
+ "grad_norm": 0.12597259879112244,
665
+ "learning_rate": 5.882812231603937e-05,
666
+ "loss": 1.4533,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.11904761904761904,
671
+ "grad_norm": 0.14128872752189636,
672
+ "learning_rate": 5.879413974796033e-05,
673
+ "loss": 1.4717,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.12030075187969924,
678
+ "grad_norm": 0.13640277087688446,
679
+ "learning_rate": 5.8759681577229014e-05,
680
+ "loss": 1.4978,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.12155388471177944,
685
+ "grad_norm": 0.11883015185594559,
686
+ "learning_rate": 5.8724748373002805e-05,
687
+ "loss": 1.5333,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.12280701754385964,
692
+ "grad_norm": 0.14055690169334412,
693
+ "learning_rate": 5.868934071228539e-05,
694
+ "loss": 1.5967,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.12406015037593984,
699
+ "grad_norm": 0.1388673484325409,
700
+ "learning_rate": 5.8653459179917196e-05,
701
+ "loss": 1.4698,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.12531328320802004,
706
+ "grad_norm": 0.14991509914398193,
707
+ "learning_rate": 5.861710436856577e-05,
708
+ "loss": 1.565,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.12656641604010024,
713
+ "grad_norm": 0.15015804767608643,
714
+ "learning_rate": 5.8580276878715964e-05,
715
+ "loss": 1.5374,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.12781954887218044,
720
+ "grad_norm": 0.14958204329013824,
721
+ "learning_rate": 5.854297731866002e-05,
722
+ "loss": 1.3789,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.12907268170426064,
727
+ "grad_norm": 0.1282397210597992,
728
+ "learning_rate": 5.850520630448752e-05,
729
+ "loss": 1.5317,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.13032581453634084,
734
+ "grad_norm": 0.12608109414577484,
735
+ "learning_rate": 5.8466964460075225e-05,
736
+ "loss": 1.4828,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.13157894736842105,
741
+ "grad_norm": 0.17321082949638367,
742
+ "learning_rate": 5.8428252417076766e-05,
743
+ "loss": 1.4825,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.13283208020050125,
748
+ "grad_norm": 0.135195791721344,
749
+ "learning_rate": 5.838907081491219e-05,
750
+ "loss": 1.5631,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.13408521303258145,
755
+ "grad_norm": 0.12379708886146545,
756
+ "learning_rate": 5.8349420300757393e-05,
757
+ "loss": 1.5213,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.13533834586466165,
762
+ "grad_norm": 0.13356727361679077,
763
+ "learning_rate": 5.830930152953351e-05,
764
+ "loss": 1.5834,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.13659147869674185,
769
+ "grad_norm": 0.13438117504119873,
770
+ "learning_rate": 5.8268715163895984e-05,
771
+ "loss": 1.5039,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.13784461152882205,
776
+ "grad_norm": 0.14895889163017273,
777
+ "learning_rate": 5.82276618742237e-05,
778
+ "loss": 1.5213,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.13909774436090225,
783
+ "grad_norm": 0.13232296705245972,
784
+ "learning_rate": 5.818614233860789e-05,
785
+ "loss": 1.4048,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.14035087719298245,
790
+ "grad_norm": 0.13256017863750458,
791
+ "learning_rate": 5.8144157242840904e-05,
792
+ "loss": 1.5077,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.14160401002506265,
797
+ "grad_norm": 0.13263653218746185,
798
+ "learning_rate": 5.810170728040494e-05,
799
+ "loss": 1.3955,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.14285714285714285,
804
+ "grad_norm": 0.12680189311504364,
805
+ "learning_rate": 5.8058793152460524e-05,
806
+ "loss": 1.4194,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.14411027568922305,
811
+ "grad_norm": 0.13666822016239166,
812
+ "learning_rate": 5.801541556783501e-05,
813
+ "loss": 1.4234,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.14536340852130325,
818
+ "grad_norm": 0.14599356055259705,
819
+ "learning_rate": 5.7971575243010775e-05,
820
+ "loss": 1.5034,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.14661654135338345,
825
+ "grad_norm": 0.14143531024456024,
826
+ "learning_rate": 5.792727290211347e-05,
827
+ "loss": 1.4257,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.14786967418546365,
832
+ "grad_norm": 0.14613430202007294,
833
+ "learning_rate": 5.7882509276899995e-05,
834
+ "loss": 1.5734,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.14912280701754385,
839
+ "grad_norm": 0.13908414542675018,
840
+ "learning_rate": 5.7837285106746455e-05,
841
+ "loss": 1.4259,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.15037593984962405,
846
+ "grad_norm": 0.14299297332763672,
847
+ "learning_rate": 5.779160113863594e-05,
848
+ "loss": 1.6024,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.15162907268170425,
853
+ "grad_norm": 0.1389327496290207,
854
+ "learning_rate": 5.774545812714617e-05,
855
+ "loss": 1.5475,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.15288220551378445,
860
+ "grad_norm": 0.12398528307676315,
861
+ "learning_rate": 5.769885683443704e-05,
862
+ "loss": 1.4205,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.15413533834586465,
867
+ "grad_norm": 0.1524042785167694,
868
+ "learning_rate": 5.765179803023805e-05,
869
+ "loss": 1.5462,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.15538847117794485,
874
+ "grad_norm": 0.13744120299816132,
875
+ "learning_rate": 5.7604282491835546e-05,
876
+ "loss": 1.396,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.15664160401002505,
881
+ "grad_norm": 0.1439579576253891,
882
+ "learning_rate": 5.755631100405994e-05,
883
+ "loss": 1.3751,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.15789473684210525,
888
+ "grad_norm": 0.1428079754114151,
889
+ "learning_rate": 5.750788435927268e-05,
890
+ "loss": 1.4661,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.15914786967418545,
895
+ "grad_norm": 0.15680895745754242,
896
+ "learning_rate": 5.7459003357353214e-05,
897
+ "loss": 1.5036,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.16040100250626566,
902
+ "grad_norm": 0.1669396311044693,
903
+ "learning_rate": 5.740966880568579e-05,
904
+ "loss": 1.5688,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.16165413533834586,
909
+ "grad_norm": 0.14206421375274658,
910
+ "learning_rate": 5.735988151914606e-05,
911
+ "loss": 1.4673,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.16290726817042606,
916
+ "grad_norm": 0.14038872718811035,
917
+ "learning_rate": 5.730964232008765e-05,
918
+ "loss": 1.4081,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.16416040100250626,
923
+ "grad_norm": 0.14589321613311768,
924
+ "learning_rate": 5.72589520383286e-05,
925
+ "loss": 1.4524,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.16541353383458646,
930
+ "grad_norm": 0.12820565700531006,
931
+ "learning_rate": 5.72078115111376e-05,
932
+ "loss": 1.513,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.16666666666666666,
937
+ "grad_norm": 0.14205814898014069,
938
+ "learning_rate": 5.715622158322027e-05,
939
+ "loss": 1.4528,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.16791979949874686,
944
+ "grad_norm": 0.14166466891765594,
945
+ "learning_rate": 5.7104183106705065e-05,
946
+ "loss": 1.4185,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.16917293233082706,
951
+ "grad_norm": 0.1772213876247406,
952
+ "learning_rate": 5.705169694112929e-05,
953
+ "loss": 1.6193,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.17042606516290726,
958
+ "grad_norm": 0.14686815440654755,
959
+ "learning_rate": 5.6998763953424906e-05,
960
+ "loss": 1.4533,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.17167919799498746,
965
+ "grad_norm": 0.1334281861782074,
966
+ "learning_rate": 5.694538501790417e-05,
967
+ "loss": 1.4905,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.17293233082706766,
972
+ "grad_norm": 0.1628011018037796,
973
+ "learning_rate": 5.689156101624519e-05,
974
+ "loss": 1.4211,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.17418546365914786,
979
+ "grad_norm": 0.15260601043701172,
980
+ "learning_rate": 5.683729283747743e-05,
981
+ "loss": 1.487,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.17543859649122806,
986
+ "grad_norm": 0.15220171213150024,
987
+ "learning_rate": 5.6782581377966954e-05,
988
+ "loss": 1.4547,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.17669172932330826,
993
+ "grad_norm": 0.13987644016742706,
994
+ "learning_rate": 5.672742754140162e-05,
995
+ "loss": 1.4544,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.17794486215538846,
1000
+ "grad_norm": 0.1494978666305542,
1001
+ "learning_rate": 5.6671832238776246e-05,
1002
+ "loss": 1.3525,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.17919799498746866,
1007
+ "grad_norm": 0.15626025199890137,
1008
+ "learning_rate": 5.661579638837744e-05,
1009
+ "loss": 1.4859,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.18045112781954886,
1014
+ "grad_norm": 0.14824387431144714,
1015
+ "learning_rate": 5.655932091576849e-05,
1016
+ "loss": 1.487,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.18170426065162906,
1021
+ "grad_norm": 0.15267407894134521,
1022
+ "learning_rate": 5.6502406753774104e-05,
1023
+ "loss": 1.507,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.18295739348370926,
1028
+ "grad_norm": 0.14779289066791534,
1029
+ "learning_rate": 5.644505484246495e-05,
1030
+ "loss": 1.4844,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.18421052631578946,
1035
+ "grad_norm": 0.153567373752594,
1036
+ "learning_rate": 5.638726612914217e-05,
1037
+ "loss": 1.5149,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.18546365914786966,
1042
+ "grad_norm": 0.13506165146827698,
1043
+ "learning_rate": 5.632904156832169e-05,
1044
+ "loss": 1.4841,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.18671679197994986,
1049
+ "grad_norm": 0.153153657913208,
1050
+ "learning_rate": 5.62703821217185e-05,
1051
+ "loss": 1.5633,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.18796992481203006,
1056
+ "grad_norm": 0.14939852058887482,
1057
+ "learning_rate": 5.621128875823073e-05,
1058
+ "loss": 1.3896,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.18922305764411027,
1063
+ "grad_norm": 0.1525796800851822,
1064
+ "learning_rate": 5.615176245392367e-05,
1065
+ "loss": 1.5226,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.19047619047619047,
1070
+ "grad_norm": 0.15289181470870972,
1071
+ "learning_rate": 5.609180419201366e-05,
1072
+ "loss": 1.5143,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.19172932330827067,
1077
+ "grad_norm": 0.15484128892421722,
1078
+ "learning_rate": 5.603141496285179e-05,
1079
+ "loss": 1.3956,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.19298245614035087,
1084
+ "grad_norm": 0.1458120048046112,
1085
+ "learning_rate": 5.597059576390762e-05,
1086
+ "loss": 1.453,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.19423558897243107,
1091
+ "grad_norm": 0.14109253883361816,
1092
+ "learning_rate": 5.590934759975267e-05,
1093
+ "loss": 1.4137,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.19548872180451127,
1098
+ "grad_norm": 0.14820784330368042,
1099
+ "learning_rate": 5.584767148204379e-05,
1100
+ "loss": 1.4878,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.19674185463659147,
1105
+ "grad_norm": 0.16532014310359955,
1106
+ "learning_rate": 5.578556842950651e-05,
1107
+ "loss": 1.4942,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.19799498746867167,
1112
+ "grad_norm": 0.15438464283943176,
1113
+ "learning_rate": 5.572303946791819e-05,
1114
+ "loss": 1.353,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.19924812030075187,
1119
+ "grad_norm": 0.150332972407341,
1120
+ "learning_rate": 5.566008563009107e-05,
1121
+ "loss": 1.469,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.20050125313283207,
1126
+ "grad_norm": 0.1449950933456421,
1127
+ "learning_rate": 5.5596707955855215e-05,
1128
+ "loss": 1.4347,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.20175438596491227,
1133
+ "grad_norm": 0.15944981575012207,
1134
+ "learning_rate": 5.553290749204134e-05,
1135
+ "loss": 1.512,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.20300751879699247,
1140
+ "grad_norm": 0.14288978278636932,
1141
+ "learning_rate": 5.546868529246352e-05,
1142
+ "loss": 1.4669,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.20426065162907267,
1147
+ "grad_norm": 0.16595055162906647,
1148
+ "learning_rate": 5.54040424179018e-05,
1149
+ "loss": 1.6102,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.20551378446115287,
1154
+ "grad_norm": 0.1445576548576355,
1155
+ "learning_rate": 5.533897993608463e-05,
1156
+ "loss": 1.3255,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.20676691729323307,
1161
+ "grad_norm": 0.15171661972999573,
1162
+ "learning_rate": 5.527349892167127e-05,
1163
+ "loss": 1.4527,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.20802005012531327,
1168
+ "grad_norm": 0.1350892335176468,
1169
+ "learning_rate": 5.520760045623403e-05,
1170
+ "loss": 1.524,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.20927318295739347,
1175
+ "grad_norm": 0.15125590562820435,
1176
+ "learning_rate": 5.514128562824039e-05,
1177
+ "loss": 1.5476,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.21052631578947367,
1182
+ "grad_norm": 0.18517212569713593,
1183
+ "learning_rate": 5.507455553303506e-05,
1184
+ "loss": 1.4797,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.21177944862155387,
1189
+ "grad_norm": 0.16194948554039001,
1190
+ "learning_rate": 5.5007411272821826e-05,
1191
+ "loss": 1.4256,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.21303258145363407,
1196
+ "grad_norm": 0.16133227944374084,
1197
+ "learning_rate": 5.493985395664539e-05,
1198
+ "loss": 1.5882,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.21428571428571427,
1203
+ "grad_norm": 0.15564045310020447,
1204
+ "learning_rate": 5.487188470037305e-05,
1205
+ "loss": 1.5051,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.21553884711779447,
1210
+ "grad_norm": 0.1621345579624176,
1211
+ "learning_rate": 5.480350462667625e-05,
1212
+ "loss": 1.4765,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.21679197994987467,
1217
+ "grad_norm": 0.16004936397075653,
1218
+ "learning_rate": 5.473471486501206e-05,
1219
+ "loss": 1.4995,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.21804511278195488,
1224
+ "grad_norm": 0.1602533906698227,
1225
+ "learning_rate": 5.466551655160449e-05,
1226
+ "loss": 1.5091,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.21929824561403508,
1231
+ "grad_norm": 0.15978209674358368,
1232
+ "learning_rate": 5.459591082942574e-05,
1233
+ "loss": 1.5351,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.22055137844611528,
1238
+ "grad_norm": 0.15208299458026886,
1239
+ "learning_rate": 5.452589884817733e-05,
1240
+ "loss": 1.5023,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.22180451127819548,
1245
+ "grad_norm": 0.1487240493297577,
1246
+ "learning_rate": 5.445548176427108e-05,
1247
+ "loss": 1.4458,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.22305764411027568,
1252
+ "grad_norm": 0.14227648079395294,
1253
+ "learning_rate": 5.4384660740810074e-05,
1254
+ "loss": 1.4342,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.22431077694235588,
1259
+ "grad_norm": 0.13798528909683228,
1260
+ "learning_rate": 5.431343694756935e-05,
1261
+ "loss": 1.3625,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.22556390977443608,
1266
+ "grad_norm": 0.16410118341445923,
1267
+ "learning_rate": 5.424181156097666e-05,
1268
+ "loss": 1.4706,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.22681704260651628,
1273
+ "grad_norm": 0.15224584937095642,
1274
+ "learning_rate": 5.416978576409301e-05,
1275
+ "loss": 1.5443,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.22807017543859648,
1280
+ "grad_norm": 0.15167997777462006,
1281
+ "learning_rate": 5.409736074659311e-05,
1282
+ "loss": 1.5039,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.22932330827067668,
1287
+ "grad_norm": 0.16224287450313568,
1288
+ "learning_rate": 5.402453770474575e-05,
1289
+ "loss": 1.4773,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.23057644110275688,
1294
+ "grad_norm": 0.16024534404277802,
1295
+ "learning_rate": 5.395131784139401e-05,
1296
+ "loss": 1.5209,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.23182957393483708,
1301
+ "grad_norm": 0.15539222955703735,
1302
+ "learning_rate": 5.3877702365935404e-05,
1303
+ "loss": 1.4137,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.23308270676691728,
1308
+ "grad_norm": 0.146916463971138,
1309
+ "learning_rate": 5.380369249430191e-05,
1310
+ "loss": 1.4557,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.23433583959899748,
1315
+ "grad_norm": 0.16157691180706024,
1316
+ "learning_rate": 5.37292894489399e-05,
1317
+ "loss": 1.5541,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.23558897243107768,
1322
+ "grad_norm": 0.15176048874855042,
1323
+ "learning_rate": 5.36544944587899e-05,
1324
+ "loss": 1.5486,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.23684210526315788,
1329
+ "grad_norm": 0.17215217649936676,
1330
+ "learning_rate": 5.357930875926636e-05,
1331
+ "loss": 1.5725,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.23809523809523808,
1336
+ "grad_norm": 0.16552142798900604,
1337
+ "learning_rate": 5.3503733592237174e-05,
1338
+ "loss": 1.5372,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.23934837092731828,
1343
+ "grad_norm": 0.1510804295539856,
1344
+ "learning_rate": 5.342777020600321e-05,
1345
+ "loss": 1.3789,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.24060150375939848,
1350
+ "grad_norm": 0.1481272578239441,
1351
+ "learning_rate": 5.335141985527771e-05,
1352
+ "loss": 1.7376,
1353
+ "step": 192
1354
+ }
1355
+ ],
1356
+ "logging_steps": 1,
1357
+ "max_steps": 798,
1358
+ "num_input_tokens_seen": 0,
1359
+ "num_train_epochs": 1,
1360
+ "save_steps": 32,
1361
+ "stateful_callbacks": {
1362
+ "TrainerControl": {
1363
+ "args": {
1364
+ "should_epoch_stop": false,
1365
+ "should_evaluate": false,
1366
+ "should_log": false,
1367
+ "should_save": true,
1368
+ "should_training_stop": false
1369
+ },
1370
+ "attributes": {}
1371
+ }
1372
+ },
1373
+ "total_flos": 8.052925747125289e+17,
1374
+ "train_batch_size": 12,
1375
+ "trial_name": null,
1376
+ "trial_params": null
1377
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84f6f65f5435bf9ae11288dbf2ea4e72b2aa90052557edfb882ee4e255779d8e
3
+ size 6712
vocab.json ADDED
The diff for this file is too large to render. See raw diff