breakend commited on
Commit
e1b5f13
1 Parent(s): 426d092

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -17,5 +17,6 @@
17
  "transformers_version": "4.5.0",
18
  "type_vocab_size": 2,
19
  "use_cache": true,
20
- "vocab_size": 32000
 
21
  }
 
17
  "transformers_version": "4.5.0",
18
  "type_vocab_size": 2,
19
  "use_cache": true,
20
+ "vocab_size": 32000,
21
+ "tokenizer_class" : "BertTokenizer"
22
  }