Files
fluxion-370m-instruct/tokenizer_config.json

12 lines
275 B
JSON
Raw Normal View History

{
"backend": "tokenizers",
"bos_token": "<|bos|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|eos|>",
"is_local": false,
"local_files_only": false,
"model_max_length": 4096,
"pad_token": "<|pad|>",
"tokenizer_class": "PreTrainedTokenizerFast"
}