Transformers
PyTorch
code
English
custom_code
SageLite-l / tokenizer_config.json
Dejiao Z
initial commit
8942c26
raw
history blame contribute delete
342 Bytes
{
"add_eos_token": true,
"add_special_tokens": true,
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "SageLiteTokenizer",
"auto_map": {
"AutoTokenizer": ["tokenization_sagelite.SageLiteTokenizer", null]
}
}