Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ tags:
|
|
8 |
base_model: openai/whisper-medium
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_17_0
|
|
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
@@ -50,6 +52,7 @@ model-index:
|
|
50 |
- type: wer
|
51 |
value: 13.57
|
52 |
name: WER
|
|
|
53 |
---
|
54 |
|
55 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -57,7 +60,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
57 |
|
58 |
# Whisper Medium Mixed-Portuguese
|
59 |
|
60 |
-
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the
|
|
|
|
|
|
|
|
|
61 |
It achieves the following results on the evaluation set:
|
62 |
- Loss: 0.1353
|
63 |
- Wer: 7.1230
|
@@ -105,4 +112,4 @@ The following hyperparameters were used during training:
|
|
105 |
- Transformers 4.42.0.dev0
|
106 |
- Pytorch 2.3.0+cu121
|
107 |
- Datasets 2.19.1
|
108 |
-
- Tokenizers 0.19.1
|
|
|
8 |
base_model: openai/whisper-medium
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_17_0
|
11 |
+
- google/fleurs
|
12 |
+
- facebook/multilingual_librispeech
|
13 |
metrics:
|
14 |
- wer
|
15 |
model-index:
|
|
|
52 |
- type: wer
|
53 |
value: 13.57
|
54 |
name: WER
|
55 |
+
pipeline_tag: automatic-speech-recognition
|
56 |
---
|
57 |
|
58 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
60 |
|
61 |
# Whisper Medium Mixed-Portuguese
|
62 |
|
63 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the pt datasets:
|
64 |
+
- mozilla-foundation/common_voice_17_0
|
65 |
+
- google/fleurs
|
66 |
+
- facebook/multilingual_librispeech
|
67 |
+
|
68 |
It achieves the following results on the evaluation set:
|
69 |
- Loss: 0.1353
|
70 |
- Wer: 7.1230
|
|
|
112 |
- Transformers 4.42.0.dev0
|
113 |
- Pytorch 2.3.0+cu121
|
114 |
- Datasets 2.19.1
|
115 |
+
- Tokenizers 0.19.1
|