firqaaa commited on
Commit
efccb00
1 Parent(s): ea66ef7

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +18 -0
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }