Training in progress, step 750
Browse files- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- tokenizer.json +1 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -14,13 +14,13 @@
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
-
"o_proj",
|
| 18 |
-
"gate_proj",
|
| 19 |
-
"down_proj",
|
| 20 |
-
"q_proj",
|
| 21 |
"k_proj",
|
|
|
|
|
|
|
| 22 |
"v_proj",
|
| 23 |
-
"up_proj"
|
|
|
|
|
|
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"k_proj",
|
| 18 |
+
"q_proj",
|
| 19 |
+
"down_proj",
|
| 20 |
"v_proj",
|
| 21 |
+
"up_proj",
|
| 22 |
+
"o_proj",
|
| 23 |
+
"gate_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1001592141
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e2a72a81ee5d60df4fc196668528c2ad361e99fb334ab4e8e17bed4c3c66dd3
|
| 3 |
size 1001592141
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 4096,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4155
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c602fb4c31a4b3bbc839a289f1d82f1f44e0594a08d522ab431684b205431e7a
|
| 3 |
size 4155
|