autotrain-llama3-70b-orpo-v1 / special_tokens_map.json
abhishek's picture
abhishek HF staff
Upload folder using huggingface_hub
266bb78 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>"
}