bofenghuang commited on
Commit
ecac5e3
1 Parent(s): 07e760c
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -42,10 +42,12 @@ img {
42
 
43
  This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2), trained on the mozilla-foundation/common_voice_11_0 de dataset. When using the model make sure that your speech input is also sampled at 16Khz. **This model also predicts casing and punctuation.**
44
 
 
 
45
  *Below are the WERs on the [Common Voice 9.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_9_0) of the pre-trained models . These results are reported in the original [paper](https://cdn.openai.com/papers/whisper.pdf).*
46
 
47
  | Model | WER |
48
- | --- | --- |
49
  | [openai/whisper-small](https://huggingface.co/openai/whisper-small) | 13.0 |
50
  | [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) | 8.5 |
51
  | [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) | 6.4 |
@@ -53,7 +55,7 @@ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingf
53
  *Below are the WERs on the [Common Voice 11.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0) of the fine-tuned models.*
54
 
55
  | Model | WER |
56
- | --- | --- |
57
  | [bofenghuang/whisper-small-cv11-german-punct](https://huggingface.co/bofenghuang/whisper-small-cv11-german-punct) | 11.35 |
58
  | [bofenghuang/whisper-medium-cv11-german-punct](https://huggingface.co/bofenghuang/whisper-medium-cv11-german-punct) | 7.05 |
59
  | [bofenghuang/whisper-large-v2-cv11-german-punct](https://huggingface.co/bofenghuang/whisper-large-v2-cv11-german-punct) | **5.76** |
 
42
 
43
  This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2), trained on the mozilla-foundation/common_voice_11_0 de dataset. When using the model make sure that your speech input is also sampled at 16Khz. **This model also predicts casing and punctuation.**
44
 
45
+ ## Performance
46
+
47
  *Below are the WERs on the [Common Voice 9.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_9_0) of the pre-trained models . These results are reported in the original [paper](https://cdn.openai.com/papers/whisper.pdf).*
48
 
49
  | Model | WER |
50
+ | --- | :---: |
51
  | [openai/whisper-small](https://huggingface.co/openai/whisper-small) | 13.0 |
52
  | [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) | 8.5 |
53
  | [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) | 6.4 |
 
55
  *Below are the WERs on the [Common Voice 11.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0) of the fine-tuned models.*
56
 
57
  | Model | WER |
58
+ | --- | :---: |
59
  | [bofenghuang/whisper-small-cv11-german-punct](https://huggingface.co/bofenghuang/whisper-small-cv11-german-punct) | 11.35 |
60
  | [bofenghuang/whisper-medium-cv11-german-punct](https://huggingface.co/bofenghuang/whisper-medium-cv11-german-punct) | 7.05 |
61
  | [bofenghuang/whisper-large-v2-cv11-german-punct](https://huggingface.co/bofenghuang/whisper-large-v2-cv11-german-punct) | **5.76** |