willtensora
commited on
Training in progress, epoch 0, checkpoint
Browse files
last-checkpoint/adapter_config.json
CHANGED
@@ -10,23 +10,23 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
-
"lora_dropout": 0.
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
"gate_proj",
|
25 |
"q_proj",
|
26 |
-
"
|
27 |
"v_proj",
|
|
|
28 |
"k_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 8,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 4,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"gate_proj",
|
24 |
"q_proj",
|
25 |
+
"down_proj",
|
26 |
"v_proj",
|
27 |
+
"o_proj",
|
28 |
"k_proj",
|
29 |
+
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d88b1e51271dd31989fdcb683c1f1b908065dbdaece123315139618413ff168
|
3 |
+
size 9048
|
last-checkpoint/optimizer.pt
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:a22ece71d8000ff8dfbaa944694fb3173f5083ccc053d6dc045708f8cc7d2754
|
3 |
+
size 28134
|
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:89dbad7a5f4eb47d4580585d91b020d1a7f5dc2fd4d54175561c1eb48d2175e4
|
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:e6da16eefab22daee3fb0999c7651be192feb36b73810bf419e9165c7023ec02
|
3 |
size 1064
|
last-checkpoint/trainer_state.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 500,
|
6 |
"global_step": 1,
|
7 |
"is_hyper_param_search": false,
|
@@ -9,18 +9,18 @@
|
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"epoch":
|
13 |
-
"grad_norm": 0.
|
14 |
-
"learning_rate": 0.
|
15 |
-
"loss": 11.
|
16 |
"step": 1
|
17 |
},
|
18 |
{
|
19 |
-
"epoch":
|
20 |
-
"eval_loss": 11.
|
21 |
-
"eval_runtime": 0.
|
22 |
-
"eval_samples_per_second":
|
23 |
-
"eval_steps_per_second":
|
24 |
"step": 1
|
25 |
}
|
26 |
],
|
@@ -41,8 +41,8 @@
|
|
41 |
"attributes": {}
|
42 |
}
|
43 |
},
|
44 |
-
"total_flos":
|
45 |
-
"train_batch_size":
|
46 |
"trial_name": null,
|
47 |
"trial_params": null
|
48 |
}
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.0002666666666666667,
|
5 |
"eval_steps": 500,
|
6 |
"global_step": 1,
|
7 |
"is_hyper_param_search": false,
|
|
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
+
"epoch": 0.0002666666666666667,
|
13 |
+
"grad_norm": 0.013278936967253685,
|
14 |
+
"learning_rate": 0.0,
|
15 |
+
"loss": 11.9308,
|
16 |
"step": 1
|
17 |
},
|
18 |
{
|
19 |
+
"epoch": 0.0002666666666666667,
|
20 |
+
"eval_loss": 11.933883666992188,
|
21 |
+
"eval_runtime": 0.0604,
|
22 |
+
"eval_samples_per_second": 265.052,
|
23 |
+
"eval_steps_per_second": 66.263,
|
24 |
"step": 1
|
25 |
}
|
26 |
],
|
|
|
41 |
"attributes": {}
|
42 |
}
|
43 |
},
|
44 |
+
"total_flos": 10444800.0,
|
45 |
+
"train_batch_size": 4,
|
46 |
"trial_name": null,
|
47 |
"trial_params": null
|
48 |
}
|
last-checkpoint/training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c263e05fe207b407c6cd11bb652d63a63732b2d1b47dcaa717b61ddd3b2908e5
|
3 |
size 6776
|