Upload processor
Browse files- tokenizer_config.json +7 -0
tokenizer_config.json
CHANGED
@@ -24,9 +24,16 @@
|
|
24 |
"eos_token": "<|endoftext|>",
|
25 |
"errors": "replace",
|
26 |
"extra_special_tokens": {},
|
|
|
27 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
28 |
"pad_token": "<|endoftext|>",
|
|
|
|
|
29 |
"processor_class": "CLIPProcessor",
|
|
|
30 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
|
|
31 |
"unk_token": "<|endoftext|>"
|
32 |
}
|
|
|
24 |
"eos_token": "<|endoftext|>",
|
25 |
"errors": "replace",
|
26 |
"extra_special_tokens": {},
|
27 |
+
"max_length": 77,
|
28 |
"model_max_length": 1000000000000000019884624838656,
|
29 |
+
"pad_to_multiple_of": null,
|
30 |
"pad_token": "<|endoftext|>",
|
31 |
+
"pad_token_type_id": 0,
|
32 |
+
"padding_side": "right",
|
33 |
"processor_class": "CLIPProcessor",
|
34 |
+
"stride": 0,
|
35 |
"tokenizer_class": "CLIPTokenizer",
|
36 |
+
"truncation_side": "right",
|
37 |
+
"truncation_strategy": "longest_first",
|
38 |
"unk_token": "<|endoftext|>"
|
39 |
}
|