simonl0909
commited on
Commit
•
35b32c5
1
Parent(s):
fb4bcbb
update model card README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,26 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- common_voice_11_0
|
7 |
model-index:
|
8 |
-
- name:
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
#
|
16 |
|
17 |
-
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the common_voice_11_0 dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Cer: 6.
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- yu
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
+
- whisper-event
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
+
- mozilla-foundation/common_voice_11_0
|
10 |
model-index:
|
11 |
+
- name: Whisper Large V2 Cantonese
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# Whisper Large V2 Cantonese
|
19 |
|
20 |
+
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the mozilla-foundation/common_voice_11_0 yue dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2807
|
23 |
+
- Cer: 6.7274
|
24 |
|
25 |
## Model description
|
26 |
|