Mohamed-Emad commited on
Commit
54fd41e
·
1 Parent(s): 497bb65

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +3 -1
preprocessor_config.json CHANGED
@@ -2,8 +2,10 @@
2
  "do_normalize": true,
3
  "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 1,
 
5
  "padding_side": "right",
6
  "padding_value": 0.0,
7
- "return_attention_mask": false,
8
  "sampling_rate": 16000
9
  }
 
 
2
  "do_normalize": true,
3
  "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 1,
5
+ "padding": true,
6
  "padding_side": "right",
7
  "padding_value": 0.0,
8
+ "return_attention_mask": true,
9
  "sampling_rate": 16000
10
  }
11
+