Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
@@ -13,18 +13,20 @@
|
|
13 |
"lora_dropout": 0.05,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
-
"modules_to_save":
|
|
|
|
|
17 |
"peft_type": "LORA",
|
18 |
"r": 256,
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"o_proj",
|
|
|
|
|
23 |
"down_proj",
|
24 |
"gate_proj",
|
25 |
"v_proj",
|
26 |
-
"up_proj",
|
27 |
-
"q_proj",
|
28 |
"k_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
13 |
"lora_dropout": 0.05,
|
14 |
"megatron_config": null,
|
15 |
"megatron_core": "megatron.core",
|
16 |
+
"modules_to_save": [
|
17 |
+
"lm_head"
|
18 |
+
],
|
19 |
"peft_type": "LORA",
|
20 |
"r": 256,
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
24 |
"o_proj",
|
25 |
+
"up_proj",
|
26 |
+
"q_proj",
|
27 |
"down_proj",
|
28 |
"gate_proj",
|
29 |
"v_proj",
|
|
|
|
|
30 |
"k_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
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:6f7493a5ae6420ca73642d1ce4a49da2b50cce4281c2b3d257253eb40ecf1337
|
3 |
+
size 1604645504
|
runs/Apr17_01-49-10_ubuntu2204/events.out.tfevents.1713332953.ubuntu2204.15251.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d7a9cf6b5dd21d3acdd79a1bf31c378327aca06ffb366a7d9c7f7aee0eaf876
|
3 |
+
size 5091
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e945a2218d38e3be4cf8289c408a86eeb86063450ec94382df6b3deac010f95
|
3 |
size 4728
|