Upload processor
Browse files- processor_config.json +1 -0
- tokenizer.json +2 -2
- tokenizer_config.json +0 -1
processor_config.json
CHANGED
@@ -2,5 +2,6 @@
|
|
2 |
"auto_map": {
|
3 |
"AutoProcessor": "processing_emova.EMOVAProcessor"
|
4 |
},
|
|
|
5 |
"processor_class": "EMOVAProcessor"
|
6 |
}
|
|
|
2 |
"auto_map": {
|
3 |
"AutoProcessor": "processing_emova.EMOVAProcessor"
|
4 |
},
|
5 |
+
"chat_template": "{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\\n'}}{# Render all images first #}{% for content in message['content'] | selectattr('type', 'equalto', 'image') %}{{ '<image>\n' }}{% endfor %}{# Render all text next #}{% for content in message['content'] | selectattr('type', 'equalto', 'text') %}{{ content['text'] + '<|im_end|>\n' }}{% endfor %}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
6 |
"processor_class": "EMOVAProcessor"
|
7 |
}
|
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:185da50b5de3e1754aecb1b44461b872bf9b83057cbffff673fc807b5a479cf3
|
3 |
+
size 7813265
|
tokenizer_config.json
CHANGED
@@ -32986,7 +32986,6 @@
|
|
32986 |
"clean_up_tokenization_spaces": false,
|
32987 |
"eos_token": "<|im_end|>",
|
32988 |
"errors": "replace",
|
32989 |
-
"extra_special_tokens": {},
|
32990 |
"model_max_length": 131072,
|
32991 |
"pad_token": "<pad>",
|
32992 |
"processor_class": "EMOVAProcessor",
|
|
|
32986 |
"clean_up_tokenization_spaces": false,
|
32987 |
"eos_token": "<|im_end|>",
|
32988 |
"errors": "replace",
|
|
|
32989 |
"model_max_length": 131072,
|
32990 |
"pad_token": "<pad>",
|
32991 |
"processor_class": "EMOVAProcessor",
|