Text Generation
Transformers
Safetensors
English
falcon_mamba
conversational
Inference Endpoints
falcon-mamba-7b-instruct / special_tokens_map.json
ybelkada's picture
Upload tokenizer
7afa01f verified
raw
history blame contribute delete
No virus
703 Bytes
{
"additional_special_tokens": [
">>TITLE<<",
">>ABSTRACT<<",
">>INTRODUCTION<<",
">>SUMMARY<<",
">>COMMENT<<",
">>ANSWER<<",
">>QUESTION<<",
"assistant",
"<|begin_of_text|>",
"<|im_start|>",
"<|im_end|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}