Files
phi-2-ipo/tokenizer_config.json

15 lines
380 B
JSON
Raw Permalink Normal View History

{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"is_local": false,
"local_files_only": false,
"model_max_length": 2048,
"pad_token": "<|endoftext|>",
"return_token_type_ids": false,
"tokenizer_class": "CodeGenTokenizer",
"unk_token": "<|endoftext|>"
}