td-ner-bert / tokenizer_config.json
Bui Sy Tu
init
023c1ad
raw
history blame
No virus
532 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": false,
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"name_or_path": "aicryptogroup/videberta-v3-base",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"sp_model_kwargs": {},
"special_tokens_map_file": "/home/polaris/.cache/huggingface/hub/models--aicryptogroup--videberta-v3-base/snapshots/0c18a6e91b60d51dc1cc92495ed4aab47216cbf8/special_tokens_map.json",
"split_by_punct": false,
"tokenizer_class": "DebertaV2Tokenizer",
"unk_token": "[UNK]"
}