Update config.json

This commit is contained in:
Patrick von Platen 2021-12-16 19:29:09 +00:00 committed by huggingface-web
parent 04a9c655aa
commit 41f0899a40
1 changed files with 2 additions and 1 deletions

View File

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