Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,18 @@
|
|
2 |
license: cc-by-3.0
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
This is the YODAS manual/automatic subset from our YODAS dataset, it has 369,510 hours of speech.
|
6 |
|
7 |
This dataset contains audio utterances and corresponding captions (manual or automatic) from YouTube. Note that manual caption only indicates that it is uploaded by users, but not necessarily transcribed by a human
|
8 |
|
|
|
9 |
|
10 |
## Usage:
|
11 |
|
@@ -46,6 +54,19 @@ We distinguish manual caption subset and automatic caption subset by the first d
|
|
46 |
|
47 |
For example, `en000` to `en005` are the English shards containing manual subsets, and `en100` to `en127` contains the automatic subsets.
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
## Contact
|
51 |
|
@@ -53,7 +74,9 @@ If you have any questions, feel free to contact us at the following email addres
|
|
53 |
|
54 |
We made sure that our dataset only consisted of videos with CC licenses during our downloading. But in case you find your video unintentionally included in our dataset and would like to delete it, you can send a delete request to the following email.
|
55 |
|
56 |
-
`
|
|
|
|
|
57 |
|
58 |
|
59 |
## Statistics
|
|
|
2 |
license: cc-by-3.0
|
3 |
---
|
4 |
|
5 |
+
Updates
|
6 |
+
|
7 |
+
- 2024/07/09: we also uploaded a new version of YODAS as [YODAS2](https://huggingface.co/datasets/espnet/yodas2), it provides unsegmented audios and higher sampling rate (24k)
|
8 |
+
|
9 |
+
|
10 |
+
## README
|
11 |
+
|
12 |
This is the YODAS manual/automatic subset from our YODAS dataset, it has 369,510 hours of speech.
|
13 |
|
14 |
This dataset contains audio utterances and corresponding captions (manual or automatic) from YouTube. Note that manual caption only indicates that it is uploaded by users, but not necessarily transcribed by a human
|
15 |
|
16 |
+
For more details about YODAS dataset, please refer to [our paper](https://arxiv.org/abs/2406.00899)
|
17 |
|
18 |
## Usage:
|
19 |
|
|
|
54 |
|
55 |
For example, `en000` to `en005` are the English shards containing manual subsets, and `en100` to `en127` contains the automatic subsets.
|
56 |
|
57 |
+
## Reference
|
58 |
+
|
59 |
+
```
|
60 |
+
@inproceedings{li2023yodas,
|
61 |
+
title={Yodas: Youtube-Oriented Dataset for Audio and Speech},
|
62 |
+
author={Li, Xinjian and Takamichi, Shinnosuke and Saeki, Takaaki and Chen, William and Shiota, Sayaka and Watanabe, Shinji},
|
63 |
+
booktitle={2023 IEEE Automatic Speech Recognition and Understanding Workshop (ASRU)},
|
64 |
+
pages={1--8},
|
65 |
+
year={2023},
|
66 |
+
organization={IEEE}
|
67 |
+
}
|
68 |
+
```
|
69 |
+
|
70 |
|
71 |
## Contact
|
72 |
|
|
|
74 |
|
75 |
We made sure that our dataset only consisted of videos with CC licenses during our downloading. But in case you find your video unintentionally included in our dataset and would like to delete it, you can send a delete request to the following email.
|
76 |
|
77 |
+
Remove the parenthesis `()` from the following email address
|
78 |
+
|
79 |
+
`(lixinjian)(1217)@gmail.com`
|
80 |
|
81 |
|
82 |
## Statistics
|