CoolFace
Modelpublic

multimolecule/aparent

sourceHugging Faceagpl-3.0updated 4mo agoView on Hugging Face
0likes15downloads
tokenizer_config.json28 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "4": {4      "content": "N",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    }11  },12  "backend": "custom",13  "bos_token": null,14  "clean_up_tokenization_spaces": true,15  "cls_token": null,16  "codon": false,17  "eos_token": null,18  "extra_special_tokens": [],19  "mask_token": null,20  "model_max_length": 205,21  "nmers": 1,22  "pad_token": "N",23  "replace_T_with_U": true,24  "sep_token": null,25  "tokenizer_class": "RnaTokenizer",26  "unk_token": "N"27}28