Upload nanoVLM using push_to_hub
Browse files- config.json +1 -0
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
| 27 |
"lm_tie_weights": true,
|
| 28 |
"lm_model_type": "HuggingFaceTB/SmolLM2-360M-Instruct",
|
| 29 |
"lm_tokenizer": "HuggingFaceTB/SmolLM2-360M-Instruct",
|
|
|
|
| 30 |
"lm_eos_token_id": 0,
|
| 31 |
"mp_pixel_shuffle_factor": 2,
|
| 32 |
"mp_image_token_length": 64,
|
|
|
|
| 27 |
"lm_tie_weights": true,
|
| 28 |
"lm_model_type": "HuggingFaceTB/SmolLM2-360M-Instruct",
|
| 29 |
"lm_tokenizer": "HuggingFaceTB/SmolLM2-360M-Instruct",
|
| 30 |
+
"lm_chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 31 |
"lm_eos_token_id": 0,
|
| 32 |
"mp_pixel_shuffle_factor": 2,
|
| 33 |
"mp_image_token_length": 64,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1802506128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71cc940db41214fb78a6e29b4e4a3c40a500fdd0dd34614ff1198d441f7e5dcb
|
| 3 |
size 1802506128
|