kingabzpro commited on
Commit
9006a7e
1 Parent(s): 8b6b174

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -16
README.md CHANGED
@@ -1,12 +1,35 @@
1
  ---
 
 
 
2
  license: apache-2.0
3
  tags:
4
- - generated_from_trainer
 
5
  datasets:
6
- - common_voice
 
 
 
7
  model-index:
8
- - name: wav2vec2-large-xlsr-300-arabic
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -20,19 +43,7 @@ It achieves the following results on the evaluation set:
20
  - Wer: 0.4256
21
  - Cer: 0.1528
22
 
23
- ## Model description
24
-
25
- More information needed
26
-
27
- ## Intended uses & limitations
28
-
29
- More information needed
30
-
31
- ## Training and evaluation data
32
-
33
- More information needed
34
 
35
- ## Training procedure
36
 
37
  ### Training hyperparameters
38
 
 
1
  ---
2
+ language:
3
+ - ar
4
+
5
  license: apache-2.0
6
  tags:
7
+ - automatic-speech-recognition
8
+ - robust-speech-event
9
  datasets:
10
+ - mozilla-foundation/common_voice_7_0
11
+ metrics:
12
+ - wer
13
+ - cer
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: 43.55 # Required. Example: 20.90
27
+ name: Test WER # Optional. Example: Test WER
28
+
29
+ - type: cer # Required. Example: wer
30
+ value: 16.66 # Required. Example: 20.90
31
+ name: Test CER # 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
 
43
  - Wer: 0.4256
44
  - Cer: 0.1528
45
 
 
 
 
 
 
 
 
 
 
 
 
46
 
 
47
 
48
  ### Training hyperparameters
49