ava-small / special_tokens_map.json
Kuduxaaa's picture
Upload tokenizer
cdea162
raw
history blame
No virus
234 Bytes
{
"bos_token": "<startoftext>",
"eos_token": "<endoftext>",
"pad_token": "<pad>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}