CoolFace
Modelpublic

harsharajkumar273/ProphetNet-Large-Summarization

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes
tokenizer_config.json54 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    "100": {12      "content": "[UNK]",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "102": {20      "content": "[SEP]",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "103": {28      "content": "[MASK]",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    }35  },36  "clean_up_tokenization_spaces": true,37  "cls_token": "[SEP]",38  "do_basic_tokenize": true,39  "do_lower_case": true,40  "extra_special_tokens": {},41  "full_tokenizer_file": null,42  "mask_token": "[MASK]",43  "model_max_length": 1000000000000000019884624838656,44  "never_split": null,45  "pad_token": "[PAD]",46  "sep_token": "[SEP]",47  "strip_accents": null,48  "tokenize_chinese_chars": true,49  "tokenizer_class": "ProphetNetTokenizer",50  "unk_token": "[UNK]",51  "x_sep_token": "[X_SEP]",52  "xprophetnet_tokenizer": false53}54