pythia-lima / special_tokens_map.json
TinyPixel's picture
Upload tokenizer
5c986cf verified
raw
history blame contribute delete
630 Bytes
{
"additional_special_tokens": [
"<|START_OF_TURN_TOKEN|>",
"<PAD>",
"<|USER_TOKEN|>",
"<|CHATBOT_TOKEN|>",
"<|END_OF_TURN_TOKEN|>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": "<|END_OF_TURN_TOKEN|>",
"pad_token": {
"content": "<PAD>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}