edm-cue / README.md
lucala's picture
Update README.md
ea4fd77 verified
|
raw
history blame
No virus
751 Bytes
---
license: mit
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
pretty_name: EDM CUE
size_categories:
- 1K<n<10K
---