Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -1
preprocessor_config.json
CHANGED
@@ -6,5 +6,6 @@
|
|
6 |
"padding_value": 1,
|
7 |
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000,
|
9 |
-
"stride": 2
|
|
|
10 |
}
|
|
|
6 |
"padding_value": 1,
|
7 |
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000,
|
9 |
+
"stride": 2,
|
10 |
+
"processor_class": "Wav2Vec2BertProcessor"
|
11 |
}
|