Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,11 +20,11 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
"q_proj",
|
|
|
|
|
25 |
"down_proj",
|
26 |
"k_proj",
|
27 |
-
"gate_proj",
|
28 |
"v_proj",
|
29 |
"up_proj"
|
30 |
],
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"q_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"o_proj",
|
26 |
"down_proj",
|
27 |
"k_proj",
|
|
|
28 |
"v_proj",
|
29 |
"up_proj"
|
30 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 83945296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:834304dc19f63138dca1212dbe149fb3ef5fa1e2ab004327704acbd8b2cd54ed
|
3 |
size 83945296
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e93ffe03b00945362b086294daef7bc12aafc78fb3d3eb6d1887cd3678894c3
|
3 |
size 6776
|