RedPajama-Test / tokenizer_config.json
Mel-Iza0's picture
Upload 6 files
91f3b49
raw
history blame contribute delete
285 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 1024,
"max_new_tokens": 1024,
"model_max_length": 2048,
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}