Wisenut-Ko-LLaMA-3.1-8B-SFT-DPO / special_tokens_map.json
SihyunPark's picture
Upload folder using huggingface_hub
3d86ddb verified
raw
history blame
517 Bytes
{
"additional_special_tokens": [
"<|eot_id|>",
"<|eom_id|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}