update model card README.md
Browse files
README.md
CHANGED
@@ -2,20 +2,33 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-small
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.8616
|
21 |
- Wer: 43.8493
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-small
|
4 |
tags:
|
5 |
+
- whisper-event
|
6 |
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- yt
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
+
- name: Whisper Small Indonesian
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: yt id
|
19 |
+
type: yt
|
20 |
+
metrics:
|
21 |
+
- name: Wer
|
22 |
+
type: wer
|
23 |
+
value: 43.84929641398094
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
27 |
should probably proofread and complete it, then remove this comment. -->
|
28 |
|
29 |
+
# Whisper Small Indonesian
|
30 |
|
31 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the yt id dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
- Loss: 0.8616
|
34 |
- Wer: 43.8493
|