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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
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
@@ -44,7 +44,7 @@ Whisper model fine-tuned on Arabic data, following the [official tutorial](https
44
 
45
  ## Intended uses & limitations
46
 
47
- More information needed
48
 
49
  ## Training and evaluation data
50
 
 
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](https://huggingface.co/datasets/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
 
44
 
45
  ## Intended uses & limitations
46
 
47
+ It is recommended to fine-tune and evaluate on your data before using it.
48
 
49
  ## Training and evaluation data
50