Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -17,3 +17,42 @@ configs:
|
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
---
|
20 |
+
# ๐ Dataset Summary
|
21 |
+
|
22 |
+
This dataset contains paired audio-text data generated using:
|
23 |
+
- Text prompts from the [BridgeData V2](https://rail-berkeley.github.io/bridgedata/) dataset.
|
24 |
+
- Synthetic speech generated using [Coqui-TTS](https://github.com/coqui-ai/TTS).
|
25 |
+
|
26 |
+
---
|
27 |
+
|
28 |
+
# ๐ Dataset Structure
|
29 |
+
|
30 |
+
Each entry in the dataset contains:
|
31 |
+
- `text`: Textual instruction or caption from BridgeDataV2.
|
32 |
+
- `audio`: Corresponding TTS-generated `.wav` file.
|
33 |
+
|
34 |
+
---
|
35 |
+
|
36 |
+
# ๐ Licenses and Usage
|
37 |
+
|
38 |
+
### ๐น BridgeData V2
|
39 |
+
- License: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
|
40 |
+
- Attribution: The original text data is sourced from BridgeData V2, developed by the RAIL lab at UC Berkeley.
|
41 |
+
- Restrictions: **Non-commercial use only**. Any derivative dataset must also respect this condition.
|
42 |
+
|
43 |
+
### ๐น Coqui-TTS
|
44 |
+
- License: [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/)
|
45 |
+
- Attribution: The TTS system used to generate the synthetic speech is based on the Coqui-TTS open-source toolkit.
|
46 |
+
|
47 |
+
---
|
48 |
+
|
49 |
+
# โ
Terms of Use
|
50 |
+
|
51 |
+
By using this dataset, you agree to the terms of the licenses listed above.
|
52 |
+
Please make sure any downstream usage (e.g., fine-tuning models, publication) complies with the original licenses.
|
53 |
+
|
54 |
+
---
|
55 |
+
|
56 |
+
# ๐ Citation
|
57 |
+
|
58 |
+
If you use this dataset, please cite the original BridgeData V2 and Coqui-TTS projects accordingly.
|