Datasets:
anonymous-submission000
commited on
Commit
•
c5c0c0f
1
Parent(s):
3e74585
Update README.md
Browse files
README.md
CHANGED
@@ -31,18 +31,12 @@ configs:
|
|
31 |
---
|
32 |
### Dataset Description
|
33 |
|
34 |
-
>
|
35 |
-
> **Benchmarking embeddings for retrieval and discrimination of vocalizations in humans and songbirds**
|
36 |
-
>
|
37 |
-
> Maris Basha<sup>1,2</sup>, Sabine Stoll<sup>1</sup>, Richard H. R. Hahnloser<sup>1,2</sup> <br>
|
38 |
-
> University of Zurich<sup>1</sup> and ETH Zurich<sup>2</sup>
|
39 |
-
|
40 |
This multi-species dataset was customized to benchmark k-NN retrieval and cluster separation tecniques on Human and Songbird vocalizations.
|
41 |
|
42 |
## Download Dataset
|
43 |
```python
|
44 |
from huggingface_hub import snapshot_download
|
45 |
-
snapshot_download('
|
46 |
```
|
47 |
|
48 |
For more usage details, please refer to the GitHub repository: https://github.com/marisbasha/neural_embeddings
|
@@ -67,5 +61,4 @@ For more usage details, please refer to the GitHub repository: https://github.co
|
|
67 |
4. [**Elie**](https://figshare.com/articles/dataset/Vocal_repertoires_from_adult_and_chick_male_and_female_zebra_finches_Taeniopygia_guttata_/11905533/1): Vocal repertoires from zebra finches, collected between 2011 and 2014 at the University of California Berkeley by Julie E Elie. This dataset contains 3,500 vocalizations from 50 individuals and 65 vocalization types.
|
68 |
|
69 |
|
70 |
-
## Contact
|
71 |
-
maris@ini.ethz.ch
|
|
|
31 |
---
|
32 |
### Dataset Description
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
This multi-species dataset was customized to benchmark k-NN retrieval and cluster separation tecniques on Human and Songbird vocalizations.
|
35 |
|
36 |
## Download Dataset
|
37 |
```python
|
38 |
from huggingface_hub import snapshot_download
|
39 |
+
snapshot_download('anonymous-submission000/vocsim', local_dir = "data/vocsim", repo_type="dataset" )
|
40 |
```
|
41 |
|
42 |
For more usage details, please refer to the GitHub repository: https://github.com/marisbasha/neural_embeddings
|
|
|
61 |
4. [**Elie**](https://figshare.com/articles/dataset/Vocal_repertoires_from_adult_and_chick_male_and_female_zebra_finches_Taeniopygia_guttata_/11905533/1): Vocal repertoires from zebra finches, collected between 2011 and 2014 at the University of California Berkeley by Julie E Elie. This dataset contains 3,500 vocalizations from 50 individuals and 65 vocalization types.
|
62 |
|
63 |
|
64 |
+
## Contact
|
|