anton-l HF staff commited on
Commit
c47aa28
1 Parent(s): f123239

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -16
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
- language:
3
  - ar
4
-
5
  license: apache-2.0
6
  tags:
7
  - automatic-speech-recognition
@@ -14,22 +13,42 @@ metrics:
14
  model-index:
15
  - name: wav2vec2-xls-r-300m-arabic
16
  results:
17
- - task:
18
- type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
19
- name: Speech Recognition # Optional. Example: Speech Recognition
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  dataset:
21
- type: mozilla-foundation/common_voice_7_0 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
22
- name: Common Voice ar # Required. Example: Common Voice zh-CN
23
- args: ar # Optional. Example: zh-CN
24
  metrics:
25
- - type: wer # Required. Example: wer
26
- value: 38.83 # Required. Example: 20.90
27
- name: Test WER With LM # Optional. Example: Test WER
28
-
29
- - type: cer # Required. Example: wer
30
- value: 15.33 # Required. Example: 20.90
31
- name: Test CER With LM # Optional. Example: Test WER
32
-
33
  ---
34
 
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
  - ar
 
4
  license: apache-2.0
5
  tags:
6
  - automatic-speech-recognition
 
13
  model-index:
14
  - name: wav2vec2-xls-r-300m-arabic
15
  results:
16
+ - task:
17
+ type: automatic-speech-recognition
18
+ name: Speech Recognition
19
+ dataset:
20
+ type: mozilla-foundation/common_voice_7_0
21
+ name: Common Voice ar
22
+ args: ar
23
+ metrics:
24
+ - type: wer
25
+ value: 38.83
26
+ name: Test WER With LM
27
+ - type: cer
28
+ value: 15.33
29
+ name: Test CER With LM
30
+ - task:
31
+ name: Automatic Speech Recognition
32
+ type: automatic-speech-recognition
33
+ dataset:
34
+ name: Robust Speech Event - Dev Data
35
+ type: speech-recognition-community-v2/dev_data
36
+ args: ar
37
+ metrics:
38
+ - name: Test WER
39
+ type: wer
40
+ value: 89.8
41
+ - task:
42
+ name: Automatic Speech Recognition
43
+ type: automatic-speech-recognition
44
  dataset:
45
+ name: Robust Speech Event - Test Data
46
+ type: speech-recognition-community-v2/eval_data
47
+ args: ar
48
  metrics:
49
+ - name: Test WER
50
+ type: wer
51
+ value: 87.46
 
 
 
 
 
52
  ---
53
 
54
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You