63f3a064-f428-4609-8618-b9a344c6ca77 / special_tokens_map.json
lesso08's picture
Training in progress, step 10
59890bc verified
raw
history blame contribute delete
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
}
}