DialoGPT-special-tokens-medium4 / special_tokens_map.json
Deeokay's picture
Upload tokenizer
9b83c5a verified
raw
history blame contribute delete
No virus
867 Bytes
{
"additional_special_tokens": [
"<|BEGIN_QUERY|>",
"<|BEGIN_QUERY|>",
"<|BEGIN_ANALYSIS|>",
"<|END_ANALYSIS|>",
"<|BEGIN_RESPONSE|>",
"<|END_RESPONSE|>",
"<|BEGIN_SENTIMENT|>",
"<|END_SENTIMENT|>",
"<|BEGIN_CLASSIFICATION|>",
"<|END_CLASSIFICATION|>"
],
"bos_token": {
"content": "<|STOP|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|STOP|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|PAD|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}