Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# Positive Transfer Of The Whisper Speech Transformer To Human And Animal Voice Activity Detection
|
5 |
+
We proposed WhisperSeg, utilizing the Whisper Transformer pre-trained for Automatic Speech Recognition (ASR) for both human and animal Voice Activity Detection (VAD). For more details, please refer to our paper
|
6 |
+
|
7 |
+
>
|
8 |
+
> [**Positive Transfer of the Whisper Speech Transformer to Human and Animal Voice Activity Detection**]()
|
9 |
+
>
|
10 |
+
> Nianlong Gu, Kanghwi Lee, Maris Basha, Sumit Kumar Ram, Guanghao You, Richard H. R. Hahnloser <br>
|
11 |
+
> University of Zurich and ETH Zurich
|
12 |
+
|
13 |
+
This multi-species dataset was customized for Human and Animal Voice Activity Detection (vocal segmentation) when training the multi-species WhisperSeg-large segmenter..
|
14 |
+
|
15 |
+
## Download Dataset
|
16 |
+
```python
|
17 |
+
from huggingface_hub import snapshot_download
|
18 |
+
snapshot_download('nccratliri/vad-multi-species', local_dir = "data/multi-species", repo_type="dataset" )
|
19 |
+
```
|
20 |
+
|
21 |
+
For more usage details, please refer to the GitHub repository: https://github.com/nianlonggu/WhisperSeg
|
22 |
+
|
23 |
+
## Contact
|
24 |