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 |
-
"v_proj",
|
44 |
"q_proj",
|
45 |
-
"k_proj"
|
|
|
46 |
],
|
47 |
"task_type": "SEQ_CLS",
|
48 |
"use_dora": false,
|
|
|
40 |
"rank_pattern": {},
|
41 |
"revision": null,
|
42 |
"target_modules": [
|
|
|
43 |
"q_proj",
|
44 |
+
"k_proj",
|
45 |
+
"v_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:206c0b65dfacd0e7b81ef2843bad42a4ea24b25f77bfee2a9dedde6595798e34
|
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:f19e10ca738143a08d15d5b86b5ad3fa8504088837ad01e0898e1be221c3501a
|
3 |
size 5496
|