landmark-llama-7b / special_tokens_map.json
emozilla's picture
add custom model impl and tokenizer
20dd05e
raw
history blame contribute delete
No virus
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
}
}