Training in progress, step 1300
Browse files- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -13,12 +13,12 @@
|
|
13 |
"r": 8,
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
|
|
|
|
16 |
"up_proj",
|
17 |
"q_proj",
|
18 |
-
"v_proj",
|
19 |
"gate_proj",
|
20 |
-
"
|
21 |
-
"k_proj",
|
22 |
"down_proj"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
|
|
13 |
"r": 8,
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
16 |
+
"k_proj",
|
17 |
+
"o_proj",
|
18 |
"up_proj",
|
19 |
"q_proj",
|
|
|
20 |
"gate_proj",
|
21 |
+
"v_proj",
|
|
|
22 |
"down_proj"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80114765
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d79e49263db126ff282d5b303eba88561d8c11eacd9b4d07d88a8783446300e
|
3 |
size 80114765
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae3685862bd2c2ec5377b629d73aacd6a5a46c25bda3f132802d40f1d5854219
|
3 |
size 3963
|