Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -94,7 +94,17 @@ print(dataset['train'][0])
|
|
94 |
'gender': 'female',
|
95 |
'duration': 3.3}
|
96 |
```
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
|
100 |
<b>Use of this database is free for academic (non-profit) purposes.</b> If you use these data in any publication, you must reference at least one of the following papers:
|
|
|
94 |
'gender': 'female',
|
95 |
'duration': 3.3}
|
96 |
```
|
97 |
+
```python
|
98 |
+
print(dataset['train'][12200])
|
99 |
+
{'audio': {'path': 'M02_1_headMic_0066.wav',
|
100 |
+
'array': array([ 0.00115967, 0.00106812, 0.00091553, ..., -0.00073242,
|
101 |
+
-0.00082397, -0.00054932]),
|
102 |
+
'sampling_rate': 16000},
|
103 |
+
'transcription': 'yet he still thinks as swiftly as ever',
|
104 |
+
'speech_status': 'dysarthria',
|
105 |
+
'gender': 'male',
|
106 |
+
'duration': 7.605}
|
107 |
+
```
|
108 |
|
109 |
|
110 |
<b>Use of this database is free for academic (non-profit) purposes.</b> If you use these data in any publication, you must reference at least one of the following papers:
|