cahya commited on
Commit
a183c8f
1 Parent(s): 6659559

update readme

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -27,6 +27,34 @@ model-index:
27
  - name: Test CER
28
  type: cer
29
  value: 2.94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  - task:
31
  name: Automatic Speech Recognition
32
  type: automatic-speech-recognition
@@ -62,8 +90,9 @@ More information needed
62
  More information needed
63
 
64
  ## Training and evaluation data
 
 
65
 
66
- More information needed
67
 
68
  ## Training procedure
69
 
 
27
  - name: Test CER
28
  type: cer
29
  value: 2.94
30
+ - task:
31
+ name: Automatic Speech Recognition
32
+ type: automatic-speech-recognition
33
+ dataset:
34
+ name: Common Voice 7
35
+ type: mozilla-foundation/common_voice_7_0
36
+ args: tr
37
+ metrics:
38
+ - name: Test WER
39
+ type: wer
40
+ value: 8.88
41
+ - name: Test CER
42
+ type: cer
43
+ value: 2.91
44
+ - task:
45
+ name: Automatic Speech Recognition
46
+ type: automatic-speech-recognition
47
+ dataset:
48
+ name: Common Voice 8
49
+ type: mozilla-foundation/common_voice_8_0
50
+ args: tr
51
+ metrics:
52
+ - name: Test WER
53
+ type: wer
54
+ value: 13.14
55
+ - name: Test CER
56
+ type: cer
57
+ value: 3.7
58
  - task:
59
  name: Automatic Speech Recognition
60
  type: automatic-speech-recognition
 
90
  More information needed
91
 
92
  ## Training and evaluation data
93
+ The following datasets were used for finetuning:
94
+ - [Common Voice 6.1 TR](https://huggingface.co/datasets/common_voice) 'train', 'validation', 'other' and 'invalidated' split were used for training.
95
 
 
96
 
97
  ## Training procedure
98