End of training
Browse files
README.md
CHANGED
@@ -1,20 +1,25 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
base_model: openai/whisper-small
|
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-small](https://huggingface.co/openai/whisper-small) on the
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.2175
|
20 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
license: apache-2.0
|
5 |
library_name: peft
|
6 |
tags:
|
7 |
+
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- mozilla-foundation/common_voice_15_0
|
11 |
base_model: openai/whisper-small
|
12 |
model-index:
|
13 |
+
- name: Whisper small TW - AlanDlink
|
14 |
results: []
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
should probably proofread and complete it, then remove this comment. -->
|
19 |
|
20 |
+
# Whisper small TW - AlanDlink
|
21 |
|
22 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 15.0 dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.2175
|
25 |
|