Upload feature extractor
Browse files- README.md +3 -3
- preprocessor_config.json +13 -0
README.md
CHANGED
@@ -12,8 +12,8 @@ model-index:
|
|
12 |
- name: ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Audio Classification
|
16 |
type: audio-classification
|
|
|
17 |
dataset:
|
18 |
name: GTZAN
|
19 |
type: marsyas/gtzan
|
@@ -21,9 +21,9 @@ model-index:
|
|
21 |
split: train
|
22 |
args: all
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: accuracy
|
26 |
value: 0.89
|
|
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
12 |
- name: ast-finetuned-audioset-10-10-0.4593-finetuned-gtzan
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: audio-classification
|
16 |
+
name: Audio Classification
|
17 |
dataset:
|
18 |
name: GTZAN
|
19 |
type: marsyas/gtzan
|
|
|
21 |
split: train
|
22 |
args: all
|
23 |
metrics:
|
24 |
+
- type: accuracy
|
|
|
25 |
value: 0.89
|
26 |
+
name: Accuracy
|
27 |
---
|
28 |
|
29 |
<!-- 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": -4.2677393,
|
7 |
+
"num_mel_bins": 128,
|
8 |
+
"padding_side": "right",
|
9 |
+
"padding_value": 0.0,
|
10 |
+
"return_attention_mask": true,
|
11 |
+
"sampling_rate": 16000,
|
12 |
+
"std": 4.5689974
|
13 |
+
}
|