f2530dc6-5c44-4a0e-a1aa-cbfcc06d406a / special_tokens_map.json
adammandic87's picture
Training in progress, step 3
bf9047f verified
raw
history blame contribute delete
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
}
}