Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
playground
Inference Endpoints
dist / tokenizer_2 /special_tokens_map.json
Tayer's picture
Duplicate from playgroundai/playground-v2.5-1024px-aesthetic
d81270f verified
raw
history blame contribute delete
No virus
460 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": "!",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}