PyNeo / special_tokens_map.json
razhan's picture
add tokenizer
29e73ad
raw
history blame
No virus
585 Bytes
{
"bos_token": {
"content": "<|beginoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|padoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|unkoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}