332c76a1-e654-4818-90cf-4d4219ac1df3 / special_tokens_map.json
lesso06's picture
Training in progress, step 10
c00aebc verified
raw
history blame
622 Bytes
{
"additional_special_tokens": [
"<|im_end|>",
"<|im_start|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}