Training in progress, step 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,12 +22,12 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"q_proj",
|
26 |
"up_proj",
|
|
|
27 |
"k_proj",
|
28 |
"v_proj",
|
29 |
-
"
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
|
|
25 |
"up_proj",
|
26 |
+
"gate_proj",
|
27 |
"k_proj",
|
28 |
"v_proj",
|
29 |
+
"down_proj",
|
30 |
+
"q_proj"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 75548136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be5fbceaa18666c5f7534b763dc26e9ff6fd5f6f71d4dd42b87593e8412afebb
|
3 |
size 75548136
|
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:aa175b1b7b800e0b43114cc2c11d8b6b924a625cc55f9a96a30ab6d664f5d434
|
3 |
size 5752
|