Datasets:
wanchichen
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ This dataset includes the raw unsegmented audio in a 16kHz single channel format
|
|
34 |
It can be segmented into utterances with a voice activity detection (VAD) model such as this [one](https://github.com/wiseman/py-webrtcvad).
|
35 |
The original audio sources wwere crawled from [InspirationalFilms](https://www.inspirationalfilms.com/).
|
36 |
|
37 |
-
We use this corpus to train [XEUS](), a multilingual speech encoder for 4000+ languages.
|
38 |
For more details about the dataset and its usage, please refer to our [paper]().
|
39 |
|
40 |
## Usage
|
@@ -63,4 +63,5 @@ If you use this dataset, we ask that you cite our paper:
|
|
63 |
|
64 |
```
|
65 |
|
66 |
-
```
|
|
|
|
34 |
It can be segmented into utterances with a voice activity detection (VAD) model such as this [one](https://github.com/wiseman/py-webrtcvad).
|
35 |
The original audio sources wwere crawled from [InspirationalFilms](https://www.inspirationalfilms.com/).
|
36 |
|
37 |
+
We use this corpus to train [XEUS](https://huggingface.co/espnet/xeus), a multilingual speech encoder for 4000+ languages.
|
38 |
For more details about the dataset and its usage, please refer to our [paper]().
|
39 |
|
40 |
## Usage
|
|
|
63 |
|
64 |
```
|
65 |
|
66 |
+
```
|
67 |
+
And attribute the original creators of the data.
|