carlosdanielhernandezmena commited on
Commit
203ff7d
1 Parent(s): 2fa7008

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,12 +59,12 @@ The MASRI-TEST CORPUS was created out of YouTube videos belonging to the channel
59
  The MASRI-TEST contains only the test split:
60
  ```python
61
  from datasets import load_dataset
62
- masri_test = load_dataset("masri-project/masri_test")
63
  ```
64
  It is also valid to do:
65
  ```python
66
  from datasets import load_dataset
67
- masri_test = load_dataset("masri-project/masri_test",split="test")
68
  ```
69
  ### Supported Tasks
70
  automatic-speech-recognition: The dataset can be used to test a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER).
 
59
  The MASRI-TEST contains only the test split:
60
  ```python
61
  from datasets import load_dataset
62
+ masri_test = load_dataset("MLRS/masri_test")
63
  ```
64
  It is also valid to do:
65
  ```python
66
  from datasets import load_dataset
67
+ masri_test = load_dataset("MLRS/masri_test",split="test")
68
  ```
69
  ### Supported Tasks
70
  automatic-speech-recognition: The dataset can be used to test a model for Automatic Speech Recognition (ASR). The model is presented with an audio file and asked to transcribe the audio file to written text. The most common evaluation metric is the word error rate (WER).