ylacombe commited on
Commit
a342a1e
·
verified ·
1 Parent(s): 9b5994e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -24,7 +24,7 @@ dataset_info:
24
  num_bytes: 961274298.8994975
25
  num_examples: 20
26
  download_size: 8342985651
27
- dataset_size: 8374915160.0
28
  configs:
29
  - config_name: default
30
  data_files:
@@ -34,4 +34,34 @@ configs:
34
  path: data/CC_BY_SA_3.0-*
35
  - split: CC_BY_ND_3.0
36
  path: data/CC_BY_ND_3.0-*
 
37
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  num_bytes: 961274298.8994975
25
  num_examples: 20
26
  download_size: 8342985651
27
+ dataset_size: 8374915160
28
  configs:
29
  - config_name: default
30
  data_files:
 
34
  path: data/CC_BY_SA_3.0-*
35
  - split: CC_BY_ND_3.0
36
  path: data/CC_BY_ND_3.0-*
37
+ license: cc
38
  ---
39
+
40
+ # Some Podcasts
41
+
42
+ 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.
43
+
44
+ > [!TIP]
45
+ > 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.
46
+
47
+ ## License
48
+
49
+ See [here](https://podcastfillers.github.io/license/) for more details. The licenses are also in the metadata.
50
+
51
+ ## Citation Information
52
+
53
+ ```
54
+ @inproceedings{Zhu:FillerWords:INTERSPEECH:22,
55
+ title = {Filler Word Detection and Classification: A Dataset and Benchmark},
56
+ booktitle = {23rd Annual Cong.~of the Int.~Speech Communication Association (INTERSPEECH)},
57
+ address = {Incheon, Korea},
58
+ month = {Sep.},
59
+ url = {https://arxiv.org/abs/2203.15135},
60
+ author = {Zhu, Ge and Caceres, Juan-Pablo and Salamon, Justin},
61
+ year = {2022},
62
+ }
63
+ ```
64
+
65
+ ### Contributions
66
+
67
+ Thanks to [@ylacombe](https://github.com/ylacombe) for adding this dataset.