Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,12 +16,12 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
-
"k_proj",
|
21 |
-
"up_proj",
|
22 |
"gate_proj",
|
23 |
"o_proj",
|
24 |
-
"
|
|
|
|
|
25 |
"down_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"v_proj",
|
|
|
|
|
20 |
"gate_proj",
|
21 |
"o_proj",
|
22 |
+
"up_proj",
|
23 |
+
"k_proj",
|
24 |
+
"q_proj",
|
25 |
"down_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef4a03f6a33572f66d484b979dc405e162e842804963ddba071a5dd5a05714c7
|
3 |
size 80013120
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:633cbe3b8d62216e160819069c8a66ed11f3d888b8545300809fbd4df500e8ce
|
3 |
size 4600
|