cute-tokenizer / tokenizer_config.json
HusseinEid's picture
Super-squash branch 'main' using huggingface_hub
68a4c53
raw
history blame contribute delete
289 Bytes
{
"tokenizer_class": "CUTETokenizerFast",
"auto_map": {
"AutoTokenizer": [
null,
"cute_tokenizer.tokenizer.CUTETokenizerFast"
]
},
"model_max_length": 1000000,
"padding_side": "right",
"truncation_side": "right",
"eos_token": "<|endoftext|>"
}