kamilakesbi commited on
Commit
47c7632
·
verified ·
1 Parent(s): f56b275

Upload feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +11 -5
preprocessor_config.json CHANGED
@@ -1,16 +1,22 @@
1
  {
2
- "feature_extractor_type": "MSClapFeatureExtractor",
3
- "feature_size": 64,
4
- "fft_window_size": 1024,
 
 
 
 
5
  "frequency_max": 14000,
6
  "frequency_min": 50,
7
  "hop_length": 320,
8
  "max_length_s": 7,
9
  "nb_frequency_bins": 513,
10
- "nb_max_samples": 308700,
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,
 
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,
12
  "max_length_s": 7,
13
  "nb_frequency_bins": 513,
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,