Training in progress, step 70
Browse files- adapter_config.json +4 -4
- adapter_model.bin +3 -0
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"down_proj",
|
27 |
"k_proj",
|
28 |
-
"q_proj",
|
29 |
-
"up_proj",
|
30 |
"o_proj",
|
|
|
|
|
|
|
31 |
"gate_proj",
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"k_proj",
|
|
|
|
|
27 |
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"down_proj",
|
30 |
+
"v_proj",
|
31 |
"gate_proj",
|
32 |
+
"up_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:417b2f566596212c37d7e6570e7b42781675cf3ae72358d937510f6bd02fa989
|
3 |
+
size 524549210
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3173444576
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b958e0e210ebd827b7d945d93c19cd838f24fb4df0e737965c00b15874138afa
|
3 |
size 3173444576
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7864
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16eb7312c18e89fa9c2e11dd0fe944fa58203e7127b843ce222c56fe5306e271
|
3 |
size 7864
|