Freesolv / tokenizer_config.json
HarshaH21's picture
Training in progress, epoch 1
737c59f verified
{
"added_tokens_decoder": {
"0": {
"content": "<bos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<eos>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<mask>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2361": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"ibm/MoLFormer-XL-both-10pct--tokenization_molformer.MolformerTokenizer",
"ibm/MoLFormer-XL-both-10pct--tokenization_molformer_fast.MolformerTokenizerFast"
]
},
"clean_up_tokenization_spaces": true,
"cls_token": "<bos>",
"extra_special_tokens": {},
"mask_token": "<mask>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sep_token": "<eos>",
"tokenizer_class": "MolformerTokenizer",
"unk_token": "<unk>"
}