NONAMEmix_v1 / tokenizer_2 /special_tokens_map.json
Emanon14's picture
Apply Diffusers weight (T2I model format for Hugging Face) (#1)
f41f2a9 verified
raw
history blame
484 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
}
}