kavyamanohar commited on
Commit
891509a
·
verified ·
1 Parent(s): 7d75ffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -17,12 +17,12 @@ model-index:
17
  args: ml
18
  metrics:
19
  - type: wer
20
- value:
21
  name: WER
22
  - task:
23
  type: automatic-speech-recognition
24
  name: Automatic Speech Recognition
25
- dataset:
26
  name: Google Fleurs
27
  type: google/fleurs
28
  config: ml
@@ -30,12 +30,12 @@ model-index:
30
  args: ml
31
  metrics:
32
  - type: wer
33
- value:
34
  name: WER
35
  - task:
36
  type: automatic-speech-recognition
37
  name: Automatic Speech Recognition
38
- dataset:
39
  name: Mozilla Common Voice
40
  type: mozilla-foundation/common_voice_16_1
41
  config: ml
@@ -43,7 +43,7 @@ model-index:
43
  args: ml
44
  metrics:
45
  - type: wer
46
- value:
47
  name: WER
48
  datasets:
49
  - vrclc/festvox-iiith-ml
@@ -51,6 +51,7 @@ datasets:
51
  - vrclc/imasc_slr
52
  - mozilla-foundation/common_voice_17_0
53
  - smcproject/MSC
 
54
  language:
55
  - ml
56
  pipeline_tag: automatic-speech-recognition
@@ -67,6 +68,8 @@ It achieves the following results on the validation set : [OpenSLR-Test](https:/
67
  - Loss: 0.1722
68
  - Wer: 0.1299
69
 
 
 
70
  ## Model description
71
 
72
  More information needed
 
17
  args: ml
18
  metrics:
19
  - type: wer
20
+ value: null
21
  name: WER
22
  - task:
23
  type: automatic-speech-recognition
24
  name: Automatic Speech Recognition
25
+ dataset:
26
  name: Google Fleurs
27
  type: google/fleurs
28
  config: ml
 
30
  args: ml
31
  metrics:
32
  - type: wer
33
+ value: null
34
  name: WER
35
  - task:
36
  type: automatic-speech-recognition
37
  name: Automatic Speech Recognition
38
+ dataset:
39
  name: Mozilla Common Voice
40
  type: mozilla-foundation/common_voice_16_1
41
  config: ml
 
43
  args: ml
44
  metrics:
45
  - type: wer
46
+ value: null
47
  name: WER
48
  datasets:
49
  - vrclc/festvox-iiith-ml
 
51
  - vrclc/imasc_slr
52
  - mozilla-foundation/common_voice_17_0
53
  - smcproject/MSC
54
+ - kavyamanohar/ml-sentences
55
  language:
56
  - ml
57
  pipeline_tag: automatic-speech-recognition
 
68
  - Loss: 0.1722
69
  - Wer: 0.1299
70
 
71
+ Trigram Language Model Trained using KENLM Library on [kavyamanohar/ml-sentences](https://huggingface.co/datasets/kavyamanohar/ml-sentences) dataset
72
+
73
  ## Model description
74
 
75
  More information needed