oneformer_ade20k_swin_tiny_clothes / tokenizer_config.json
pooya-mohammadi's picture
Upload processor
55407b3 verified
raw
history blame contribute delete
753 Bytes
{
"added_tokens_decoder": {
"49406": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"49407": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"processor_class": "OneFormerProcessor",
"tokenizer_class": "CLIPTokenizer",
"unk_token": "<|endoftext|>"
}