gpt_neo_extended / special_tokens_map.json
theothertom's picture
Training in progress, step 1621
9b64653
raw
history blame
264 Bytes
{
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"mask_token": "[mask]",
"pad_token": "[pad]",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}