sdxl-refiner / tokenizer_2 /special_tokens_map.json
Bagheera Bghira
Initial fork of stabilityai/stable-diffusion-xl-refiner-1.0 (DDIM, trailing timestep/normal)
f2c2fba
raw history blame
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
}
}