From 41f0899a40d312edfdd394e621cfaddb57de6801 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 16 Dec 2021 19:29:09 +0000 Subject: [PATCH] Update config.json --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 55c52e7..1ff0023 100644 --- a/config.json +++ b/config.json @@ -93,5 +93,6 @@ "torch_dtype": "float32", "transformers_version": "4.13.0.dev0", "use_weighted_layer_sum": false, - "vocab_size": 32 + "vocab_size": 32, + "tokenizer_class": "Wav2Vec2CTCTokenizer" }