ylacombe commited on
Commit
08d1629
1 Parent(s): 080cd4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -29,4 +29,45 @@ configs:
29
  data_files:
30
  - split: train
31
  path: CC_BY_3.0/train-*
 
32
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  data_files:
30
  - split: train
31
  path: CC_BY_3.0/train-*
32
+ license: cc
33
  ---
34
+
35
+ > [!TIP]
36
+ > This particular dataset only kept the CC-BY 3.0 podcasts, which have been processed using the [Emilia-Pipe](https://github.com/open-mmlab/Amphion/blob/main/preprocessors/Emilia/README.md#emilia-pipe-overview-) with Whisper Large v3.
37
+
38
+ # Some Podcasts
39
+
40
+ Podcasts are taken from the [PodcastFillers dataset](https://podcastfillers.github.io/). The PodcastFillers dataset consists of 199 full-length podcast episodes in English with manually annotated filler words and automatically generated transcripts. The podcast audio recordings, sourced from SoundCloud, are CC-licensed, gender-balanced, and total 145 hours of audio from over 350 speakers.
41
+
42
+ > [!TIP]
43
+ > This dataset doesn't upload the PodcastFillers annotations, which are under a non-commercial license. See [here](https://podcastfillers.github.io/license/) for more details.
44
+
45
+
46
+ ## Length by license type
47
+
48
+ **CC_BY 3.0:**
49
+ Total length: 51.44h
50
+
51
+
52
+ ## License
53
+
54
+ See [here](https://podcastfillers.github.io/license/) for more details. The licenses are also in the metadata.
55
+
56
+ ## Citation Information
57
+
58
+ ```
59
+ @inproceedings{Zhu:FillerWords:INTERSPEECH:22,
60
+ title = {Filler Word Detection and Classification: A Dataset and Benchmark},
61
+ booktitle = {23rd Annual Cong.~of the Int.~Speech Communication Association (INTERSPEECH)},
62
+ address = {Incheon, Korea},
63
+ month = {Sep.},
64
+ url = {https://arxiv.org/abs/2203.15135},
65
+ author = {Zhu, Ge and Caceres, Juan-Pablo and Salamon, Justin},
66
+ year = {2022},
67
+ }
68
+ ```
69
+
70
+ ### Contributions
71
+
72
+ Thanks to [@ylacombe](https://github.com/ylacombe) for adding this dataset.
73
+