seungheondoh's picture
Upload dataset
46c35c7 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: title
      dtype: string
    - name: artist
      dtype: string
    - name: license
      dtype: string
    - name: audio_path
      dtype: string
    - name: duration
      dtype: float64
    - name: sample_rate
      dtype: int64
    - name: channels
      dtype: int64
    - name: bit_rate
      dtype: float64
    - name: genre
      sequence: string
    - name: instrument
      sequence: string
    - name: mood/theme
      sequence: string
    - name: original_id
      dtype: string
    - name: key
      sequence: string
    - name: tempo
      sequence: string
    - name: CE
      dtype: float64
    - name: CU
      dtype: float64
    - name: PC
      dtype: float64
    - name: PQ
      dtype: float64
  splits:
    - name: train
      num_bytes: 4165839
      num_examples: 15718
    - name: test
      num_bytes: 1185303
      num_examples: 4476
  download_size: 2174875
  dataset_size: 5351142
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*