BlackSheep-Llama-21B / special_tokens_map.json
TroyDoesAI's picture
BlackSheep - 1 Epoch of my special dataset blend on top of my own Base Model Llama 21B - this is the recovery epoch from pruning
564d0eb verified
raw
history blame
581 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": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}