gpt-neo-violet-jacobs / special_tokens_map.json
rahulbaburajan's picture
Upload special_tokens_map.json
c3e8237
raw
history blame
659 Bytes
{
"additional_special_tokens": [
"<N>",
"<MS>",
"RB",
"VJ"
],
"bos_token": {
"content": "<|startoftext|>",
"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": "<|pad|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}