pierreguillou
commited on
Commit
•
f864c95
1
Parent(s):
c3911f9
Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,10 @@ It achieves the following results on the evaluation set:
|
|
40 |
- Wer (without normalization): 15.8969
|
41 |
- Wer (with normalization): **11.1406**
|
42 |
|
|
|
|
|
|
|
|
|
43 |
## New SOTA
|
44 |
|
45 |
The Normalized WER in the [OpenAI Whisper article](https://cdn.openai.com/papers/whisper.pdf) with the [Common Voice 9.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_9_0) test dataset is 16.0.
|
@@ -48,18 +52,6 @@ As this test dataset is similar to the [Common Voice 11.0](https://huggingface.c
|
|
48 |
|
49 |
![OpenAI results with Whisper Medium and Test dataset of Commons Voice 9.0](https://huggingface.co/pierreguillou/whisper-medium-french/resolve/main/whisper_medium_french_wer_commonvoice9.png)
|
50 |
|
51 |
-
## Model description
|
52 |
-
|
53 |
-
More information needed
|
54 |
-
|
55 |
-
## Intended uses & limitations
|
56 |
-
|
57 |
-
More information needed
|
58 |
-
|
59 |
-
## Training and evaluation data
|
60 |
-
|
61 |
-
More information needed
|
62 |
-
|
63 |
## Training procedure
|
64 |
|
65 |
### Training hyperparameters
|
@@ -85,10 +77,9 @@ The following hyperparameters were used during training:
|
|
85 |
| 0.1455 | 0.8 | 4000 | 0.2752 | 16.4597 | 11.8966 |
|
86 |
| 0.1712 | 1.0 | 5000 | 0.2664 | 15.8969 | 11.1406 |
|
87 |
|
88 |
-
|
89 |
### Framework versions
|
90 |
|
91 |
- Transformers 4.26.0.dev0
|
92 |
- Pytorch 1.13.0+cu117
|
93 |
- Datasets 2.7.1.dev0
|
94 |
-
- Tokenizers 0.13.2
|
|
|
40 |
- Wer (without normalization): 15.8969
|
41 |
- Wer (with normalization): **11.1406**
|
42 |
|
43 |
+
## Blog post
|
44 |
+
|
45 |
+
All information about this model in this blog post: [Speech-to-Text & IA | Transcreva qualquer áudio para o português com o Whisper (OpenAI)... sem nenhum custo!](https://medium.com/@pierre_guillou/speech-to-text-ia-transcreva-qualquer-%C3%A1udio-para-o-portugu%C3%AAs-com-o-whisper-openai-sem-ad0c17384681).
|
46 |
+
|
47 |
## New SOTA
|
48 |
|
49 |
The Normalized WER in the [OpenAI Whisper article](https://cdn.openai.com/papers/whisper.pdf) with the [Common Voice 9.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_9_0) test dataset is 16.0.
|
|
|
52 |
|
53 |
![OpenAI results with Whisper Medium and Test dataset of Commons Voice 9.0](https://huggingface.co/pierreguillou/whisper-medium-french/resolve/main/whisper_medium_french_wer_commonvoice9.png)
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
## Training procedure
|
56 |
|
57 |
### Training hyperparameters
|
|
|
77 |
| 0.1455 | 0.8 | 4000 | 0.2752 | 16.4597 | 11.8966 |
|
78 |
| 0.1712 | 1.0 | 5000 | 0.2664 | 15.8969 | 11.1406 |
|
79 |
|
|
|
80 |
### Framework versions
|
81 |
|
82 |
- Transformers 4.26.0.dev0
|
83 |
- Pytorch 1.13.0+cu117
|
84 |
- Datasets 2.7.1.dev0
|
85 |
+
- Tokenizers 0.13.2
|