Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
playground
playground-v2.5-1024px-aesthetic / tokenizer /special_tokens_map.json
Anarkou's picture
Duplicate from playgroundai/playground-v2.5-1024px-aesthetic
cea0ad6
Raw
History Blame Contribute Delete
586 Bytes
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}