Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -41,5 +41,6 @@
|
|
41 |
"max_length": 1000
|
42 |
}
|
43 |
},
|
44 |
-
"vocab_size": 50261
|
|
|
45 |
}
|
|
|
41 |
"max_length": 1000
|
42 |
}
|
43 |
},
|
44 |
+
"vocab_size": 50261,
|
45 |
+
"tokenizer_class": "AlbertTokenizer"
|
46 |
}
|