Base-mini / tokenizer_config.json
QuantaSparkLabs's picture
Push to HF
59f1228 verified
Raw
History Blame Contribute Delete
346 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"clean_up_tokenization_spaces": false,
"padding_side": "right",
"truncation_side": "right",
"unk_token": "[UNK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"model_max_length": 128
}