dimasik2987 commited on
Commit
b2dd6b1
1 Parent(s): 60d4b9e

Training in progress, step 25, checkpoint

Browse files
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-0.5B-Instruct
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.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-0.5B-Instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "v_proj",
25
+ "gate_proj",
26
+ "up_proj",
27
+ "k_proj",
28
+ "q_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4a0a95ac3cae47977b499fb7f3d5e63750c6aae56e4fdfeb36d68e80ccfae7
3
+ size 70430032
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09a1945005fea60223a082b7fbb3a6a75fedd42bcea318d810d089371f192690
3
+ size 141053442
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18db6c1bc743d48259413c2026540b18d05325bbab9ad615ffc96744e97a683b
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea7ff16b0c30a914eb0d145e3fb06ff9027c6cd2408e766ce8a09accab89a4d
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "eos_token": {
7
+ "content": "<|im_end|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "pad_token": {
14
+ "content": "<|endoftext|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ }
20
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe42da0a4497e8b2b172c1f9f4ec423a46dc12907f4349c55025f670422ba9
3
+ size 11418266
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "additional_special_tokens": [
30
+ "<|im_start|>",
31
+ "<|im_end|>"
32
+ ],
33
+ "bos_token": null,
34
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
35
+ "clean_up_tokenization_spaces": false,
36
+ "eos_token": "<|im_end|>",
37
+ "errors": "replace",
38
+ "model_max_length": 32768,
39
+ "pad_token": "<|endoftext|>",
40
+ "split_special_tokens": false,
41
+ "tokenizer_class": "Qwen2Tokenizer",
42
+ "unk_token": null
43
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.21676300578034682,
5
+ "eval_steps": 6,
6
+ "global_step": 25,
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.008670520231213872,
13
+ "grad_norm": 31.233707427978516,
14
+ "learning_rate": 0.0001,
15
+ "loss": 12.9855,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.008670520231213872,
20
+ "eval_loss": 12.930079460144043,
21
+ "eval_runtime": 15.8399,
22
+ "eval_samples_per_second": 9.217,
23
+ "eval_steps_per_second": 2.336,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.017341040462427744,
28
+ "grad_norm": 28.268232345581055,
29
+ "learning_rate": 0.0002,
30
+ "loss": 13.719,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.02601156069364162,
35
+ "grad_norm": 30.090986251831055,
36
+ "learning_rate": 0.00019978589232386035,
37
+ "loss": 12.492,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.03468208092485549,
42
+ "grad_norm": 24.952547073364258,
43
+ "learning_rate": 0.00019914448613738106,
44
+ "loss": 6.6205,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.04335260115606936,
49
+ "grad_norm": 14.210641860961914,
50
+ "learning_rate": 0.00019807852804032305,
51
+ "loss": 5.6604,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.05202312138728324,
56
+ "grad_norm": 18.998455047607422,
57
+ "learning_rate": 0.00019659258262890683,
58
+ "loss": 5.3507,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.05202312138728324,
63
+ "eval_loss": 4.770877361297607,
64
+ "eval_runtime": 15.5693,
65
+ "eval_samples_per_second": 9.377,
66
+ "eval_steps_per_second": 2.376,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.06069364161849711,
71
+ "grad_norm": 12.4542236328125,
72
+ "learning_rate": 0.0001946930129495106,
73
+ "loss": 4.086,
74
+ "step": 7
75
+ },
76
+ {
77
+ "epoch": 0.06936416184971098,
78
+ "grad_norm": 10.764126777648926,
79
+ "learning_rate": 0.0001923879532511287,
80
+ "loss": 4.2095,
81
+ "step": 8
82
+ },
83
+ {
84
+ "epoch": 0.07803468208092486,
85
+ "grad_norm": 10.514037132263184,
86
+ "learning_rate": 0.00018968727415326884,
87
+ "loss": 3.2509,
88
+ "step": 9
89
+ },
90
+ {
91
+ "epoch": 0.08670520231213873,
92
+ "grad_norm": 12.644269943237305,
93
+ "learning_rate": 0.00018660254037844388,
94
+ "loss": 4.6754,
95
+ "step": 10
96
+ },
97
+ {
98
+ "epoch": 0.0953757225433526,
99
+ "grad_norm": 11.65572738647461,
100
+ "learning_rate": 0.00018314696123025454,
101
+ "loss": 4.3648,
102
+ "step": 11
103
+ },
104
+ {
105
+ "epoch": 0.10404624277456648,
106
+ "grad_norm": 5.972668170928955,
107
+ "learning_rate": 0.00017933533402912354,
108
+ "loss": 2.7712,
109
+ "step": 12
110
+ },
111
+ {
112
+ "epoch": 0.10404624277456648,
113
+ "eval_loss": 3.3650519847869873,
114
+ "eval_runtime": 15.63,
115
+ "eval_samples_per_second": 9.341,
116
+ "eval_steps_per_second": 2.367,
117
+ "step": 12
118
+ },
119
+ {
120
+ "epoch": 0.11271676300578035,
121
+ "grad_norm": 8.428190231323242,
122
+ "learning_rate": 0.00017518398074789775,
123
+ "loss": 3.4151,
124
+ "step": 13
125
+ },
126
+ {
127
+ "epoch": 0.12138728323699421,
128
+ "grad_norm": 10.373717308044434,
129
+ "learning_rate": 0.00017071067811865476,
130
+ "loss": 3.4139,
131
+ "step": 14
132
+ },
133
+ {
134
+ "epoch": 0.13005780346820808,
135
+ "grad_norm": 6.992438793182373,
136
+ "learning_rate": 0.00016593458151000688,
137
+ "loss": 3.1065,
138
+ "step": 15
139
+ },
140
+ {
141
+ "epoch": 0.13872832369942195,
142
+ "grad_norm": 8.27833366394043,
143
+ "learning_rate": 0.00016087614290087208,
144
+ "loss": 2.6811,
145
+ "step": 16
146
+ },
147
+ {
148
+ "epoch": 0.14739884393063585,
149
+ "grad_norm": 7.094663143157959,
150
+ "learning_rate": 0.00015555702330196023,
151
+ "loss": 2.5216,
152
+ "step": 17
153
+ },
154
+ {
155
+ "epoch": 0.15606936416184972,
156
+ "grad_norm": 6.8862738609313965,
157
+ "learning_rate": 0.00015000000000000001,
158
+ "loss": 2.2764,
159
+ "step": 18
160
+ },
161
+ {
162
+ "epoch": 0.15606936416184972,
163
+ "eval_loss": 2.9536869525909424,
164
+ "eval_runtime": 15.5765,
165
+ "eval_samples_per_second": 9.373,
166
+ "eval_steps_per_second": 2.375,
167
+ "step": 18
168
+ },
169
+ {
170
+ "epoch": 0.16473988439306358,
171
+ "grad_norm": 7.271130561828613,
172
+ "learning_rate": 0.00014422886902190014,
173
+ "loss": 2.4528,
174
+ "step": 19
175
+ },
176
+ {
177
+ "epoch": 0.17341040462427745,
178
+ "grad_norm": 6.056082725524902,
179
+ "learning_rate": 0.000138268343236509,
180
+ "loss": 2.5998,
181
+ "step": 20
182
+ },
183
+ {
184
+ "epoch": 0.18208092485549132,
185
+ "grad_norm": 8.589856147766113,
186
+ "learning_rate": 0.00013214394653031616,
187
+ "loss": 2.9923,
188
+ "step": 21
189
+ },
190
+ {
191
+ "epoch": 0.1907514450867052,
192
+ "grad_norm": 9.71297550201416,
193
+ "learning_rate": 0.00012588190451025207,
194
+ "loss": 3.1111,
195
+ "step": 22
196
+ },
197
+ {
198
+ "epoch": 0.1994219653179191,
199
+ "grad_norm": 7.297626495361328,
200
+ "learning_rate": 0.00011950903220161285,
201
+ "loss": 2.3952,
202
+ "step": 23
203
+ },
204
+ {
205
+ "epoch": 0.20809248554913296,
206
+ "grad_norm": 8.448793411254883,
207
+ "learning_rate": 0.00011305261922200519,
208
+ "loss": 2.5649,
209
+ "step": 24
210
+ },
211
+ {
212
+ "epoch": 0.20809248554913296,
213
+ "eval_loss": 2.8330307006835938,
214
+ "eval_runtime": 16.1314,
215
+ "eval_samples_per_second": 9.051,
216
+ "eval_steps_per_second": 2.294,
217
+ "step": 24
218
+ },
219
+ {
220
+ "epoch": 0.21676300578034682,
221
+ "grad_norm": 11.801284790039062,
222
+ "learning_rate": 0.00010654031292301432,
223
+ "loss": 3.1412,
224
+ "step": 25
225
+ }
226
+ ],
227
+ "logging_steps": 1,
228
+ "max_steps": 50,
229
+ "num_input_tokens_seen": 0,
230
+ "num_train_epochs": 1,
231
+ "save_steps": 25,
232
+ "stateful_callbacks": {
233
+ "TrainerControl": {
234
+ "args": {
235
+ "should_epoch_stop": false,
236
+ "should_evaluate": false,
237
+ "should_log": false,
238
+ "should_save": true,
239
+ "should_training_stop": false
240
+ },
241
+ "attributes": {}
242
+ }
243
+ },
244
+ "total_flos": 5536892112076800.0,
245
+ "train_batch_size": 4,
246
+ "trial_name": null,
247
+ "trial_params": null
248
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd9d7741b62e47df5d29f402ac9b2ea5d6b9998494ec5d7dc94e77d68894d85
3
+ size 6776
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff