Upload feature extractor
Browse files- README.md +0 -2
- preprocessor_config.json +13 -0
README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
---
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feature_extractor_type": "NeuCodecFeatureExtractor",
|
| 3 |
+
"feature_size": 80,
|
| 4 |
+
"frame_length": 400,
|
| 5 |
+
"frame_shift": 160,
|
| 6 |
+
"hop_length": 320,
|
| 7 |
+
"num_mel_bins": 80,
|
| 8 |
+
"padding_side": "right",
|
| 9 |
+
"padding_value": 1,
|
| 10 |
+
"return_attention_mask": true,
|
| 11 |
+
"sampling_rate": 16000,
|
| 12 |
+
"stride": 2
|
| 13 |
+
}
|