monologg commited on
Commit
faa4a55
1 Parent(s): ffefbaa

fix: tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer_config.json +15 -1
  2. vocab.txt +0 -0
tokenizer_config.json CHANGED
@@ -1 +1,15 @@
1
- {"do_lower_case": false, "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, "max_model_length": 512, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "monologg/koelectra-base-v3-discriminator"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": false,
3
+ "do_basic_tokenize": true,
4
+ "never_split": null,
5
+ "unk_token": "[UNK]",
6
+ "sep_token": "[SEP]",
7
+ "pad_token": "[PAD]",
8
+ "cls_token": "[CLS]",
9
+ "mask_token": "[MASK]",
10
+ "tokenize_chinese_chars": true,
11
+ "strip_accents": null,
12
+ "max_model_length": 512,
13
+ "special_tokens_map_file": null,
14
+ "tokenizer_file": null
15
+ }
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff