storm_clouds_v2.5.5 / special_tokens_map.json
summer11111's picture
Upload 8 files
a481c7e
raw
history blame contribute delete
No virus
441 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"unk_token": {
"content": "<|UNKNOWN|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}