Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,28 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
-
- LisanneH/Synthetic_Speech_Data_Project
|
5 |
-
language:
|
6 |
-
- nl
|
7 |
metrics:
|
8 |
-
- wer
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- nl
|
4 |
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- hf-asr-leaderboard
|
7 |
+
- generated_from_trainer
|
8 |
datasets:
|
9 |
+
- LisanneH/Synthetic_Speech_Data_Project
|
|
|
|
|
10 |
metrics:
|
11 |
+
- wer
|
12 |
+
model-index:
|
13 |
+
- name: Whisper Dutch - Synthetic Data
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Automatic Speech Recognition
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
dataset:
|
19 |
+
name: Synthetic Speech Data
|
20 |
+
type: LisanneH/Synthetic_Speech_Data_Project
|
21 |
+
config: dutch
|
22 |
+
split: test
|
23 |
+
args: dutch
|
24 |
+
metrics:
|
25 |
+
- name: Wer
|
26 |
+
type: wer
|
27 |
+
value: 24.924531584171586
|
28 |
---
|