File size: 380 Bytes
7934b29 |
1 2 3 4 5 6 7 8 |
Datasets
========
Any dataset available in NeMo for ASR (`ASR datasets <../datasets.html>`__) can be used for SSL.
To create your own NeMo compatible datasets, refer to
`Preparing Custom ASR Data <../datasets.html#preparing-custom-asr-data>`__
section. Note that explicit labels (transcriptions) are not utilized in SSL and hence are optional
when creating datasets for SSL. |