Training in progress, step 200
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -27,12 +27,12 @@
|
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
"o_proj",
|
30 |
-
"
|
|
|
31 |
"gate_proj",
|
32 |
-
"up_proj",
|
33 |
"k_proj",
|
34 |
-
"
|
35 |
-
"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
|
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
"o_proj",
|
30 |
+
"q_proj",
|
31 |
+
"v_proj",
|
32 |
"gate_proj",
|
|
|
33 |
"k_proj",
|
34 |
+
"up_proj",
|
35 |
+
"down_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3735089472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6772bfc911524cc2aa42ea1c12eb74e82ebfe1df2fe95cdd7f3551c3bbf0bf3
|
3 |
size 3735089472
|
tokenizer.json
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:8c8b2a40e8ddfebd6c167b3be7515f8d65743757ff82d74f5b98a0ceea8e1ab3
|
3 |
+
size 17210060
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:545e00c1ba7eb8bc06b61121fa2f501a49db08b89088217091c97fe6de519c4f
|
3 |
size 5752
|