Commit
•
c7d6c9f
1
Parent(s):
5157266
update
Browse files- added_tokens.json +3 -0
- config.json +9 -219
- generation_config.json +7 -0
- merges.txt +1 -1
- model-00001-of-00002.safetensors +2 -2
- model-00002-of-00002.safetensors +2 -2
- model.safetensors.index.json +0 -0
- processor_config.json +4 -0
- tokenizer.json +0 -0
- tokenizer_config.json +30 -32
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<image>": 50265
|
3 |
+
}
|
config.json
CHANGED
@@ -1,255 +1,45 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
"architectures": [
|
4 |
"Blip2ForConditionalGeneration"
|
5 |
],
|
|
|
|
|
6 |
"initializer_factor": 1.0,
|
7 |
"initializer_range": 0.02,
|
8 |
"model_type": "blip-2",
|
9 |
"num_query_tokens": 32,
|
10 |
"qformer_config": {
|
11 |
-
"
|
12 |
-
"add_cross_attention": false,
|
13 |
-
"architectures": null,
|
14 |
-
"attention_probs_dropout_prob": 0.1,
|
15 |
-
"bad_words_ids": null,
|
16 |
-
"begin_suppress_tokens": null,
|
17 |
-
"bos_token_id": null,
|
18 |
-
"chunk_size_feed_forward": 0,
|
19 |
"classifier_dropout": null,
|
20 |
-
"
|
21 |
-
"cross_attention_hidden_size": null,
|
22 |
-
"decoder_start_token_id": null,
|
23 |
-
"diversity_penalty": 0.0,
|
24 |
-
"do_sample": false,
|
25 |
-
"early_stopping": false,
|
26 |
-
"encoder_hidden_size": 1408,
|
27 |
-
"encoder_no_repeat_ngram_size": 0,
|
28 |
-
"eos_token_id": null,
|
29 |
-
"exponential_decay_length_penalty": null,
|
30 |
-
"finetuning_task": null,
|
31 |
-
"forced_bos_token_id": null,
|
32 |
-
"forced_eos_token_id": null,
|
33 |
-
"hidden_act": "gelu",
|
34 |
-
"hidden_dropout_prob": 0.1,
|
35 |
-
"hidden_size": 768,
|
36 |
-
"id2label": {
|
37 |
-
"0": "LABEL_0",
|
38 |
-
"1": "LABEL_1"
|
39 |
-
},
|
40 |
-
"initializer_range": 0.02,
|
41 |
-
"intermediate_size": 3072,
|
42 |
-
"is_decoder": false,
|
43 |
-
"is_encoder_decoder": false,
|
44 |
-
"label2id": {
|
45 |
-
"LABEL_0": 0,
|
46 |
-
"LABEL_1": 1
|
47 |
-
},
|
48 |
-
"layer_norm_eps": 1e-12,
|
49 |
-
"length_penalty": 1.0,
|
50 |
-
"max_length": 20,
|
51 |
-
"max_position_embeddings": 512,
|
52 |
-
"min_length": 0,
|
53 |
-
"model_type": "blip_2_qformer",
|
54 |
-
"no_repeat_ngram_size": 0,
|
55 |
-
"num_attention_heads": 12,
|
56 |
-
"num_beam_groups": 1,
|
57 |
-
"num_beams": 1,
|
58 |
-
"num_hidden_layers": 12,
|
59 |
-
"num_return_sequences": 1,
|
60 |
-
"output_attentions": false,
|
61 |
-
"output_hidden_states": false,
|
62 |
-
"output_scores": false,
|
63 |
-
"pad_token_id": 0,
|
64 |
-
"position_embedding_type": "absolute",
|
65 |
-
"prefix": null,
|
66 |
-
"problem_type": null,
|
67 |
-
"pruned_heads": {},
|
68 |
-
"remove_invalid_values": false,
|
69 |
-
"repetition_penalty": 1.0,
|
70 |
-
"return_dict": true,
|
71 |
-
"return_dict_in_generate": false,
|
72 |
-
"sep_token_id": null,
|
73 |
-
"suppress_tokens": null,
|
74 |
-
"task_specific_params": null,
|
75 |
-
"temperature": 1.0,
|
76 |
-
"tf_legacy_loss": false,
|
77 |
-
"tie_encoder_decoder": false,
|
78 |
-
"tie_word_embeddings": true,
|
79 |
-
"tokenizer_class": null,
|
80 |
-
"top_k": 50,
|
81 |
-
"top_p": 1.0,
|
82 |
-
"torch_dtype": null,
|
83 |
-
"torchscript": false,
|
84 |
-
"transformers_version": "4.27.0.dev0",
|
85 |
-
"typical_p": 1.0,
|
86 |
-
"use_bfloat16": false,
|
87 |
-
"vocab_size": 30522
|
88 |
},
|
89 |
"text_config": {
|
90 |
"_name_or_path": "facebook/opt-2.7b",
|
91 |
-
"_remove_final_layer_norm": false,
|
92 |
"activation_dropout": 0.0,
|
93 |
-
"activation_function": "relu",
|
94 |
-
"add_cross_attention": false,
|
95 |
"architectures": [
|
96 |
"OPTForCausalLM"
|
97 |
],
|
98 |
-
"attention_dropout": 0.0,
|
99 |
-
"bad_words_ids": null,
|
100 |
-
"begin_suppress_tokens": null,
|
101 |
-
"bos_token_id": 2,
|
102 |
-
"chunk_size_feed_forward": 0,
|
103 |
-
"cross_attention_hidden_size": null,
|
104 |
-
"decoder_start_token_id": null,
|
105 |
-
"diversity_penalty": 0.0,
|
106 |
-
"do_layer_norm_before": true,
|
107 |
-
"do_sample": false,
|
108 |
-
"dropout": 0.1,
|
109 |
-
"early_stopping": false,
|
110 |
-
"enable_bias": true,
|
111 |
-
"encoder_no_repeat_ngram_size": 0,
|
112 |
"eos_token_id": 50118,
|
113 |
-
"exponential_decay_length_penalty": null,
|
114 |
"ffn_dim": 10240,
|
115 |
-
"finetuning_task": null,
|
116 |
-
"forced_bos_token_id": null,
|
117 |
-
"forced_eos_token_id": null,
|
118 |
"hidden_size": 2560,
|
119 |
-
"id2label": {
|
120 |
-
"0": "LABEL_0",
|
121 |
-
"1": "LABEL_1"
|
122 |
-
},
|
123 |
-
"init_std": 0.02,
|
124 |
-
"is_decoder": false,
|
125 |
-
"is_encoder_decoder": false,
|
126 |
-
"label2id": {
|
127 |
-
"LABEL_0": 0,
|
128 |
-
"LABEL_1": 1
|
129 |
-
},
|
130 |
-
"layer_norm_elementwise_affine": true,
|
131 |
-
"layerdrop": 0.0,
|
132 |
-
"length_penalty": 1.0,
|
133 |
-
"max_length": 20,
|
134 |
-
"max_position_embeddings": 2048,
|
135 |
-
"min_length": 0,
|
136 |
"model_type": "opt",
|
137 |
-
"no_repeat_ngram_size": 0,
|
138 |
"num_attention_heads": 32,
|
139 |
-
"num_beam_groups": 1,
|
140 |
-
"num_beams": 1,
|
141 |
"num_hidden_layers": 32,
|
142 |
-
"num_return_sequences": 1,
|
143 |
-
"output_attentions": false,
|
144 |
-
"output_hidden_states": false,
|
145 |
-
"output_scores": false,
|
146 |
-
"pad_token_id": 1,
|
147 |
"prefix": "</s>",
|
148 |
-
"problem_type": null,
|
149 |
-
"pruned_heads": {},
|
150 |
-
"remove_invalid_values": false,
|
151 |
-
"repetition_penalty": 1.0,
|
152 |
-
"return_dict": true,
|
153 |
-
"return_dict_in_generate": false,
|
154 |
-
"sep_token_id": null,
|
155 |
-
"suppress_tokens": null,
|
156 |
-
"task_specific_params": null,
|
157 |
-
"temperature": 1.0,
|
158 |
-
"tf_legacy_loss": false,
|
159 |
-
"tie_encoder_decoder": false,
|
160 |
-
"tie_word_embeddings": true,
|
161 |
-
"tokenizer_class": null,
|
162 |
-
"top_k": 50,
|
163 |
-
"top_p": 1.0,
|
164 |
"torch_dtype": "float16",
|
165 |
-
"
|
166 |
-
"transformers_version": "4.27.0.dev0",
|
167 |
-
"typical_p": 1.0,
|
168 |
-
"use_bfloat16": false,
|
169 |
-
"use_cache": true,
|
170 |
-
"vocab_size": 50272,
|
171 |
"word_embed_proj_dim": 2560
|
172 |
},
|
173 |
"torch_dtype": "float32",
|
174 |
-
"transformers_version":
|
175 |
"use_decoder_only_language_model": true,
|
176 |
"vision_config": {
|
177 |
-
"
|
178 |
-
"add_cross_attention": false,
|
179 |
-
"architectures": null,
|
180 |
-
"attention_dropout": 0.0,
|
181 |
-
"bad_words_ids": null,
|
182 |
-
"begin_suppress_tokens": null,
|
183 |
-
"bos_token_id": null,
|
184 |
-
"chunk_size_feed_forward": 0,
|
185 |
-
"cross_attention_hidden_size": null,
|
186 |
-
"decoder_start_token_id": null,
|
187 |
-
"diversity_penalty": 0.0,
|
188 |
-
"do_sample": false,
|
189 |
"dropout": 0.0,
|
190 |
-
"early_stopping": false,
|
191 |
-
"encoder_no_repeat_ngram_size": 0,
|
192 |
-
"eos_token_id": null,
|
193 |
-
"exponential_decay_length_penalty": null,
|
194 |
-
"finetuning_task": null,
|
195 |
-
"forced_bos_token_id": null,
|
196 |
-
"forced_eos_token_id": null,
|
197 |
-
"hidden_act": "gelu",
|
198 |
-
"hidden_size": 1408,
|
199 |
-
"id2label": {
|
200 |
-
"0": "LABEL_0",
|
201 |
-
"1": "LABEL_1"
|
202 |
-
},
|
203 |
-
"image_size": 224,
|
204 |
"initializer_factor": 1.0,
|
205 |
-
"initializer_range": 1e-10,
|
206 |
-
"intermediate_size": 6144,
|
207 |
-
"is_decoder": false,
|
208 |
-
"is_encoder_decoder": false,
|
209 |
-
"label2id": {
|
210 |
-
"LABEL_0": 0,
|
211 |
-
"LABEL_1": 1
|
212 |
-
},
|
213 |
-
"layer_norm_eps": 1e-6,
|
214 |
-
"length_penalty": 1.0,
|
215 |
-
"max_length": 20,
|
216 |
-
"min_length": 0,
|
217 |
"model_type": "blip_2_vision_model",
|
218 |
-
"no_repeat_ngram_size": 0,
|
219 |
-
"num_attention_heads": 16,
|
220 |
-
"num_beam_groups": 1,
|
221 |
-
"num_beams": 1,
|
222 |
"num_channels": 3,
|
223 |
-
"
|
224 |
-
"num_return_sequences": 1,
|
225 |
-
"output_attentions": false,
|
226 |
-
"output_hidden_states": false,
|
227 |
-
"output_scores": false,
|
228 |
-
"pad_token_id": null,
|
229 |
-
"patch_size": 14,
|
230 |
-
"prefix": null,
|
231 |
-
"problem_type": null,
|
232 |
-
"projection_dim": 512,
|
233 |
-
"pruned_heads": {},
|
234 |
-
"qkv_bias": true,
|
235 |
-
"remove_invalid_values": false,
|
236 |
-
"repetition_penalty": 1.0,
|
237 |
-
"return_dict": true,
|
238 |
-
"return_dict_in_generate": false,
|
239 |
-
"sep_token_id": null,
|
240 |
-
"suppress_tokens": null,
|
241 |
-
"task_specific_params": null,
|
242 |
-
"temperature": 1.0,
|
243 |
-
"tf_legacy_loss": false,
|
244 |
-
"tie_encoder_decoder": false,
|
245 |
-
"tie_word_embeddings": true,
|
246 |
-
"tokenizer_class": null,
|
247 |
-
"top_k": 50,
|
248 |
-
"top_p": 1.0,
|
249 |
-
"torch_dtype": null,
|
250 |
-
"torchscript": false,
|
251 |
-
"transformers_version": "4.27.0.dev0",
|
252 |
-
"typical_p": 1.0,
|
253 |
-
"use_bfloat16": false
|
254 |
}
|
255 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/raid/raushan/blip2-opt-2.7b/",
|
3 |
"architectures": [
|
4 |
"Blip2ForConditionalGeneration"
|
5 |
],
|
6 |
+
"image_text_hidden_size": 256,
|
7 |
+
"image_token_index": 50265,
|
8 |
"initializer_factor": 1.0,
|
9 |
"initializer_range": 0.02,
|
10 |
"model_type": "blip-2",
|
11 |
"num_query_tokens": 32,
|
12 |
"qformer_config": {
|
13 |
+
"_attn_implementation_autoset": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"classifier_dropout": null,
|
15 |
+
"model_type": "blip_2_qformer"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
},
|
17 |
"text_config": {
|
18 |
"_name_or_path": "facebook/opt-2.7b",
|
|
|
19 |
"activation_dropout": 0.0,
|
|
|
|
|
20 |
"architectures": [
|
21 |
"OPTForCausalLM"
|
22 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
"eos_token_id": 50118,
|
|
|
24 |
"ffn_dim": 10240,
|
|
|
|
|
|
|
25 |
"hidden_size": 2560,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
"model_type": "opt",
|
|
|
27 |
"num_attention_heads": 32,
|
|
|
|
|
28 |
"num_hidden_layers": 32,
|
|
|
|
|
|
|
|
|
|
|
29 |
"prefix": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
"torch_dtype": "float16",
|
31 |
+
"vocab_size": 50304,
|
|
|
|
|
|
|
|
|
|
|
32 |
"word_embed_proj_dim": 2560
|
33 |
},
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.47.0.dev0",
|
36 |
"use_decoder_only_language_model": true,
|
37 |
"vision_config": {
|
38 |
+
"_attn_implementation_autoset": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
"dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
"initializer_factor": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
"model_type": "blip_2_vision_model",
|
|
|
|
|
|
|
|
|
42 |
"num_channels": 3,
|
43 |
+
"projection_dim": 512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 2,
|
4 |
+
"eos_token_id": 50118,
|
5 |
+
"pad_token_id": 1,
|
6 |
+
"transformers_version": "4.47.0.dev0"
|
7 |
+
}
|
merges.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#version: 0.2
|
2 |
Ġ t
|
3 |
Ġ a
|
4 |
h e
|
|
|
1 |
+
#version: 0.2
|
2 |
Ġ t
|
3 |
Ġ a
|
4 |
h e
|
model-00001-of-00002.safetensors
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:b81228c9ac1b3dee1731ee71d51fe3b2c34f915019c44c25a793b51300ae24fc
|
3 |
+
size 9996328120
|
model-00002-of-00002.safetensors
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:536bd73b8f1de7d94f503b23fea2eaa4f7f3ea5f74f8f874fcb21d6df1555a19
|
3 |
+
size 4982879016
|
model.safetensors.index.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
processor_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_query_tokens": 32,
|
3 |
+
"processor_class": "Blip2Processor"
|
4 |
+
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,41 +1,39 @@
|
|
1 |
{
|
2 |
"add_bos_token": true,
|
3 |
"add_prefix_space": false,
|
4 |
-
"
|
5 |
-
"
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
"
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
},
|
|
|
|
|
|
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 1000000000000000019884624838656,
|
22 |
-
"pad_token":
|
23 |
-
"__type": "AddedToken",
|
24 |
-
"content": "<pad>",
|
25 |
-
"lstrip": false,
|
26 |
-
"normalized": true,
|
27 |
-
"rstrip": false,
|
28 |
-
"single_word": false
|
29 |
-
},
|
30 |
"processor_class": "Blip2Processor",
|
31 |
-
"special_tokens_map_file": null,
|
32 |
"tokenizer_class": "GPT2Tokenizer",
|
33 |
-
"unk_token":
|
34 |
-
"__type": "AddedToken",
|
35 |
-
"content": "</s>",
|
36 |
-
"lstrip": false,
|
37 |
-
"normalized": true,
|
38 |
-
"rstrip": false,
|
39 |
-
"single_word": false
|
40 |
-
}
|
41 |
}
|
|
|
1 |
{
|
2 |
"add_bos_token": true,
|
3 |
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"1": {
|
6 |
+
"content": "<pad>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"2": {
|
14 |
+
"content": "</s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": true,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"50265": {
|
22 |
+
"content": "<image>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
},
|
30 |
+
"bos_token": "</s>",
|
31 |
+
"clean_up_tokenization_spaces": false,
|
32 |
+
"eos_token": "</s>",
|
33 |
"errors": "replace",
|
34 |
"model_max_length": 1000000000000000019884624838656,
|
35 |
+
"pad_token": "<pad>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
"processor_class": "Blip2Processor",
|
|
|
37 |
"tokenizer_class": "GPT2Tokenizer",
|
38 |
+
"unk_token": "</s>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|