Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -52,5 +52,6 @@
|
|
52 |
"static_position_embeddings": false,
|
53 |
"transformers_version": "4.4.0.dev0",
|
54 |
"use_cache": true,
|
55 |
-
"vocab_size": 250054
|
|
|
56 |
}
|
|
|
52 |
"static_position_embeddings": false,
|
53 |
"transformers_version": "4.4.0.dev0",
|
54 |
"use_cache": true,
|
55 |
+
"vocab_size": 250054,
|
56 |
+
"tokenizer_class": "MBart50Tokenizer"
|
57 |
}
|