d9b564ce-b4d9-4f86-a6c5-21a52a84ba14 / special_tokens_map.json
Rodo-Sami's picture
Training in progress, step 25
427a2b0 verified
raw
history blame
705 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|sep|>",
"<|endoftext|>",
"<|acc|>",
"<|rrn|>",
"<|tel|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}