Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,9 @@ language:
|
|
4 |
- en
|
5 |
- zh
|
6 |
- ja
|
7 |
-
|
|
|
|
|
8 |
---
|
9 |
This repository introduces: ๐ *ShiftySpeech*: A Large-Scale Synthetic Speech Dataset with Distribution Shifts
|
10 |
|
@@ -37,6 +39,12 @@ dataset = load_dataset("ash56/ShiftySpeech", data_files={"data": f"Vocoders/apne
|
|
37 |
```
|
38 |
**โ ๏ธ Note:** It is recommended to load data from a specific folder to avoid unnecessary memory usage.
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
### **Citation**
|
41 |
|
42 |
If you find this dataset useful, please cite our work:
|
@@ -50,4 +58,8 @@ If you find this dataset useful, please cite our work:
|
|
50 |
primaryClass={eess.AS},
|
51 |
url={https://arxiv.org/abs/2502.05674},
|
52 |
}
|
53 |
-
```
|
|
|
|
|
|
|
|
|
|
4 |
- en
|
5 |
- zh
|
6 |
- ja
|
7 |
+
|
8 |
+
tags:
|
9 |
+
- audio
|
10 |
---
|
11 |
This repository introduces: ๐ *ShiftySpeech*: A Large-Scale Synthetic Speech Dataset with Distribution Shifts
|
12 |
|
|
|
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)*
|
45 |
+
|
46 |
+
You can also find the full implementation on [GitHub](https://github.com/Ashigarg123/ShiftySpeech/tree/main)
|
47 |
+
|
48 |
### **Citation**
|
49 |
|
50 |
If you find this dataset useful, please cite our work:
|
|
|
58 |
primaryClass={eess.AS},
|
59 |
url={https://arxiv.org/abs/2502.05674},
|
60 |
}
|
61 |
+
```
|
62 |
+
|
63 |
+
### โ๏ธ **Dataset Card Contact**
|
64 |
+
|
65 |
+
If you have any questions or comments about the resource, please feel free to reach out to us at: [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected])
|