Training in progress, step 500, checkpoint
Browse files- last-checkpoint/adapter_config.json +2 -2
- last-checkpoint/adapter_model.safetensors +1 -1
- last-checkpoint/optimizer.pt +1 -1
- last-checkpoint/rng_state.pth +1 -1
- last-checkpoint/scheduler.pt +1 -1
- last-checkpoint/tokenizer.json +2 -2
- last-checkpoint/trainer_state.json +9 -16
- last-checkpoint/training_args.bin +1 -1
last-checkpoint/adapter_config.json
CHANGED
@@ -20,8 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"q_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
last-checkpoint/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3208536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78c904af18c31f4a69d6180c9472e0f9049631c4b11a30e09a8dd1f1e0caa1cc
|
3 |
size 3208536
|
last-checkpoint/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6477306
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75111731874c29a7e862615e89e51e6bdbaa9146731dfdcd1bc43cc76b7df2d8
|
3 |
size 6477306
|
last-checkpoint/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:fd62d48ed83452b5265e86dff33cf1003a0754fe0aa1b42fc21148154d53550e
|
3 |
size 14244
|
last-checkpoint/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:3332507fadf5d43ff4ed4bcaa949f82413d6423fde214dab857321ff53f41972
|
3 |
size 1064
|
last-checkpoint/tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88ca2827d357547743e78820b54238345b21f6ee516f44ed822ca74a28af9a09
|
3 |
+
size 17525455
|
last-checkpoint/trainer_state.json
CHANGED
@@ -1,30 +1,23 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 500,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"epoch":
|
13 |
-
"grad_norm":
|
14 |
-
"learning_rate":
|
15 |
-
"loss": 0.
|
16 |
"step": 500
|
17 |
-
},
|
18 |
-
{
|
19 |
-
"epoch": 2.770083102493075,
|
20 |
-
"grad_norm": 26.0142822265625,
|
21 |
-
"learning_rate": 3.831948291782087e-06,
|
22 |
-
"loss": 0.5497,
|
23 |
-
"step": 1000
|
24 |
}
|
25 |
],
|
26 |
"logging_steps": 500,
|
27 |
-
"max_steps":
|
28 |
"num_input_tokens_seen": 0,
|
29 |
"num_train_epochs": 3,
|
30 |
"save_steps": 500,
|
@@ -35,12 +28,12 @@
|
|
35 |
"should_evaluate": false,
|
36 |
"should_log": false,
|
37 |
"should_save": true,
|
38 |
-
"should_training_stop":
|
39 |
},
|
40 |
"attributes": {}
|
41 |
}
|
42 |
},
|
43 |
-
"total_flos":
|
44 |
"train_batch_size": 1,
|
45 |
"trial_name": null,
|
46 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.1551724137931036,
|
5 |
"eval_steps": 500,
|
6 |
+
"global_step": 500,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
+
"epoch": 2.1551724137931036,
|
13 |
+
"grad_norm": 17.473838806152344,
|
14 |
+
"learning_rate": 1.4080459770114942e-05,
|
15 |
+
"loss": 0.5917,
|
16 |
"step": 500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
18 |
],
|
19 |
"logging_steps": 500,
|
20 |
+
"max_steps": 696,
|
21 |
"num_input_tokens_seen": 0,
|
22 |
"num_train_epochs": 3,
|
23 |
"save_steps": 500,
|
|
|
28 |
"should_evaluate": false,
|
29 |
"should_log": false,
|
30 |
"should_save": true,
|
31 |
+
"should_training_stop": false
|
32 |
},
|
33 |
"attributes": {}
|
34 |
}
|
35 |
},
|
36 |
+
"total_flos": 459596996587008.0,
|
37 |
"train_batch_size": 1,
|
38 |
"trial_name": null,
|
39 |
"trial_params": null
|
last-checkpoint/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef2ee579c2a03fdaa11cdf4d7c2576d4670d8ac82f21b4b99facc08b8a85100e
|
3 |
size 5432
|