Claire-7B-Apache-0.1 / tokenizer_config.json
Jeronymous's picture
initial commit
8318e86
raw
history blame
No virus
288 Bytes
{
"add_prefix_space": false,
"eos_token": "<|endoftext|>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 2048,
"name_or_path": "tiiuae/falcon_tokenizer",
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast"
}