Training in progress, step 50
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -49,10 +49,10 @@
|
|
49 |
"rank_pattern": {},
|
50 |
"revision": null,
|
51 |
"target_modules": [
|
52 |
-
"k_proj",
|
53 |
"score.weight",
|
|
|
54 |
"v_proj",
|
55 |
-
"
|
56 |
],
|
57 |
"task_type": "SEQ_CLS",
|
58 |
"use_dora": false,
|
|
|
49 |
"rank_pattern": {},
|
50 |
"revision": null,
|
51 |
"target_modules": [
|
|
|
52 |
"score.weight",
|
53 |
+
"q_proj",
|
54 |
"v_proj",
|
55 |
+
"k_proj"
|
56 |
],
|
57 |
"task_type": "SEQ_CLS",
|
58 |
"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 13382856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:404b64ac7d273bfd959d93d141cd6d12109a0258fff17f1ea7e77d3ea5886401
|
3 |
size 13382856
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba9ffa51782788268eb4c8b2b736d2d98672dd175cc889273c94dec76fd25c35
|
3 |
size 5304
|