Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -39,5 +39,6 @@
|
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.29.2",
|
41 |
"use_cache": true,
|
42 |
-
"vocab_size": 384
|
|
|
43 |
}
|
|
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.29.2",
|
41 |
"use_cache": true,
|
42 |
+
"vocab_size": 384,
|
43 |
+
"tokenizer_class": "ByT5Tokenizer"
|
44 |
}
|