hsalehILB commited on
Commit
3373eb3
·
verified ·
1 Parent(s): f820dda

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -7
preprocessor_config.json CHANGED
@@ -1,7 +1,7 @@
1
- {'do_normalize': True,
2
- 'feature_extractor_type': 'Wav2Vec2FeatureExtractor',
3
- 'feature_size': 1,
4
- 'padding_side': 'right',
5
- 'padding_value': 0.0,
6
- 'return_attention_mask': False,
7
- 'sampling_rate': 16000}
 
1
+ {"do_normalize": True,
2
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
3
+ "feature_size": 1,
4
+ "padding_side": "right",
5
+ "padding_value": 0.0,
6
+ "return_attention_mask": False,
7
+ "sampling_rate": 16000}