patrickvonplaten
commited on
Commit
•
3f18601
1
Parent(s):
b211941
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -94,5 +94,6 @@
|
|
94 |
"torch_dtype": "float32",
|
95 |
"transformers_version": "4.13.0.dev0",
|
96 |
"use_weighted_layer_sum": false,
|
97 |
-
"vocab_size": 32
|
|
|
98 |
}
|
|
|
94 |
"torch_dtype": "float32",
|
95 |
"transformers_version": "4.13.0.dev0",
|
96 |
"use_weighted_layer_sum": false,
|
97 |
+
"vocab_size": 32,
|
98 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer"
|
99 |
}
|