Commit
•
640ecee
1
Parent(s):
eeecd97
Add multilingual to the language tag (#1)
Browse files- Add multilingual to the language tag (f39fef77a6b44048416751e5b9a0015cff0a111f)
Co-authored-by: Loïck BOURDOIS <lbourdois@users.noreply.huggingface.co>
README.md
CHANGED
@@ -3,6 +3,7 @@ language:
|
|
3 |
- 'no'
|
4 |
- sv
|
5 |
- da
|
|
|
6 |
license: apache-2.0
|
7 |
tags:
|
8 |
- whisper-event
|
@@ -19,16 +20,6 @@ datasets:
|
|
19 |
- google/fleurs
|
20 |
metrics:
|
21 |
- wer
|
22 |
-
model-index:
|
23 |
-
- name: Whisper Tiny Nordic
|
24 |
-
results:
|
25 |
-
- task:
|
26 |
-
name: Automatic Speech Recognition
|
27 |
-
type: automatic-speech-recognition
|
28 |
-
metrics:
|
29 |
-
- name: Wer
|
30 |
-
type: wer
|
31 |
-
value: 87.65957446808511
|
32 |
---
|
33 |
|
34 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
3 |
- 'no'
|
4 |
- sv
|
5 |
- da
|
6 |
+
- multilingual
|
7 |
license: apache-2.0
|
8 |
tags:
|
9 |
- whisper-event
|
|
|
20 |
- google/fleurs
|
21 |
metrics:
|
22 |
- wer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|