Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,10 +22,10 @@
|
|
22 |
"target_modules": [
|
23 |
"up_proj",
|
24 |
"k_proj",
|
|
|
|
|
25 |
"gate_proj",
|
26 |
"q_proj",
|
27 |
-
"o_proj",
|
28 |
-
"v_proj",
|
29 |
"down_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
22 |
"target_modules": [
|
23 |
"up_proj",
|
24 |
"k_proj",
|
25 |
+
"v_proj",
|
26 |
+
"o_proj",
|
27 |
"gate_proj",
|
28 |
"q_proj",
|
|
|
|
|
29 |
"down_proj"
|
30 |
],
|
31 |
"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 25271744
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f4df86cc3922584d292a402479e86e6aa3bc52ad318e76b3376ff393b57efb4
|
3 |
size 25271744
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fe7361a9bb405dc07c3d7ec5ab99bcf8e5a8008415d2cbdc60e9d813649429f
|
3 |
size 6776
|