minor updates to READMe
Browse files
README.md
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- zh
|
|
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- whisper-event
|
7 |
- generated_from_trainer
|
8 |
base_model: openai/whisper-small
|
9 |
datasets:
|
10 |
-
- mozilla-foundation/
|
|
|
11 |
model-index:
|
12 |
- name: Whisper Small zh-HK - Alvin
|
13 |
results:
|
@@ -28,7 +30,7 @@ model-index:
|
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
-
# Whisper Small
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Cantonese language. It achieves a 7.93 CER (without punctuations), 9.72 CER (with punctuations) on Common Voice 16.0
|
34 |
|
@@ -159,5 +161,4 @@ Uploaded a GGML bin file for Whisper cpp as of June 2024. You can download the b
|
|
159 |
- lr_scheduler_type: linear
|
160 |
- lr_scheduler_warmup_steps: 500
|
161 |
- training_steps: 15000
|
162 |
-
- augmentation: None
|
163 |
-
|
|
|
1 |
---
|
2 |
language:
|
3 |
- zh
|
4 |
+
- yue
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
- whisper-event
|
8 |
- generated_from_trainer
|
9 |
base_model: openai/whisper-small
|
10 |
datasets:
|
11 |
+
- mozilla-foundation/common_voice_16_0
|
12 |
+
- mozilla-foundation/common_voice_17_0
|
13 |
model-index:
|
14 |
- name: Whisper Small zh-HK - Alvin
|
15 |
results:
|
|
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
+
# Whisper Small Cantonese - Alvin
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Cantonese language. It achieves a 7.93 CER (without punctuations), 9.72 CER (with punctuations) on Common Voice 16.0
|
36 |
|
|
|
161 |
- lr_scheduler_type: linear
|
162 |
- lr_scheduler_warmup_steps: 500
|
163 |
- training_steps: 15000
|
164 |
+
- augmentation: None
|
|