ModernMolBERT-base / tokenizer_config.json
jsture's picture
Upload trained ModernMolBERT checkpoint
7bc93f9 verified
Raw
History Blame Contribute Delete
1.27 kB
{
"added_tokens_decoder": {
"0": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"4": {
"content": "<mask>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"tokenization_ape.APEPreTrainedTokenizer",
null
]
},
"backend": "custom",
"bos_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 256,
"pad_token": "<pad>",
"representation": "SELFIES",
"unk_token": "<unk>",
"use_fast": false
}