Model save
Browse files
README.md
CHANGED
@@ -1,28 +1,25 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
language:
|
4 |
-
- ar
|
5 |
license: mit
|
6 |
base_model: openai/whisper-large-v3-turbo
|
7 |
tags:
|
8 |
-
- hf-asr-leaderboard
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
-
-
|
12 |
metrics:
|
13 |
- wer
|
14 |
model-index:
|
15 |
-
- name: whisper-large-v3-turbo
|
16 |
results:
|
17 |
- task:
|
18 |
name: Automatic Speech Recognition
|
19 |
type: automatic-speech-recognition
|
20 |
dataset:
|
21 |
name: common_voice_17_0
|
22 |
-
type:
|
23 |
config: ar
|
24 |
split: None
|
25 |
-
args:
|
26 |
metrics:
|
27 |
- name: Wer
|
28 |
type: wer
|
@@ -32,7 +29,7 @@ model-index:
|
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
33 |
should probably proofread and complete it, then remove this comment. -->
|
34 |
|
35 |
-
# whisper-large-v3-turbo
|
36 |
|
37 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the common_voice_17_0 dataset.
|
38 |
It achieves the following results on the evaluation set:
|
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: mit
|
4 |
base_model: openai/whisper-large-v3-turbo
|
5 |
tags:
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
+
- common_voice_17_0
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
+
- name: whisper-large-v3-turbo-ar
|
13 |
results:
|
14 |
- task:
|
15 |
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
name: common_voice_17_0
|
19 |
+
type: common_voice_17_0
|
20 |
config: ar
|
21 |
split: None
|
22 |
+
args: ar
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
|
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
+
# whisper-large-v3-turbo-ar
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the common_voice_17_0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|