deepdml commited on
Commit
5d26e55
·
verified ·
1 Parent(s): 28bd191

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -129,13 +129,13 @@ This dataset is a redistribution of the **Microsoft Speech Corpus (Indian Langua
129
  from datasets import load_dataset
130
 
131
  # Load Tamil
132
- ta = load_dataset("deepdml/indic-multilang-audio", "ta", trust_remote_code=True)
133
 
134
  # Load Gujarati
135
- gu = load_dataset("deepdml/indic-multilang-audio", "gu", trust_remote_code=True)
136
 
137
  # Load Telugu
138
- te = load_dataset("deepdml/indic-multilang-audio", "te", trust_remote_code=True)
139
  ```
140
 
141
  Access a sample:
 
129
  from datasets import load_dataset
130
 
131
  # Load Tamil
132
+ ta = load_dataset("deepdml/microsoft-speech-corpus-indian", "ta", trust_remote_code=True)
133
 
134
  # Load Gujarati
135
+ gu = load_dataset("deepdml/microsoft-speech-corpus-indian", "gu", trust_remote_code=True)
136
 
137
  # Load Telugu
138
+ te = load_dataset("deepdml/microsoft-speech-corpus-indian", "te", trust_remote_code=True)
139
  ```
140
 
141
  Access a sample: