ToastyPigeon commited on
Commit
ae92c94
·
verified ·
1 Parent(s): d19e7d5

Training in progress, step 68, checkpoint

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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
 
 
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
37
+ last-checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-14B-Base
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-14B-Base",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
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": 16,
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
+ "r": 128,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "v_proj",
28
+ "gate_proj",
29
+ "down_proj",
30
+ "k_proj",
31
+ "q_proj",
32
+ "o_proj",
33
+ "up_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": true
39
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adc208c491bf932f9a32e00e4b6fc4ba5bb2eaf9c71c6adceda6b386b64486e6
3
+ size 2055285904
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
last-checkpoint/chat_template.jinja ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
2
+ ' + message['content'] + '<|im_end|>' + '
3
+ '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
4
+ ' }}{% endif %}
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a10d0d9b98c9b8a270eda763cbf44f5420fd77531ae84f5b0ff04733f0ae59
3
+ size 4110920371
last-checkpoint/pytorch_model_fsdp.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7746562943ed0948048b015082e8cac8d2c10887250a0c8ef4b7449e05f0b5
3
+ size 2055418737
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62e7302d5dcfb16f216f8032f98a8ca78e876b9516a26e92727942fd97f5f99d
3
+ size 14917
last-checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ad2990dfe86a8b79147a2e35decf3843c34522702935ecf07c97c061a441fde
3
+ size 14917
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b54d5d6cab9e5a1f94d5a705fe1038d308f0b94d9d63e2da44760309af1bcae
3
+ size 1465
last-checkpoint/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
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 131072,
235
+ "pad_token": "<|endoftext|>",
236
+ "split_special_tokens": false,
237
+ "tokenizer_class": "Qwen2Tokenizer",
238
+ "unk_token": null
239
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,526 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.10077806595035198,
6
+ "eval_steps": 68,
7
+ "global_step": 68,
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,
14
+ "eval_loss": 2.217179775238037,
15
+ "eval_runtime": 291.6342,
16
+ "eval_samples_per_second": 1.786,
17
+ "eval_steps_per_second": 0.895,
18
+ "step": 0
19
+ },
20
+ {
21
+ "epoch": 0.0014820303816228233,
22
+ "grad_norm": 0.21807938814163208,
23
+ "learning_rate": 0.0,
24
+ "loss": 1.776,
25
+ "step": 1
26
+ },
27
+ {
28
+ "epoch": 0.0029640607632456465,
29
+ "grad_norm": 0.22828301787376404,
30
+ "learning_rate": 1.0000000000000002e-06,
31
+ "loss": 2.0262,
32
+ "step": 2
33
+ },
34
+ {
35
+ "epoch": 0.00444609114486847,
36
+ "grad_norm": 0.2276017814874649,
37
+ "learning_rate": 2.0000000000000003e-06,
38
+ "loss": 2.3294,
39
+ "step": 3
40
+ },
41
+ {
42
+ "epoch": 0.005928121526491293,
43
+ "grad_norm": 0.2131858468055725,
44
+ "learning_rate": 3e-06,
45
+ "loss": 1.7148,
46
+ "step": 4
47
+ },
48
+ {
49
+ "epoch": 0.007410151908114116,
50
+ "grad_norm": 0.25117912888526917,
51
+ "learning_rate": 4.000000000000001e-06,
52
+ "loss": 2.2185,
53
+ "step": 5
54
+ },
55
+ {
56
+ "epoch": 0.00889218228973694,
57
+ "grad_norm": 0.25674739480018616,
58
+ "learning_rate": 5e-06,
59
+ "loss": 2.2992,
60
+ "step": 6
61
+ },
62
+ {
63
+ "epoch": 0.010374212671359764,
64
+ "grad_norm": 0.2797698974609375,
65
+ "learning_rate": 6e-06,
66
+ "loss": 2.4569,
67
+ "step": 7
68
+ },
69
+ {
70
+ "epoch": 0.011856243052982586,
71
+ "grad_norm": 0.222219780087471,
72
+ "learning_rate": 7e-06,
73
+ "loss": 1.9287,
74
+ "step": 8
75
+ },
76
+ {
77
+ "epoch": 0.01333827343460541,
78
+ "grad_norm": 0.23358102142810822,
79
+ "learning_rate": 8.000000000000001e-06,
80
+ "loss": 2.01,
81
+ "step": 9
82
+ },
83
+ {
84
+ "epoch": 0.014820303816228233,
85
+ "grad_norm": 0.22036342322826385,
86
+ "learning_rate": 9e-06,
87
+ "loss": 2.2825,
88
+ "step": 10
89
+ },
90
+ {
91
+ "epoch": 0.016302334197851057,
92
+ "grad_norm": 0.24501925706863403,
93
+ "learning_rate": 1e-05,
94
+ "loss": 2.3745,
95
+ "step": 11
96
+ },
97
+ {
98
+ "epoch": 0.01778436457947388,
99
+ "grad_norm": 0.21560293436050415,
100
+ "learning_rate": 1.1000000000000001e-05,
101
+ "loss": 2.2827,
102
+ "step": 12
103
+ },
104
+ {
105
+ "epoch": 0.0192663949610967,
106
+ "grad_norm": 0.21718193590641022,
107
+ "learning_rate": 1.2e-05,
108
+ "loss": 2.1431,
109
+ "step": 13
110
+ },
111
+ {
112
+ "epoch": 0.020748425342719527,
113
+ "grad_norm": 0.1781260222196579,
114
+ "learning_rate": 1.3000000000000001e-05,
115
+ "loss": 2.0542,
116
+ "step": 14
117
+ },
118
+ {
119
+ "epoch": 0.02223045572434235,
120
+ "grad_norm": 0.18939802050590515,
121
+ "learning_rate": 1.4e-05,
122
+ "loss": 1.912,
123
+ "step": 15
124
+ },
125
+ {
126
+ "epoch": 0.023712486105965172,
127
+ "grad_norm": 0.1923092156648636,
128
+ "learning_rate": 1.5000000000000002e-05,
129
+ "loss": 2.5164,
130
+ "step": 16
131
+ },
132
+ {
133
+ "epoch": 0.025194516487587994,
134
+ "grad_norm": 0.15840455889701843,
135
+ "learning_rate": 1.6000000000000003e-05,
136
+ "loss": 2.1858,
137
+ "step": 17
138
+ },
139
+ {
140
+ "epoch": 0.02667654686921082,
141
+ "grad_norm": 0.14554768800735474,
142
+ "learning_rate": 1.7e-05,
143
+ "loss": 2.176,
144
+ "step": 18
145
+ },
146
+ {
147
+ "epoch": 0.028158577250833643,
148
+ "grad_norm": 0.15400034189224243,
149
+ "learning_rate": 1.8e-05,
150
+ "loss": 2.1958,
151
+ "step": 19
152
+ },
153
+ {
154
+ "epoch": 0.029640607632456465,
155
+ "grad_norm": 0.15608921647071838,
156
+ "learning_rate": 1.9e-05,
157
+ "loss": 2.2036,
158
+ "step": 20
159
+ },
160
+ {
161
+ "epoch": 0.031122638014079287,
162
+ "grad_norm": 0.15157093107700348,
163
+ "learning_rate": 2e-05,
164
+ "loss": 2.2673,
165
+ "step": 21
166
+ },
167
+ {
168
+ "epoch": 0.03260466839570211,
169
+ "grad_norm": 0.13225965201854706,
170
+ "learning_rate": 2.1000000000000002e-05,
171
+ "loss": 2.135,
172
+ "step": 22
173
+ },
174
+ {
175
+ "epoch": 0.03408669877732493,
176
+ "grad_norm": 0.1261669099330902,
177
+ "learning_rate": 2.2000000000000003e-05,
178
+ "loss": 2.2748,
179
+ "step": 23
180
+ },
181
+ {
182
+ "epoch": 0.03556872915894776,
183
+ "grad_norm": 0.109657421708107,
184
+ "learning_rate": 2.3e-05,
185
+ "loss": 1.9722,
186
+ "step": 24
187
+ },
188
+ {
189
+ "epoch": 0.037050759540570584,
190
+ "grad_norm": 0.1086769551038742,
191
+ "learning_rate": 2.4e-05,
192
+ "loss": 2.2788,
193
+ "step": 25
194
+ },
195
+ {
196
+ "epoch": 0.0385327899221934,
197
+ "grad_norm": 0.11145974695682526,
198
+ "learning_rate": 2.5e-05,
199
+ "loss": 1.8589,
200
+ "step": 26
201
+ },
202
+ {
203
+ "epoch": 0.04001482030381623,
204
+ "grad_norm": 0.1308128833770752,
205
+ "learning_rate": 2.6000000000000002e-05,
206
+ "loss": 2.0452,
207
+ "step": 27
208
+ },
209
+ {
210
+ "epoch": 0.041496850685439055,
211
+ "grad_norm": 0.15773192048072815,
212
+ "learning_rate": 2.7000000000000002e-05,
213
+ "loss": 1.7597,
214
+ "step": 28
215
+ },
216
+ {
217
+ "epoch": 0.04297888106706187,
218
+ "grad_norm": 0.1296846568584442,
219
+ "learning_rate": 2.8e-05,
220
+ "loss": 2.4122,
221
+ "step": 29
222
+ },
223
+ {
224
+ "epoch": 0.0444609114486847,
225
+ "grad_norm": 0.14980919659137726,
226
+ "learning_rate": 2.9e-05,
227
+ "loss": 1.8052,
228
+ "step": 30
229
+ },
230
+ {
231
+ "epoch": 0.04594294183030752,
232
+ "grad_norm": 0.14518612623214722,
233
+ "learning_rate": 3.0000000000000004e-05,
234
+ "loss": 2.2553,
235
+ "step": 31
236
+ },
237
+ {
238
+ "epoch": 0.047424972211930344,
239
+ "grad_norm": 0.1526482254266739,
240
+ "learning_rate": 3.1e-05,
241
+ "loss": 1.9451,
242
+ "step": 32
243
+ },
244
+ {
245
+ "epoch": 0.04890700259355317,
246
+ "grad_norm": 0.13907845318317413,
247
+ "learning_rate": 3.2000000000000005e-05,
248
+ "loss": 2.257,
249
+ "step": 33
250
+ },
251
+ {
252
+ "epoch": 0.05038903297517599,
253
+ "grad_norm": 0.10401146113872528,
254
+ "learning_rate": 3.3e-05,
255
+ "loss": 1.8565,
256
+ "step": 34
257
+ },
258
+ {
259
+ "epoch": 0.051871063356798815,
260
+ "grad_norm": 0.10677270591259003,
261
+ "learning_rate": 3.4e-05,
262
+ "loss": 2.0818,
263
+ "step": 35
264
+ },
265
+ {
266
+ "epoch": 0.05335309373842164,
267
+ "grad_norm": 0.09720756113529205,
268
+ "learning_rate": 3.5000000000000004e-05,
269
+ "loss": 2.3226,
270
+ "step": 36
271
+ },
272
+ {
273
+ "epoch": 0.05483512412004446,
274
+ "grad_norm": 0.11740797758102417,
275
+ "learning_rate": 3.6e-05,
276
+ "loss": 2.0818,
277
+ "step": 37
278
+ },
279
+ {
280
+ "epoch": 0.056317154501667285,
281
+ "grad_norm": 0.11899450421333313,
282
+ "learning_rate": 3.7000000000000005e-05,
283
+ "loss": 2.1782,
284
+ "step": 38
285
+ },
286
+ {
287
+ "epoch": 0.057799184883290104,
288
+ "grad_norm": 0.14582473039627075,
289
+ "learning_rate": 3.8e-05,
290
+ "loss": 2.2875,
291
+ "step": 39
292
+ },
293
+ {
294
+ "epoch": 0.05928121526491293,
295
+ "grad_norm": 0.11523564904928207,
296
+ "learning_rate": 3.9e-05,
297
+ "loss": 2.2325,
298
+ "step": 40
299
+ },
300
+ {
301
+ "epoch": 0.060763245646535756,
302
+ "grad_norm": 0.10143773257732391,
303
+ "learning_rate": 4e-05,
304
+ "loss": 2.0935,
305
+ "step": 41
306
+ },
307
+ {
308
+ "epoch": 0.062245276028158575,
309
+ "grad_norm": 0.09394346177577972,
310
+ "learning_rate": 3.999994231219047e-05,
311
+ "loss": 1.7639,
312
+ "step": 42
313
+ },
314
+ {
315
+ "epoch": 0.0637273064097814,
316
+ "grad_norm": 0.13878627121448517,
317
+ "learning_rate": 3.999976924909467e-05,
318
+ "loss": 1.9624,
319
+ "step": 43
320
+ },
321
+ {
322
+ "epoch": 0.06520933679140423,
323
+ "grad_norm": 0.12599237263202667,
324
+ "learning_rate": 3.9999480811710956e-05,
325
+ "loss": 1.7812,
326
+ "step": 44
327
+ },
328
+ {
329
+ "epoch": 0.06669136717302705,
330
+ "grad_norm": 0.10788867622613907,
331
+ "learning_rate": 3.9999077001703266e-05,
332
+ "loss": 2.1285,
333
+ "step": 45
334
+ },
335
+ {
336
+ "epoch": 0.06817339755464986,
337
+ "grad_norm": 0.106735460460186,
338
+ "learning_rate": 3.999855782140109e-05,
339
+ "loss": 2.1046,
340
+ "step": 46
341
+ },
342
+ {
343
+ "epoch": 0.06965542793627269,
344
+ "grad_norm": 0.13039381802082062,
345
+ "learning_rate": 3.999792327379947e-05,
346
+ "loss": 1.8425,
347
+ "step": 47
348
+ },
349
+ {
350
+ "epoch": 0.07113745831789552,
351
+ "grad_norm": 0.09522805362939835,
352
+ "learning_rate": 3.999717336255896e-05,
353
+ "loss": 2.0505,
354
+ "step": 48
355
+ },
356
+ {
357
+ "epoch": 0.07261948869951834,
358
+ "grad_norm": 0.10086489468812943,
359
+ "learning_rate": 3.9996308092005644e-05,
360
+ "loss": 2.1152,
361
+ "step": 49
362
+ },
363
+ {
364
+ "epoch": 0.07410151908114117,
365
+ "grad_norm": 0.08220644295215607,
366
+ "learning_rate": 3.9995327467131074e-05,
367
+ "loss": 1.5931,
368
+ "step": 50
369
+ },
370
+ {
371
+ "epoch": 0.07558354946276398,
372
+ "grad_norm": 0.11030270904302597,
373
+ "learning_rate": 3.9994231493592264e-05,
374
+ "loss": 2.3184,
375
+ "step": 51
376
+ },
377
+ {
378
+ "epoch": 0.0770655798443868,
379
+ "grad_norm": 0.1344539374113083,
380
+ "learning_rate": 3.999302017771165e-05,
381
+ "loss": 2.2109,
382
+ "step": 52
383
+ },
384
+ {
385
+ "epoch": 0.07854761022600963,
386
+ "grad_norm": 0.10169679671525955,
387
+ "learning_rate": 3.999169352647703e-05,
388
+ "loss": 2.0414,
389
+ "step": 53
390
+ },
391
+ {
392
+ "epoch": 0.08002964060763246,
393
+ "grad_norm": 0.12320007383823395,
394
+ "learning_rate": 3.9990251547541574e-05,
395
+ "loss": 1.9694,
396
+ "step": 54
397
+ },
398
+ {
399
+ "epoch": 0.08151167098925528,
400
+ "grad_norm": 0.13226065039634705,
401
+ "learning_rate": 3.9988694249223747e-05,
402
+ "loss": 2.2201,
403
+ "step": 55
404
+ },
405
+ {
406
+ "epoch": 0.08299370137087811,
407
+ "grad_norm": 0.10148747265338898,
408
+ "learning_rate": 3.998702164050726e-05,
409
+ "loss": 1.9642,
410
+ "step": 56
411
+ },
412
+ {
413
+ "epoch": 0.08447573175250092,
414
+ "grad_norm": 0.12144631147384644,
415
+ "learning_rate": 3.998523373104103e-05,
416
+ "loss": 2.2994,
417
+ "step": 57
418
+ },
419
+ {
420
+ "epoch": 0.08595776213412375,
421
+ "grad_norm": 0.11462404578924179,
422
+ "learning_rate": 3.998333053113911e-05,
423
+ "loss": 2.0658,
424
+ "step": 58
425
+ },
426
+ {
427
+ "epoch": 0.08743979251574657,
428
+ "grad_norm": 0.16577613353729248,
429
+ "learning_rate": 3.998131205178063e-05,
430
+ "loss": 2.1097,
431
+ "step": 59
432
+ },
433
+ {
434
+ "epoch": 0.0889218228973694,
435
+ "grad_norm": 0.2577698826789856,
436
+ "learning_rate": 3.9979178304609777e-05,
437
+ "loss": 2.2376,
438
+ "step": 60
439
+ },
440
+ {
441
+ "epoch": 0.09040385327899222,
442
+ "grad_norm": 0.1165643259882927,
443
+ "learning_rate": 3.997692930193567e-05,
444
+ "loss": 2.112,
445
+ "step": 61
446
+ },
447
+ {
448
+ "epoch": 0.09188588366061504,
449
+ "grad_norm": 0.1250481903553009,
450
+ "learning_rate": 3.9974565056732294e-05,
451
+ "loss": 2.3144,
452
+ "step": 62
453
+ },
454
+ {
455
+ "epoch": 0.09336791404223786,
456
+ "grad_norm": 0.11122488230466843,
457
+ "learning_rate": 3.997208558263848e-05,
458
+ "loss": 2.2519,
459
+ "step": 63
460
+ },
461
+ {
462
+ "epoch": 0.09484994442386069,
463
+ "grad_norm": 0.10370228439569473,
464
+ "learning_rate": 3.996949089395776e-05,
465
+ "loss": 2.0893,
466
+ "step": 64
467
+ },
468
+ {
469
+ "epoch": 0.09633197480548351,
470
+ "grad_norm": 0.11388742178678513,
471
+ "learning_rate": 3.9966781005658336e-05,
472
+ "loss": 2.3057,
473
+ "step": 65
474
+ },
475
+ {
476
+ "epoch": 0.09781400518710634,
477
+ "grad_norm": 0.1171368658542633,
478
+ "learning_rate": 3.996395593337295e-05,
479
+ "loss": 2.1503,
480
+ "step": 66
481
+ },
482
+ {
483
+ "epoch": 0.09929603556872917,
484
+ "grad_norm": 0.11900440603494644,
485
+ "learning_rate": 3.996101569339882e-05,
486
+ "loss": 1.9601,
487
+ "step": 67
488
+ },
489
+ {
490
+ "epoch": 0.10077806595035198,
491
+ "grad_norm": 0.12338458001613617,
492
+ "learning_rate": 3.995796030269756e-05,
493
+ "loss": 2.0815,
494
+ "step": 68
495
+ },
496
+ {
497
+ "epoch": 0.10077806595035198,
498
+ "eval_loss": 2.1504552364349365,
499
+ "eval_runtime": 272.4491,
500
+ "eval_samples_per_second": 1.912,
501
+ "eval_steps_per_second": 0.958,
502
+ "step": 68
503
+ }
504
+ ],
505
+ "logging_steps": 1,
506
+ "max_steps": 1348,
507
+ "num_input_tokens_seen": 0,
508
+ "num_train_epochs": 2,
509
+ "save_steps": 68,
510
+ "stateful_callbacks": {
511
+ "TrainerControl": {
512
+ "args": {
513
+ "should_epoch_stop": false,
514
+ "should_evaluate": false,
515
+ "should_log": false,
516
+ "should_save": true,
517
+ "should_training_stop": false
518
+ },
519
+ "attributes": {}
520
+ }
521
+ },
522
+ "total_flos": 1.6172281710468137e+18,
523
+ "train_batch_size": 1,
524
+ "trial_name": null,
525
+ "trial_params": null
526
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79fa3071bf92aa1394022973d7951fcf9a0847a78caab30326d650de7843ee5b
3
+ size 7697
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff