mGPT_easy / special_tokens_map.json
MiriUll's picture
Upload 9 files
c374e13
raw
history blame
No virus
226 Bytes
{
"bos_token": "<|BOS|>",
"eos_token": "<|EOS|>",
"pad_token": "<|pad|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}