ernie1.0-char / tokenizer_config.json
peterchou's picture
Upload 5 files
30e973f
raw
history blame contribute delete
406 Bytes
{
"cls_token": "[CLS]",
"do_lower_case": true,
"full_tokenizer_file": null,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "peterchou/char-ernie1.0",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenizer_class": "BertCharTokenizer",
"unk_token": "[UNK]"
}