Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# DailyTalkContiguous
|
6 |
+
|
7 |
+
This repo contains a concatenated version of the DailyTalk dataset ([official repo](https://github.com/keonlee9420/DailyTalk)).
|
8 |
+
|
9 |
+
Rather than having separate files for each speaker's turn, this uses a stereo file for each conversation. The two speakers in a conversation
|
10 |
+
are put separately on the left and right channels.
|
11 |
+
|
12 |
+
The dataset is annotated with word level timestamps.
|
13 |
+
|
14 |
+
The original DailyTalk dataset and baseline code are freely available for academic use with CC-BY-SA 4.0 license, this dataset
|
15 |
+
uses the same license.
|