falcon-7b-6ep-spider-with-schema / tokenizer_config.json
gabrielgme's picture
Training in progress, step 100
b28e205
raw
history blame contribute delete
205 Bytes
{
"add_prefix_space": false,
"clean_up_tokenization_spaces": true,
"do_lower_case": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"tokenizer_class": "PreTrainedTokenizerFast"
}