ytu_doktor_gpt2-medium / special_tokens_map.json
kayrab's picture
Initial commit
6a232d5
raw
history blame contribute delete
715 Bytes
{
"additional_special_tokens": [
"<|USER|>",
"<|ASSISTANT|>",
"<|DOCTOR_TITLE|>",
"<|SPECIALITY|>",
"</s>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}