Training in progress, step 500
Browse files- adapter_config.json +5 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 256,
|
17 |
"lora_bias": false,
|
18 |
-
"lora_dropout": 0.
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
@@ -25,13 +25,12 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"gate_proj",
|
28 |
-
"
|
29 |
"q_proj",
|
|
|
|
|
30 |
"k_proj",
|
31 |
-
"
|
32 |
-
"o_proj",
|
33 |
-
"lm_head",
|
34 |
-
"up_proj"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
|
|
15 |
"loftq_config": {},
|
16 |
"lora_alpha": 256,
|
17 |
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"gate_proj",
|
28 |
+
"down_proj",
|
29 |
"q_proj",
|
30 |
+
"v_proj",
|
31 |
+
"up_proj",
|
32 |
"k_proj",
|
33 |
+
"o_proj"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
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:1abcf2252eb9af09d1d9cf5c7fee4b6de741348766e7d2529a83071e45b40e61
|
3 |
+
size 156359640
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1293106fd389cd3ae65ccba0029bd0b842061e9a7ed1547d51f9cd3cadbe3a4c
|
3 |
size 5752
|