tiny-random-PhiForCausalLM / tokenizer_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
897e817
raw
history blame contribute delete
513 Bytes
{
"add_bos_token": false,
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"model_max_length": 512,
"pad_token": null,
"tokenizer_class": "CodeGenTokenizer",
"unk_token": "<|endoftext|>"
}