lysandre HF staff commited on
Commit
46978a1
1 Parent(s): fa5374a

Adds tokenizer_config.json file

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