Datasets:
Commit
·
f953148
1
Parent(s):
26e349b
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ Chinese and English
|
|
| 61 |
|
| 62 |
```
|
| 63 |
import datasets
|
| 64 |
-
dataset = datasets.load_dataset("CAiRE/ASCEND"
|
| 65 |
```
|
| 66 |
|
| 67 |
## Dataset Structure
|
|
@@ -90,7 +90,7 @@ A typical data point comprises the path to the audio file, the loaded audio arra
|
|
| 90 |
|
| 91 |
### Data Splits
|
| 92 |
|
| 93 |
-
Number of utterances: 9,869 train, 1,
|
| 94 |
|
| 95 |
## Additional Information
|
| 96 |
|
|
|
|
| 61 |
|
| 62 |
```
|
| 63 |
import datasets
|
| 64 |
+
dataset = datasets.load_dataset("CAiRE/ASCEND") # Full dataset, complete with train, validation, and test set
|
| 65 |
```
|
| 66 |
|
| 67 |
## Dataset Structure
|
|
|
|
| 90 |
|
| 91 |
### Data Splits
|
| 92 |
|
| 93 |
+
Number of utterances: 9,869 train, 1,130 validation, and 1,315 test.
|
| 94 |
|
| 95 |
## Additional Information
|
| 96 |
|