anton-l HF staff commited on
Commit
c9e1800
1 Parent(s): 823e2df

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -17
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
2
- language:
3
  - id
4
-
5
  license: apache-2.0
6
  tags:
7
  - automatic-speech-recognition
@@ -14,23 +13,42 @@ metrics:
14
  model-index:
15
  - name: wav2vec2-large-xls-r-300m-Indonesian
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 id # Required. Example: Common Voice zh-CN
23
- args: id # Optional. Example: zh-CN
24
  metrics:
25
- - type: wer # Required. Example: wer
26
- value: 25.06 # Required. Example: 20.90
27
- name: Test WER With LM # Optional. Example: Test WER
28
-
29
- - type: cer # Required. Example: wer
30
- value: 6.50 # Required. Example: 20.90
31
- name: Test CER With LM # Optional. Example: Test WER
32
-
33
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
  - id
 
4
  license: apache-2.0
5
  tags:
6
  - automatic-speech-recognition
 
13
  model-index:
14
  - name: wav2vec2-large-xls-r-300m-Indonesian
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 id
22
+ args: id
23
  metrics:
24
+ - type: wer
25
+ value: 25.06
26
+ name: Test WER With LM
27
+ - type: cer
28
+ value: 6.5
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: id
37
+ metrics:
38
+ - name: Test WER
39
+ type: wer
40
+ value: 99.61
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: id
48
+ metrics:
49
+ - name: Test WER
50
+ type: wer
51
+ value: 106.39
52
  ---
53
 
54
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You