Training in progress, step 100, checkpoint
Browse files- last-checkpoint/adapter_config.json +3 -3
- last-checkpoint/adapter_model.safetensors +1 -1
- last-checkpoint/optimizer.pt +1 -1
- last-checkpoint/rng_state.pth +1 -1
- last-checkpoint/scaler.pt +1 -1
- last-checkpoint/scheduler.pt +1 -1
- last-checkpoint/trainer_state.json +41 -19
- last-checkpoint/training_args.bin +1 -1
last-checkpoint/adapter_config.json
CHANGED
|
@@ -25,11 +25,11 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
| 29 |
-
"v_proj",
|
| 30 |
"fc1",
|
| 31 |
"k_proj",
|
| 32 |
-
"
|
|
|
|
| 33 |
"q_proj"
|
| 34 |
],
|
| 35 |
"target_parameters": null,
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"o_proj",
|
|
|
|
| 29 |
"fc1",
|
| 30 |
"k_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"fc2",
|
| 33 |
"q_proj"
|
| 34 |
],
|
| 35 |
"target_parameters": null,
|
last-checkpoint/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 25205016
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09d1498de9aba5c1b498d5d1e4c01cc99ca44d0eee283e3fc184f1f0b7f4a4d4
|
| 3 |
size 25205016
|
last-checkpoint/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 13061131
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d5ede4b18e5e7d3d4962e25ab681155139ee39dfec910e201fb2c80d0641fbf
|
| 3 |
size 13061131
|
last-checkpoint/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14645
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:270b2ca40754812f8e112d290e097964475281229bb06ef13f79ceaff75e02a8
|
| 3 |
size 14645
|
last-checkpoint/scaler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1383
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb267507c5b729de0d434c88dc7cc212ca3861cb6036f85b5e2d88f5001c4e2a
|
| 3 |
size 1383
|
last-checkpoint/scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1465
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d15dc0e5ec3e4cb35d1852a94001879e08c69f7fd1e08d721a40a6ed53fef668
|
| 3 |
size 1465
|
last-checkpoint/trainer_state.json
CHANGED
|
@@ -2,40 +2,62 @@
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
-
"epoch":
|
| 6 |
"eval_steps": 50,
|
| 7 |
-
"global_step":
|
| 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.
|
| 14 |
-
"grad_norm":
|
| 15 |
-
"learning_rate": 1.
|
| 16 |
-
"loss": 8.
|
| 17 |
"step": 25
|
| 18 |
},
|
| 19 |
{
|
| 20 |
-
"epoch": 0.
|
| 21 |
-
"grad_norm":
|
| 22 |
-
"learning_rate":
|
| 23 |
-
"loss": 7.
|
| 24 |
"step": 50
|
| 25 |
},
|
| 26 |
{
|
| 27 |
-
"epoch": 0.
|
| 28 |
-
"eval_loss": 7.
|
| 29 |
-
"eval_runtime":
|
| 30 |
-
"eval_samples_per_second":
|
| 31 |
-
"eval_steps_per_second":
|
| 32 |
"step": 50
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
}
|
| 34 |
],
|
| 35 |
"logging_steps": 25,
|
| 36 |
-
"max_steps":
|
| 37 |
"num_input_tokens_seen": 0,
|
| 38 |
-
"num_train_epochs":
|
| 39 |
"save_steps": 100,
|
| 40 |
"stateful_callbacks": {
|
| 41 |
"TrainerControl": {
|
|
@@ -44,12 +66,12 @@
|
|
| 44 |
"should_evaluate": false,
|
| 45 |
"should_log": false,
|
| 46 |
"should_save": true,
|
| 47 |
-
"should_training_stop":
|
| 48 |
},
|
| 49 |
"attributes": {}
|
| 50 |
}
|
| 51 |
},
|
| 52 |
-
"total_flos":
|
| 53 |
"train_batch_size": 4,
|
| 54 |
"trial_name": null,
|
| 55 |
"trial_params": null
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.8,
|
| 6 |
"eval_steps": 50,
|
| 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.2,
|
| 14 |
+
"grad_norm": 2.5308005809783936,
|
| 15 |
+
"learning_rate": 1.99625729663483e-05,
|
| 16 |
+
"loss": 8.2688,
|
| 17 |
"step": 25
|
| 18 |
},
|
| 19 |
{
|
| 20 |
+
"epoch": 0.4,
|
| 21 |
+
"grad_norm": 2.6729016304016113,
|
| 22 |
+
"learning_rate": 1.95447296407255e-05,
|
| 23 |
+
"loss": 7.7962,
|
| 24 |
"step": 50
|
| 25 |
},
|
| 26 |
{
|
| 27 |
+
"epoch": 0.4,
|
| 28 |
+
"eval_loss": 7.424994945526123,
|
| 29 |
+
"eval_runtime": 36.7897,
|
| 30 |
+
"eval_samples_per_second": 8.154,
|
| 31 |
+
"eval_steps_per_second": 1.033,
|
| 32 |
"step": 50
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.6,
|
| 36 |
+
"grad_norm": 2.4165093898773193,
|
| 37 |
+
"learning_rate": 1.868180920098644e-05,
|
| 38 |
+
"loss": 7.272,
|
| 39 |
+
"step": 75
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.8,
|
| 43 |
+
"grad_norm": 3.073392152786255,
|
| 44 |
+
"learning_rate": 1.7414050203223092e-05,
|
| 45 |
+
"loss": 7.1306,
|
| 46 |
+
"step": 100
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.8,
|
| 50 |
+
"eval_loss": 6.984020233154297,
|
| 51 |
+
"eval_runtime": 37.416,
|
| 52 |
+
"eval_samples_per_second": 8.018,
|
| 53 |
+
"eval_steps_per_second": 1.016,
|
| 54 |
+
"step": 100
|
| 55 |
}
|
| 56 |
],
|
| 57 |
"logging_steps": 25,
|
| 58 |
+
"max_steps": 375,
|
| 59 |
"num_input_tokens_seen": 0,
|
| 60 |
+
"num_train_epochs": 3,
|
| 61 |
"save_steps": 100,
|
| 62 |
"stateful_callbacks": {
|
| 63 |
"TrainerControl": {
|
|
|
|
| 66 |
"should_evaluate": false,
|
| 67 |
"should_log": false,
|
| 68 |
"should_save": true,
|
| 69 |
+
"should_training_stop": false
|
| 70 |
},
|
| 71 |
"attributes": {}
|
| 72 |
}
|
| 73 |
},
|
| 74 |
+
"total_flos": 1848100385587200.0,
|
| 75 |
"train_batch_size": 4,
|
| 76 |
"trial_name": null,
|
| 77 |
"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 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e4b60f4de494ccae3eec678a577ff181ad3102e48e3c208ef0d08f2d3eb53f7
|
| 3 |
size 5905
|