From b6bfc708ad6ffb313b02088cc68536ab32913a51 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Wed, 20 Oct 2021 10:05:54 +0000 Subject: [PATCH] Update config.json --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 7af45ca..1c71bcd 100644 --- a/config.json +++ b/config.json @@ -72,5 +72,7 @@ "num_hidden_layers": 24, "pad_token_id": 0, "transformers_version": "4.10.0.dev0", - "vocab_size": 32 + "vocab_size": 32, + "feature_extractor_type": "Wav2Vec2FeatureExtractor", + "tokenizer_class": "Wav2Vec2CTCTokenizer" }