ymoslem commited on
Commit
483122c
1 Parent(s): b034c76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -2,9 +2,8 @@
2
  license: apache-2.0
3
  base_model: openai/whisper-small
4
  tags:
5
- - generated_from_trainer
6
- datasets:
7
- - common_voice_16_1
8
  metrics:
9
  - wer
10
  model-index:
@@ -23,6 +22,10 @@ model-index:
23
  - name: Wer
24
  type: wer
25
  value: 47.726437288634024
 
 
 
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,14 +33,14 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # whisper-small-ar-v2
32
 
33
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_16_1 dataset.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.4007
36
  - Wer: 47.7264
37
 
38
  ## Model description
39
 
40
- More information needed
41
 
42
  ## Intended uses & limitations
43
 
@@ -45,7 +48,8 @@ More information needed
45
 
46
  ## Training and evaluation data
47
 
48
- More information needed
 
49
 
50
  ## Training procedure
51
 
@@ -81,4 +85,4 @@ The following hyperparameters were used during training:
81
  - Transformers 4.38.1
82
  - Pytorch 2.1.0+cu118
83
  - Datasets 2.17.1
84
- - Tokenizers 0.15.2
 
2
  license: apache-2.0
3
  base_model: openai/whisper-small
4
  tags:
5
+ - audio
6
+ - automatic-speech-recognition
 
7
  metrics:
8
  - wer
9
  model-index:
 
22
  - name: Wer
23
  type: wer
24
  value: 47.726437288634024
25
+ language:
26
+ - ar
27
+ library_name: transformers
28
+ pipeline_tag: automatic-speech-recognition
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # whisper-small-ar-v2
35
 
36
+ This model is for Arabic automatic speech recognition (ASR). It is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Arabic portion of the `mozilla-foundation/common_voice_16_1` dataset.
37
  It achieves the following results on the evaluation set:
38
  - Loss: 0.4007
39
  - Wer: 47.7264
40
 
41
  ## Model description
42
 
43
+ Whisper model fine-tuned on Arabic data, following the [official tutorial](https://huggingface.co/blog/fine-tune-whisper).
44
 
45
  ## Intended uses & limitations
46
 
 
48
 
49
  ## Training and evaluation data
50
 
51
+ Training Data: CommonVoice (v16.1) Arabic train + validation splits
52
+ Validation Data: CommonVoice (v16.1) Arabic test split
53
 
54
  ## Training procedure
55
 
 
85
  - Transformers 4.38.1
86
  - Pytorch 2.1.0+cu118
87
  - Datasets 2.17.1
88
+ - Tokenizers 0.15.2