vie-tokenizer-v1 / tokenizer_config.json
binhquoc's picture
commit files to HF hub
73f769e
raw
history blame contribute delete
294 Bytes
{
"bos_token": "[BOS]",
"cls_token": "[CLS]",
"do_lower_case": false,
"eos_token": "[EOS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"sp_model_kwargs": {},
"split_by_punct": false,
"tokenizer_class": "DebertaV2Tokenizer",
"unk_token": "[UNK]"
}