helloworld / tokenizer_config.json
system's picture
system HF Staff
Commit From AutoTrain
ed24b76
raw
history blame
524 Bytes
{
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "AutoTrain",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/app/.cache/huggingface/hub/models--hfl--chinese-electra-180g-base-discriminator/snapshots/693c1a7e58307777ad4cdf6b80b47c777c028572/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "ElectraTokenizer",
"unk_token": "[UNK]"
}