JonasLange
commited on
Commit
•
3a0173a
1
Parent(s):
cccb695
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: ID
|
5 |
+
dtype: string
|
6 |
+
- name: Audio
|
7 |
+
dtype: audio
|
8 |
+
- name: Start Time (s)
|
9 |
+
dtype: string
|
10 |
+
- name: End Time (s)
|
11 |
+
dtype: string
|
12 |
+
- name: Low Freq (Hz)
|
13 |
+
dtype: string
|
14 |
+
- name: High Freq (Hz)
|
15 |
+
dtype: string
|
16 |
+
- name: Species eBird Code
|
17 |
+
dtype: string
|
18 |
+
- name: Call Type
|
19 |
+
dtype: 'null'
|
20 |
+
- name: Sex
|
21 |
+
dtype: 'null'
|
22 |
+
- name: Latitude
|
23 |
+
dtype: float64
|
24 |
+
- name: Longitude
|
25 |
+
dtype: float64
|
26 |
+
- name: Uncertainty
|
27 |
+
dtype: 'null'
|
28 |
+
- name: Microphone
|
29 |
+
dtype: string
|
30 |
+
- name: License
|
31 |
+
dtype: string
|
32 |
+
- name: Source
|
33 |
+
dtype: string
|
34 |
+
- name: BirdNet Training Data
|
35 |
+
dtype: bool
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 156231869250.216
|
39 |
+
num_examples: 10976
|
40 |
+
download_size: 538872707
|
41 |
+
dataset_size: 156231869250.216
|
42 |
+
---
|
43 |
+
# Dataset Card for "DBD-research-group"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|