CoolFace
Modelpublic

AI4PD/ProtGPT3-MSA

sourceHugging Faceupdated 17d agoView on Hugging Face
3likes4.1kdownloads
tokenizer_config.json45 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": "<|bos|>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "<|eos|>",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": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    }35  },36  "bos_token": "<|bos|>",37  "clean_up_tokenization_spaces": false,38  "eos_token": "<|eos|>",39  "extra_special_tokens": {},40  "model_max_length": 16384,41  "pad_token": "<|pad|>",42  "tokenizer_class": "PreTrainedTokenizerFast",43  "unk_token": "<unk>"44}45