peter szemraj commited on
Commit
bf6e71a
1 Parent(s): a7be8e9

add sharded checkpoint

Browse files
.gitattributes CHANGED
@@ -32,3 +32,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ pytorch_model-00008-of-00009.bin filter=lfs diff=lfs merge=lfs -text
36
+ pytorch_model-00009-of-00009.bin filter=lfs diff=lfs merge=lfs -text
37
+ pytorch_model-00001-of-00009.bin filter=lfs diff=lfs merge=lfs -text
38
+ pytorch_model-00003-of-00009.bin filter=lfs diff=lfs merge=lfs -text
39
+ pytorch_model-00005-of-00009.bin filter=lfs diff=lfs merge=lfs -text
40
+ pytorch_model-00007-of-00009.bin filter=lfs diff=lfs merge=lfs -text
41
+ pytorch_model-00002-of-00009.bin filter=lfs diff=lfs merge=lfs -text
42
+ pytorch_model-00004-of-00009.bin filter=lfs diff=lfs merge=lfs -text
43
+ pytorch_model-00006-of-00009.bin filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 32101,
3
+ "[MASK]": 32102,
4
+ "[SEP]": 32100
5
+ }
config.json ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "3d804dbd6d4f94a26c3fce610af8470ef74ced6c",
3
+ "_name_or_path": "Salesforce/blip2-flan-t5-xl",
4
+ "architectures": [
5
+ "Blip2ForConditionalGeneration"
6
+ ],
7
+ "initializer_factor": 1.0,
8
+ "initializer_range": 0.02,
9
+ "model_type": "blip-2",
10
+ "num_query_tokens": 32,
11
+ "qformer_config": {
12
+ "_name_or_path": "",
13
+ "add_cross_attention": false,
14
+ "architectures": null,
15
+ "attention_probs_dropout_prob": 0.1,
16
+ "bad_words_ids": null,
17
+ "begin_suppress_tokens": null,
18
+ "bos_token_id": null,
19
+ "chunk_size_feed_forward": 0,
20
+ "classifier_dropout": null,
21
+ "cross_attention_frequency": 2,
22
+ "cross_attention_hidden_size": null,
23
+ "decoder_start_token_id": null,
24
+ "diversity_penalty": 0.0,
25
+ "do_sample": false,
26
+ "early_stopping": false,
27
+ "encoder_hidden_size": 1408,
28
+ "encoder_no_repeat_ngram_size": 0,
29
+ "eos_token_id": null,
30
+ "exponential_decay_length_penalty": null,
31
+ "finetuning_task": null,
32
+ "forced_bos_token_id": null,
33
+ "forced_eos_token_id": null,
34
+ "hidden_act": "gelu",
35
+ "hidden_dropout_prob": 0.1,
36
+ "hidden_size": 768,
37
+ "id2label": {
38
+ "0": "LABEL_0",
39
+ "1": "LABEL_1"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "is_decoder": false,
44
+ "is_encoder_decoder": false,
45
+ "label2id": {
46
+ "LABEL_0": 0,
47
+ "LABEL_1": 1
48
+ },
49
+ "layer_norm_eps": 1e-12,
50
+ "length_penalty": 1.0,
51
+ "max_length": 20,
52
+ "max_position_embeddings": 512,
53
+ "min_length": 0,
54
+ "model_type": "blip_2_qformer",
55
+ "no_repeat_ngram_size": 0,
56
+ "num_attention_heads": 12,
57
+ "num_beam_groups": 1,
58
+ "num_beams": 1,
59
+ "num_hidden_layers": 12,
60
+ "num_return_sequences": 1,
61
+ "output_attentions": false,
62
+ "output_hidden_states": false,
63
+ "output_scores": false,
64
+ "pad_token_id": 0,
65
+ "position_embedding_type": "absolute",
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
+ "sep_token_id": null,
74
+ "suppress_tokens": null,
75
+ "task_specific_params": null,
76
+ "temperature": 1.0,
77
+ "tf_legacy_loss": false,
78
+ "tie_encoder_decoder": false,
79
+ "tie_word_embeddings": true,
80
+ "tokenizer_class": null,
81
+ "top_k": 50,
82
+ "top_p": 1.0,
83
+ "torch_dtype": null,
84
+ "torchscript": false,
85
+ "transformers_version": "4.27.0.dev0",
86
+ "typical_p": 1.0,
87
+ "use_bfloat16": false,
88
+ "vocab_size": 30522
89
+ },
90
+ "text_config": {
91
+ "_name_or_path": "",
92
+ "add_cross_attention": false,
93
+ "architectures": [
94
+ "T5ForConditionalGeneration"
95
+ ],
96
+ "bad_words_ids": null,
97
+ "begin_suppress_tokens": null,
98
+ "bos_token_id": 1,
99
+ "chunk_size_feed_forward": 0,
100
+ "cross_attention_hidden_size": null,
101
+ "d_ff": 5120,
102
+ "d_kv": 64,
103
+ "d_model": 2048,
104
+ "decoder_start_token_id": 0,
105
+ "dense_act_fn": "gelu",
106
+ "diversity_penalty": 0.0,
107
+ "do_sample": false,
108
+ "dropout_rate": 0.1,
109
+ "early_stopping": false,
110
+ "encoder_no_repeat_ngram_size": 0,
111
+ "eos_token_id": 1,
112
+ "exponential_decay_length_penalty": null,
113
+ "feed_forward_proj": "gated-gelu",
114
+ "finetuning_task": null,
115
+ "forced_bos_token_id": null,
116
+ "forced_eos_token_id": null,
117
+ "id2label": {
118
+ "0": "LABEL_0",
119
+ "1": "LABEL_1"
120
+ },
121
+ "initializer_factor": 1.0,
122
+ "is_decoder": false,
123
+ "is_encoder_decoder": true,
124
+ "is_gated_act": true,
125
+ "label2id": {
126
+ "LABEL_0": 0,
127
+ "LABEL_1": 1
128
+ },
129
+ "layer_norm_epsilon": 1e-06,
130
+ "length_penalty": 1.0,
131
+ "max_length": 20,
132
+ "min_length": 0,
133
+ "model_type": "t5",
134
+ "n_positions": 512,
135
+ "no_repeat_ngram_size": 0,
136
+ "num_beam_groups": 1,
137
+ "num_beams": 1,
138
+ "num_decoder_layers": 24,
139
+ "num_heads": 32,
140
+ "num_layers": 24,
141
+ "num_return_sequences": 1,
142
+ "output_attentions": false,
143
+ "output_hidden_states": false,
144
+ "output_past": true,
145
+ "output_scores": false,
146
+ "pad_token_id": 0,
147
+ "prefix": null,
148
+ "problem_type": null,
149
+ "pruned_heads": {},
150
+ "relative_attention_max_distance": 128,
151
+ "relative_attention_num_buckets": 32,
152
+ "remove_invalid_values": false,
153
+ "repetition_penalty": 1.0,
154
+ "return_dict": true,
155
+ "return_dict_in_generate": false,
156
+ "sep_token_id": null,
157
+ "suppress_tokens": null,
158
+ "task_specific_params": {
159
+ "summarization": {
160
+ "early_stopping": true,
161
+ "length_penalty": 2.0,
162
+ "max_length": 200,
163
+ "min_length": 30,
164
+ "no_repeat_ngram_size": 3,
165
+ "num_beams": 4,
166
+ "prefix": "summarize: "
167
+ },
168
+ "translation_en_to_de": {
169
+ "early_stopping": true,
170
+ "max_length": 300,
171
+ "num_beams": 4,
172
+ "prefix": "translate English to German: "
173
+ },
174
+ "translation_en_to_fr": {
175
+ "early_stopping": true,
176
+ "max_length": 300,
177
+ "num_beams": 4,
178
+ "prefix": "translate English to French: "
179
+ },
180
+ "translation_en_to_ro": {
181
+ "early_stopping": true,
182
+ "max_length": 300,
183
+ "num_beams": 4,
184
+ "prefix": "translate English to Romanian: "
185
+ }
186
+ },
187
+ "temperature": 1.0,
188
+ "tf_legacy_loss": false,
189
+ "tie_encoder_decoder": false,
190
+ "tie_word_embeddings": false,
191
+ "tokenizer_class": null,
192
+ "top_k": 50,
193
+ "top_p": 1.0,
194
+ "torch_dtype": "float32",
195
+ "torchscript": false,
196
+ "transformers_version": "4.27.0.dev0",
197
+ "typical_p": 1.0,
198
+ "use_bfloat16": false,
199
+ "use_cache": true,
200
+ "vocab_size": 32128
201
+ },
202
+ "torch_dtype": "float32",
203
+ "transformers_version": null,
204
+ "use_decoder_only_language_model": false,
205
+ "vision_config": {
206
+ "_name_or_path": "",
207
+ "add_cross_attention": false,
208
+ "architectures": null,
209
+ "attention_dropout": 0.0,
210
+ "bad_words_ids": null,
211
+ "begin_suppress_tokens": null,
212
+ "bos_token_id": null,
213
+ "chunk_size_feed_forward": 0,
214
+ "cross_attention_hidden_size": null,
215
+ "decoder_start_token_id": null,
216
+ "diversity_penalty": 0.0,
217
+ "do_sample": false,
218
+ "dropout": 0.0,
219
+ "early_stopping": false,
220
+ "encoder_no_repeat_ngram_size": 0,
221
+ "eos_token_id": null,
222
+ "exponential_decay_length_penalty": null,
223
+ "finetuning_task": null,
224
+ "forced_bos_token_id": null,
225
+ "forced_eos_token_id": null,
226
+ "hidden_act": "gelu",
227
+ "hidden_size": 1408,
228
+ "id2label": {
229
+ "0": "LABEL_0",
230
+ "1": "LABEL_1"
231
+ },
232
+ "image_size": 224,
233
+ "initializer_factor": 1.0,
234
+ "initializer_range": 1e-10,
235
+ "intermediate_size": 6144,
236
+ "is_decoder": false,
237
+ "is_encoder_decoder": false,
238
+ "label2id": {
239
+ "LABEL_0": 0,
240
+ "LABEL_1": 1
241
+ },
242
+ "layer_norm_eps": 1e-05,
243
+ "length_penalty": 1.0,
244
+ "max_length": 20,
245
+ "min_length": 0,
246
+ "model_type": "blip_2_vision_model",
247
+ "no_repeat_ngram_size": 0,
248
+ "num_attention_heads": 16,
249
+ "num_beam_groups": 1,
250
+ "num_beams": 1,
251
+ "num_channels": 3,
252
+ "num_hidden_layers": 39,
253
+ "num_return_sequences": 1,
254
+ "output_attentions": false,
255
+ "output_hidden_states": false,
256
+ "output_scores": false,
257
+ "pad_token_id": null,
258
+ "patch_size": 14,
259
+ "prefix": null,
260
+ "problem_type": null,
261
+ "projection_dim": 512,
262
+ "pruned_heads": {},
263
+ "qkv_bias": true,
264
+ "remove_invalid_values": false,
265
+ "repetition_penalty": 1.0,
266
+ "return_dict": true,
267
+ "return_dict_in_generate": false,
268
+ "sep_token_id": null,
269
+ "suppress_tokens": null,
270
+ "task_specific_params": null,
271
+ "temperature": 1.0,
272
+ "tf_legacy_loss": false,
273
+ "tie_encoder_decoder": false,
274
+ "tie_word_embeddings": true,
275
+ "tokenizer_class": null,
276
+ "top_k": 50,
277
+ "top_p": 1.0,
278
+ "torch_dtype": null,
279
+ "torchscript": false,
280
+ "transformers_version": "4.27.0.dev0",
281
+ "typical_p": 1.0,
282
+ "use_bfloat16": false
283
+ }
284
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.48145466,
8
+ 0.4578275,
9
+ 0.40821073
10
+ ],
11
+ "image_processor_type": "BlipImageProcessor",
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "processor_class": "BlipProcessor",
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }
pytorch_model-00001-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5babf01812e9d28b0edcf2189f7d7178378c431959e310d030042b5227c94ff4
3
+ size 1990345742
pytorch_model-00002-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc281e72f8c001a856ca882e31096c64381296ad0dba5576627cf510a93ea4ca
3
+ size 1997843459
pytorch_model-00003-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1e7fef7290282e7d1f99995877642b98c1662d9e169d0a80ec68e15e96c024
3
+ size 1719869792
pytorch_model-00004-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e70117854bd862fadb5064a06f778cd39d6be5a0aeb32cb43c46c2a5e30dfd8
3
+ size 1971519413
pytorch_model-00005-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9045906d718b79910225a1e7d8160e0d87451af7c2ff39e2e917fe6d69c5dcc
3
+ size 1983056429
pytorch_model-00006-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62732098267b72252ba5c40ae1f4817ad3b73880ee7348a75bcb627fcc10cf4c
3
+ size 1996706678
pytorch_model-00007-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51350bc1564457c548212835ba9c64309c6fe7c2b530741020154c2be1794996
3
+ size 1988327068
pytorch_model-00008-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5614af5a6ea8df0aa5b77a667119df9f3ea20c7024500028bad503c9da1115ed
3
+ size 1996724949
pytorch_model-00009-of-00009.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81d4ca4439cc054b48bb4217616514b3d82ebf212fc94ad4722c3abb9282780d
3
+ size 389040703
pytorch_model.bin.index.json ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "cls_token": "[CLS]",
105
+ "eos_token": "</s>",
106
+ "mask_token": "[MASK]",
107
+ "pad_token": "<pad>",
108
+ "sep_token": "[SEP]",
109
+ "unk_token": "<unk>"
110
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "cls_token": "[CLS]",
105
+ "do_lower_case": true,
106
+ "eos_token": "</s>",
107
+ "extra_ids": 100,
108
+ "mask_token": "[MASK]",
109
+ "model_max_length": 512,
110
+ "pad_token": "<pad>",
111
+ "processor_class": "BlipProcessor",
112
+ "sep_token": "[SEP]",
113
+ "sp_model_kwargs": {},
114
+ "special_tokens_map_file": "/home/arthur_huggingface_co/.cache/huggingface/hub/models--google--t5-v1_1-small/snapshots/fb7e6cba609f7bab11c614294bc04f82f613c7b1/special_tokens_map.json",
115
+ "strip_accents": null,
116
+ "tokenize_chinese_chars": true,
117
+ "tokenizer_class": "BertTokenizer",
118
+ "unk_token": "<unk>"
119
+ }
unigram.json ADDED
The diff for this file is too large to render. See raw diff