Upload folder using huggingface_hub
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- model-00001-of-00003.safetensors +1 -1
- model-00002-of-00003.safetensors +1 -1
- model-00003-of-00003.safetensors +1 -1
- tokenizer_config.json +0 -1
adapter_config.json
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"up_proj",
|
25 |
-
"lm_head",
|
26 |
"gate_proj",
|
|
|
|
|
27 |
"down_proj",
|
|
|
28 |
"o_proj",
|
29 |
-
"
|
30 |
-
"embed_tokensq_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
|
|
|
|
24 |
"gate_proj",
|
25 |
+
"k_proj",
|
26 |
+
"embed_tokensq_proj",
|
27 |
"down_proj",
|
28 |
+
"lm_head",
|
29 |
"o_proj",
|
30 |
+
"up_proj"
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"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 345164832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcb83a87dc068cd3983738d2655998f92912ad35bfa75a5cae9565f374c1f715
|
3 |
size 345164832
|
model-00001-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4949453696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10d6a04ad7569128bbc10c502ad33f69932193b8ac440235c756bc45acb69a39
|
3 |
size 4949453696
|
model-00002-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999819232
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffc5c0fcc08df34c5fc87517c3407fc5d66c19ff094ad4f6558d9919bb9bea4f
|
3 |
size 4999819232
|
model-00003-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4546807712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a7c2671b0a1f6e4d652aaac969611fd644b5eb6f02f04ddbbc029bce6e5f7e6
|
3 |
size 4546807712
|
tokenizer_config.json
CHANGED
@@ -6173,7 +6173,6 @@
|
|
6173 |
}
|
6174 |
},
|
6175 |
"bos_token": "<s>",
|
6176 |
-
"chat_template": "{{bos_token}}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + '[/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
6177 |
"clean_up_tokenization_spaces": false,
|
6178 |
"device_map": "auto",
|
6179 |
"eos_token": "</s>",
|
|
|
6173 |
}
|
6174 |
},
|
6175 |
"bos_token": "<s>",
|
|
|
6176 |
"clean_up_tokenization_spaces": false,
|
6177 |
"device_map": "auto",
|
6178 |
"eos_token": "</s>",
|