checkpoint-124500-finetuned-squad / tokenizer_config.json
botika's picture
Training in progress, step 125000
cd9945c
raw
history blame
429 Bytes
{"do_lower_case": true, "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, "special_tokens_map_file": null, "name_or_path": "/media/botika/data_nlp/NLP/QUESTION_ANSWER/notebooks/examples/distilbert-base-uncased-finetuned-squad/checkpoint-124500", "tokenizer_class": "DistilBertTokenizer"}