deberta-v3-large_lemon_5k_1_p3 / tokenizer_config.json
stuartmesham's picture
Upload with huggingface_hub
da5f5db
raw
history blame contribute delete
No virus
475 Bytes
{
"add_prefix_space": true,
"add_special_tokens": false,
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": false,
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"name_or_path": "model_saves/deberta-v3-large_lemon_5k_1_p2",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"split_by_punct": false,
"tokenizer_class": "DebertaV2Tokenizer",
"unk_token": "[UNK]",
"vocab_type": "spm"
}