Files
stable-diffusion-webui-forge/backend/huggingface/stabilityai/stable-diffusion-2-1/tokenizer/special_tokens_map.json
2024-07-30 13:27:26 -06:00

25 lines
460 B
JSON

{
"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
}
}