resid_mid #19
Browse files
model-00001-of-00005.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4903351912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:117b419f2aefdbb01339a920b2152b07d34361140fbb5a7a33d56697a77b8c91
|
3 |
size 4903351912
|
model-00002-of-00005.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4947570872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42d891a3bf77aebd4a4b4d788d35b3d17930a876a154e98db7f6bff35107c55f
|
3 |
size 4947570872
|
model-00003-of-00005.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4962221464
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f87834c15b379d0cefb2bb73c9d6c71eaa49507f58fa597d86c8d2233fdecc90
|
3 |
size 4962221464
|
model-00004-of-00005.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3670322200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc80c72b4a1708dd63137ada05c2c435475e05c695d04af0fb03bfbde0ad3f94
|
3 |
size 3670322200
|
tokenizer_config.json
CHANGED
@@ -1744,11 +1744,12 @@
|
|
1744 |
"<end_of_turn>"
|
1745 |
],
|
1746 |
"bos_token": "<bos>",
|
1747 |
-
"chat_template": "{{ bos_token }}{%
|
1748 |
"clean_up_tokenization_spaces": false,
|
1749 |
"eos_token": "<eos>",
|
1750 |
"model_max_length": 1000000000000000019884624838656,
|
1751 |
"pad_token": "<pad>",
|
|
|
1752 |
"sp_model_kwargs": {},
|
1753 |
"spaces_between_special_tokens": false,
|
1754 |
"tokenizer_class": "GemmaTokenizer",
|
|
|
1744 |
"<end_of_turn>"
|
1745 |
],
|
1746 |
"bos_token": "<bos>",
|
1747 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model\n'}}{% endif %}",
|
1748 |
"clean_up_tokenization_spaces": false,
|
1749 |
"eos_token": "<eos>",
|
1750 |
"model_max_length": 1000000000000000019884624838656,
|
1751 |
"pad_token": "<pad>",
|
1752 |
+
"padding_side": "left",
|
1753 |
"sp_model_kwargs": {},
|
1754 |
"spaces_between_special_tokens": false,
|
1755 |
"tokenizer_class": "GemmaTokenizer",
|