Training in progress, step 32
Browse files- adapter_config.json +1 -8
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,15 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
-
"fc2",
|
25 |
"q_proj",
|
26 |
-
"
|
27 |
-
"qkv",
|
28 |
-
"up_proj",
|
29 |
-
"gate_proj",
|
30 |
-
"down_proj",
|
31 |
-
"fc1"
|
32 |
],
|
33 |
"task_type": "CAUSAL_LM",
|
34 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"v_proj"
|
|
|
|
|
|
|
|
|
|
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
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:b2072f55ac60222803052a7fa71cbfd418043027e59da2a91d607ee57abae51d
|
3 |
+
size 8731128
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0f08f51f43d082aef7b6a04d8ec55f080fdce7362c5022d1b098217c64492c4
|
3 |
size 5560
|