datvo06 commited on
Commit
6a6762a
1 Parent(s): 73cdf3b

Upload transformers/tests/fixtures/preprocessor_config.json with huggingface_hub

Browse files
transformers/tests/fixtures/preprocessor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
3
+ "processor_class": "Wav2Vec2Processor"
4
+ }