Upload processor
Browse files- README.md +3 -3
- preprocessor_config.json +15 -0
README.md
CHANGED
|
@@ -14,16 +14,16 @@ model-index:
|
|
| 14 |
- name: Whisper Medium HT
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
-
name: Automatic Speech Recognition
|
| 18 |
type: automatic-speech-recognition
|
|
|
|
| 19 |
dataset:
|
| 20 |
name: Haitian Creole ASR Dataset
|
| 21 |
type: haitian-creole-asr
|
| 22 |
args: 'language: ht, split: train'
|
| 23 |
metrics:
|
| 24 |
-
-
|
| 25 |
-
type: wer
|
| 26 |
value: 0.1610558530986993
|
|
|
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 14 |
- name: Whisper Medium HT
|
| 15 |
results:
|
| 16 |
- task:
|
|
|
|
| 17 |
type: automatic-speech-recognition
|
| 18 |
+
name: Automatic Speech Recognition
|
| 19 |
dataset:
|
| 20 |
name: Haitian Creole ASR Dataset
|
| 21 |
type: haitian-creole-asr
|
| 22 |
args: 'language: ht, split: train'
|
| 23 |
metrics:
|
| 24 |
+
- type: wer
|
|
|
|
| 25 |
value: 0.1610558530986993
|
| 26 |
+
name: Wer
|
| 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,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chunk_length": 30,
|
| 3 |
+
"dither": 0.0,
|
| 4 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 5 |
+
"feature_size": 80,
|
| 6 |
+
"hop_length": 160,
|
| 7 |
+
"n_fft": 400,
|
| 8 |
+
"n_samples": 480000,
|
| 9 |
+
"nb_max_frames": 3000,
|
| 10 |
+
"padding_side": "right",
|
| 11 |
+
"padding_value": 0.0,
|
| 12 |
+
"processor_class": "WhisperProcessor",
|
| 13 |
+
"return_attention_mask": false,
|
| 14 |
+
"sampling_rate": 16000
|
| 15 |
+
}
|