NeuralAI-Mamba-K1 / tokenizer_config.json
Subject-Emu-5259's picture
NeuralAI-Mamba-K1: push fine-tuned weights (LoRA merged)
2d2bd8d verified
Raw
History Blame Contribute Delete
529 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": false,
"local_files_only": false,
"max_length": 1024,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"stride": 0,
"tokenizer_class": "GPTNeoXTokenizer",
"trim_offsets": true,
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}