Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
- zh
|
| 6 |
-
- ja
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
---
|
| 11 |
This repository introduces: π *ShiftySpeech*: A Large-Scale Synthetic Speech Dataset with Distribution Shifts
|
| 12 |
|
| 13 |
## π₯ Key Features
|
|
@@ -39,6 +39,8 @@ dataset = load_dataset("ash56/ShiftySpeech", data_files={"data": f"Vocoders/apne
|
|
| 39 |
```
|
| 40 |
**β οΈ Note:** It is recommended to load data from a specific folder to avoid unnecessary memory usage.
|
| 41 |
|
|
|
|
|
|
|
| 42 |
## π More Information
|
| 43 |
|
| 44 |
For detailed information on dataset sources and analysis, see our paper: *[Less is More for Synthetic Speech Detection in the Wild](https://arxiv.org/abs/2502.05674)*
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- zh
|
| 6 |
+
- ja
|
| 7 |
+
tags:
|
| 8 |
+
- audio
|
| 9 |
+
- synthetic-speech-detection
|
| 10 |
+
---
|
| 11 |
This repository introduces: π *ShiftySpeech*: A Large-Scale Synthetic Speech Dataset with Distribution Shifts
|
| 12 |
|
| 13 |
## π₯ Key Features
|
|
|
|
| 39 |
```
|
| 40 |
**β οΈ Note:** It is recommended to load data from a specific folder to avoid unnecessary memory usage.
|
| 41 |
|
| 42 |
+
The source datasets covered by different TTS and Vocoder systems are listed in [tts.yaml](https://huggingface.co/datasets/ash56/ShiftySpeech/blob/main/tts.yaml) and [vocoders.yaml](https://huggingface.co/datasets/ash56/ShiftySpeech/blob/main/vocoders.yaml)
|
| 43 |
+
|
| 44 |
## π More Information
|
| 45 |
|
| 46 |
For detailed information on dataset sources and analysis, see our paper: *[Less is More for Synthetic Speech Detection in the Wild](https://arxiv.org/abs/2502.05674)*
|