IainRatherThanIan
commited on
Commit
•
b6ad246
1
Parent(s):
438cac6
Training in progress, step 10
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"k_proj",
|
24 |
-
"o_proj",
|
25 |
"gate_proj",
|
|
|
|
|
|
|
26 |
"q_proj",
|
27 |
"v_proj",
|
28 |
-
"
|
29 |
-
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
+
"up_proj",
|
26 |
+
"k_proj",
|
27 |
"q_proj",
|
28 |
"v_proj",
|
29 |
+
"o_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 45258384
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3daea7470ba7774aac3fe899b9502e3dc67af83a6cce90874e7bc1e3dbe3d1e0
|
3 |
size 45258384
|
training_args.bin
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:0f641b047bae97f6bee9861dd9fa9011ba3135406c781049328efa4a0da130af
|
3 |
+
size 5048
|