Update Readme.md
Browse files
Readme.md
CHANGED
@@ -2,21 +2,24 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
This repository contains the model checkpoints related to the paper: [Less is More for Synthetic Speech Detection in the Wild](https://arxiv.org/abs/2502.05674)
|
6 |
|
7 |
Dataset can be downloaded from [here](https://huggingface.co/datasets/ash56/ShiftySpeech/tree/main)
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
This repository contains the model checkpoints related to the paper: *[Less is More for Synthetic Speech Detection in the Wild](https://arxiv.org/abs/2502.05674)*
|
6 |
|
7 |
Dataset can be downloaded from [here](https://huggingface.co/datasets/ash56/ShiftySpeech/tree/main)
|
8 |
|
9 |
+
Checkpoints can be used in complementary to the official [GitHub](https://github.com/Ashigarg123/ShiftySpeech/tree/main) repository.
|
10 |
+
|
11 |
+
๐ **Stay tuned! Hugging Face support for loading the model will be added soon.**
|
12 |
+
|
13 |
+
If you find the dataset or this resource helpful for your research, please cite our work:
|
14 |
+
|
15 |
+
```bibtex
|
16 |
+
@misc{garg2025syntheticspeechdetectionwild,
|
17 |
+
title={Less is More for Synthetic Speech Detection in the Wild},
|
18 |
+
author={Ashi Garg and Zexin Cai and Henry Li Xinyuan and Leibny Paola Garcรญa-Perera and Kevin Duh and Sanjeev Khudanpur and Matthew Wiesner and Nicholas Andrews},
|
19 |
+
year={2025},
|
20 |
+
eprint={2502.05674},
|
21 |
+
archivePrefix={arXiv},
|
22 |
+
primaryClass={eess.AS},
|
23 |
+
url={https://arxiv.org/abs/2502.05674},
|
24 |
+
}
|
25 |
+
```
|