patrickvonplaten
commited on
Commit
•
c775c89
1
Parent(s):
91963e5
add config
Browse files- config.json +1 -1
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"pad_token_id": 0,
|
22 |
"relative_attention_num_buckets": 32,
|
23 |
"tie_word_embeddings": false,
|
24 |
-
"tokenizer_class": "
|
25 |
"transformers_version": "4.7.0.dev0",
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 384
|
|
|
21 |
"pad_token_id": 0,
|
22 |
"relative_attention_num_buckets": 32,
|
23 |
"tie_word_embeddings": false,
|
24 |
+
"tokenizer_class": "ByT5Tokenizer",
|
25 |
"transformers_version": "4.7.0.dev0",
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 384
|