madushakv commited on
Commit
6df5c90
·
verified ·
1 Parent(s): 73fb5db

Update config.json

Browse files

updated the tokenizer_class to MT5Tokenizer

Files changed (1) hide show
  1. 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": "T5Tokenizer",
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
  }