Upload folder using huggingface_hub
Browse files- chat_template.json +3 -0
- config.json +52 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model-00001-of-00038.safetensors +3 -0
- model-00002-of-00038.safetensors +3 -0
- model-00003-of-00038.safetensors +3 -0
- model-00004-of-00038.safetensors +3 -0
- model-00005-of-00038.safetensors +3 -0
- model-00006-of-00038.safetensors +3 -0
- model-00007-of-00038.safetensors +3 -0
- model-00008-of-00038.safetensors +3 -0
- model-00009-of-00038.safetensors +3 -0
- model-00010-of-00038.safetensors +3 -0
- model-00011-of-00038.safetensors +3 -0
- model-00012-of-00038.safetensors +3 -0
- model-00013-of-00038.safetensors +3 -0
- model-00014-of-00038.safetensors +3 -0
- model-00015-of-00038.safetensors +3 -0
- model-00016-of-00038.safetensors +3 -0
- model-00017-of-00038.safetensors +3 -0
- model-00018-of-00038.safetensors +3 -0
- model-00019-of-00038.safetensors +3 -0
- model-00020-of-00038.safetensors +3 -0
- model-00021-of-00038.safetensors +3 -0
- model-00022-of-00038.safetensors +3 -0
- model-00023-of-00038.safetensors +3 -0
- model-00024-of-00038.safetensors +3 -0
- model-00025-of-00038.safetensors +3 -0
- model-00026-of-00038.safetensors +3 -0
- model-00027-of-00038.safetensors +3 -0
- model-00028-of-00038.safetensors +3 -0
- model-00029-of-00038.safetensors +3 -0
- model-00030-of-00038.safetensors +3 -0
- model-00031-of-00038.safetensors +3 -0
- model-00032-of-00038.safetensors +3 -0
- model-00033-of-00038.safetensors +3 -0
- model-00034-of-00038.safetensors +3 -0
- model-00035-of-00038.safetensors +3 -0
- model-00036-of-00038.safetensors +3 -0
- model-00037-of-00038.safetensors +3 -0
- model-00038-of-00038.safetensors +3 -0
- model.safetensors.index.json +0 -0
- preprocessor_config.json +19 -0
- tokenizer.json +0 -0
- tokenizer_config.json +129 -0
- vocab.json +0 -0
chat_template.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen2VLForConditionalGeneration"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 151643,
|
7 |
+
"eos_token_id": 151645,
|
8 |
+
"vision_start_token_id": 151652,
|
9 |
+
"vision_end_token_id": 151653,
|
10 |
+
"vision_token_id": 151654,
|
11 |
+
"image_token_id": 151655,
|
12 |
+
"video_token_id": 151656,
|
13 |
+
"hidden_act": "silu",
|
14 |
+
"hidden_size": 8192,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 29568,
|
17 |
+
"max_position_embeddings": 32768,
|
18 |
+
"max_window_layers": 80,
|
19 |
+
"model_type": "qwen2_vl",
|
20 |
+
"num_attention_heads": 64,
|
21 |
+
"num_hidden_layers": 80,
|
22 |
+
"num_key_value_heads": 8,
|
23 |
+
"rms_norm_eps": 1e-06,
|
24 |
+
"rope_theta": 1000000.0,
|
25 |
+
"sliding_window": 32768,
|
26 |
+
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "bfloat16",
|
28 |
+
"transformers_version": "4.41.2",
|
29 |
+
"use_cache": true,
|
30 |
+
"use_sliding_window": false,
|
31 |
+
"vision_config": {
|
32 |
+
"depth": 32,
|
33 |
+
"embed_dim": 1280,
|
34 |
+
"mlp_ratio": 4,
|
35 |
+
"num_heads": 16,
|
36 |
+
"in_chans": 3,
|
37 |
+
"hidden_size": 8192,
|
38 |
+
"patch_size": 14,
|
39 |
+
"spatial_merge_size": 2,
|
40 |
+
"spatial_patch_size": 14,
|
41 |
+
"temporal_patch_size": 2
|
42 |
+
},
|
43 |
+
"rope_scaling": {
|
44 |
+
"type": "mrope",
|
45 |
+
"mrope_section": [
|
46 |
+
16,
|
47 |
+
24,
|
48 |
+
24
|
49 |
+
]
|
50 |
+
},
|
51 |
+
"vocab_size": 152064
|
52 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"pad_token_id": 151643,
|
4 |
+
"do_sample": true,
|
5 |
+
"eos_token_id": [
|
6 |
+
151645,
|
7 |
+
151643
|
8 |
+
],
|
9 |
+
"repetition_penalty": 1.05,
|
10 |
+
"temperature": 1,
|
11 |
+
"top_p": 0.001,
|
12 |
+
"top_k": 1,
|
13 |
+
"transformers_version": "4.37.0"
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3289c07a0b402a877fee1622c7e4992790b630b13389e1faadb43d28a261977
|
3 |
+
size 3890187664
|
model-00002-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f25c1cf72100109cbe660f5b5508aae49bc90ce9ab2dabba20967d6edb1fde59
|
3 |
+
size 3812769392
|
model-00003-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5994dd02d1a2f9543bbb216687f1c7341cf6efb3c18d96536836f17c149317bf
|
3 |
+
size 3995183944
|
model-00004-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2af985d056433efc392110c8d55f34ead92284d615b4dc3c8b7fb0787303b11f
|
3 |
+
size 3995183944
|
model-00005-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fcd509e4732231dc3012952276943dada5c7924698c9d1657070fa982720d07
|
3 |
+
size 3995200440
|
model-00006-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e65b602d77d0cf8d79e5ce60952db542b206ec61f7ca971be37863fbb95f35c3
|
3 |
+
size 3812769400
|
model-00007-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50081dfba7879c900dbf7627f63d86c71f9aecff7992a5061072a3982013488b
|
3 |
+
size 3995183968
|
model-00008-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fca9bbf3608c5b3b4fe1b169511c71628e1a68615f2231484ddc41b0b7022df
|
3 |
+
size 3995183968
|
model-00009-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94b562b5ee115567641bfff0564a70ef3a9d22520a623a1ab267f4b6ac4c893d
|
3 |
+
size 3995200464
|
model-00010-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e595dfacbf9067f04765e13de404ec45f7d6e3f889d42e1eb1616ce490283b4
|
3 |
+
size 3812769424
|
model-00011-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acd49a8dc58a05439c9f24148b7953e908b3a304c63f60a10b7fffb21ae5cc01
|
3 |
+
size 3995183968
|
model-00012-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24ab38aa19e70089f2300d2ce5ba33a420e06cde9fd2924f8359f8d80808bc66
|
3 |
+
size 3995183968
|
model-00013-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aa174c881ca9a050f27de4ebb335e9aad863ef79d92d97e601ec96b6997de82
|
3 |
+
size 3995200464
|
model-00014-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2c9914644ab529e811a20f564c4e6c61d014d7bff8c71a0dd5c78cb7e2e5a55
|
3 |
+
size 3812769424
|
model-00015-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d355d95439dbb9d9d8a45d4fad02e0d05d0cab74ecb5331e3f76d662e0803e67
|
3 |
+
size 3995183968
|
model-00016-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79e7a8eb2959a6aa4d6c2eabe8a15dbac565962456e192a1e529cd6e93175f3e
|
3 |
+
size 3995183968
|
model-00017-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5672421d36d29bd7a4b4229c01d88f3df64afe740fe4949e8f766adf8d69406
|
3 |
+
size 3995200464
|
model-00018-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83348a378dd07722c272bee139ddf74a28ed6c286a3ae8fc09958b6d01a7faa2
|
3 |
+
size 3812769424
|
model-00019-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d970b54bbe860392d8bd558324ec9d814bacbaa4439aadee64bf3982ee9c7b69
|
3 |
+
size 3995183968
|
model-00020-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9708940270dedb7ac1121aef43e532f86882194b42267ecd1b271114af0491c5
|
3 |
+
size 3995183968
|
model-00021-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a006968b287e7b4df0264b325a5f96a94293cb7e28897d5dc630cc70e1003de2
|
3 |
+
size 3995200464
|
model-00022-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13818d4041952cae16798a890af22bcb16f4ff2fe9521f306bf85aa62c117469
|
3 |
+
size 3812769424
|
model-00023-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ba4d30dbb68b3eaf26beacad4d8bf63f38c1a66909b1fea94bf99cc50d1a2ea
|
3 |
+
size 3995183968
|
model-00024-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa3d4f33b896eb0f8c96a3cfa7de77ccf781f4e9e430fdcbd6045f0d0a7f98f8
|
3 |
+
size 3995183968
|
model-00025-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff2a9eeca05b2e228fea0354ca658b11da72dfe686195e03c1e75a145207f080
|
3 |
+
size 3995200464
|
model-00026-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef8d71543562401806123bc7025476f0ec33e5a3b36de3a09755f9d90cd8df3f
|
3 |
+
size 3812769424
|
model-00027-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26df7a6131e612d5f32d5f498cc7709568d5c72754365ae2f8c6fc55f5b1f132
|
3 |
+
size 3995183968
|
model-00028-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36692c0137011babc209947df814ec91edabee6b41559ead7f07548a1103b704
|
3 |
+
size 3995183968
|
model-00029-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4359a3ba1f8a6469f9564cb3e3b7f383522d6f76ba2c6f3a988d539e73d52f9
|
3 |
+
size 3995200464
|
model-00030-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc538fd54f918c0930b8f125ab4c2ad3448057350a42254a2c956968988bc9af
|
3 |
+
size 3812769424
|
model-00031-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:773ac711c999b5507cec9972d3676f8ef42db421eaef07d92b8c395ce7084c7d
|
3 |
+
size 3995183968
|
model-00032-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83c80ee97446f9be21145144142313550d0bdd5be04fe9f2e1b8bc73faa94740
|
3 |
+
size 3995183968
|
model-00033-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a0a9a527b01c1999d42ad224ab2fc7cb17e1f24db08e7a2b471fae4412023e2
|
3 |
+
size 3995200464
|
model-00034-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ae83e177c0a4924cfba5674b446c2b5e2d6aac19509f5eb5cf4cb7db10cf4e7
|
3 |
+
size 3812769424
|
model-00035-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f495878959e031f0269dd8648abe38692c0addd7ef77e2f3d5c74b59fb9354b5
|
3 |
+
size 3995183968
|
model-00036-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0992e3fcae770470b3d5ab9eadd3fdc273d23f347b826b6f054e1c1da1ce652
|
3 |
+
size 3995183968
|
model-00037-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52a49e7d70bb6bc09479c9d0d205a806681b7f8bbce6dad594de14ebb6fe889a
|
3 |
+
size 2239829584
|
model-00038-of-00038.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36d920f0d57b93710d21313e9562929bc9f39ce4eda6134232b65bf01039c6c6
|
3 |
+
size 2491416704
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
preprocessor_config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"min_pixels": 3136,
|
3 |
+
"max_pixels": 12845056,
|
4 |
+
"patch_size": 14,
|
5 |
+
"temporal_patch_size": 2,
|
6 |
+
"merge_size": 2,
|
7 |
+
"image_mean": [
|
8 |
+
0.48145466,
|
9 |
+
0.4578275,
|
10 |
+
0.40821073
|
11 |
+
],
|
12 |
+
"image_std": [
|
13 |
+
0.26862954,
|
14 |
+
0.26130258,
|
15 |
+
0.27577711
|
16 |
+
],
|
17 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
18 |
+
"processor_class": "Qwen2VLProcessor"
|
19 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"151646": {
|
29 |
+
"content": "<|object_ref_start|>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"151647": {
|
37 |
+
"content": "<|object_ref_end|>",
|
38 |
+
"lstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
},
|
44 |
+
"151648": {
|
45 |
+
"content": "<|box_start|>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false,
|
50 |
+
"special": true
|
51 |
+
},
|
52 |
+
"151649": {
|
53 |
+
"content": "<|box_end|>",
|
54 |
+
"lstrip": false,
|
55 |
+
"normalized": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"single_word": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
"151650": {
|
61 |
+
"content": "<|quad_start|>",
|
62 |
+
"lstrip": false,
|
63 |
+
"normalized": false,
|
64 |
+
"rstrip": false,
|
65 |
+
"single_word": false,
|
66 |
+
"special": true
|
67 |
+
},
|
68 |
+
"151651": {
|
69 |
+
"content": "<|quad_end|>",
|
70 |
+
"lstrip": false,
|
71 |
+
"normalized": false,
|
72 |
+
"rstrip": false,
|
73 |
+
"single_word": false,
|
74 |
+
"special": true
|
75 |
+
},
|
76 |
+
"151652": {
|
77 |
+
"content": "<|vision_start|>",
|
78 |
+
"lstrip": false,
|
79 |
+
"normalized": false,
|
80 |
+
"rstrip": false,
|
81 |
+
"single_word": false,
|
82 |
+
"special": true
|
83 |
+
},
|
84 |
+
"151653": {
|
85 |
+
"content": "<|vision_end|>",
|
86 |
+
"lstrip": false,
|
87 |
+
"normalized": false,
|
88 |
+
"rstrip": false,
|
89 |
+
"single_word": false,
|
90 |
+
"special": true
|
91 |
+
},
|
92 |
+
"151654": {
|
93 |
+
"content": "<|vision_pad|>",
|
94 |
+
"lstrip": false,
|
95 |
+
"normalized": false,
|
96 |
+
"rstrip": false,
|
97 |
+
"single_word": false,
|
98 |
+
"special": true
|
99 |
+
},
|
100 |
+
"151655": {
|
101 |
+
"content": "<|image_pad|>",
|
102 |
+
"lstrip": false,
|
103 |
+
"normalized": false,
|
104 |
+
"rstrip": false,
|
105 |
+
"single_word": false,
|
106 |
+
"special": true
|
107 |
+
},
|
108 |
+
"151656": {
|
109 |
+
"content": "<|video_pad|>",
|
110 |
+
"lstrip": false,
|
111 |
+
"normalized": false,
|
112 |
+
"rstrip": false,
|
113 |
+
"single_word": false,
|
114 |
+
"special": true
|
115 |
+
}
|
116 |
+
},
|
117 |
+
"additional_special_tokens": ["<|im_start|>", "<|im_end|>", "<|object_ref_start|>","<|object_ref_end|>","<|box_start|>","<|box_end|>","<|quad_start|>","<|quad_end|>","<|vision_start|>","<|vision_end|>","<|vision_pad|>","<|image_pad|>","<|video_pad|>"],
|
118 |
+
"bos_token": null,
|
119 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
|
120 |
+
"clean_up_tokenization_spaces": false,
|
121 |
+
"eos_token": "<|im_end|>",
|
122 |
+
"padding_side": "left",
|
123 |
+
"errors": "replace",
|
124 |
+
"model_max_length": 32768,
|
125 |
+
"pad_token": "<|endoftext|>",
|
126 |
+
"split_special_tokens": false,
|
127 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
128 |
+
"unk_token": null
|
129 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|