CoolFace
Modelpublic

PaDaS-Lab/privacy-policy-relation-extraction

sourceHugging Facemitupdated 2y agoView on Hugging Face
4likes17downloads
tokenizer_config.json60 linesDownload Raw Back to root
1{2  "add_bos_token": false,3  "add_prefix_space": false,4  "added_tokens_decoder": {5    "0": {6      "content": "[PAD]",7      "lstrip": false,8      "normalized": false,9      "rstrip": false,10      "single_word": false,11      "special": true12    },13    "1": {14      "content": "[CLS]",15      "lstrip": false,16      "normalized": false,17      "rstrip": false,18      "single_word": false,19      "special": true20    },21    "2": {22      "content": "[SEP]",23      "lstrip": false,24      "normalized": false,25      "rstrip": false,26      "single_word": false,27      "special": true28    },29    "3": {30      "content": "[UNK]",31      "lstrip": false,32      "normalized": false,33      "rstrip": false,34      "single_word": false,35      "special": true36    },37    "50264": {38      "content": "[MASK]",39      "lstrip": true,40      "normalized": true,41      "rstrip": false,42      "single_word": false,43      "special": true44    }45  },46  "bos_token": "[CLS]",47  "clean_up_tokenization_spaces": true,48  "cls_token": "[CLS]",49  "do_lower_case": false,50  "eos_token": "[SEP]",51  "errors": "replace",52  "mask_token": "[MASK]",53  "model_max_length": 1000000000000000019884624838656,54  "pad_token": "[PAD]",55  "sep_token": "[SEP]",56  "tokenizer_class": "DebertaTokenizer",57  "unk_token": "[UNK]",58  "vocab_type": "gpt2"59}60