Datasets:
yangwang825
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -45,13 +45,13 @@ dataset_info:
|
|
45 |
'31': White-sided_Dolphin
|
46 |
splits:
|
47 |
- name: train
|
48 |
-
num_bytes: 1179470284
|
49 |
num_examples: 1357
|
50 |
- name: test
|
51 |
-
num_bytes: 154350686
|
52 |
num_examples: 340
|
53 |
download_size: 1217429434
|
54 |
-
dataset_size: 1333820970
|
55 |
configs:
|
56 |
- config_name: default
|
57 |
data_files:
|
@@ -59,4 +59,18 @@ configs:
|
|
59 |
path: data/train-*
|
60 |
- split: test
|
61 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
'31': White-sided_Dolphin
|
46 |
splits:
|
47 |
- name: train
|
48 |
+
num_bytes: 1179470284
|
49 |
num_examples: 1357
|
50 |
- name: test
|
51 |
+
num_bytes: 154350686
|
52 |
num_examples: 340
|
53 |
download_size: 1217429434
|
54 |
+
dataset_size: 1333820970
|
55 |
configs:
|
56 |
- config_name: default
|
57 |
data_files:
|
|
|
59 |
path: data/train-*
|
60 |
- split: test
|
61 |
path: data/test-*
|
62 |
+
task_categories:
|
63 |
+
- audio-classification
|
64 |
+
tags:
|
65 |
+
- multiclass
|
66 |
+
size_categories:
|
67 |
+
- 1K<n<10K
|
68 |
---
|
69 |
+
|
70 |
+
# Watkins Marine Mammal Sound (WMMS) Database
|
71 |
+
|
72 |
+
Sound files on this website are free to download for personal or academic (not commercial) use.
|
73 |
+
Sound files and associated metadata are credited as follows: "Watkins Marine Mammal Sound Database, Woods Hole Oceanographic Institution and the New Bedford Whaling Museum."
|
74 |
+
Database could be found and downloaded from [here](https://archive.org/details/watkins_202104).
|
75 |
+
|
76 |
+
In this database version, the audio archive includes sounds of 32 species: 'Atlantic_Spotted_Dolphin', 'Bearded_Seal', 'Beluga,_White_Whale', 'Bottlenose_Dolphin', 'Bowhead_Whale', 'Clymene_Dolphin', 'Common_Dolphin', 'False_Killer_Whale', 'Fin,_Finback_Whale', 'Frasers_Dolphin', 'Grampus,_Rissos_Dolphin', 'Harp_Seal', 'Humpback_Whale', 'Killer_Whale', 'Leopard_Seal', 'Long-Finned_Pilot_Whale', 'Melon_Headed_Whale', 'Minke_Whale', 'Narwhal', 'Northern_Right_Whale', 'Pantropical_Spotted_Dolphin', 'Ross_Seal', 'Rough-Toothed_Dolphin', 'Short-Finned_Pacific_Pilot_Whale', 'Southern_Right_Whale', 'Sperm_Whale', 'Spinner_Dolphin', 'Striped_Dolphin', 'Walrus', 'Weddell_Seal', 'White-beaked_Dolphin', 'White-sided_Dolphin'.
|