Update config.json
#14
by
madushakv
- opened
- config.json +1 -1
config.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
"pad_token_id": 0,
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
"tie_word_embeddings": false,
|
22 |
-
"tokenizer_class": "
|
23 |
"vocab_size": 250112
|
24 |
}
|
|
|
19 |
"pad_token_id": 0,
|
20 |
"relative_attention_num_buckets": 32,
|
21 |
"tie_word_embeddings": false,
|
22 |
+
"tokenizer_class": "MT5Tokenizer",
|
23 |
"vocab_size": 250112
|
24 |
}
|