Maverick1713 commited on
Commit
fa01b6e
·
verified ·
1 Parent(s): 854ab29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -9
README.md CHANGED
@@ -104,12 +104,6 @@ The model can be evaluated as follows on the following two datasets:
104
 
105
  2. CommonVoice Hindi test dataset: WER 56.xx%
106
 
107
- Links to the datasets are provided above (check the links at the start of the README)
108
-
109
- train-test csv files are shared on the following gdrive links:
110
-
111
-
112
- a. 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)
113
 
114
  Update the audio_path as per your local file structure.
115
 
@@ -136,9 +130,6 @@ indic = load_dataset("csv", data_files= {'train':"/workspace/data/hi2/indic_trai
136
 
137
  "test": "/workspace/data/hi2/indic_test_full.csv"}, download_mode="force_redownload")
138
 
139
- iiith = load_dataset("csv", data_files= {"train": "/workspace/data/hi2/iiit_hi_train.csv",
140
-
141
- "test": "/workspace/data/hi2/iiit_hi_test.csv"}, download_mode="force_redownload")
142
 
143
 
144
 
 
104
 
105
  2. CommonVoice Hindi test dataset: WER 56.xx%
106
 
 
 
 
 
 
 
107
 
108
  Update the audio_path as per your local file structure.
109
 
 
130
 
131
  "test": "/workspace/data/hi2/indic_test_full.csv"}, download_mode="force_redownload")
132
 
 
 
 
133
 
134
 
135