alexander-hm
commited on
Training in progress, step 1000
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -28,13 +28,13 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"v_proj",
|
32 |
"k_proj",
|
|
|
|
|
33 |
"down_proj",
|
34 |
"up_proj",
|
35 |
-
"gate_proj",
|
36 |
"q_proj",
|
37 |
-
"
|
38 |
],
|
39 |
"task_type": "CAUSAL_LM",
|
40 |
"use_dora": false,
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
31 |
"k_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"o_proj",
|
34 |
"down_proj",
|
35 |
"up_proj",
|
|
|
36 |
"q_proj",
|
37 |
+
"v_proj"
|
38 |
],
|
39 |
"task_type": "CAUSAL_LM",
|
40 |
"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 400085000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46c9852766c270636d59fa189e75ca8617bd8efd431f4dd5935c5ea13d4a4893
|
3 |
size 400085000
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7736
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3b72f944d6d65b4c38e06a6a800fd3500af47f9bf9b71a70bf2a1106d470bdc
|
3 |
size 7736
|