carlosdanielhernandezmena commited on
Commit
2fcd706
1 Parent(s): 4470e9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -83,7 +83,7 @@ ciempiess_fem = load_dataset("ciempiess/ciempiess_fem",split="train")
83
  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).
84
 
85
  ### Languages
86
- The language of the corpus is Spanish with the accent of Central Mexico.
87
 
88
  ## Dataset Structure
89
 
@@ -110,12 +110,12 @@ The language of the corpus is Spanish with the accent of Central Mexico.
110
  * `speaker_id` (string) - id of speaker
111
  * `gender` (string) - gender of speaker (male or female)
112
  * `duration` (float32) - duration of the audio file in seconds.
113
- * `country` (string) - accent of the speaker.
114
  * `normalized_text` (string) - normalized audio segment transcription.
115
 
116
  ### Data Splits
117
 
118
- The corpus counts just with the train split which has a total of 8555 speech files from 53 female speakers and 34 male speakers with a total duration of 18 hours and 20 minutes.
119
 
120
  ## Dataset Creation
121
 
 
83
  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).
84
 
85
  ### Languages
86
+ The language of the corpus is Spanish.
87
 
88
  ## Dataset Structure
89
 
 
110
  * `speaker_id` (string) - id of speaker
111
  * `gender` (string) - gender of speaker (male or female)
112
  * `duration` (float32) - duration of the audio file in seconds.
113
+ * `country` (string) - country of the speaker.
114
  * `normalized_text` (string) - normalized audio segment transcription.
115
 
116
  ### Data Splits
117
 
118
+ The corpus counts just with the train split which has a total of 6505 speech files from 21 female speakers with a total duration of 13 hours and 54 minutes.
119
 
120
  ## Dataset Creation
121