Thomas Wolf commited on
Commit
0d83b25
1 Parent(s): 947a177

Add tokenizer configuration

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -3
tokenizer_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "do_lower_case": false,
3
- "word_tokenizer_type": "mecab",
4
- "subword_tokenizer_type": "wordpiece"
5
  }
 
1
  {
2
+ "do_lower_case": false,
3
+ "subword_tokenizer_type": "wordpiece",
4
+ "word_tokenizer_type": "mecab"
5
  }