unidiffuser-v0 / text_tokenizer /special_tokens_map.json
dg845's picture
Upload 22 files
d55d8b0
raw history blame
No virus
319 Bytes
{
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": "<|EOS|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}