File size: 2,280 Bytes
fb6aa23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6fad2f0
fb6aa23
6fad2f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
dataset_info:
  features:
  - name: license
    dtype: string
  - name: audio
    dtype: audio
  - name: file_name
    dtype: string
  - name: episode_name
    dtype: string
  - name: original_split
    dtype: string
  - name: sampling_rate
    dtype: int64
  - name: audio_length
    dtype: float64
  splits:
  - name: CC_BY_3.0
    num_bytes: 4245155531.5879397
    num_examples: 100
  - name: CC_BY_SA_3.0
    num_bytes: 3168500218.8944726
    num_examples: 79
  - name: CC_BY_ND_3.0
    num_bytes: 961275962.5175879
    num_examples: 20
  download_size: 8343014658
  dataset_size: 8374931713.0
configs:
- config_name: default
  data_files:
  - split: CC_BY_3.0
    path: data/CC_BY_3.0-*
  - split: CC_BY_SA_3.0
    path: data/CC_BY_SA_3.0-*
  - split: CC_BY_ND_3.0
    path: data/CC_BY_ND_3.0-*
license: cc
---

# Some Podcasts

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.

> [!TIP]
> 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.


## Length by license type

**CC_BY 3.0:**
Total length: 73.6 h. Mean length: 44.2 min

**CC_BY SA 3.0:**
Total length: 54.9 h. Mean length: 41.7 min

**CC_BY ND 3.0 :**
Total length: 16.7 h. Mean length: 50 min

## License

See [here](https://podcastfillers.github.io/license/) for more details. The licenses are also in the metadata.

## Citation Information

```
@inproceedings{Zhu:FillerWords:INTERSPEECH:22,
  title = {Filler Word Detection and Classification: A Dataset and Benchmark},
  booktitle = {23rd Annual Cong.~of the Int.~Speech Communication Association (INTERSPEECH)},
  address = {Incheon, Korea}, 
  month = {Sep.},
  url = {https://arxiv.org/abs/2203.15135},
  author = {Zhu, Ge and Caceres, Juan-Pablo and Salamon, Justin},
  year = {2022},
}
```

### Contributions

Thanks to [@ylacombe](https://github.com/ylacombe) for adding this dataset.