Training in progress, step 50, checkpoint
Browse files- checkpoint-50/README.md +19 -0
- checkpoint-50/adapter_model.safetensors +1 -1
- checkpoint-50/optimizer.pt +1 -1
- checkpoint-50/rng_state.pth +1 -1
- checkpoint-50/scheduler.pt +1 -1
- checkpoint-50/trainer_state.json +15 -15
- checkpoint-50/training_args.bin +1 -1
checkpoint-50/README.md
CHANGED
@@ -216,4 +216,23 @@ The following `bitsandbytes` quantization config was used during training:
|
|
216 |
### Framework versions
|
217 |
|
218 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
- PEFT 0.6.0
|
|
|
216 |
### Framework versions
|
217 |
|
218 |
|
219 |
+
- PEFT 0.6.0
|
220 |
+
## Training procedure
|
221 |
+
|
222 |
+
|
223 |
+
The following `bitsandbytes` quantization config was used during training:
|
224 |
+
- quant_method: bitsandbytes
|
225 |
+
- load_in_8bit: True
|
226 |
+
- load_in_4bit: False
|
227 |
+
- llm_int8_threshold: 6.0
|
228 |
+
- llm_int8_skip_modules: None
|
229 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
230 |
+
- llm_int8_has_fp16_weight: False
|
231 |
+
- bnb_4bit_quant_type: fp4
|
232 |
+
- bnb_4bit_use_double_quant: False
|
233 |
+
- bnb_4bit_compute_dtype: float32
|
234 |
+
|
235 |
+
### Framework versions
|
236 |
+
|
237 |
+
|
238 |
- PEFT 0.6.0
|
checkpoint-50/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 19690328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81ba8e9bb46cd7431d0605620d425df31e438dcfe040d9fb7240ab631dab76d2
|
3 |
size 19690328
|
checkpoint-50/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 38087098
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e883ceaf3c69791c4e13ae3e58e571eaee58054ab5a3846b611c5b2b7887b9e4
|
3 |
size 38087098
|
checkpoint-50/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f222629472477b761a77581c63b2d54d08cc9afcfee220260faf8cc8bde627d
|
3 |
size 14244
|
checkpoint-50/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69f0be3d3f244f6ed78a99ef73024bb1cc874b8d8c497ea6ae16ba6bbb24fdde
|
3 |
size 1064
|
checkpoint-50/trainer_state.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
"best_model_checkpoint": "output/checkpoint-50",
|
4 |
-
"epoch": 0.
|
5 |
"eval_steps": 50,
|
6 |
"global_step": 50,
|
7 |
"is_hyper_param_search": false,
|
@@ -9,32 +9,32 @@
|
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"epoch": 0.
|
13 |
"learning_rate": 0.0,
|
14 |
-
"loss": 0.
|
15 |
"step": 1
|
16 |
},
|
17 |
{
|
18 |
-
"epoch": 0.
|
19 |
-
"learning_rate":
|
20 |
-
"loss": 0.
|
21 |
"step": 50
|
22 |
},
|
23 |
{
|
24 |
-
"epoch": 0.
|
25 |
-
"eval_accuracy": 0.
|
26 |
-
"eval_loss": 0.
|
27 |
-
"eval_runtime":
|
28 |
-
"eval_samples_per_second": 6.
|
29 |
-
"eval_steps_per_second": 1.
|
30 |
"step": 50
|
31 |
}
|
32 |
],
|
33 |
"logging_steps": 50,
|
34 |
-
"max_steps":
|
35 |
"num_train_epochs": 3,
|
36 |
"save_steps": 50,
|
37 |
-
"total_flos": 1.
|
38 |
"trial_name": null,
|
39 |
"trial_params": null
|
40 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.4395545721054077,
|
3 |
"best_model_checkpoint": "output/checkpoint-50",
|
4 |
+
"epoch": 0.1353637901861252,
|
5 |
"eval_steps": 50,
|
6 |
"global_step": 50,
|
7 |
"is_hyper_param_search": false,
|
|
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
+
"epoch": 0.0,
|
13 |
"learning_rate": 0.0,
|
14 |
+
"loss": 0.9268,
|
15 |
"step": 1
|
16 |
},
|
17 |
{
|
18 |
+
"epoch": 0.14,
|
19 |
+
"learning_rate": 6.111111111111112e-06,
|
20 |
+
"loss": 0.5897,
|
21 |
"step": 50
|
22 |
},
|
23 |
{
|
24 |
+
"epoch": 0.14,
|
25 |
+
"eval_accuracy": 0.8628571428571429,
|
26 |
+
"eval_loss": 0.4395545721054077,
|
27 |
+
"eval_runtime": 26.2003,
|
28 |
+
"eval_samples_per_second": 6.679,
|
29 |
+
"eval_steps_per_second": 1.679,
|
30 |
"step": 50
|
31 |
}
|
32 |
],
|
33 |
"logging_steps": 50,
|
34 |
+
"max_steps": 800,
|
35 |
"num_train_epochs": 3,
|
36 |
"save_steps": 50,
|
37 |
+
"total_flos": 1.83883393431552e+16,
|
38 |
"trial_name": null,
|
39 |
"trial_params": null
|
40 |
}
|
checkpoint-50/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eab90039203ebde7fc5537527df9e43bcc8971062162dee256a3fd06a20fcd44
|
3 |
size 4600
|