hieptuyet1102
commited on
Training in progress, step 600
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -7,20 +7,20 @@
|
|
7 |
"init_lora_weights": true,
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
10 |
-
"lora_alpha":
|
11 |
"lora_dropout": 0.05,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
-
"r":
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
|
|
|
|
17 |
"k_proj",
|
18 |
"gate_proj",
|
19 |
-
"down_proj",
|
20 |
-
"up_proj",
|
21 |
-
"v_proj",
|
22 |
"q_proj",
|
23 |
-
"
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
7 |
"init_lora_weights": true,
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
10 |
+
"lora_alpha": 256,
|
11 |
"lora_dropout": 0.05,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
+
"r": 128,
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
+
"v_proj",
|
18 |
+
"o_proj",
|
19 |
"k_proj",
|
20 |
"gate_proj",
|
|
|
|
|
|
|
21 |
"q_proj",
|
22 |
+
"up_proj",
|
23 |
+
"down_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
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:984848a50aabaf5208c3fe6da2a5c7d65780348a47e529d7ccb6846eb01e0e9b
|
3 |
+
size 242266488
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c53ce8e559a65ce29c4be6ac569f936bae5122b3ea1ba2369411242cb556f0b1
|
3 |
size 6392
|