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
@@ -40,9 +40,9 @@
|
|
40 |
"rank_pattern": {},
|
41 |
"revision": null,
|
42 |
"target_modules": [
|
43 |
-
"
|
44 |
"q_proj",
|
45 |
-
"
|
46 |
],
|
47 |
"task_type": "SEQ_CLS",
|
48 |
"use_dora": false,
|
|
|
40 |
"rank_pattern": {},
|
41 |
"revision": null,
|
42 |
"target_modules": [
|
43 |
+
"v_proj",
|
44 |
"q_proj",
|
45 |
+
"k_proj"
|
46 |
],
|
47 |
"task_type": "SEQ_CLS",
|
48 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4780504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2e88a260e9d2641c42dfd7058e465462713bcdae4023b5d890356f1e64a778f
|
3 |
size 4780504
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b093f9a99f5bcfbe28a31dcc057e5e9dff06005a60705aed8ee673e56a7ec907
|
3 |
size 5496
|