Datasets:
File size: 1,778 Bytes
b2bb8ab 7b5620a c1cfdf4 b2bb8ab 20c4522 6a23e80 20c4522 c1cfdf4 |
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 |
---
dataset_info:
features:
- name: first_line
dtype: string
- name: audio
dtype: audio
splits:
- name: train
num_bytes: 2285150618.152
num_examples: 21676
download_size: 2332238384
dataset_size: 2285150618.152
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cc-by-nc-4.0
task_categories:
- automatic-speech-recognition
size_categories:
- 10K<n<100K
---
# ๐ Dataset Summary
This dataset contains paired audio-text data generated using:
- Text prompts from the [BridgeData V2](https://rail-berkeley.github.io/bridgedata/) dataset.
- Synthetic speech generated using [Coqui-TTS](https://github.com/coqui-ai/TTS).
---
# ๐ Dataset Structure
Each entry in the dataset contains:
- `first_line`: Textual instruction or caption from BridgeData V2.
- `audio`: Corresponding TTS-generated `.wav` file.
---
# ๐ Licenses and Usage
### ๐น BridgeData V2
- License: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
- Attribution: The original text data is sourced from BridgeData V2, developed by the RAIL lab at UC Berkeley.
- Restrictions: **Non-commercial use only**. Any derivative dataset must also respect this condition.
### ๐น Coqui-TTS
- License: [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/)
- Attribution: The TTS system used to generate the synthetic speech is based on the Coqui-TTS open-source toolkit.
---
# โ
Terms of Use
By using this dataset, you agree to the terms of the licenses listed above.
Please make sure any downstream usage (e.g., fine-tuning models, publication) complies with the original licenses.
---
# ๐ Citation
If you use this dataset, please cite the original BridgeData V2 and Coqui-TTS projects accordingly. |