YAML changes
Browse files
README.md
CHANGED
@@ -2,12 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
|
6 |
-
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
-
- name: whisper-tiny-sv
|
11 |
results:
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
@@ -15,8 +15,8 @@ model-index:
|
|
15 |
dataset:
|
16 |
name: dataset/riksdagen audiofolder
|
17 |
type: dataset/riksdagen
|
18 |
-
config:
|
19 |
-
split:
|
20 |
args: audiofolder
|
21 |
metrics:
|
22 |
- name: Wer
|
@@ -24,7 +24,10 @@ model-index:
|
|
24 |
value: 0.3700987201570632
|
25 |
---
|
26 |
|
27 |
-
|
|
|
|
|
|
|
28 |
|
29 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the dataset/riksdagen audiofolder dataset.
|
30 |
It achieves the following results on the evaluation set:
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- dataset/riksdagen
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
+
- name: whisper-tiny-sv-bf16-apex-2
|
11 |
results:
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
|
|
15 |
dataset:
|
16 |
name: dataset/riksdagen audiofolder
|
17 |
type: dataset/riksdagen
|
18 |
+
config: audiofolder
|
19 |
+
split: train
|
20 |
args: audiofolder
|
21 |
metrics:
|
22 |
- name: Wer
|
|
|
24 |
value: 0.3700987201570632
|
25 |
---
|
26 |
|
27 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
+
should probably proofread and complete it, then remove this comment. -->
|
29 |
+
|
30 |
+
# whisper-tiny-sv-bf16-apex-2
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the dataset/riksdagen audiofolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|