carlosdanielhernandezmena commited on
Commit
0692847
1 Parent(s): c055980

Fixing indentation again in data instances.

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -97,11 +97,12 @@ The language of the corpus is Spanish with the accent of Central Mexico.
97
  'path': '/home/carlos/.cache/HuggingFace/datasets/downloads/extracted/5acd9ef350f022d5acb7f2a4f9de90371ffd5552c8d1bf849ca16a83e582fe4b/train/female/F_32/CMPL_F_32_11ANG_00003.flac',
98
  'array': array([ 6.1035156e-05, -2.1362305e-04, -4.8828125e-04, ...,
99
  3.3569336e-04, 6.1035156e-04, 0.0000000e+00], dtype=float32),
100
- 'sampling_rate': 16000},
101
- 'speaker_id': 'F_32',
102
- 'gender': 'female',
103
- 'duration': 3.256999969482422,
104
- 'normalized_text': 'estamos con el profesor javier estejel vargas'
 
105
  }
106
  ```
107
 
 
97
  'path': '/home/carlos/.cache/HuggingFace/datasets/downloads/extracted/5acd9ef350f022d5acb7f2a4f9de90371ffd5552c8d1bf849ca16a83e582fe4b/train/female/F_32/CMPL_F_32_11ANG_00003.flac',
98
  'array': array([ 6.1035156e-05, -2.1362305e-04, -4.8828125e-04, ...,
99
  3.3569336e-04, 6.1035156e-04, 0.0000000e+00], dtype=float32),
100
+ 'sampling_rate': 16000
101
+ },
102
+ 'speaker_id': 'F_32',
103
+ 'gender': 'female',
104
+ 'duration': 3.256999969482422,
105
+ 'normalized_text': 'estamos con el profesor javier estejel vargas'
106
  }
107
  ```
108