NeuraNET-Zero-18B-Preview / tokenizer_config.json
rubenroy's picture
NeuraNET Zero 18B Preview [Release] - OVTG:5LX
640b140 verified
Raw
History Blame Contribute Delete
402 Bytes
{
"backend": "tokenizers",
"tokenizer_class": "TokenizersBackend",
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "[PAD]",
"model_max_length": 32768,
"padding_side": "right",
"truncation_side": "right",
"clean_up_tokenization_spaces": false,
"spaces_between_special_tokens": false,
"extra_special_tokens": [],
"use_default_system_prompt": false
}