File size: 752 Bytes
ea4fd77 4ec3acf ea4fd77 4ec3acf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
license: mit
size_categories:
- 1K<n<10K
pretty_name: EDM CUE
dataset_info:
features:
- name: id
dtype: int64
- name: title
dtype: string
- name: artists
dtype: string
- name: duration
dtype: int64
- name: genre
sequence: string
- name: key
sequence: string
- name: beat_grid
struct:
- name: bpm
dtype: float64
- name: init_beat
dtype: int64
- name: start_pos
dtype: float64
- name: time_sig
dtype: string
- name: cue_pts
sequence: float64
splits:
- name: train
num_bytes: 16842
num_examples: 101
download_size: 14049
dataset_size: 16842
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
tags:
- music
---
|