kingabzpro commited on
Commit
319c507
1 Parent(s): 3334104

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -4
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-xls-r-1b-Irish
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - ga-IE
4
+
5
  license: apache-2.0
6
  tags:
7
+ - automatic-speech-recognition
8
+ - robust-speech-event
9
  datasets:
10
+ - mozilla-foundation/common_voice_8_0
11
+ metrics:
12
+ - wer
13
+ - cer
14
  model-index:
15
+ - name: wav2vec2-large-xls-r-1b-Irish-Abid
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_8_0 # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
22
+ name: Common Voice ga-IE # Required. Example: Common Voice zh-CN
23
+ args: ga-IE # Optional. Example: zh-CN
24
+ metrics:
25
+ - type: wer # Required. Example: wer
26
+ value: 42.36 # Required. Example: 20.90
27
+ name: Test WER # Optional. Example: Test WER
28
+
29
+ - type: cer # Required. Example: wer
30
+ value: 17.68 # 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