Add multilingual to the language tag (#1)
Browse files- Add multilingual to the language tag (9d6a124987a04e8a1be855f1184d33ac1c2da547)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- whisper-event
|
5 |
- generated_from_trainer
|
6 |
-
language:
|
7 |
-
- 'no'
|
8 |
-
- nb
|
9 |
datasets:
|
10 |
- NbAiLab/NCC_S
|
11 |
metrics:
|
@@ -14,8 +15,8 @@ model-index:
|
|
14 |
- name: Whisper Large Norwegian
|
15 |
results:
|
16 |
- task:
|
17 |
-
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
|
|
19 |
dataset:
|
20 |
name: NbAiLab/NCC_S
|
21 |
type: NbAiLab/NCC_S
|
@@ -23,9 +24,9 @@ model-index:
|
|
23 |
split: validation
|
24 |
args: 'no'
|
25 |
metrics:
|
26 |
-
-
|
27 |
-
type: wer
|
28 |
value: 12.058465286236297
|
|
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- 'no'
|
4 |
+
- nb
|
5 |
+
- multilingual
|
6 |
license: apache-2.0
|
7 |
tags:
|
8 |
- whisper-event
|
9 |
- generated_from_trainer
|
|
|
|
|
|
|
10 |
datasets:
|
11 |
- NbAiLab/NCC_S
|
12 |
metrics:
|
|
|
15 |
- name: Whisper Large Norwegian
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: automatic-speech-recognition
|
19 |
+
name: Automatic Speech Recognition
|
20 |
dataset:
|
21 |
name: NbAiLab/NCC_S
|
22 |
type: NbAiLab/NCC_S
|
|
|
24 |
split: validation
|
25 |
args: 'no'
|
26 |
metrics:
|
27 |
+
- type: wer
|
|
|
28 |
value: 12.058465286236297
|
29 |
+
name: Wer
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|