seungheondoh
commited on
Commit
•
0b2998e
1
Parent(s):
0139b1a
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: gtzan_bind_v1
|
6 |
+
path: data/gtzan_bind_v1-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: track_id
|
10 |
+
dtype: string
|
11 |
+
- name: shazam_id
|
12 |
+
dtype: string
|
13 |
+
- name: title
|
14 |
+
dtype: string
|
15 |
+
- name: artist_name
|
16 |
+
dtype: string
|
17 |
+
- name: album
|
18 |
+
dtype: string
|
19 |
+
- name: label
|
20 |
+
dtype: string
|
21 |
+
- name: released
|
22 |
+
dtype: string
|
23 |
+
- name: tag
|
24 |
+
dtype: string
|
25 |
+
- name: caption_15s
|
26 |
+
dtype: string
|
27 |
+
- name: key
|
28 |
+
dtype: string
|
29 |
+
- name: youtube_url
|
30 |
+
dtype: string
|
31 |
+
- name: album_img_url
|
32 |
+
dtype: string
|
33 |
+
- name: artist_img_url
|
34 |
+
dtype: string
|
35 |
+
- name: path
|
36 |
+
dtype: string
|
37 |
+
- name: fault_filtered_split
|
38 |
+
dtype: string
|
39 |
+
- name: beat
|
40 |
+
sequence: float64
|
41 |
+
- name: downbeat
|
42 |
+
sequence: float64
|
43 |
+
- name: 8th-note
|
44 |
+
sequence: float64
|
45 |
+
- name: ternary
|
46 |
+
dtype: string
|
47 |
+
- name: swing
|
48 |
+
dtype: string
|
49 |
+
- name: swing_ratio_iqr
|
50 |
+
dtype: string
|
51 |
+
- name: swing_ratio_confidence
|
52 |
+
dtype: string
|
53 |
+
- name: meter
|
54 |
+
dtype: string
|
55 |
+
- name: swing_ratio
|
56 |
+
dtype: string
|
57 |
+
- name: tempo_mean
|
58 |
+
dtype: string
|
59 |
+
- name: tempo_std
|
60 |
+
dtype: string
|
61 |
+
- name: metrical_levels_pulse_rates
|
62 |
+
sequence:
|
63 |
+
sequence:
|
64 |
+
sequence: float64
|
65 |
+
- name: metrical_annotators
|
66 |
+
sequence: string
|
67 |
+
splits:
|
68 |
+
- name: gtzan_bind_v1
|
69 |
+
num_bytes: 1505501
|
70 |
+
num_examples: 1000
|
71 |
+
download_size: 743107
|
72 |
+
dataset_size: 1505501
|
73 |
+
---
|
74 |
+
# Dataset Card for "gtzan-bind"
|
75 |
+
|
76 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|