Asilarkness commited on
Commit
67e3fdc
·
verified ·
1 Parent(s): 6914588

Training in progress, step 100, checkpoint

Browse files
checkpoint-100/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3.6-27B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3.6-27B
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.20.0
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen3.6-27B",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": "pissa_niter_16",
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 64,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "in_proj_qkv",
35
+ "o_proj",
36
+ "v_proj",
37
+ "gate_proj",
38
+ "in_proj_z",
39
+ "out_proj",
40
+ "up_proj",
41
+ "down_proj",
42
+ "q_proj",
43
+ "k_proj"
44
+ ],
45
+ "target_parameters": null,
46
+ "task_type": "CAUSAL_LM",
47
+ "trainable_token_indices": null,
48
+ "use_bdlora": null,
49
+ "use_dora": false,
50
+ "use_qalora": false,
51
+ "use_rslora": true,
52
+ "velora_config": null
53
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:face26ef4343655d9fd76c7d699fee40595aadbb32755553d1a326577c69bfd0
3
+ size 1740746640
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:321a6a617ec55c5ede106e72ee4261f5f29bfd9f5a3ab77d4f975192c8342cc0
3
+ size 3481950275
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:098b29492211804ab324a36f37466821d948280bb74fce4ba895c03f13ecd878
3
+ size 14645
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d0ca5fca18db2723dd6ab92574fa596967d7961fe98a933c900b7f5948e8af
3
+ size 1529
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.10401768300611104,
6
+ "eval_steps": 100,
7
+ "global_step": 100,
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.005200884150305552,
14
+ "grad_norm": 4.82585334777832,
15
+ "learning_rate": 5.6140350877192985e-06,
16
+ "loss": 0.7676299571990967,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.010401768300611104,
21
+ "grad_norm": 3.292309522628784,
22
+ "learning_rate": 1.263157894736842e-05,
23
+ "loss": 0.631245470046997,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.015602652450916656,
28
+ "grad_norm": 3.0301995277404785,
29
+ "learning_rate": 1.9649122807017544e-05,
30
+ "loss": 0.6749040126800537,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.02080353660122221,
35
+ "grad_norm": 2.853067398071289,
36
+ "learning_rate": 2.6666666666666667e-05,
37
+ "loss": 0.7889204978942871,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.02600442075152776,
42
+ "grad_norm": 2.4595491886138916,
43
+ "learning_rate": 3.368421052631579e-05,
44
+ "loss": 0.8261689186096192,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.031205304901833313,
49
+ "grad_norm": 3.285839319229126,
50
+ "learning_rate": 4.070175438596492e-05,
51
+ "loss": 0.8855669021606445,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.03640618905213886,
56
+ "grad_norm": 2.9381635189056396,
57
+ "learning_rate": 4.771929824561404e-05,
58
+ "loss": 0.8640634536743164,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.04160707320244442,
63
+ "grad_norm": 2.142974376678467,
64
+ "learning_rate": 5.4736842105263165e-05,
65
+ "loss": 0.8938538551330566,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.046807957352749965,
70
+ "grad_norm": 3.4374115467071533,
71
+ "learning_rate": 6.175438596491228e-05,
72
+ "loss": 0.9762144088745117,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.05200884150305552,
77
+ "grad_norm": 2.2888057231903076,
78
+ "learning_rate": 6.87719298245614e-05,
79
+ "loss": 1.0100465774536134,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.05720972565336107,
84
+ "grad_norm": 2.101193428039551,
85
+ "learning_rate": 7.578947368421052e-05,
86
+ "loss": 1.0064237594604493,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.062410609803666625,
91
+ "grad_norm": 2.3019754886627197,
92
+ "learning_rate": 7.999977348305978e-05,
93
+ "loss": 1.0382986068725586,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.06761149395397217,
98
+ "grad_norm": 2.0822298526763916,
99
+ "learning_rate": 7.999722519694521e-05,
100
+ "loss": 1.1403823852539063,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.07281237810427772,
105
+ "grad_norm": 2.109672784805298,
106
+ "learning_rate": 7.999184565952555e-05,
107
+ "loss": 1.0954228401184083,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.07801326225458328,
112
+ "grad_norm": 1.9484328031539917,
113
+ "learning_rate": 7.998363525159777e-05,
114
+ "loss": 1.125577735900879,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.08321414640488883,
119
+ "grad_norm": 2.0304486751556396,
120
+ "learning_rate": 7.997259455434539e-05,
121
+ "loss": 1.078431987762451,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.08841503055519438,
126
+ "grad_norm": 1.8764644861221313,
127
+ "learning_rate": 7.995872434929734e-05,
128
+ "loss": 1.0825774192810058,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.09361591470549993,
133
+ "grad_norm": 2.521047353744507,
134
+ "learning_rate": 7.994202561827263e-05,
135
+ "loss": 1.0628202438354493,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.0988167988558055,
140
+ "grad_norm": 1.7737245559692383,
141
+ "learning_rate": 7.992249954331088e-05,
142
+ "loss": 1.0672310829162597,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.10401768300611104,
147
+ "grad_norm": 2.0016262531280518,
148
+ "learning_rate": 7.990014750658856e-05,
149
+ "loss": 1.0844260215759278,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.10401768300611104,
154
+ "eval_loss": 1.090377688407898,
155
+ "eval_runtime": 131.495,
156
+ "eval_samples_per_second": 1.947,
157
+ "eval_steps_per_second": 1.947,
158
+ "step": 100
159
+ }
160
+ ],
161
+ "logging_steps": 5,
162
+ "max_steps": 1924,
163
+ "num_input_tokens_seen": 0,
164
+ "num_train_epochs": 2,
165
+ "save_steps": 100,
166
+ "stateful_callbacks": {
167
+ "TrainerControl": {
168
+ "args": {
169
+ "should_epoch_stop": false,
170
+ "should_evaluate": false,
171
+ "should_log": false,
172
+ "should_save": true,
173
+ "should_training_stop": false
174
+ },
175
+ "attributes": {}
176
+ }
177
+ },
178
+ "total_flos": 2.6987799245211648e+17,
179
+ "train_batch_size": 1,
180
+ "trial_name": null,
181
+ "trial_params": null
182
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda9eca81350d33d7afd002b0486cfbb31f4b6481ffe7100ba3796331272c0ae
3
+ size 5201