FrAnKu34t23 commited on
Commit
0531610
·
verified ·
1 Parent(s): f733ba1

Upload merged fine-tuned risk prediction model

Browse files
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: distilgpt2
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:distilgpt2
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.16.0
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "distilgpt2",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": true,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "c_fc",
29
+ "c_proj",
30
+ "c_attn"
31
+ ],
32
+ "task_type": "CAUSAL_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_qalora": 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:5ca4e2f5a94bd360d8b66e5a9280a8231c9e81dea5ff61e6be52c065b554f4dc
3
+ size 9443272
checkpoint-4956/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: distilgpt2
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:distilgpt2
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.16.0
checkpoint-4956/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "distilgpt2",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": true,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "c_fc",
29
+ "c_proj",
30
+ "c_attn"
31
+ ],
32
+ "task_type": "CAUSAL_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_qalora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-4956/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca4e2f5a94bd360d8b66e5a9280a8231c9e81dea5ff61e6be52c065b554f4dc
3
+ size 9443272
checkpoint-4956/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4956/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca3f6beee55a38e0290e6f3d9e3ffd9ad152c2f9a3f20b9b439f112e91cb734
3
+ size 18915130
checkpoint-4956/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536bd56ad7ff485b11a2fc8972a9e63fb7c1274d81b6fd4fd15cc31dab088144
3
+ size 14244
checkpoint-4956/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5082fbaa6978fd5c61eaa5acebd280eb3935bb03225f3458659290901e16f235
3
+ size 988
checkpoint-4956/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:824136799744b1e2966d1f476ebd9979fa860ee0d6f3bae5bb5451850918dcde
3
+ size 1064
checkpoint-4956/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
checkpoint-4956/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4956/tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
checkpoint-4956/trainer_state.json ADDED
@@ -0,0 +1,734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 6.0,
6
+ "eval_steps": 500,
7
+ "global_step": 4956,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0012106537530266344,
14
+ "grad_norm": 1.145218849182129,
15
+ "learning_rate": 0.0,
16
+ "loss": 4.1864,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.06053268765133172,
21
+ "grad_norm": 1.148585557937622,
22
+ "learning_rate": 2.45e-05,
23
+ "loss": 4.4157,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.12106537530266344,
28
+ "grad_norm": 2.0597307682037354,
29
+ "learning_rate": 4.9500000000000004e-05,
30
+ "loss": 3.892,
31
+ "step": 100
32
+ },
33
+ {
34
+ "epoch": 0.18159806295399517,
35
+ "grad_norm": 1.9923838376998901,
36
+ "learning_rate": 4.99874394634245e-05,
37
+ "loss": 3.2562,
38
+ "step": 150
39
+ },
40
+ {
41
+ "epoch": 0.24213075060532688,
42
+ "grad_norm": 4.029146671295166,
43
+ "learning_rate": 4.9948740504890754e-05,
44
+ "loss": 2.7958,
45
+ "step": 200
46
+ },
47
+ {
48
+ "epoch": 0.3026634382566586,
49
+ "grad_norm": 2.815180778503418,
50
+ "learning_rate": 4.988393838221347e-05,
51
+ "loss": 2.3195,
52
+ "step": 250
53
+ },
54
+ {
55
+ "epoch": 0.36319612590799033,
56
+ "grad_norm": 2.436539649963379,
57
+ "learning_rate": 4.979310089602749e-05,
58
+ "loss": 2.1945,
59
+ "step": 300
60
+ },
61
+ {
62
+ "epoch": 0.423728813559322,
63
+ "grad_norm": 3.213885545730591,
64
+ "learning_rate": 4.967632308703485e-05,
65
+ "loss": 2.096,
66
+ "step": 350
67
+ },
68
+ {
69
+ "epoch": 0.48426150121065376,
70
+ "grad_norm": 2.9719736576080322,
71
+ "learning_rate": 4.953372713656633e-05,
72
+ "loss": 2.0549,
73
+ "step": 400
74
+ },
75
+ {
76
+ "epoch": 0.5447941888619855,
77
+ "grad_norm": 3.2433812618255615,
78
+ "learning_rate": 4.936546223874662e-05,
79
+ "loss": 1.9792,
80
+ "step": 450
81
+ },
82
+ {
83
+ "epoch": 0.6053268765133172,
84
+ "grad_norm": 2.406186103820801,
85
+ "learning_rate": 4.917170444439664e-05,
86
+ "loss": 1.9175,
87
+ "step": 500
88
+ },
89
+ {
90
+ "epoch": 0.6658595641646489,
91
+ "grad_norm": 3.1496739387512207,
92
+ "learning_rate": 4.895265647683661e-05,
93
+ "loss": 1.953,
94
+ "step": 550
95
+ },
96
+ {
97
+ "epoch": 0.7263922518159807,
98
+ "grad_norm": 2.9170095920562744,
99
+ "learning_rate": 4.8708547519782295e-05,
100
+ "loss": 1.8685,
101
+ "step": 600
102
+ },
103
+ {
104
+ "epoch": 0.7869249394673123,
105
+ "grad_norm": 2.7137584686279297,
106
+ "learning_rate": 4.843963297755655e-05,
107
+ "loss": 1.8412,
108
+ "step": 650
109
+ },
110
+ {
111
+ "epoch": 0.847457627118644,
112
+ "grad_norm": 2.466970443725586,
113
+ "learning_rate": 4.814619420786698e-05,
114
+ "loss": 1.8587,
115
+ "step": 700
116
+ },
117
+ {
118
+ "epoch": 0.9079903147699758,
119
+ "grad_norm": 2.87086820602417,
120
+ "learning_rate": 4.782853822742932e-05,
121
+ "loss": 1.8333,
122
+ "step": 750
123
+ },
124
+ {
125
+ "epoch": 0.9685230024213075,
126
+ "grad_norm": 2.2721059322357178,
127
+ "learning_rate": 4.748699739074447e-05,
128
+ "loss": 1.7413,
129
+ "step": 800
130
+ },
131
+ {
132
+ "epoch": 1.0290556900726393,
133
+ "grad_norm": 2.7987253665924072,
134
+ "learning_rate": 4.7121929042365355e-05,
135
+ "loss": 1.7451,
136
+ "step": 850
137
+ },
138
+ {
139
+ "epoch": 1.089588377723971,
140
+ "grad_norm": 3.276827096939087,
141
+ "learning_rate": 4.673371514301737e-05,
142
+ "loss": 1.7614,
143
+ "step": 900
144
+ },
145
+ {
146
+ "epoch": 1.1501210653753027,
147
+ "grad_norm": 3.5362303256988525,
148
+ "learning_rate": 4.632276186996369e-05,
149
+ "loss": 1.8002,
150
+ "step": 950
151
+ },
152
+ {
153
+ "epoch": 1.2106537530266344,
154
+ "grad_norm": 2.2871510982513428,
155
+ "learning_rate": 4.588949919203338e-05,
156
+ "loss": 1.7262,
157
+ "step": 1000
158
+ },
159
+ {
160
+ "epoch": 1.271186440677966,
161
+ "grad_norm": 2.405946969985962,
162
+ "learning_rate": 4.5434380419757184e-05,
163
+ "loss": 1.7707,
164
+ "step": 1050
165
+ },
166
+ {
167
+ "epoch": 1.331719128329298,
168
+ "grad_norm": 3.359639883041382,
169
+ "learning_rate": 4.495788173108143e-05,
170
+ "loss": 1.7167,
171
+ "step": 1100
172
+ },
173
+ {
174
+ "epoch": 1.3922518159806296,
175
+ "grad_norm": 2.4497766494750977,
176
+ "learning_rate": 4.4460501673156526e-05,
177
+ "loss": 1.6081,
178
+ "step": 1150
179
+ },
180
+ {
181
+ "epoch": 1.4527845036319613,
182
+ "grad_norm": 2.275221109390259,
183
+ "learning_rate": 4.3942760640721084e-05,
184
+ "loss": 1.6354,
185
+ "step": 1200
186
+ },
187
+ {
188
+ "epoch": 1.513317191283293,
189
+ "grad_norm": 2.781876802444458,
190
+ "learning_rate": 4.340520033162758e-05,
191
+ "loss": 1.6963,
192
+ "step": 1250
193
+ },
194
+ {
195
+ "epoch": 1.5738498789346247,
196
+ "grad_norm": 2.2864878177642822,
197
+ "learning_rate": 4.284838318007915e-05,
198
+ "loss": 1.7686,
199
+ "step": 1300
200
+ },
201
+ {
202
+ "epoch": 1.6343825665859564,
203
+ "grad_norm": 3.4569664001464844,
204
+ "learning_rate": 4.227289176817055e-05,
205
+ "loss": 1.6833,
206
+ "step": 1350
207
+ },
208
+ {
209
+ "epoch": 1.694915254237288,
210
+ "grad_norm": 3.410222291946411,
211
+ "learning_rate": 4.167932821634893e-05,
212
+ "loss": 1.6721,
213
+ "step": 1400
214
+ },
215
+ {
216
+ "epoch": 1.7554479418886197,
217
+ "grad_norm": 2.8878772258758545,
218
+ "learning_rate": 4.106831355343213e-05,
219
+ "loss": 1.6283,
220
+ "step": 1450
221
+ },
222
+ {
223
+ "epoch": 1.8159806295399514,
224
+ "grad_norm": 2.131619930267334,
225
+ "learning_rate": 4.04404870668438e-05,
226
+ "loss": 1.5914,
227
+ "step": 1500
228
+ },
229
+ {
230
+ "epoch": 1.8765133171912833,
231
+ "grad_norm": 2.774812698364258,
232
+ "learning_rate": 3.9796505633744906e-05,
233
+ "loss": 1.6481,
234
+ "step": 1550
235
+ },
236
+ {
237
+ "epoch": 1.937046004842615,
238
+ "grad_norm": 2.571086883544922,
239
+ "learning_rate": 3.913704303376174e-05,
240
+ "loss": 1.6737,
241
+ "step": 1600
242
+ },
243
+ {
244
+ "epoch": 1.9975786924939467,
245
+ "grad_norm": 2.756775140762329,
246
+ "learning_rate": 3.8462789244029254e-05,
247
+ "loss": 1.6977,
248
+ "step": 1650
249
+ },
250
+ {
251
+ "epoch": 2.0581113801452786,
252
+ "grad_norm": 2.6481270790100098,
253
+ "learning_rate": 3.77744497172874e-05,
254
+ "loss": 1.6309,
255
+ "step": 1700
256
+ },
257
+ {
258
+ "epoch": 2.1186440677966103,
259
+ "grad_norm": 2.9829535484313965,
260
+ "learning_rate": 3.7072744643785835e-05,
261
+ "loss": 1.6208,
262
+ "step": 1750
263
+ },
264
+ {
265
+ "epoch": 2.179176755447942,
266
+ "grad_norm": 2.707387685775757,
267
+ "learning_rate": 3.6358408197769165e-05,
268
+ "loss": 1.6691,
269
+ "step": 1800
270
+ },
271
+ {
272
+ "epoch": 2.2397094430992737,
273
+ "grad_norm": 2.654651403427124,
274
+ "learning_rate": 3.5632187769331124e-05,
275
+ "loss": 1.5447,
276
+ "step": 1850
277
+ },
278
+ {
279
+ "epoch": 2.3002421307506054,
280
+ "grad_norm": 2.1011345386505127,
281
+ "learning_rate": 3.489484318244132e-05,
282
+ "loss": 1.6002,
283
+ "step": 1900
284
+ },
285
+ {
286
+ "epoch": 2.360774818401937,
287
+ "grad_norm": 2.945044994354248,
288
+ "learning_rate": 3.414714589996293e-05,
289
+ "loss": 1.6616,
290
+ "step": 1950
291
+ },
292
+ {
293
+ "epoch": 2.4213075060532687,
294
+ "grad_norm": 3.048288345336914,
295
+ "learning_rate": 3.338987821649276e-05,
296
+ "loss": 1.5644,
297
+ "step": 2000
298
+ },
299
+ {
300
+ "epoch": 2.4818401937046004,
301
+ "grad_norm": 3.1781957149505615,
302
+ "learning_rate": 3.26238324398685e-05,
303
+ "loss": 1.5523,
304
+ "step": 2050
305
+ },
306
+ {
307
+ "epoch": 2.542372881355932,
308
+ "grad_norm": 2.9750406742095947,
309
+ "learning_rate": 3.186536345534672e-05,
310
+ "loss": 1.5924,
311
+ "step": 2100
312
+ },
313
+ {
314
+ "epoch": 2.6029055690072638,
315
+ "grad_norm": 3.542684316635132,
316
+ "learning_rate": 3.108430966338403e-05,
317
+ "loss": 1.4964,
318
+ "step": 2150
319
+ },
320
+ {
321
+ "epoch": 2.663438256658596,
322
+ "grad_norm": 3.2517852783203125,
323
+ "learning_rate": 3.0296890029674245e-05,
324
+ "loss": 1.6493,
325
+ "step": 2200
326
+ },
327
+ {
328
+ "epoch": 2.7239709443099276,
329
+ "grad_norm": 3.009824752807617,
330
+ "learning_rate": 2.9503928409190907e-05,
331
+ "loss": 1.5178,
332
+ "step": 2250
333
+ },
334
+ {
335
+ "epoch": 2.7845036319612593,
336
+ "grad_norm": 3.2098660469055176,
337
+ "learning_rate": 2.870625445533215e-05,
338
+ "loss": 1.5265,
339
+ "step": 2300
340
+ },
341
+ {
342
+ "epoch": 2.845036319612591,
343
+ "grad_norm": 2.256084442138672,
344
+ "learning_rate": 2.790470275187772e-05,
345
+ "loss": 1.5272,
346
+ "step": 2350
347
+ },
348
+ {
349
+ "epoch": 2.9055690072639226,
350
+ "grad_norm": 3.0556230545043945,
351
+ "learning_rate": 2.7100111939787502e-05,
352
+ "loss": 1.5736,
353
+ "step": 2400
354
+ },
355
+ {
356
+ "epoch": 2.9661016949152543,
357
+ "grad_norm": 2.940830707550049,
358
+ "learning_rate": 2.6293323839755102e-05,
359
+ "loss": 1.569,
360
+ "step": 2450
361
+ },
362
+ {
363
+ "epoch": 3.026634382566586,
364
+ "grad_norm": 3.9955949783325195,
365
+ "learning_rate": 2.5485182571434574e-05,
366
+ "loss": 1.5216,
367
+ "step": 2500
368
+ },
369
+ {
370
+ "epoch": 3.0871670702179177,
371
+ "grad_norm": 2.831310749053955,
372
+ "learning_rate": 2.4676533670261827e-05,
373
+ "loss": 1.5307,
374
+ "step": 2550
375
+ },
376
+ {
377
+ "epoch": 3.1476997578692494,
378
+ "grad_norm": 3.844881534576416,
379
+ "learning_rate": 2.386822320279472e-05,
380
+ "loss": 1.5931,
381
+ "step": 2600
382
+ },
383
+ {
384
+ "epoch": 3.208232445520581,
385
+ "grad_norm": 2.7776381969451904,
386
+ "learning_rate": 2.3077222338323607e-05,
387
+ "loss": 1.5396,
388
+ "step": 2650
389
+ },
390
+ {
391
+ "epoch": 3.2687651331719128,
392
+ "grad_norm": 2.4347074031829834,
393
+ "learning_rate": 2.2272075800760027e-05,
394
+ "loss": 1.5486,
395
+ "step": 2700
396
+ },
397
+ {
398
+ "epoch": 3.3292978208232444,
399
+ "grad_norm": 3.224047899246216,
400
+ "learning_rate": 2.146978341341417e-05,
401
+ "loss": 1.4616,
402
+ "step": 2750
403
+ },
404
+ {
405
+ "epoch": 3.389830508474576,
406
+ "grad_norm": 2.841210126876831,
407
+ "learning_rate": 2.0671184592202596e-05,
408
+ "loss": 1.5278,
409
+ "step": 2800
410
+ },
411
+ {
412
+ "epoch": 3.450363196125908,
413
+ "grad_norm": 2.778027057647705,
414
+ "learning_rate": 1.9877114888567707e-05,
415
+ "loss": 1.4709,
416
+ "step": 2850
417
+ },
418
+ {
419
+ "epoch": 3.5108958837772395,
420
+ "grad_norm": 3.342015504837036,
421
+ "learning_rate": 1.9088405115263812e-05,
422
+ "loss": 1.4922,
423
+ "step": 2900
424
+ },
425
+ {
426
+ "epoch": 3.571428571428571,
427
+ "grad_norm": 2.86592435836792,
428
+ "learning_rate": 1.8305880477101156e-05,
429
+ "loss": 1.5278,
430
+ "step": 2950
431
+ },
432
+ {
433
+ "epoch": 3.6319612590799033,
434
+ "grad_norm": 3.3868978023529053,
435
+ "learning_rate": 1.7530359707557377e-05,
436
+ "loss": 1.544,
437
+ "step": 3000
438
+ },
439
+ {
440
+ "epoch": 3.692493946731235,
441
+ "grad_norm": 3.414026975631714,
442
+ "learning_rate": 1.676265421215975e-05,
443
+ "loss": 1.529,
444
+ "step": 3050
445
+ },
446
+ {
447
+ "epoch": 3.7530266343825667,
448
+ "grad_norm": 2.757256507873535,
449
+ "learning_rate": 1.6003567219534436e-05,
450
+ "loss": 1.5882,
451
+ "step": 3100
452
+ },
453
+ {
454
+ "epoch": 3.8135593220338984,
455
+ "grad_norm": 2.658442974090576,
456
+ "learning_rate": 1.5253892941011019e-05,
457
+ "loss": 1.5813,
458
+ "step": 3150
459
+ },
460
+ {
461
+ "epoch": 3.87409200968523,
462
+ "grad_norm": 3.5918776988983154,
463
+ "learning_rate": 1.4514415739661552e-05,
464
+ "loss": 1.5062,
465
+ "step": 3200
466
+ },
467
+ {
468
+ "epoch": 3.9346246973365617,
469
+ "grad_norm": 3.3042874336242676,
470
+ "learning_rate": 1.378590930964361e-05,
471
+ "loss": 1.5129,
472
+ "step": 3250
473
+ },
474
+ {
475
+ "epoch": 3.9951573849878934,
476
+ "grad_norm": 3.065037250518799,
477
+ "learning_rate": 1.3069135866705862e-05,
478
+ "loss": 1.4158,
479
+ "step": 3300
480
+ },
481
+ {
482
+ "epoch": 4.0556900726392255,
483
+ "grad_norm": 2.601694107055664,
484
+ "learning_rate": 1.2364845350703233e-05,
485
+ "loss": 1.4618,
486
+ "step": 3350
487
+ },
488
+ {
489
+ "epoch": 4.116222760290557,
490
+ "grad_norm": 2.7289392948150635,
491
+ "learning_rate": 1.1673774640955954e-05,
492
+ "loss": 1.4423,
493
+ "step": 3400
494
+ },
495
+ {
496
+ "epoch": 4.176755447941889,
497
+ "grad_norm": 3.2083990573883057,
498
+ "learning_rate": 1.0996646785273507e-05,
499
+ "loss": 1.5181,
500
+ "step": 3450
501
+ },
502
+ {
503
+ "epoch": 4.237288135593221,
504
+ "grad_norm": 2.610212564468384,
505
+ "learning_rate": 1.0334170243450064e-05,
506
+ "loss": 1.4867,
507
+ "step": 3500
508
+ },
509
+ {
510
+ "epoch": 4.297820823244552,
511
+ "grad_norm": 2.1238436698913574,
512
+ "learning_rate": 9.687038146022986e-06,
513
+ "loss": 1.5071,
514
+ "step": 3550
515
+ },
516
+ {
517
+ "epoch": 4.358353510895884,
518
+ "grad_norm": 3.779721975326538,
519
+ "learning_rate": 9.055927569069853e-06,
520
+ "loss": 1.5731,
521
+ "step": 3600
522
+ },
523
+ {
524
+ "epoch": 4.418886198547216,
525
+ "grad_norm": 2.922938585281372,
526
+ "learning_rate": 8.441498825802854e-06,
527
+ "loss": 1.5711,
528
+ "step": 3650
529
+ },
530
+ {
531
+ "epoch": 4.479418886198547,
532
+ "grad_norm": 2.403140068054199,
533
+ "learning_rate": 7.844394775701691e-06,
534
+ "loss": 1.4353,
535
+ "step": 3700
536
+ },
537
+ {
538
+ "epoch": 4.539951573849879,
539
+ "grad_norm": 3.37087082862854,
540
+ "learning_rate": 7.265240151907796e-06,
541
+ "loss": 1.4466,
542
+ "step": 3750
543
+ },
544
+ {
545
+ "epoch": 4.600484261501211,
546
+ "grad_norm": 2.3288798332214355,
547
+ "learning_rate": 6.7046409075836756e-06,
548
+ "loss": 1.4493,
549
+ "step": 3800
550
+ },
551
+ {
552
+ "epoch": 4.661016949152542,
553
+ "grad_norm": 2.3102521896362305,
554
+ "learning_rate": 6.163183581921167e-06,
555
+ "loss": 1.4869,
556
+ "step": 3850
557
+ },
558
+ {
559
+ "epoch": 4.721549636803874,
560
+ "grad_norm": 6.54373025894165,
561
+ "learning_rate": 5.641434686462052e-06,
562
+ "loss": 1.5387,
563
+ "step": 3900
564
+ },
565
+ {
566
+ "epoch": 4.782082324455206,
567
+ "grad_norm": 2.690067768096924,
568
+ "learning_rate": 5.139940112372937e-06,
569
+ "loss": 1.5167,
570
+ "step": 3950
571
+ },
572
+ {
573
+ "epoch": 4.842615012106537,
574
+ "grad_norm": 2.6940579414367676,
575
+ "learning_rate": 4.659224559294759e-06,
576
+ "loss": 1.4451,
577
+ "step": 4000
578
+ },
579
+ {
580
+ "epoch": 4.903147699757869,
581
+ "grad_norm": 2.6374406814575195,
582
+ "learning_rate": 4.199790986364299e-06,
583
+ "loss": 1.4631,
584
+ "step": 4050
585
+ },
586
+ {
587
+ "epoch": 4.963680387409201,
588
+ "grad_norm": 2.816666603088379,
589
+ "learning_rate": 3.762120085982246e-06,
590
+ "loss": 1.5234,
591
+ "step": 4100
592
+ },
593
+ {
594
+ "epoch": 5.0242130750605325,
595
+ "grad_norm": 2.9753060340881348,
596
+ "learning_rate": 3.3466697808782505e-06,
597
+ "loss": 1.5474,
598
+ "step": 4150
599
+ },
600
+ {
601
+ "epoch": 5.084745762711864,
602
+ "grad_norm": 3.0241904258728027,
603
+ "learning_rate": 2.9538747449993075e-06,
604
+ "loss": 1.5836,
605
+ "step": 4200
606
+ },
607
+ {
608
+ "epoch": 5.145278450363196,
609
+ "grad_norm": 3.026702404022217,
610
+ "learning_rate": 2.5841459487226243e-06,
611
+ "loss": 1.4728,
612
+ "step": 4250
613
+ },
614
+ {
615
+ "epoch": 5.2058111380145276,
616
+ "grad_norm": 2.498769521713257,
617
+ "learning_rate": 2.237870228868924e-06,
618
+ "loss": 1.5177,
619
+ "step": 4300
620
+ },
621
+ {
622
+ "epoch": 5.266343825665859,
623
+ "grad_norm": 2.895362377166748,
624
+ "learning_rate": 1.9154098839659575e-06,
625
+ "loss": 1.4706,
626
+ "step": 4350
627
+ },
628
+ {
629
+ "epoch": 5.326876513317191,
630
+ "grad_norm": 3.3171792030334473,
631
+ "learning_rate": 1.617102295185774e-06,
632
+ "loss": 1.4938,
633
+ "step": 4400
634
+ },
635
+ {
636
+ "epoch": 5.387409200968523,
637
+ "grad_norm": 2.228743076324463,
638
+ "learning_rate": 1.3432595733523235e-06,
639
+ "loss": 1.5602,
640
+ "step": 4450
641
+ },
642
+ {
643
+ "epoch": 5.447941888619855,
644
+ "grad_norm": 3.036306381225586,
645
+ "learning_rate": 1.0941682323886594e-06,
646
+ "loss": 1.5802,
647
+ "step": 4500
648
+ },
649
+ {
650
+ "epoch": 5.508474576271187,
651
+ "grad_norm": 2.9616992473602295,
652
+ "learning_rate": 8.700888895455311e-07,
653
+ "loss": 1.5303,
654
+ "step": 4550
655
+ },
656
+ {
657
+ "epoch": 5.5690072639225185,
658
+ "grad_norm": 2.698787212371826,
659
+ "learning_rate": 6.71255992724873e-07,
660
+ "loss": 1.4937,
661
+ "step": 4600
662
+ },
663
+ {
664
+ "epoch": 5.62953995157385,
665
+ "grad_norm": 3.5385634899139404,
666
+ "learning_rate": 4.978775751835917e-07,
667
+ "loss": 1.4137,
668
+ "step": 4650
669
+ },
670
+ {
671
+ "epoch": 5.690072639225182,
672
+ "grad_norm": 2.8735620975494385,
673
+ "learning_rate": 3.5013503787421633e-07,
674
+ "loss": 1.5051,
675
+ "step": 4700
676
+ },
677
+ {
678
+ "epoch": 5.750605326876514,
679
+ "grad_norm": 2.6400601863861084,
680
+ "learning_rate": 2.2818295965019997e-07,
681
+ "loss": 1.4013,
682
+ "step": 4750
683
+ },
684
+ {
685
+ "epoch": 5.811138014527845,
686
+ "grad_norm": 2.8832826614379883,
687
+ "learning_rate": 1.338149243583109e-07,
688
+ "loss": 1.3683,
689
+ "step": 4800
690
+ },
691
+ {
692
+ "epoch": 5.871670702179177,
693
+ "grad_norm": 2.9400370121002197,
694
+ "learning_rate": 6.32782526560044e-08,
695
+ "loss": 1.4601,
696
+ "step": 4850
697
+ },
698
+ {
699
+ "epoch": 5.932203389830509,
700
+ "grad_norm": 3.030094861984253,
701
+ "learning_rate": 1.8832170209909237e-08,
702
+ "loss": 1.4406,
703
+ "step": 4900
704
+ },
705
+ {
706
+ "epoch": 5.99273607748184,
707
+ "grad_norm": 3.4338512420654297,
708
+ "learning_rate": 5.231797036125973e-10,
709
+ "loss": 1.4251,
710
+ "step": 4950
711
+ }
712
+ ],
713
+ "logging_steps": 50,
714
+ "max_steps": 4956,
715
+ "num_input_tokens_seen": 0,
716
+ "num_train_epochs": 6,
717
+ "save_steps": 300,
718
+ "stateful_callbacks": {
719
+ "TrainerControl": {
720
+ "args": {
721
+ "should_epoch_stop": false,
722
+ "should_evaluate": false,
723
+ "should_log": false,
724
+ "should_save": true,
725
+ "should_training_stop": true
726
+ },
727
+ "attributes": {}
728
+ }
729
+ },
730
+ "total_flos": 608965481299968.0,
731
+ "train_batch_size": 1,
732
+ "trial_name": null,
733
+ "trial_params": null
734
+ }
checkpoint-4956/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852c6eef48f750cf9bb32ea39070bf2c5ba300837987f00f6e62aa41fe94b26c
3
+ size 5432
checkpoint-4956/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Aug03_09-16-21_79c079872d6b/events.out.tfevents.1754212582.79c079872d6b.644.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33f3428e946dd1aae3884aa0afbe217bd414de87fef521eba5bf37b3f0873945
3
+ size 26880
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852c6eef48f750cf9bb32ea39070bf2c5ba300837987f00f6e62aa41fe94b26c
3
+ size 5432
vocab.json ADDED
The diff for this file is too large to render. See raw diff