cpalenmichel commited on
Commit
112d4b7
·
verified ·
1 Parent(s): 6f672e5

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -2
tokenizer_config.json CHANGED
@@ -13,6 +13,5 @@
13
  "tokenizer_class": "BertTokenizer",
14
  "truncation_side": "right",
15
  "truncation_strategy": "longest_first",
16
- "unk_token": "[UNK]",
17
- "init_inputs": [],
18
  }
 
13
  "tokenizer_class": "BertTokenizer",
14
  "truncation_side": "right",
15
  "truncation_strategy": "longest_first",
16
+ "unk_token": "[UNK]"
 
17
  }