unsloth-llama-2-7b-bnb-8bit-smashed / special_tokens_map.json
sharpenb's picture
10fe2de3e03ca617992785ce390cb6a6cc8c5594b814cc92bf810a1f3bc43eaf
f6c18d8 verified
raw
history blame
552 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}