falcon-rw-7b / tokenizer_config.json
FalconLLM's picture
Move to in-library checkpoint (#2)
39a7fc3
raw
history blame
No virus
282 Bytes
{
"add_prefix_space": false,
"eos_token": "<|endoftext|>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 2048,
"name_or_path": "guipenedo/dd_alpha",
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast"
}