Hiro-nguyen
commited on
Commit
•
fc00130
1
Parent(s):
bcb84a5
End of training
Browse files
README.md
CHANGED
@@ -1,21 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
-
base_model: openai/whisper-small.en
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model is a fine-tuned version of [openai/whisper-small.en](https://huggingface.co/openai/whisper-small.en) on the
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.0002
|
21 |
- Wer: 1.5152
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
base_model: openai/whisper-small.en
|
6 |
tags:
|
7 |
+
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
|
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
+
- name: Whisper Base EN
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
+
# Whisper Base EN
|
20 |
|
21 |
+
This model is a fine-tuned version of [openai/whisper-small.en](https://huggingface.co/openai/whisper-small.en) on the ADLINK dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.0002
|
24 |
- Wer: 1.5152
|