CoolFace
Modelpublic

multimolecule/rnafm

sourceHugging Faceagpl-3.0updated 4mo agoView on Hugging Face
0likes4.6kdownloads
tokenizer_config.json70 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": "<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    "4": {36      "content": "<mask>",37      "lstrip": false,38      "normalized": false,39      "rstrip": false,40      "single_word": false,41      "special": true42    },43    "5": {44      "content": "<null>",45      "lstrip": false,46      "normalized": false,47      "rstrip": false,48      "single_word": false,49      "special": true50    }51  },52  "backend": "custom",53  "bos_token": "<cls>",54  "clean_up_tokenization_spaces": true,55  "cls_token": "<cls>",56  "codon": false,57  "eos_token": "<eos>",58  "extra_special_tokens": [59    "<null>"60  ],61  "mask_token": "<mask>",62  "model_max_length": 1024,63  "nmers": 1,64  "pad_token": "<pad>",65  "replace_T_with_U": true,66  "sep_token": "<eos>",67  "tokenizer_class": "RnaTokenizer",68  "unk_token": "<unk>"69}70