Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- nl
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- hf-asr-leaderboard
|
7 |
+
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- /content/drive/MyDrive/MAAI/Synthetische_data
|
10 |
+
metrics:
|
11 |
+
- wer
|
12 |
+
|
13 |
+
model-index:
|
14 |
+
- name: Whisper Small nl Synthetic
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
name: Speech Recognition
|
19 |
+
dataset:
|
20 |
+
type: /content/drive/MyDrive/MAAI/Synthetische_data
|
21 |
+
name: Synthetic Speech
|
22 |
+
config: nl
|
23 |
+
split: train
|
24 |
+
metrics:
|
25 |
+
- type: wer
|
26 |
+
value: 20.90
|
27 |
+
name: WER
|
28 |
+
---
|