jimbozhang commited on
Commit
b7fd504
1 Parent(s): 6c89907

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "n_fft": 512,
9
  "padding_side": "right",
10
  "padding_value": 0.0,
11
- "return_attention_mask": true,
12
  "sampling_rate": 16000,
13
  "win_size": 512
14
  }
 
8
  "n_fft": 512,
9
  "padding_side": "right",
10
  "padding_value": 0.0,
11
+ "return_attention_mask": false,
12
  "sampling_rate": 16000,
13
  "win_size": 512
14
  }