Training in progress, step 20
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -23,15 +23,15 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
|
|
28 |
"up_proj",
|
|
|
29 |
"o_proj",
|
|
|
30 |
"down_proj",
|
31 |
-
"
|
32 |
-
"q_proj",
|
33 |
-
"gate_proj",
|
34 |
-
"qkv"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"qkv",
|
28 |
+
"gate_proj",
|
29 |
"up_proj",
|
30 |
+
"proj",
|
31 |
"o_proj",
|
32 |
+
"v_proj",
|
33 |
"down_proj",
|
34 |
+
"q_proj"
|
|
|
|
|
|
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"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 1316087312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51c34285a32eef56e2cd269e68c9a61895c3ee72e628d1057b9efe5d0c2a555a
|
3 |
size 1316087312
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5ed56712bf80a735a04001d21330e57c0646e907c85aaffae1c297bf19dd9fd
|
3 |
+
size 5688
|