LCM-westernAnimation_v1 / tokenizer /special_tokens_map.json
iamanaiart's picture
Upload tokenizer/special_tokens_map.json with huggingface_hub
8178730 verified
raw
history blame
214 Bytes
{
"additional_special_tokens": [
"<|startoftext|>",
"<|endoftext|>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}