stable-diffusion-v1-5 / tokenizer /special_tokens_map.json
KiwiXR's picture
Upload runwayml/stable-diffusion-v1-5 weights and license (commit hash 1d0c4eb)
8e024de verified
raw
history blame contribute delete
472 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": "<|endoftext|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}