red-pajama-3b-sagemaker / tokenizer_config.json
mlashcorp's picture
Create tokenizer_config.json
7bd6353
raw
history blame
No virus
236 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}