Training in progress, step 91
Browse files- adapter_config.json +4 -4
- 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 |
-
"v_proj",
|
| 18 |
"gate_proj",
|
|
|
|
| 19 |
"q_proj",
|
| 20 |
-
"
|
| 21 |
-
"up_proj",
|
| 22 |
"k_proj",
|
| 23 |
-
"
|
|
|
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
|
|
|
| 17 |
"gate_proj",
|
| 18 |
+
"o_proj",
|
| 19 |
"q_proj",
|
| 20 |
+
"v_proj",
|
|
|
|
| 21 |
"k_proj",
|
| 22 |
+
"down_proj",
|
| 23 |
+
"up_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 639792909
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbefbfa438e78189982574f75a18eacb4a9215feafd1cdbfe93a13ffa02ceb51
|
| 3 |
size 639792909
|
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:6c685b54745348e9752e5ce30e9f6380c17c0e8926414d8a589cdc4005cccb23
|
| 3 |
size 4155
|