Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,22 +7,23 @@ language:
|
|
| 7 |
tags:
|
| 8 |
- audio
|
| 9 |
- synthetic-speech-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
configs:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
-
|
| 22 |
-
|
| 23 |
-
- split: test
|
| 24 |
-
path: "Vocoders/**/*.tar.gz"
|
| 25 |
-
|
| 26 |
---
|
| 27 |
This repository introduces: 🌀 *ShiftySpeech*: A Large-Scale Synthetic Speech Dataset with Distribution Shifts
|
| 28 |
|
|
|
|
| 7 |
tags:
|
| 8 |
- audio
|
| 9 |
- synthetic-speech-detection
|
| 10 |
+
- deepfake
|
| 11 |
+
- deepfake-audio
|
| 12 |
+
- security
|
| 13 |
+
- voice-spoofing
|
| 14 |
configs:
|
| 15 |
+
- config_name: tts
|
| 16 |
+
data_files:
|
| 17 |
+
- split: test
|
| 18 |
+
path: TTS/*.tar.gz
|
| 19 |
+
- config_name: real
|
| 20 |
+
data_files:
|
| 21 |
+
- split: test
|
| 22 |
+
path: real_data_flac/*.tar.gz
|
| 23 |
+
- config_name: vocoders
|
| 24 |
+
data_files:
|
| 25 |
+
- split: test
|
| 26 |
+
path: Vocoders/**/*.tar.gz
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
| 28 |
This repository introduces: 🌀 *ShiftySpeech*: A Large-Scale Synthetic Speech Dataset with Distribution Shifts
|
| 29 |
|