gkook commited on
Commit
20c4522
ยท
verified ยท
1 Parent(s): b2bb8ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
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.