WizardLM-7B-Landmark-Attention-QLoRA / special_tokens_map.json
eugenepentland's picture
Initial commit
1fd97d7
raw
history blame
490 Bytes
{
"additional_special_tokens": [
"<landmark>"
],
"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": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}