Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -16,6 +16,6 @@
|
|
16 |
"num_hidden_layers": 12,
|
17 |
"pad_token_id": 0,
|
18 |
"type_vocab_size": 2,
|
19 |
-
"tokenizer_class":"
|
20 |
"vocab_size": 100000
|
21 |
}
|
|
|
16 |
"num_hidden_layers": 12,
|
17 |
"pad_token_id": 0,
|
18 |
"type_vocab_size": 2,
|
19 |
+
"tokenizer_class":"AlbertTokenizer",
|
20 |
"vocab_size": 100000
|
21 |
}
|