Update config.json

This commit is contained in:
Patrick von Platen 2021-10-20 10:05:54 +00:00 committed by huggingface-web
parent 1157920a9f
commit b6bfc708ad
1 changed files with 3 additions and 1 deletions

View File

@ -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"
}