T2IPromptGeneratorQT / checkpoint-15000 /tokenizer_config.json
tungdop2's picture
init code
284cb2b
raw
history blame
1 kB
{
"add_prefix_space": false,
"added_tokens_decoder": {
"50256": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"50257": {
"content": "<LongCaption>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"50258": {
"content": "</LongCaption>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"50259": {
"content": "<PAD>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<LongCaption>",
"clean_up_tokenization_spaces": true,
"eos_token": "</LongCaption>",
"model_max_length": 1024,
"pad_token": "<PAD>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}