Add files using upload-large-folder tool
Browse files- config.json +1 -1
- model-00001-of-00004.safetensors +1 -1
- model-00002-of-00004.safetensors +1 -1
- model-00003-of-00004.safetensors +1 -1
- model-00004-of-00004.safetensors +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/
|
| 3 |
"activation_type": "silu",
|
| 4 |
"alibi": false,
|
| 5 |
"alibi_bias_max": 8.0,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/mnt/bn/strategy-mllm-train/user/tianye/pretrained_models/MMaDA0000",
|
| 3 |
"activation_type": "silu",
|
| 4 |
"alibi": false,
|
| 5 |
"alibi_bias_max": 8.0,
|
model-00001-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4928472568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5836daaebc256d78986e084a890fe1bff12ac57d78d80b9d6229a3d55cd9fc0d
|
| 3 |
size 4928472568
|
model-00002-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4932693832
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d13d0bd2d7f2e346277a8e6e9f888efda2831ff432a14e57938e94c115a79dfb
|
| 3 |
size 4932693832
|
model-00003-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4999819560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bba8a0ab883a489bef14732ac9970998247866e1962d2fc1b73e1495a635232
|
| 3 |
size 4999819560
|
model-00004-of-00004.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1304428928
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfef511a3f88d03afe3f5a9622dcecae12fa2d86e57367f3115cddfdb2333795
|
| 3 |
size 1304428928
|
tokenizer_config.json
CHANGED
|
@@ -2164,7 +2164,7 @@
|
|
| 2164 |
"<|number_end|>"
|
| 2165 |
],
|
| 2166 |
"bos_token": "<|startoftext|>",
|
| 2167 |
-
"chat_template": "{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{{ '<|start_header_id|>assistant<|end_header_id|>\n' }}",
|
| 2168 |
"clean_up_tokenization_spaces": false,
|
| 2169 |
"cls_token": "[CLS]",
|
| 2170 |
"eos_token": "<|endoftext|>",
|
|
|
|
| 2164 |
"<|number_end|>"
|
| 2165 |
],
|
| 2166 |
"bos_token": "<|startoftext|>",
|
| 2167 |
+
"chat_template": "{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}",
|
| 2168 |
"clean_up_tokenization_spaces": false,
|
| 2169 |
"cls_token": "[CLS]",
|
| 2170 |
"eos_token": "<|endoftext|>",
|