Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,39 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
<!--
|
9 |
-
|
10 |
|
11 |
|
12 |
## Model Details
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: openrail
|
4 |
+
datasets:
|
5 |
+
- alexandrainst/coral
|
6 |
+
language:
|
7 |
+
- da
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
+
- cer
|
11 |
+
base_model:
|
12 |
+
- openai/whisper-large-v3
|
13 |
+
model-index:
|
14 |
+
- name: roest-315m
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: CoRal read-aloud
|
21 |
+
type: alexandrainst/coral
|
22 |
+
split: test
|
23 |
+
args: read_aloud
|
24 |
+
metrics:
|
25 |
+
- name: CER
|
26 |
+
type: cer
|
27 |
+
value: 4.5% ± 0.2%
|
28 |
+
- name: WER
|
29 |
+
type: wer
|
30 |
+
value: 11.1% ± 0.4%
|
31 |
+
pipeline_tag: automatic-speech-recognition
|
32 |
---
|
33 |
|
34 |
# Model Card for Model ID
|
35 |
|
36 |
+
<!--This is a Danish state-of-the-art speech recognition model, trained by [Alvenir](https://www.alvenir.ai/).-->
|
|
|
37 |
|
38 |
|
39 |
## Model Details
|