code-llama-7b-conductor / special_tokens_map.json
Ed13210's picture
Training in progress, epoch 1
1bea115 verified
raw
history blame
No virus
238 Bytes
{
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"pad_token": "<|im_end|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}