Reproduced_In_Batch_TAS_Msmarco / tokenizer_config.json
wshuai190's picture
Upload tokenizer_config.json
42d7d3a
raw
history blame contribute delete
306 Bytes
{"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "name_or_path": "distilbert-base-uncased"}