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 |
+
}
|