Datasets:
update readme
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
annotations_creators: []
|
3 |
language:
|
4 |
- en
|
@@ -115,6 +116,9 @@ for batch in dataloader:
|
|
115 |
|
116 |
```
|
117 |
|
|
|
|
|
|
|
118 |
## The data
|
119 |
The English/German audio are available in the folder EN/DE respectively, can be downloaded from this HuggingFace repor or [this onedrive](https://onedrive.live.com/embed?cid=DCE49ACC2BDA7D8C&resid=DCE49ACC2BDA7D8C%2115663&authkey=ANmUz8gRUoyxmjk). In case there are any problems with the download, feel free to open an issue here or on [GitHub](https://github.com/PedroDKE/LibriS2S). <br/>
|
120 |
The repo structure is as follow:
|
|
|
1 |
---
|
2 |
+
library_name: datasets
|
3 |
annotations_creators: []
|
4 |
language:
|
5 |
- en
|
|
|
116 |
|
117 |
```
|
118 |
|
119 |
+
if you've cloned the dataset a more advanced PT loader can be found [here](https://huggingface.co/datasets/PedroDKE/LibriS2S/blob/main/libris2s_dataset_pt.py).
|
120 |
+
|
121 |
+
|
122 |
## The data
|
123 |
The English/German audio are available in the folder EN/DE respectively, can be downloaded from this HuggingFace repor or [this onedrive](https://onedrive.live.com/embed?cid=DCE49ACC2BDA7D8C&resid=DCE49ACC2BDA7D8C%2115663&authkey=ANmUz8gRUoyxmjk). In case there are any problems with the download, feel free to open an issue here or on [GitHub](https://github.com/PedroDKE/LibriS2S). <br/>
|
124 |
The repo structure is as follow:
|