duytran3112
commited on
Commit
•
880f63c
1
Parent(s):
51df567
update model card README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,39 @@
|
|
1 |
---
|
|
|
|
|
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 the
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.2370
|
21 |
- Wer: 54.8563
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- vi
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
+
- leaderboards
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- vivos
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
+
- name: Whisper - Vivos
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: Vivos
|
21 |
+
type: vivos
|
22 |
+
config: null
|
23 |
+
split: None
|
24 |
+
args: 'split: test'
|
25 |
+
metrics:
|
26 |
+
- name: Wer
|
27 |
+
type: wer
|
28 |
+
value: 54.85625485625486
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
+
# Whisper - Vivos
|
35 |
|
36 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Vivos dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 0.2370
|
39 |
- Wer: 54.8563
|