Captain-Adventure-32B / special_tokens_map.json
ToastyPigeon's picture
Upload folder using huggingface_hub
4655e6d verified
raw
history blame
No virus
439 Bytes
{
"bos_token": {
"content": "<BOS_TOKEN>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|END_OF_TURN_TOKEN|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<PAD>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}