Ducky-MoMoe-prototype-e4-causal / tokenizer_config.json
crumb's picture
Upload tokenizer
398d198
raw
history blame contribute delete
345 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 256,
"model_max_length": 1024,
"stride": 0,
"tokenizer_class": "GPTNeoXTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}