Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,74 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
-
|
| 4 |
-
|
| 5 |
-
-
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
|
| 9 |
-
- split: test
|
| 10 |
-
path: data/test-*
|
| 11 |
-
dataset_info:
|
| 12 |
-
features:
|
| 13 |
-
- name: audio
|
| 14 |
-
dtype:
|
| 15 |
-
audio:
|
| 16 |
-
decode: false
|
| 17 |
-
- name: main_category
|
| 18 |
-
dtype:
|
| 19 |
-
class_label:
|
| 20 |
-
names:
|
| 21 |
-
'0': NSW_3
|
| 22 |
-
'1': NSW_2
|
| 23 |
-
'2': NSW_1
|
| 24 |
-
'3': SW_Dana
|
| 25 |
-
'4': SW_Luna
|
| 26 |
-
'5': SW_Nana
|
| 27 |
-
'6': SW_Neo
|
| 28 |
-
'7': SW_Nikita
|
| 29 |
-
'8': SW_Shy
|
| 30 |
-
'9': SW_Yosefa
|
| 31 |
-
- name: name
|
| 32 |
-
dtype: string
|
| 33 |
-
- name: onset
|
| 34 |
-
dtype: float32
|
| 35 |
-
- name: offset
|
| 36 |
-
dtype: float32
|
| 37 |
-
- name: duration
|
| 38 |
-
dtype: float32
|
| 39 |
-
- name: recording_duration
|
| 40 |
-
dtype: float32
|
| 41 |
-
- name: whistle_type
|
| 42 |
-
dtype: int64
|
| 43 |
-
- name: whistle_name
|
| 44 |
-
dtype: string
|
| 45 |
-
- name: f0_time
|
| 46 |
-
sequence: float32
|
| 47 |
-
- name: f0_hz
|
| 48 |
-
sequence: float32
|
| 49 |
-
- name: f0_conf
|
| 50 |
-
sequence: float32
|
| 51 |
-
- name: f0_ok
|
| 52 |
-
dtype: bool
|
| 53 |
-
- name: f0_bad_reason
|
| 54 |
-
dtype: string
|
| 55 |
-
- name: f0_spectrogram
|
| 56 |
-
dtype: image
|
| 57 |
-
- name: snr_db
|
| 58 |
-
dtype: float64
|
| 59 |
-
splits:
|
| 60 |
-
- name: train
|
| 61 |
-
num_bytes: 2629873129.824
|
| 62 |
-
num_examples: 5848
|
| 63 |
-
- name: validation
|
| 64 |
-
num_bytes: 558058618.714
|
| 65 |
-
num_examples: 1253
|
| 66 |
-
- name: test
|
| 67 |
-
num_bytes: 561976010.714
|
| 68 |
-
num_examples: 1253
|
| 69 |
-
download_size: 3424280239
|
| 70 |
-
dataset_size: 3749907759.252
|
| 71 |
---
|
|
|
|
| 72 |
# Dolphin whistle classification
|
| 73 |
|
| 74 |
Short whistle clips with metadata, fundamental-frequency tracks, F0 spectrograms, and integer class IDs in `main_category`.
|
|
|
|
| 1 |
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- audio-classification
|
| 4 |
+
tags:
|
| 5 |
+
- audio
|
| 6 |
+
- bioacoustics
|
| 7 |
+
- dolphin
|
| 8 |
+
- whistle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
+
|
| 11 |
# Dolphin whistle classification
|
| 12 |
|
| 13 |
Short whistle clips with metadata, fundamental-frequency tracks, F0 spectrograms, and integer class IDs in `main_category`.
|