cfb-drives-wk5 / special_tokens_map.json
awilliamson's picture
Upload folder using huggingface_hub
480c4dd verified
raw
history blame
No virus
595 Bytes
{
"additional_special_tokens": [
"<yards>",
"<num>",
"<score>",
"</yards>",
"</num>",
"</score>",
"</team>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|finetune_right_pad_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}