Training in progress, step 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer.model +3 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,11 +23,11 @@
|
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
"up_proj",
|
26 |
-
"down_proj",
|
27 |
"gate_proj",
|
|
|
28 |
"q_proj",
|
29 |
-
"
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
|
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
"up_proj",
|
|
|
26 |
"gate_proj",
|
27 |
+
"down_proj",
|
28 |
"q_proj",
|
29 |
+
"k_proj",
|
30 |
+
"v_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 75548136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ebb489f212325046e351b4b780de8c7dfa28eb4dc91927bb8162bbf6470369
|
3 |
size 75548136
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
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:7cb4794243281303e69a8f8b357dd27bde350fc689af4274f2272bdcbc0a8b47
|
3 |
size 5304
|