dnabert2_epigenetic / tokenizer_config.json
rashiqua's picture
Upload 12 files
59b5531 verified
raw
history blame
No virus
267 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"model_max_length": 125,
"pad_token": "[PAD]",
"padding_side": "right",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}