Commit
•
54256f5
1
Parent(s):
e149f6f
Training in progress, epoch 1
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"down_proj",
|
23 |
-
"
|
24 |
-
"
|
25 |
"v_proj",
|
26 |
-
"
|
|
|
27 |
"gate_proj",
|
28 |
-
"
|
29 |
-
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"down_proj",
|
23 |
+
"lm_head",
|
24 |
+
"o_proj",
|
25 |
"v_proj",
|
26 |
+
"q_proj",
|
27 |
+
"up_proj",
|
28 |
"gate_proj",
|
29 |
+
"k_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 751667752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34d4212345acce0d75fb7dd7d2c4b2abe793310bc1818d5cb8a4452b4ec02b00
|
3 |
size 751667752
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6936f05aa8112a40a8c8d63e1a904121a70a76c262286579dfd8df9e6ff8e6ce
|
3 |
size 4728
|