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,11 +22,11 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"
|
26 |
-
"down_proj",
|
27 |
"v_proj",
|
28 |
"gate_proj",
|
29 |
-
"
|
|
|
30 |
"q_proj"
|
31 |
],
|
32 |
"task_type": null
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"k_proj",
|
|
|
26 |
"v_proj",
|
27 |
"gate_proj",
|
28 |
+
"up_proj",
|
29 |
+
"down_proj",
|
30 |
"q_proj"
|
31 |
],
|
32 |
"task_type": null
|
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:49a58abc4e3f109d870d89adb988bb304315222f96743c65c223f098c7460e95
|
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 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c51e4f090b28cc8e6ad998ec49cb62487fd919ce9dd1afb2220b92d8f117a0c
|
3 |
size 5240
|