CoolFace
Modelpublic

Synthyra/FastESMFold

sourceHugging Facemitupdated 2d agoView on Hugging Face
0likes65downloads
tokenizer_config.json54 linesDownload Raw Back to root
1{
2  "added_tokens_decoder": {
3    "0": {
4      "content": "<cls>",
5      "lstrip": false,
6      "normalized": false,
7      "rstrip": false,
8      "single_word": false,
9      "special": true
10    },
11    "1": {
12      "content": "<pad>",
13      "lstrip": false,
14      "normalized": false,
15      "rstrip": false,
16      "single_word": false,
17      "special": true
18    },
19    "2": {
20      "content": "<eos>",
21      "lstrip": false,
22      "normalized": false,
23      "rstrip": false,
24      "single_word": false,
25      "special": true
26    },
27    "3": {
28      "content": "<unk>",
29      "lstrip": false,
30      "normalized": false,
31      "rstrip": false,
32      "single_word": false,
33      "special": true
34    },
35    "32": {
36      "content": "<mask>",
37      "lstrip": false,
38      "normalized": false,
39      "rstrip": false,
40      "single_word": false,
41      "special": true
42    }
43  },
44  "clean_up_tokenization_spaces": false,
45  "cls_token": "<cls>",
46  "eos_token": "<eos>",
47  "extra_special_tokens": {},
48  "mask_token": "<mask>",
49  "model_max_length": 1000000000000000019884624838656,
50  "pad_token": "<pad>",
51  "tokenizer_class": "EsmTokenizer",
52  "unk_token": "<unk>"
53}
54