autotrain-llama3-70b-orpo-v2 / special_tokens_map.json
abhishek's picture
abhishek HF staff
Upload folder using huggingface_hub
8d9359c verified
raw history blame
No virus
236 Bytes
{
"additional_special_tokens": [
"<|im_start|>user",
"<|im_start|>assistant",
"<|im_start|>system",
"<|im_end|>",
"<s>",
"<pad>"
],
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"pad_token": "<pad>"
}