yenrong commited on
Commit
f8a97e1
·
verified ·
1 Parent(s): a1aea59

Upload feature extractor

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. preprocessor_config.json +13 -0
README.md CHANGED
@@ -9,11 +9,11 @@ metrics:
9
  - recall
10
  - precision
11
  - f1
 
 
12
  model-index:
13
  - name: AST_EmoRecog_Model_v3
14
  results: []
15
- language:
16
- - en
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
9
  - recall
10
  - precision
11
  - f1
12
+ language:
13
+ - en
14
  model-index:
15
  - name: AST_EmoRecog_Model_v3
16
  results: []
 
 
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
preprocessor_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "ASTFeatureExtractor",
4
+ "feature_size": 1,
5
+ "max_length": 1024,
6
+ "mean": -3.6436367,
7
+ "num_mel_bins": 128,
8
+ "padding_side": "right",
9
+ "padding_value": 0.0,
10
+ "return_attention_mask": false,
11
+ "sampling_rate": 16000,
12
+ "std": 4.2098055
13
+ }