Model save
Browse files- final/adapter_config.json +3 -3
- final/adapter_model.safetensors +1 -1
- final/tokenizer.json +2 -2
- final/training_args.bin +2 -2
final/adapter_config.json
CHANGED
@@ -25,13 +25,13 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"gate_proj",
|
29 |
-
"up_proj",
|
30 |
"k_proj",
|
31 |
"o_proj",
|
32 |
"v_proj",
|
|
|
33 |
"q_proj",
|
34 |
-
"down_proj"
|
|
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
28 |
"k_proj",
|
29 |
"o_proj",
|
30 |
"v_proj",
|
31 |
+
"gate_proj",
|
32 |
"q_proj",
|
33 |
+
"down_proj",
|
34 |
+
"up_proj"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"trainable_token_indices": null,
|
final/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 161533192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:854b626138dc22286a3dcff58c7b5985012773893e69dadbc09020bba82a1ed4
|
3 |
size 161533192
|
final/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:a49c1b786ba7cd9c539085ebc8eb83025f6b16a7ce910a34b35957768c4b52a7
|
3 |
+
size 11422185
|
final/training_args.bin
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:eb8c6d73855f7201cd1c937f711ba2a7b250676d280f9325661378b0e9f31663
|
3 |
+
size 6097
|