RuudVelo commited on
Commit
7a06bdf
1 Parent(s): 9895921

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -11,6 +11,52 @@ model-index:
11
  results: []
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
 
11
  results: []
12
  ---
13
 
14
+ ---
15
+ language:
16
+ - nl
17
+ license: apache-2.0
18
+ tags:
19
+ - automatic-speech-recognition
20
+ - common_voice
21
+ - generated_from_trainer
22
+ - nl
23
+ - robust-speech-event
24
+ - model_for_talk
25
+ datasets:
26
+ - common_voice
27
+ model-index:
28
+ - name: wav2vec2-large-xls-r-300m-nl
29
+ results:
30
+ - task:
31
+ name: Automatic Speech Recognition
32
+ type: automatic-speech-recognition
33
+ dataset:
34
+ name: common_voice
35
+ type: common_voice
36
+ args: nl
37
+ metrics:
38
+ - name: Test WER
39
+ type: wer
40
+ value: 17.48
41
+ - name: Test CER
42
+ type: cer
43
+ value: 5.29
44
+ - task:
45
+ name: Automatic Speech Recognition
46
+ type: automatic-speech-recognition
47
+ dataset:
48
+ name: Robust Speech Event - Dev Data
49
+ type: speech-recognition-community-v2/dev_data
50
+ args: nl
51
+ metrics:
52
+ - name: Test WER
53
+ type: wer
54
+ value: 36.7
55
+ - name: Test CER
56
+ type: cer
57
+ value: 14.45
58
+ ---
59
+
60
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
61
  should probably proofread and complete it, then remove this comment. -->
62