babylm-strict-small-mlsm / tokenizer_config.json
berendg's picture
Upload tokenizer
3f7ee1e
raw history blame
No virus
573 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"do_lower_case": true,
"eos_token": "[SEP]",
"keep_accents": false,
"mask_token": {
"__type": "AddedToken",
"content": "[MASK]",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"remove_space": true,
"sep_token": "[SEP]",
"special_tokens_map_file": "SzegedAI/babylm-strict-small-mlsm/special_tokens_map.json",
"tokenizer_class": "AlbertTokenizer",
"unk_token": "<unk>"
}