pathfox-baseline-3-epoch / special_tokens_map.json
ChavyvAkvar's picture
Upload folder using huggingface_hub
eb8812d verified
raw
history blame contribute delete
535 Bytes
{
"additional_special_tokens": [
"<think>",
"</think>"
],
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|pad|>",
"unk_token": {
"content": "<|unknown|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}