Commit
·
1242630
1
Parent(s):
e3107db
update model card README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
-
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
-
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- mozilla-foundation/common_voice_11_0
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name: Whisper Small
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
@@ -20,7 +20,7 @@ model-index:
|
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
config: zh-CN
|
22 |
split: test[:1%]
|
23 |
-
args: 'config:
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
@@ -30,9 +30,9 @@ model-index:
|
|
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
|
34 |
|
35 |
-
This model is a fine-tuned version of [openai/whisper-
|
36 |
It achieves the following results on the evaluation set:
|
37 |
- Loss: 1.7064
|
38 |
- Wer: 226.4151
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- chinese
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
+
- whisper
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- mozilla-foundation/common_voice_11_0
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
+
- name: Whisper Small Chinese - Bingcheng Hu
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
|
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
config: zh-CN
|
22 |
split: test[:1%]
|
23 |
+
args: 'config: chinese, split: test'
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
|
|
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 Chinese - Bingcheng Hu
|
34 |
|
35 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
- Loss: 1.7064
|
38 |
- Wer: 226.4151
|