LLaMA-30b-toolbench / special_tokens_map.json
bol20162021's picture
e52443de962faefc723fbeb20d634b65c0c1b21483a9597996eb17453d6ae260
281b1ba
raw
history blame
No virus
411 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
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}