sd-turbo-onnx / tokenizer /special_tokens_map.json
jdp8's picture
Initial Commit
4ea5d20
raw
history blame contribute delete
No virus
211 Bytes
{
"additional_special_tokens": [
"!",
"<|startoftext|>",
"<|endoftext|>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "!",
"unk_token": "<|endoftext|>"
}