aipib commited on
Commit
1ff4ec5
1 Parent(s): 20c4c85

End of training

Browse files
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ base_model: aipib/llmjp-dareties
6
+ model-index:
7
+ - name: llmjp-dareties-ft-onlyqa-adapter2
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # llmjp-dareties-ft-onlyqa-adapter2
15
+
16
+ This model is a fine-tuned version of [aipib/llmjp-dareties](https://huggingface.co/aipib/llmjp-dareties) on the None dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0001
36
+ - train_batch_size: 1
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_steps: 5
42
+ - num_epochs: 1
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - PEFT 0.11.1
51
+ - Transformers 4.41.1
52
+ - Pytorch 2.3.0
53
+ - Datasets 2.20.0
54
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "aipib/llmjp-dareties",
5
+ "bias": "none",
6
+ "fan_in_fan_out": true,
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": 32,
14
+ "lora_dropout": 0.05,
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
+ "wte",
24
+ "c_attn",
25
+ "c_fc",
26
+ "wpe",
27
+ "c_proj"
28
+ ],
29
+ "task_type": "CAUSAL_LM",
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b16b83fc21637f61422f2a9771b3c702c7abd03ce7064ca8c43a060af7d42c
3
+ size 107963160
trainer_state.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 113,
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.04424778761061947,
13
+ "grad_norm": 19.216197967529297,
14
+ "learning_rate": 0.0001,
15
+ "loss": 2.7696,
16
+ "step": 5
17
+ },
18
+ {
19
+ "epoch": 0.08849557522123894,
20
+ "grad_norm": 9.90820598602295,
21
+ "learning_rate": 9.537037037037038e-05,
22
+ "loss": 2.4474,
23
+ "step": 10
24
+ },
25
+ {
26
+ "epoch": 0.13274336283185842,
27
+ "grad_norm": 9.913591384887695,
28
+ "learning_rate": 9.074074074074075e-05,
29
+ "loss": 2.2249,
30
+ "step": 15
31
+ },
32
+ {
33
+ "epoch": 0.17699115044247787,
34
+ "grad_norm": 18.111818313598633,
35
+ "learning_rate": 8.611111111111112e-05,
36
+ "loss": 2.0585,
37
+ "step": 20
38
+ },
39
+ {
40
+ "epoch": 0.22123893805309736,
41
+ "grad_norm": 10.692439079284668,
42
+ "learning_rate": 8.148148148148148e-05,
43
+ "loss": 1.7636,
44
+ "step": 25
45
+ },
46
+ {
47
+ "epoch": 0.26548672566371684,
48
+ "grad_norm": 15.1380033493042,
49
+ "learning_rate": 7.685185185185185e-05,
50
+ "loss": 1.7311,
51
+ "step": 30
52
+ },
53
+ {
54
+ "epoch": 0.30973451327433627,
55
+ "grad_norm": 11.560906410217285,
56
+ "learning_rate": 7.222222222222222e-05,
57
+ "loss": 1.5557,
58
+ "step": 35
59
+ },
60
+ {
61
+ "epoch": 0.35398230088495575,
62
+ "grad_norm": 8.727864265441895,
63
+ "learning_rate": 6.759259259259259e-05,
64
+ "loss": 1.6089,
65
+ "step": 40
66
+ },
67
+ {
68
+ "epoch": 0.39823008849557523,
69
+ "grad_norm": 8.90024185180664,
70
+ "learning_rate": 6.296296296296296e-05,
71
+ "loss": 1.5712,
72
+ "step": 45
73
+ },
74
+ {
75
+ "epoch": 0.4424778761061947,
76
+ "grad_norm": 7.171605587005615,
77
+ "learning_rate": 5.833333333333334e-05,
78
+ "loss": 1.546,
79
+ "step": 50
80
+ },
81
+ {
82
+ "epoch": 0.48672566371681414,
83
+ "grad_norm": 20.623746871948242,
84
+ "learning_rate": 5.370370370370371e-05,
85
+ "loss": 1.5379,
86
+ "step": 55
87
+ },
88
+ {
89
+ "epoch": 0.5309734513274337,
90
+ "grad_norm": 9.407456398010254,
91
+ "learning_rate": 4.9074074074074075e-05,
92
+ "loss": 1.6323,
93
+ "step": 60
94
+ },
95
+ {
96
+ "epoch": 0.5752212389380531,
97
+ "grad_norm": 8.466376304626465,
98
+ "learning_rate": 4.4444444444444447e-05,
99
+ "loss": 1.4755,
100
+ "step": 65
101
+ },
102
+ {
103
+ "epoch": 0.6194690265486725,
104
+ "grad_norm": 5.661746978759766,
105
+ "learning_rate": 3.981481481481482e-05,
106
+ "loss": 1.6249,
107
+ "step": 70
108
+ },
109
+ {
110
+ "epoch": 0.6637168141592921,
111
+ "grad_norm": 6.674346923828125,
112
+ "learning_rate": 3.518518518518519e-05,
113
+ "loss": 1.5234,
114
+ "step": 75
115
+ },
116
+ {
117
+ "epoch": 0.7079646017699115,
118
+ "grad_norm": 5.735414505004883,
119
+ "learning_rate": 3.055555555555556e-05,
120
+ "loss": 1.1557,
121
+ "step": 80
122
+ },
123
+ {
124
+ "epoch": 0.7522123893805309,
125
+ "grad_norm": 8.76235580444336,
126
+ "learning_rate": 2.5925925925925925e-05,
127
+ "loss": 1.7057,
128
+ "step": 85
129
+ },
130
+ {
131
+ "epoch": 0.7964601769911505,
132
+ "grad_norm": 12.130348205566406,
133
+ "learning_rate": 2.1296296296296296e-05,
134
+ "loss": 1.3106,
135
+ "step": 90
136
+ },
137
+ {
138
+ "epoch": 0.8407079646017699,
139
+ "grad_norm": 8.450634002685547,
140
+ "learning_rate": 1.6666666666666667e-05,
141
+ "loss": 1.5108,
142
+ "step": 95
143
+ },
144
+ {
145
+ "epoch": 0.8849557522123894,
146
+ "grad_norm": 10.024974822998047,
147
+ "learning_rate": 1.2037037037037037e-05,
148
+ "loss": 1.3794,
149
+ "step": 100
150
+ },
151
+ {
152
+ "epoch": 0.9292035398230089,
153
+ "grad_norm": 8.237189292907715,
154
+ "learning_rate": 7.4074074074074075e-06,
155
+ "loss": 1.2443,
156
+ "step": 105
157
+ },
158
+ {
159
+ "epoch": 0.9734513274336283,
160
+ "grad_norm": 29.493942260742188,
161
+ "learning_rate": 2.777777777777778e-06,
162
+ "loss": 1.6901,
163
+ "step": 110
164
+ },
165
+ {
166
+ "epoch": 1.0,
167
+ "step": 113,
168
+ "total_flos": 136942586363904.0,
169
+ "train_loss": 1.6811428829631974,
170
+ "train_runtime": 7619.7234,
171
+ "train_samples_per_second": 0.015,
172
+ "train_steps_per_second": 0.015
173
+ }
174
+ ],
175
+ "logging_steps": 5,
176
+ "max_steps": 113,
177
+ "num_input_tokens_seen": 0,
178
+ "num_train_epochs": 1,
179
+ "save_steps": 500,
180
+ "stateful_callbacks": {
181
+ "TrainerControl": {
182
+ "args": {
183
+ "should_epoch_stop": false,
184
+ "should_evaluate": false,
185
+ "should_log": false,
186
+ "should_save": false,
187
+ "should_training_stop": false
188
+ },
189
+ "attributes": {}
190
+ }
191
+ },
192
+ "total_flos": 136942586363904.0,
193
+ "train_batch_size": 1,
194
+ "trial_name": null,
195
+ "trial_params": null
196
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e06908491901e55bd30b1a2aaf7db93058aa23e6ac931277bf0aa1cc1f97b1d
3
+ size 5112