falcon-40b/tokenizer_config.json
Matthew Carrigan 4a70170c21 Move to in-library checkpoint (for real this time) (#107)
- Move to in-library checkpoint (e48d41620636bcb72a4f28b1e09308d1e3d1fdf7)
2023-09-29 14:32:25 +00:00

11 lines
242 B
JSON

{
"add_prefix_space": false,
"eos_token": "<|endoftext|>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 2048,
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast"
}