falcon-40b / tokenizer_config.json
Rocketknight1's picture
Move to in-library checkpoint (for real this time) (#107)
4a70170
{
"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"
}