Training in progress, epoch 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -17,12 +17,12 @@
|
|
17 |
"classifier"
|
18 |
],
|
19 |
"peft_type": "LORA",
|
20 |
-
"r":
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
24 |
-
"
|
25 |
-
"
|
26 |
],
|
27 |
"task_type": null
|
28 |
}
|
|
|
17 |
"classifier"
|
18 |
],
|
19 |
"peft_type": "LORA",
|
20 |
+
"r": 16,
|
21 |
"rank_pattern": {},
|
22 |
"revision": null,
|
23 |
"target_modules": [
|
24 |
+
"query",
|
25 |
+
"value"
|
26 |
],
|
27 |
"task_type": null
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1333b6fedbaeb4c656816e3d52bbc8d3028099cb0595ce58156859956ecfb7d6
|
3 |
+
size 2381820
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67cdb3fec6a24428a00d9728195df41298bc89896fcf7c0231ef9949b27f3721
|
3 |
size 4219
|