mamba-1.4b-aquila-400b / special_tokens_map.json
ldwang's picture
Upload special_tokens_map.json with huggingface_hub
4a9c267 verified
raw
history blame
454 Bytes
{
"bos_token": {
"content": "[CLS]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<|endoftext|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}