Falcondette / tokenizer.json
Raiff1982's picture
Rename tokenizer.py to tokenizer.json
1ebc739 verified
raw
history blame contribute delete
198 Bytes
{
"model_type": "falcon-mistral",
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"special_tokens_map_file": "special_tokens_map.json"
}