Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- fi
|
| 4 |
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- whisper-event
|
| 7 |
+
- finnish
|
| 8 |
+
datasets:
|
| 9 |
+
- mozilla-foundation/common_voice_11_0
|
| 10 |
+
- google/fleurs
|
| 11 |
+
metrics:
|
| 12 |
+
- wer
|
| 13 |
+
- cer
|
| 14 |
+
model-index:
|
| 15 |
+
- name: Whisper Large V2 Finnish
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
name: Automatic Speech Recognition
|
| 19 |
+
type: automatic-speech-recognition
|
| 20 |
+
dataset:
|
| 21 |
+
name: Common Voice 11.0
|
| 22 |
+
type: mozilla-foundation/common_voice_11_0
|
| 23 |
+
config: fi
|
| 24 |
+
split: test
|
| 25 |
+
args: fi
|
| 26 |
+
metrics:
|
| 27 |
+
- name: Wer
|
| 28 |
+
type: wer
|
| 29 |
+
value: 10.42
|
| 30 |
+
- name: Cer
|
| 31 |
+
type: cer
|
| 32 |
+
value: 1.91
|
| 33 |
+
- task:
|
| 34 |
+
name: Automatic Speech Recognition
|
| 35 |
+
type: automatic-speech-recognition
|
| 36 |
+
dataset:
|
| 37 |
+
name: FLEURS
|
| 38 |
+
type: google/fleurs
|
| 39 |
+
config: fi_fi
|
| 40 |
+
split: test
|
| 41 |
+
args: fi_fi
|
| 42 |
+
metrics:
|
| 43 |
+
- name: Wer
|
| 44 |
+
type: wer
|
| 45 |
+
value: 10.2
|
| 46 |
+
- name: Cer
|
| 47 |
+
type: cer
|
| 48 |
+
value: 3.36
|
| 49 |
+
---
|