kamilakesbi commited on
Commit
b46503a
1 Parent(s): e2bbdbc

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +3 -9
preprocessor_config.json CHANGED
@@ -1,11 +1,7 @@
1
  {
2
  "feature_extractor_type": "ClapFeatureExtractor",
3
- "feature_size": [
4
- 64
5
- ],
6
- "fft_window_size": [
7
- 1024
8
- ],
9
  "frequency_max": 14000,
10
  "frequency_min": 50,
11
  "hop_length": 320,
@@ -14,9 +10,7 @@
14
  "nb_max_samples": 480000,
15
  "padding": "repeat",
16
  "padding_side": "right",
17
- "padding_value": [
18
- 0.0
19
- ],
20
  "processor_class": "MSClapProcessor",
21
  "return_attention_mask": false,
22
  "sampling_rate": 44100,
 
1
  {
2
  "feature_extractor_type": "ClapFeatureExtractor",
3
+ "feature_size": 64,
4
+ "fft_window_size": 1024,
 
 
 
 
5
  "frequency_max": 14000,
6
  "frequency_min": 50,
7
  "hop_length": 320,
 
10
  "nb_max_samples": 480000,
11
  "padding": "repeat",
12
  "padding_side": "right",
13
+ "padding_value": 0.0,
 
 
14
  "processor_class": "MSClapProcessor",
15
  "return_attention_mask": false,
16
  "sampling_rate": 44100,