modelZ-500m / tokenizer_config.json
sandepaAI's picture
Final Step 100,000 Pre-trained Checkpoint
1ef5938 verified
Raw
History Blame Contribute Delete
481 Bytes
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"local_files_only": false,
"max_length": 2048,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"stride": 0,
"tokenizer_class": "LlamaTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>",
"use_default_system_prompt": false
}