Datasets:
Commit ·
3a6b8a1
1
Parent(s): 714b338
Adding a new line in data instances
Browse files
README.md
CHANGED
|
@@ -91,7 +91,8 @@ The language of the corpus is Spanish with the accent of Central Mexico.
|
|
| 91 |
|
| 92 |
### Data Instances
|
| 93 |
```python
|
| 94 |
-
{
|
|
|
|
| 95 |
'audio': {
|
| 96 |
'path': '/home/carlos/.cache/HuggingFace/datasets/downloads/extracted/5acd9ef350f022d5acb7f2a4f9de90371ffd5552c8d1bf849ca16a83e582fe4b/train/female/F_32/CMPL_F_32_11ANG_00003.flac',
|
| 97 |
'array': array([ 6.1035156e-05, -2.1362305e-04, -4.8828125e-04, ...,
|
|
|
|
| 91 |
|
| 92 |
### Data Instances
|
| 93 |
```python
|
| 94 |
+
{
|
| 95 |
+
'audio_id': 'CMPL_F_32_11ANG_00003',
|
| 96 |
'audio': {
|
| 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, ...,
|