CeLLaTe_V3.3_lr-1.20 / tokenizer_config.json
Mardiyyah's picture
Add no_vague model trained with dataset V2.3
cd94b63 verified
Raw
History Blame Contribute Delete
590 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"is_local": true,
"mask_token": "[MASK]",
"max_length": 512,
"model_max_length": 1000000000000000019884624838656,
"model_specific_special_tokens": {},
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"stride": 128,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "[UNK]"
}