Update README.md
Browse files
README.md
CHANGED
|
@@ -193,4 +193,18 @@ for datum in dataset:
|
|
| 193 |
|
| 194 |
## Conversion Script
|
| 195 |
|
| 196 |
-
The script used to convert the data is available in this repository as [convert.py](https://huggingface.co/datasets/benjamin-paine/dinner-party-corpus/blob/main/convert.py).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 193 |
|
| 194 |
## Conversion Script
|
| 195 |
|
| 196 |
+
The script used to convert the data is available in this repository as [convert.py](https://huggingface.co/datasets/benjamin-paine/dinner-party-corpus/blob/main/convert.py).
|
| 197 |
+
|
| 198 |
+
# Citation
|
| 199 |
+
|
| 200 |
+
```
|
| 201 |
+
@misc{vansegbroeck2019dipcodinnerparty,
|
| 202 |
+
title={DiPCo -- Dinner Party Corpus},
|
| 203 |
+
author={Maarten Van Segbroeck and Ahmed Zaid and Ksenia Kutsenko and Cirenia Huerta and Tinh Nguyen and Xuewen Luo and Björn Hoffmeister and Jan Trmal and Maurizio Omologo and Roland Maas},
|
| 204 |
+
year={2019},
|
| 205 |
+
eprint={1909.13447},
|
| 206 |
+
archivePrefix={arXiv},
|
| 207 |
+
primaryClass={eess.AS},
|
| 208 |
+
url={https://arxiv.org/abs/1909.13447},
|
| 209 |
+
}
|
| 210 |
+
```
|