Training in progress, step 10
Browse files- adapter_config.json +5 -5
- adapter_model.bin +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"up_proj",
|
23 |
"o_proj",
|
24 |
-
"v_proj",
|
25 |
-
"q_proj",
|
26 |
-
"down_proj",
|
27 |
"gate_proj",
|
28 |
-
"k_proj"
|
|
|
|
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"o_proj",
|
|
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"k_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.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:be7988924d63fa823b4ec6a962a798fb2d6a3847f667cfb2f67f2079cf261253
|
3 |
+
size 100143104
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 335604696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d38f363ba807438de8aca5a8a67491dff46faf2e1d08e3607f051e999f7df55d
|
3 |
size 335604696
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4795
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:090d15cc8987d04c09a92c3bcbbebd3950a8204f35138f2b10ba30b4d42320b6
|
3 |
size 4795
|