babyLM_10M_distilbert_epoch-50 / tokenizer_config.json
Raj-Sanjay-Shah's picture
Upload tokenizer
0d5faf9
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "/data/rajshah/flang/FLANG/src/outputs_babyLM_10M_distilbert/checkpoint-47700-epoch-50/",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "DistilBertTokenizer",
"unk_token": "[UNK]"
}