prokbert-mini / tokenizer_config.json
ligeti's picture
Deleting autotokenizer
35764e0
raw
history blame
284 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "LCATokenizer",
"unk_token": "[UNK]",
"kmer": 6,
"shift": 1
}