deberta-base-dewiki-v1 / tokenizer_config.json
stefan-it's picture
tokenizer: add initial configuration
262548b verified
raw
history blame
458 Bytes
{
"do_lower_case": false,
"bos_token": "[CLS]",
"eos_token": "[SEP]",
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"split_by_punct": false,
"special_tokens_map_file": null,
"name_or_path": "gwlms/deberta-base-dewiki-v1",
"sp_model_kwargs": {},
"tokenizer_file": null,
"tokenizer_class": "DebertaV2Tokenizer",
"vocab_type": "spm"
}