pythia-1b-mates / step40000 /tokenizer_config.json
yuzc19
step40000
eb71195
raw
history blame contribute delete
363 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"max_length": 1024,
"model_max_length": 512,
"pad_token": "[PAD]",
"padding": "max_length",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}