CoolFace
Modelpublic

bioscan-ml/BarcodeBERT

sourceHugging Facemitupdated 9mo agoView on Hugging Face
1likes530downloads
tokenizer_config.json31 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "[MASK]",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "[UNK]",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    }19  },20  "auto_map": {21    "AutoTokenizer": [22      "tokenizer.KmerTokenizer",23      null24    ]25  },26  "clean_up_tokenization_spaces": true,27  "mask_token": "[MASK]",28  "model_max_length": 1000000000000.0,29  "tokenizer_class": "KmerTokenizer",30  "unk_token": "[UNK]"31}