nightdessert commited on
Commit
b9c0ceb
1 Parent(s): 74ba385

Upload 2 files

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
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, "vocab_type": "spm", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "nli-scratch/best2-5e6lr-4ep", "sp_model_kwargs": {}, "tokenizer_class": "DebertaV2Tokenizer"}