PD_cognition_Llama_finetuned / tokenizer_config.json
nilaybhatt's picture
Upload tokenizer
a87afaf verified
raw
history blame contribute delete
350 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "TokenizersBackend"
}