Upload WhisperForConditionalGeneration
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
language:
|
4 |
- en
|
|
|
5 |
metrics:
|
6 |
- wer
|
7 |
-
base_model:
|
8 |
-
- openai/whisper-small
|
9 |
---
|
10 |
|
11 |
This is model is a finetune of the [openai/whisper-small](https://huggingface.co/openai/whisper-small) model using 750 hours of training audio from Part 3 of the [National Speech Corpus](https://www.imda.gov.sg/how-we-can-help/national-speech-corpus). These are the final results on the evaluation set (~99 hours of audio):
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- openai/whisper-small
|
4 |
language:
|
5 |
- en
|
6 |
+
license: mit
|
7 |
metrics:
|
8 |
- wer
|
|
|
|
|
9 |
---
|
10 |
|
11 |
This is model is a finetune of the [openai/whisper-small](https://huggingface.co/openai/whisper-small) model using 750 hours of training audio from Part 3 of the [National Speech Corpus](https://www.imda.gov.sg/how-we-can-help/national-speech-corpus). These are the final results on the evaluation set (~99 hours of audio):
|