Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: openai/whisper-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -8,6 +8,7 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: vi_whisper-small
|
10 |
results:
|
|
|
11 |
- task:
|
12 |
name: Automatic Speech Recognition
|
13 |
type: automatic-speech-recognition
|
@@ -25,6 +26,13 @@ model-index:
|
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
26 |
should probably proofread and complete it, then remove this comment. -->
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: openai/whisper-medium
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
8 |
model-index:
|
9 |
- name: vi_whisper-small
|
10 |
results:
|
11 |
+
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
|
|
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 |
+
# vi_whisper-medium
|
30 |
+
|
31 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Vin100h dataset.
|
32 |
+
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.2894
|
34 |
+
- Wer: 21.8855
|
35 |
+
|
36 |
|
37 |
## Model description
|
38 |
|