skylord commited on
Commit
374d046
1 Parent(s): 2899fa9

Updated readme file

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -89,8 +89,17 @@ print("Reference:", test_dataset["sentence"][:2])
89
  ## Evaluation
90
 
91
  The model can be evaluated as follows on the following two datasets:
92
- 1. Custom dataset created from 20% of Indic, IIITH and CV (test): 17.
93
- 2. CommonVoice Hindi test dataset
 
 
 
 
 
 
 
 
 
94
 
95
  ```python
96
  import torch
 
89
  ## Evaluation
90
 
91
  The model can be evaluated as follows on the following two datasets:
92
+ 1. Custom dataset created from 20% of Indic, IIITH and CV (test): WER 17.xx%
93
+ 2. CommonVoice Hindi test dataset: WER 56.xx%
94
+
95
+ Links to the datasets are provided above (check the links at the start of the README)
96
+
97
+ train-test csv files are shared on the following gdrive links:
98
+ a. IIITH [train](https://storage.googleapis.com/indic-dataset/train_test_splits/iiit_hi_train.csv) [test](https://storage.googleapis.com/indic-dataset/train_test_splits/iiit_hi_test.csv)
99
+ b. Indic TTS [train](https://storage.googleapis.com/indic-dataset/train_test_splits/indic_train_full.csv) [test](https://storage.googleapis.com/indic-dataset/train_test_splits/indic_test_full.csv)
100
+
101
+
102
+ Update the audio_path as per the
103
 
104
  ```python
105
  import torch