Upload 9 files
Browse files- added_tokens.json +14 -0
- config.json +190 -0
- generation_config.json +4 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- special_tokens_map.json +29 -0
- tokenizer.json +0 -0
- tokenizer_config.json +126 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</box>": 151654,
|
3 |
+
"</img>": 151647,
|
4 |
+
"</quad>": 151650,
|
5 |
+
"</ref>": 151652,
|
6 |
+
"<IMG_CONTEXT>": 151648,
|
7 |
+
"<box>": 151653,
|
8 |
+
"<img>": 151646,
|
9 |
+
"<quad>": 151649,
|
10 |
+
"<ref>": 151651,
|
11 |
+
"<|endoftext|>": 151643,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644
|
14 |
+
}
|
config.json
ADDED
@@ -0,0 +1,190 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_commit_hash": null,
|
3 |
+
"_name_or_path": "/mnt/ssd/lbk-cvpr/checkpoints/models--Qwen--Qwen2-0.5B-Instruct",
|
4 |
+
"architectures": [
|
5 |
+
"PhantomForCausalLM"
|
6 |
+
],
|
7 |
+
"downsample_ratio": 0.5,
|
8 |
+
"dynamic_image_size": true,
|
9 |
+
"eos_token_id": 151645,
|
10 |
+
"force_image_size": 448,
|
11 |
+
"ignore_index": -100,
|
12 |
+
"image_token_index": 151648,
|
13 |
+
"llm_config": {
|
14 |
+
"_name_or_path": "Qwen/Qwen2-0.5B-Instruct",
|
15 |
+
"add_cross_attention": false,
|
16 |
+
"architectures": [
|
17 |
+
"Qwen2ForCausalLM"
|
18 |
+
],
|
19 |
+
"attention_dropout": 0.0,
|
20 |
+
"bad_words_ids": null,
|
21 |
+
"begin_suppress_tokens": null,
|
22 |
+
"bos_token_id": 151643,
|
23 |
+
"chunk_size_feed_forward": 0,
|
24 |
+
"cross_attention_hidden_size": null,
|
25 |
+
"decoder_start_token_id": null,
|
26 |
+
"diversity_penalty": 0.0,
|
27 |
+
"do_sample": false,
|
28 |
+
"early_stopping": false,
|
29 |
+
"encoder_no_repeat_ngram_size": 0,
|
30 |
+
"eos_token_id": 151645,
|
31 |
+
"exponential_decay_length_penalty": null,
|
32 |
+
"finetuning_task": null,
|
33 |
+
"forced_bos_token_id": null,
|
34 |
+
"forced_eos_token_id": null,
|
35 |
+
"hidden_act": "silu",
|
36 |
+
"hidden_size": 896,
|
37 |
+
"id2label": {
|
38 |
+
"0": "LABEL_0",
|
39 |
+
"1": "LABEL_1"
|
40 |
+
},
|
41 |
+
"initializer_range": 0.02,
|
42 |
+
"intermediate_size": 4864,
|
43 |
+
"is_decoder": false,
|
44 |
+
"is_encoder_decoder": false,
|
45 |
+
"label2id": {
|
46 |
+
"LABEL_0": 0,
|
47 |
+
"LABEL_1": 1
|
48 |
+
},
|
49 |
+
"length_penalty": 1.0,
|
50 |
+
"max_length": 20,
|
51 |
+
"max_position_embeddings": 32768,
|
52 |
+
"max_window_layers": 24,
|
53 |
+
"min_length": 0,
|
54 |
+
"model_type": "qwen2",
|
55 |
+
"no_repeat_ngram_size": 0,
|
56 |
+
"num_attention_heads": 14,
|
57 |
+
"num_beam_groups": 1,
|
58 |
+
"num_beams": 1,
|
59 |
+
"num_hidden_layers": 24,
|
60 |
+
"num_key_value_heads": 2,
|
61 |
+
"num_return_sequences": 1,
|
62 |
+
"output_attentions": false,
|
63 |
+
"output_hidden_states": false,
|
64 |
+
"output_scores": false,
|
65 |
+
"pad_token_id": null,
|
66 |
+
"prefix": null,
|
67 |
+
"problem_type": null,
|
68 |
+
"pruned_heads": {},
|
69 |
+
"remove_invalid_values": false,
|
70 |
+
"repetition_penalty": 1.0,
|
71 |
+
"return_dict": true,
|
72 |
+
"return_dict_in_generate": false,
|
73 |
+
"rms_norm_eps": 1e-06,
|
74 |
+
"rope_theta": 1000000.0,
|
75 |
+
"sep_token_id": null,
|
76 |
+
"sliding_window": null,
|
77 |
+
"suppress_tokens": null,
|
78 |
+
"task_specific_params": null,
|
79 |
+
"temperature": 1.0,
|
80 |
+
"tf_legacy_loss": false,
|
81 |
+
"tie_encoder_decoder": false,
|
82 |
+
"tie_word_embeddings": true,
|
83 |
+
"tokenizer_class": null,
|
84 |
+
"top_k": 50,
|
85 |
+
"top_p": 1.0,
|
86 |
+
"torch_dtype": "bfloat16",
|
87 |
+
"torchscript": false,
|
88 |
+
"transformers_version": "4.44.2",
|
89 |
+
"typical_p": 1.0,
|
90 |
+
"use_bfloat16": true,
|
91 |
+
"use_cache": false,
|
92 |
+
"use_sliding_window": false,
|
93 |
+
"vocab_size": 151655
|
94 |
+
},
|
95 |
+
"max_dynamic_patch": 12,
|
96 |
+
"min_dynamic_patch": 1,
|
97 |
+
"model_type": "phantom",
|
98 |
+
"pad_token_id": 151645,
|
99 |
+
"select_layer": -1,
|
100 |
+
"template": "Hermes-2",
|
101 |
+
"torch_dtype": "bfloat16",
|
102 |
+
"transformers_version": null,
|
103 |
+
"use_backbone_lora": 0,
|
104 |
+
"use_llm_lora": 0,
|
105 |
+
"use_thumbnail": true,
|
106 |
+
"vision_config": {
|
107 |
+
"_name_or_path": "",
|
108 |
+
"add_cross_attention": false,
|
109 |
+
"architectures": [
|
110 |
+
"InternVisionModel"
|
111 |
+
],
|
112 |
+
"attention_dropout": 0.0,
|
113 |
+
"bad_words_ids": null,
|
114 |
+
"begin_suppress_tokens": null,
|
115 |
+
"bos_token_id": null,
|
116 |
+
"chunk_size_feed_forward": 0,
|
117 |
+
"cross_attention_hidden_size": null,
|
118 |
+
"decoder_start_token_id": null,
|
119 |
+
"diversity_penalty": 0.0,
|
120 |
+
"do_sample": false,
|
121 |
+
"drop_path_rate": 0.0,
|
122 |
+
"dropout": 0.0,
|
123 |
+
"early_stopping": false,
|
124 |
+
"encoder_no_repeat_ngram_size": 0,
|
125 |
+
"eos_token_id": null,
|
126 |
+
"exponential_decay_length_penalty": null,
|
127 |
+
"finetuning_task": null,
|
128 |
+
"forced_bos_token_id": null,
|
129 |
+
"forced_eos_token_id": null,
|
130 |
+
"hidden_act": "gelu",
|
131 |
+
"hidden_size": 1024,
|
132 |
+
"id2label": {
|
133 |
+
"0": "LABEL_0",
|
134 |
+
"1": "LABEL_1"
|
135 |
+
},
|
136 |
+
"image_size": 448,
|
137 |
+
"initializer_factor": 1.0,
|
138 |
+
"initializer_range": 0.02,
|
139 |
+
"intermediate_size": 4096,
|
140 |
+
"is_decoder": false,
|
141 |
+
"is_encoder_decoder": false,
|
142 |
+
"label2id": {
|
143 |
+
"LABEL_0": 0,
|
144 |
+
"LABEL_1": 1
|
145 |
+
},
|
146 |
+
"layer_norm_eps": 1e-06,
|
147 |
+
"length_penalty": 1.0,
|
148 |
+
"max_length": 20,
|
149 |
+
"min_length": 0,
|
150 |
+
"model_type": "intern_vit_300m",
|
151 |
+
"no_repeat_ngram_size": 0,
|
152 |
+
"norm_type": "layer_norm",
|
153 |
+
"num_attention_heads": 16,
|
154 |
+
"num_beam_groups": 1,
|
155 |
+
"num_beams": 1,
|
156 |
+
"num_channels": 3,
|
157 |
+
"num_hidden_layers": 24,
|
158 |
+
"num_return_sequences": 1,
|
159 |
+
"output_attentions": false,
|
160 |
+
"output_hidden_states": false,
|
161 |
+
"output_scores": false,
|
162 |
+
"pad_token_id": null,
|
163 |
+
"patch_size": 14,
|
164 |
+
"prefix": null,
|
165 |
+
"problem_type": null,
|
166 |
+
"pruned_heads": {},
|
167 |
+
"qk_normalization": false,
|
168 |
+
"qkv_bias": true,
|
169 |
+
"remove_invalid_values": false,
|
170 |
+
"repetition_penalty": 1.0,
|
171 |
+
"return_dict": true,
|
172 |
+
"return_dict_in_generate": false,
|
173 |
+
"sep_token_id": null,
|
174 |
+
"suppress_tokens": null,
|
175 |
+
"task_specific_params": null,
|
176 |
+
"temperature": 1.0,
|
177 |
+
"tf_legacy_loss": false,
|
178 |
+
"tie_encoder_decoder": false,
|
179 |
+
"tie_word_embeddings": true,
|
180 |
+
"tokenizer_class": null,
|
181 |
+
"top_k": 50,
|
182 |
+
"top_p": 1.0,
|
183 |
+
"torch_dtype": "bfloat16",
|
184 |
+
"torchscript": false,
|
185 |
+
"transformers_version": "4.44.2",
|
186 |
+
"typical_p": 1.0,
|
187 |
+
"use_bfloat16": true,
|
188 |
+
"use_flash_attn": true
|
189 |
+
}
|
190 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.44.2"
|
4 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bd10dd47cdda4421184336ebb915f440cc4e39c5c31d8d5abf2dd34cd68f150
|
3 |
+
size 1878816624
|
special_tokens_map.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<img>",
|
6 |
+
"</img>",
|
7 |
+
"<IMG_CONTEXT>",
|
8 |
+
"<quad>",
|
9 |
+
"</quad>",
|
10 |
+
"<ref>",
|
11 |
+
"</ref>",
|
12 |
+
"<box>",
|
13 |
+
"</box>"
|
14 |
+
],
|
15 |
+
"eos_token": {
|
16 |
+
"content": "<|im_end|>",
|
17 |
+
"lstrip": false,
|
18 |
+
"normalized": false,
|
19 |
+
"rstrip": false,
|
20 |
+
"single_word": false
|
21 |
+
},
|
22 |
+
"pad_token": {
|
23 |
+
"content": "<|endoftext|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false
|
28 |
+
}
|
29 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_eos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<img>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "</img>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<IMG_CONTEXT>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<quad>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "</quad>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<ref>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "</ref>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<box>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "</box>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
}
|
101 |
+
},
|
102 |
+
"additional_special_tokens": [
|
103 |
+
"<|im_start|>",
|
104 |
+
"<|im_end|>",
|
105 |
+
"<img>",
|
106 |
+
"</img>",
|
107 |
+
"<IMG_CONTEXT>",
|
108 |
+
"<quad>",
|
109 |
+
"</quad>",
|
110 |
+
"<ref>",
|
111 |
+
"</ref>",
|
112 |
+
"<box>",
|
113 |
+
"</box>"
|
114 |
+
],
|
115 |
+
"bos_token": null,
|
116 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
117 |
+
"clean_up_tokenization_spaces": false,
|
118 |
+
"eos_token": "<|im_end|>",
|
119 |
+
"errors": "replace",
|
120 |
+
"model_max_length": 8192,
|
121 |
+
"pad_token": "<|endoftext|>",
|
122 |
+
"padding_side": "left",
|
123 |
+
"split_special_tokens": false,
|
124 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
125 |
+
"unk_token": null
|
126 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|