Training in progress, step 100
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -6
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -22,12 +22,12 @@
|
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
|
|
|
|
|
|
| 25 |
"q_proj",
|
| 26 |
-
"down_proj",
|
| 27 |
"gate_proj",
|
| 28 |
"v_proj",
|
| 29 |
-
"
|
| 30 |
-
"up_proj"
|
| 31 |
],
|
| 32 |
"task_type": null
|
| 33 |
}
|
|
|
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
| 25 |
+
"k_proj",
|
| 26 |
+
"up_proj",
|
| 27 |
"q_proj",
|
|
|
|
| 28 |
"gate_proj",
|
| 29 |
"v_proj",
|
| 30 |
+
"down_proj"
|
|
|
|
| 31 |
],
|
| 32 |
"task_type": null
|
| 33 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 37799672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c823dad7e020ec70cc94a0f5e2df866cf3638b814a9cf50475d0e94528d9769
|
| 3 |
size 37799672
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 1024,
|
| 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 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e88c1940b31d095bb9efbc8b6cd9f591c03dcbd170ee865299c6679aebc5159
|
| 3 |
size 4920
|