add tokenizer
This commit is contained in:
parent
899fa3ee80
commit
aa728f3a52
|
@ -0,0 +1 @@
|
|||
{"[MASK]": 250101}
|
|
@ -0,0 +1 @@
|
|||
{"bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
|
@ -0,0 +1 @@
|
|||
{"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, "sp_model_kwargs": {}, "vocab_type": "spm", "model_max_length": 512, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "./results/nli-few-shot/xnli/mDeBERTa-v3-base/mDeBERTa-v3-base-mnli-xnli", "tokenizer_class": "DebertaV2Tokenizer"}
|
Loading…
Reference in New Issue