git-base / tokenizer_config.json
khulnasoft's picture
Create tokenizer_config.json
98f6060 verified
raw
history blame
168 Bytes
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "bert-base-uncased",
"pad_token": "[PAD]",