Training in progress, epoch 0
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,9 +19,9 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"k_proj",
|
23 |
-
"q_proj",
|
24 |
"v_proj",
|
|
|
|
|
25 |
"o_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"v_proj",
|
23 |
+
"q_proj",
|
24 |
+
"k_proj",
|
25 |
"o_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 67143296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:868256475f60eb28c832ce786365ec2926be8f1941adf8dfb98f18258f974843
|
3 |
size 67143296
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f26d90c88f0861355965eafceb1e7ba6c754296f9df120b3487097226cc65e1f
|
3 |
size 4728
|