CoolFace
Modelpublic

NovusEdge/vera-deberta-v3-large

sourceHugging Faceapache-2.0updated 2d agoView on Hugging Face
0likes84downloads
tokenizer_config.json89 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "[PAD]",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "[CLS]",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "[SEP]",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "3": {28      "content": "[UNK]",29      "lstrip": false,30      "normalized": true,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "128000": {36      "content": "[MASK]",37      "lstrip": false,38      "normalized": false,39      "rstrip": false,40      "single_word": false,41      "special": true42    },43    "128001": {44      "content": "[STATE]",45      "lstrip": false,46      "normalized": false,47      "rstrip": false,48      "single_word": false,49      "special": true50    },51    "128002": {52      "content": "[Q]",53      "lstrip": false,54      "normalized": false,55      "rstrip": false,56      "single_word": false,57      "special": true58    },59    "128003": {60      "content": "[OPT]",61      "lstrip": false,62      "normalized": false,63      "rstrip": false,64      "single_word": false,65      "special": true66    }67  },68  "additional_special_tokens": [69    "[STATE]",70    "[Q]",71    "[OPT]"72  ],73  "bos_token": "[CLS]",74  "clean_up_tokenization_spaces": false,75  "cls_token": "[CLS]",76  "do_lower_case": false,77  "eos_token": "[SEP]",78  "extra_special_tokens": {},79  "mask_token": "[MASK]",80  "model_max_length": 1000000000000000019884624838656,81  "pad_token": "[PAD]",82  "sep_token": "[SEP]",83  "sp_model_kwargs": {},84  "split_by_punct": false,85  "tokenizer_class": "DebertaV2Tokenizer",86  "unk_token": "[UNK]",87  "vocab_type": "spm"88}89