Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,6 @@ language:
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- whisper-event
|
7 |
-
- generated_from_trainer
|
8 |
datasets:
|
9 |
- mozilla-foundation/common_voice_11_0
|
10 |
- gigant/romanian_speech_synthesis_0_8_1
|
@@ -21,9 +20,9 @@ model-index:
|
|
21 |
split: test
|
22 |
args: ro
|
23 |
metrics:
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
- task:
|
28 |
name: Automatic Speech Recognition
|
29 |
type: automatic-speech-recognition
|
@@ -34,9 +33,11 @@ model-index:
|
|
34 |
split: test
|
35 |
args: ro
|
36 |
metrics:
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
40 |
---
|
41 |
|
42 |
# Whisper Medium Romanian
|
@@ -54,7 +55,7 @@ The architecture is the same as [openai/whisper-medium](https://huggingface.co/o
|
|
54 |
|
55 |
## Training and evaluation data
|
56 |
|
57 |
-
The model was trained on the Common Voice 11.0 dataset (`train+validation+other splits
|
58 |
|
59 |
## Usage
|
60 |
Inference with 🤗 Pipeline
|
@@ -151,4 +152,4 @@ The following hyperparameters were used during training:
|
|
151 |
- Transformers 4.26.0.dev0
|
152 |
- Pytorch 1.13.0+cu117
|
153 |
- Datasets 2.7.1.dev0
|
154 |
-
- Tokenizers 0.13.2
|
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- whisper-event
|
|
|
7 |
datasets:
|
8 |
- mozilla-foundation/common_voice_11_0
|
9 |
- gigant/romanian_speech_synthesis_0_8_1
|
|
|
20 |
split: test
|
21 |
args: ro
|
22 |
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 4.73
|
26 |
- task:
|
27 |
name: Automatic Speech Recognition
|
28 |
type: automatic-speech-recognition
|
|
|
33 |
split: test
|
34 |
args: ro
|
35 |
metrics:
|
36 |
+
- name: Wer
|
37 |
+
type: wer
|
38 |
+
value: 19.64
|
39 |
+
metrics:
|
40 |
+
- wer
|
41 |
---
|
42 |
|
43 |
# Whisper Medium Romanian
|
|
|
55 |
|
56 |
## Training and evaluation data
|
57 |
|
58 |
+
The model was trained on the Common Voice 11.0 dataset (`train+validation+other` splits) and the Romanian speech synthesis corpus, and was tested on the `test` split of the Common Voice 11.0 dataset.
|
59 |
|
60 |
## Usage
|
61 |
Inference with 🤗 Pipeline
|
|
|
152 |
- Transformers 4.26.0.dev0
|
153 |
- Pytorch 1.13.0+cu117
|
154 |
- Datasets 2.7.1.dev0
|
155 |
+
- Tokenizers 0.13.2
|