Training in progress, step 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +3 -0
adapter_config.json
CHANGED
@@ -24,12 +24,12 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"down_proj",
|
|
|
|
|
|
|
27 |
"o_proj",
|
28 |
-
"q_proj",
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
-
"up_proj",
|
32 |
-
"v_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"down_proj",
|
27 |
+
"up_proj",
|
28 |
+
"v_proj",
|
29 |
+
"gate_proj",
|
30 |
"o_proj",
|
|
|
31 |
"k_proj",
|
32 |
+
"q_proj"
|
|
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"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 262219392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d28ab5e314fa4f9529ca612e6e0665ad1f0a0a159c596731a6d44e4dc8ef3364
|
3 |
size 262219392
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95cebef81983f9c2efd08432545cc3c06f231f7ea6de2562f8e3cc1efa3a7daa
|
3 |
+
size 5688
|