firqaaa commited on
Commit
89f8e98
·
1 Parent(s): 48a9047

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -18
tokenizer_config.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "do_basic_tokenize": true,
4
- "do_lower_case": true,
5
- "full_tokenizer_file": null,
6
- "mask_token": "[MASK]",
7
- "model_max_length": 1000000000000000019884624838656,
8
- "name_or_path": "cahya/bert-base-indonesian-1.5G",
9
- "never_split": null,
10
- "pad_token": "[PAD]",
11
- "sep_token": "[SEP]",
12
- "special_tokens_map_file": null,
13
- "strip_accents": null,
14
- "tokenize_chinese_chars": true,
15
- "tokenizer_class": "DPRQuestionEncoderTokenizer",
16
- "unk_token": "[UNK]",
17
- "use_fast": true
18
- }