ChristophSchuhmann commited on
Commit
3e937ea
·
verified ·
1 Parent(s): ee1bae5

Card: rename synthetic_vocal_burts_dramabox -> synthetic-vocal-bursts-voice-acting; licence CC-BY-4.0; drop generator name

Browse files

Repository renamed (the old name redirects). Card cleaned: title, links and load examples use the new name; license set to cc-by-4.0; generator-specific wording removed.

Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -11,17 +11,17 @@ tags:
11
  - audio
12
  - synthetic
13
  - tts
14
- - dramabox
15
  - webdataset
16
  - laion
17
  size_categories:
18
  - 1K<n<10K
19
- pretty_name: Synthetic Vocal Bursts (DramaBox)
20
  ---
21
 
22
- # Synthetic Vocal Bursts (DramaBox)
23
 
24
- A synthetic dataset of **2,000 vocal burst audio samples** generated using **DramaBox TTS** on 8x A100 GPUs. The dataset covers 197 distinct vocal burst types across 16 age/gender groups, providing a comprehensive taxonomy of human non-speech vocalizations.
25
 
26
  ## Dataset Summary
27
 
@@ -36,7 +36,6 @@ A synthetic dataset of **2,000 vocal burst audio samples** generated using **Dra
36
  | **Age groups** | 16 (8 female, 8 male) |
37
  | **Samples per group** | 125 |
38
  | **Unique vocal burst types** | 197 |
39
- | **Generation model** | DramaBox TTS |
40
  | **Hardware** | 8x NVIDIA A100 GPUs |
41
 
42
  ## Age Groups
@@ -125,7 +124,7 @@ Each shard is a standard tar archive. Each sample within a shard consists of two
125
  import webdataset as wds
126
  import json
127
 
128
- url = "https://huggingface.co/datasets/laion/synthetic_vocal_burts_dramabox/resolve/main/data/shard-{0000..0003}.tar"
129
 
130
  dataset = (
131
  wds.WebDataset(url, shardshuffle=True)
@@ -145,7 +144,7 @@ for wav_bytes, metadata_bytes in dataset:
145
  from huggingface_hub import hf_hub_download
146
 
147
  path = hf_hub_download(
148
- repo_id="laion/synthetic_vocal_burts_dramabox",
149
  filename="data/shard-0000.tar",
150
  repo_type="dataset",
151
  )
@@ -174,7 +173,7 @@ with tarfile.open("shard-0000.tar") as tar:
174
  1. An extended vocal burst taxonomy was curated from the LAION Voice-Acting-Pipeline taxonomy plus additional categories
175
  2. For each of the 16 age/gender groups, 125 vocal burst types were sampled from the taxonomy
176
  3. Text prompts were generated in the format: *"A {age_descriptor} performing {burst_key}, {burst_description}"*
177
- 4. Audio was synthesized using **DramaBox TTS** distributed across **8x NVIDIA A100 GPUs**
178
  5. Each sample was generated with a randomized duration between 3–12 seconds
179
 
180
  ## License
@@ -186,11 +185,15 @@ This dataset is released under the [Creative Commons Attribution 4.0 Internation
186
  If you use this dataset, please cite:
187
 
188
  ```bibtex
189
- @dataset{synthetic_vocal_bursts_dramabox_2026,
190
- title={Synthetic Vocal Bursts (DramaBox)},
191
  author={LAION},
192
  year={2026},
193
- url={https://huggingface.co/datasets/laion/synthetic_vocal_burts_dramabox},
194
  license={CC-BY-4.0}
195
  }
196
  ```
 
 
 
 
 
11
  - audio
12
  - synthetic
13
  - tts
14
+ - voice-acting
15
  - webdataset
16
  - laion
17
  size_categories:
18
  - 1K<n<10K
19
+ pretty_name: Synthetic Vocal Bursts (voice acting)
20
  ---
21
 
22
+ # Synthetic Vocal Bursts (voice acting)
23
 
24
+ A synthetic dataset of **2,000 vocal burst audio samples** generated with a voice-acting TTS model on 8x A100 GPUs. The dataset covers 197 distinct vocal burst types across 16 age/gender groups, providing a comprehensive taxonomy of human non-speech vocalizations.
25
 
26
  ## Dataset Summary
27
 
 
36
  | **Age groups** | 16 (8 female, 8 male) |
37
  | **Samples per group** | 125 |
38
  | **Unique vocal burst types** | 197 |
 
39
  | **Hardware** | 8x NVIDIA A100 GPUs |
40
 
41
  ## Age Groups
 
124
  import webdataset as wds
125
  import json
126
 
127
+ url = "https://huggingface.co/datasets/laion/synthetic-vocal-bursts-voice-acting/resolve/main/data/shard-{0000..0003}.tar"
128
 
129
  dataset = (
130
  wds.WebDataset(url, shardshuffle=True)
 
144
  from huggingface_hub import hf_hub_download
145
 
146
  path = hf_hub_download(
147
+ repo_id="laion/synthetic-vocal-bursts-voice-acting",
148
  filename="data/shard-0000.tar",
149
  repo_type="dataset",
150
  )
 
173
  1. An extended vocal burst taxonomy was curated from the LAION Voice-Acting-Pipeline taxonomy plus additional categories
174
  2. For each of the 16 age/gender groups, 125 vocal burst types were sampled from the taxonomy
175
  3. Text prompts were generated in the format: *"A {age_descriptor} performing {burst_key}, {burst_description}"*
176
+ 4. Audio was synthesized with the voice-acting model distributed across **8x NVIDIA A100 GPUs**
177
  5. Each sample was generated with a randomized duration between 3–12 seconds
178
 
179
  ## License
 
185
  If you use this dataset, please cite:
186
 
187
  ```bibtex
188
+ @dataset{synthetic_vocal_bursts_voice_acting_2026,
189
+ title={Synthetic Vocal Bursts (voice acting)},
190
  author={LAION},
191
  year={2026},
192
+ url={https://huggingface.co/datasets/laion/synthetic-vocal-bursts-voice-acting},
193
  license={CC-BY-4.0}
194
  }
195
  ```
196
+
197
+ ---
198
+
199
+ The audio in this dataset was generated with a voice-acting AI model.