Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: primary_label
|
5 |
+
dtype: string
|
6 |
+
- name: common_name
|
7 |
+
dtype: string
|
8 |
+
- name: filename
|
9 |
+
dtype: string
|
10 |
+
- name: filepath
|
11 |
+
dtype: string
|
12 |
+
- name: new_filepath
|
13 |
+
dtype:
|
14 |
+
audio:
|
15 |
+
sampling_rate: 16000
|
16 |
+
- name: label
|
17 |
+
dtype: int64
|
18 |
+
- name: code
|
19 |
+
dtype: int64
|
20 |
+
- name: __index_level_0__
|
21 |
+
dtype: int64
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 21436542043.0
|
25 |
+
num_examples: 5868
|
26 |
+
- name: test
|
27 |
+
num_bytes: 2648516188.0
|
28 |
+
num_examples: 725
|
29 |
+
- name: val
|
30 |
+
num_bytes: 2381838007.0
|
31 |
+
num_examples: 652
|
32 |
+
download_size: 395191103
|
33 |
+
dataset_size: 26466896238.0
|
34 |
+
---
|
35 |
+
# Dataset Card for "BirdClefTop20"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|