Training in progress, step 500
Browse files- adapter_config.json +7 -1
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,7 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
],
|
21 |
"task_type": "CAUSAL_LM"
|
22 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"o_proj",
|
20 |
+
"q_proj",
|
21 |
+
"gate_proj",
|
22 |
+
"v_proj",
|
23 |
+
"down_proj",
|
24 |
+
"k_proj",
|
25 |
+
"up_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.safetensors
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:48b65ad0935e7b4b5bdfc5d4fc6127a2453c86e70ee87bb798960b829921b4a5
|
3 |
+
size 159967880
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16809da52607fe9bdb7521aacda5744bcfc6aba69557afd2e752be2396015878
|
3 |
size 4664
|