Commit
·
41f0899
1
Parent(s):
04a9c65
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -93,5 +93,6 @@
|
|
| 93 |
"torch_dtype": "float32",
|
| 94 |
"transformers_version": "4.13.0.dev0",
|
| 95 |
"use_weighted_layer_sum": false,
|
| 96 |
-
"vocab_size": 32
|
|
|
|
| 97 |
}
|
|
|
|
| 93 |
"torch_dtype": "float32",
|
| 94 |
"transformers_version": "4.13.0.dev0",
|
| 95 |
"use_weighted_layer_sum": false,
|
| 96 |
+
"vocab_size": 32,
|
| 97 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer"
|
| 98 |
}
|