Nexus-Erebus-3M / tokenizer_config.json
MaliosDark's picture
Nexus-Erebus-3M (avg 32.50)
4d848c2 verified
Raw
History Blame Contribute Delete
801 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"padding_side": "left",
"tokenizer_class": "NexusLSDTokenizer",
"unk_token": "<|endoftext|>",
"auto_map": {
"AutoTokenizer": [
null,
"tokenization_nexus.NexusLSDTokenizer"
]
}
}