Updated config
Browse files- config.json +1 -1
config.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"tie_word_embeddings": false,
|
29 |
-
"tokenizer_class": "
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.38.1",
|
32 |
"use_cache": true,
|
|
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"tie_word_embeddings": false,
|
29 |
+
"tokenizer_class": "MyT5Tokenizer",
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.38.1",
|
32 |
"use_cache": true,
|