Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- preprocessor_config.json +19 -0
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 577789320
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0262b340443664ed1feb71cf1f068bb2b25d5e5b2e3183ab295155ed9bf06dfd
|
| 3 |
size 577789320
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": false,
|
| 3 |
+
"feature_extractor_type": "SpeechT5FeatureExtractor",
|
| 4 |
+
"feature_size": 1,
|
| 5 |
+
"fmax": 7600,
|
| 6 |
+
"fmin": 80,
|
| 7 |
+
"frame_signal_scale": 1.0,
|
| 8 |
+
"hop_length": 16,
|
| 9 |
+
"mel_floor": 1e-10,
|
| 10 |
+
"num_mel_bins": 80,
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"padding_value": 0.0,
|
| 13 |
+
"processor_class": "SpeechT5Processor",
|
| 14 |
+
"reduction_factor": 2,
|
| 15 |
+
"return_attention_mask": true,
|
| 16 |
+
"sampling_rate": 16000,
|
| 17 |
+
"win_function": "hann_window",
|
| 18 |
+
"win_length": 64
|
| 19 |
+
}
|