llama3.1-8b-gpt4o_100k_closedqa-fft / special_tokens_map.json
chansung's picture
Training in progress, step 100
36b4039 verified
raw
history blame contribute delete
No virus
419 Bytes
{
"additional_special_tokens": [
{
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"pad_token": "<|im_end|>"
}