Add preprocessor_config.json

#1
by nkaenzig - opened

AutoFeatureExtractor.from_pretrained("facebook/wav2vec2-large") needs this file to work.
Currently it throws the following error:
facebook/wav2vec2-large does not appear to have a file named preprocessor_config.json

PS: I'm not sure if "return_attention_mask"needs to be set to true or false. (´facebook/wav2vec2-base´ has it set to false, while ´facebook/wav2vec2-large-lv60´ has it set to true)

Perfect PR - thanks a lot!
"return_attention_mask=False" is correct :-)

patrickvonplaten changed pull request status to merged

Sign up or log in to comment