grotsoV commited on
Commit
aeedf5d
·
verified ·
1 Parent(s): 95d554b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -10,4 +10,48 @@ tags:
10
  - synthetic-speech
11
  - voice-cloning
12
  - deepfake-detection
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - synthetic-speech
11
  - voice-cloning
12
  - deepfake-detection
13
+ ---
14
+
15
+ # 4TTSDeepfakeDataset
16
+
17
+ ## Description
18
+ Based on the [Hi-Fi Multi-Speaker English TTS Dataset](https://www.openslr.org/109/), this dataset includes 148.06 hours and 75,575 utterances of 24kHz Mono 16-bit audio. It uses the utterances of speakers 6097, 6670, 6671, and 9017 from the original corpus.
19
+
20
+ For each original bona fide utterance, there are 4 corresponding deepfake zero-shot 1:1 utterances generated by the following models (15,115 utterances each):
21
+ * [F5-TTSv1](https://huggingface.co/SWivid/F5-TTS)
22
+ * [MaskGCT](https://huggingface.co/amphion/MaskGCT)
23
+ * [CosyVoice2](https://huggingface.co/FunAudioLLM/CosyVoice2-0.5B)
24
+ * [Fish-S1mini](https://huggingface.co/fishaudio/s1-mini)
25
+
26
+ ## Dataset Structure
27
+ The dataset includes 5 folders with utterances and a `parallel_manifest.json` file that provides the 1:4 (bona fide to TTS deepfakes) mapping.
28
+
29
+ ### Recordings per TTS System/Speaker
30
+
31
+ | Speaker ID | Parallel Utterances | Bona Fide (hrs) | MaskGCT (hrs) | F5-TTSv1 (hrs) | Fish-S1mini (hrs) | CosyVoice2 (hrs) |
32
+ | :--------------- | :-----------------: | :-------------: | :-----------: | :------------: | :---------------: | :--------------: |
33
+ | **6097** | 3,500 | 6.98 | 7.00 | 6.85 | 6.83 | 7.11 |
34
+ | **6670** | 3,556 | 7.18 | 7.19 | 7.07 | 6.97 | 7.56 |
35
+ | **6671** | 4,538 | 9.02 | 8.93 | 8.74 | 8.57 | 9.11 |
36
+ | **9017** | 3,521 | 6.63 | 6.66 | 6.55 | 6.38 | 6.73 |
37
+ | **Total Corpus** | **15,115** | **29.82** | **29.77** | **29.20** | **28.76** | **30.51** |
38
+
39
+ ## Acknowledgements and Attribution
40
+
41
+ ### Original Audio Data
42
+ This dataset is a derivative work based on the [Hi-Fi Multi-Speaker English TTS Dataset](https://www.openslr.org/109/) created by E. Bakhturina, V. Lavrukhin, B. Ginsburg, and Y. Zhang. The original dataset is licensed under a [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
43
+
44
+ **Modifications to the Original Material:** 1. The original bona fide audio files from speakers 6097, 6670, 6671, and 9017 were modified (sliced and merged) to create the parallel baseline utterances.
45
+ 2. These preprocessed bona fide files were then used as the source material to generate 1:1 synthetic speech (deepfakes).
46
+
47
+ ### Synthetic Data Generation (Deepfakes)
48
+ The synthetic deepfake utterances in this dataset were generated using the following open-source Text-to-Speech models. The generated audio inherits the licensing terms of their respective source models:
49
+
50
+ * **[F5-TTSv1](https://huggingface.co/SWivid/F5-TTS)** by SWivid (Licensed under CC BY-NC 4.0)
51
+ * **[MaskGCT](https://huggingface.co/amphion/MaskGCT)** by Amphion (Licensed under CC BY-NC 4.0)
52
+ * **[Fish-S1mini](https://huggingface.co/fishaudio/s1-mini)** by Fish Audio (Licensed under CC BY-NC-SA 4.0)
53
+ * **[CosyVoice2](https://huggingface.co/FunAudioLLM/CosyVoice2-0.5B)** by FunAudioLLM (Licensed under Apache 2.0)
54
+
55
+ ## Usage Restrictions
56
+ In accordance with the licenses of the underlying datasets and TTS models (specifically the CC-BY-NC and CC-BY-NC-SA clauses), the valid usage of this dataset only covers **educational and personal purposes**.
57
+ Misuse of the dataset is your own responsibility.