syntheory / README.md
meganwei's picture
Upload dataset
81e7264 verified
|
raw
history blame
3.5 kB
metadata
license: mit
dataset_info:
  - config_name: chords
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 44100
            mono: false
      - name: root_note_name
        dtype: string
      - name: chord_type
        dtype: string
      - name: inversion
        dtype: int64
      - name: root_note_is_accidental
        dtype: bool
      - name: root_note_pitch_class
        dtype: int64
      - name: midi_program_num
        dtype: int64
      - name: midi_program_name
        dtype: string
      - name: midi_category
        dtype: string
    splits:
      - name: train
        num_bytes: 18697466628.48
        num_examples: 13248
    download_size: 18637787206
    dataset_size: 18697466628.48
  - config_name: notes
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 44100
            mono: false
      - name: root_note_name
        dtype: string
      - name: root_note_pitch_class
        dtype: int64
      - name: octave
        dtype: int64
      - name: root_note_is_accidental
        dtype: bool
      - name: register
        dtype: int64
      - name: midi_note_val
        dtype: int64
      - name: midi_program_num
        dtype: int64
      - name: midi_program_name
        dtype: string
      - name: midi_category
        dtype: string
    splits:
      - name: train
        num_bytes: 14023184428.832
        num_examples: 9936
    download_size: 13804952340
    dataset_size: 14023184428.832
  - config_name: scales
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 44100
            mono: false
      - name: root_note_name
        dtype: string
      - name: mode
        dtype: string
      - name: play_style
        dtype: int64
      - name: play_style_name
        dtype: string
      - name: midi_program_num
        dtype: int64
      - name: midi_program_name
        dtype: string
      - name: midi_category
        dtype: string
    splits:
      - name: train
        num_bytes: 21813743576.416
        num_examples: 15456
    download_size: 21806379646
    dataset_size: 21813743576.416
  - config_name: tempos
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 44100
            mono: false
      - name: bpm
        dtype: int64
      - name: click_config_name
        dtype: string
      - name: midi_program_num
        dtype: int64
      - name: offset_time
        dtype: float64
    splits:
      - name: train
        num_bytes: 2840527084
        num_examples: 4025
    download_size: 1323717012
    dataset_size: 2840527084
  - config_name: time_signatures
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 44100
            mono: false
      - name: time_signature
        dtype: string
      - name: time_signature_beats
        dtype: int64
      - name: time_signature_subdivision
        dtype: int64
      - name: is_compound
        dtype: int64
      - name: bpm
        dtype: int64
      - name: click_config_name
        dtype: string
      - name: midi_program_num
        dtype: int64
      - name: offset_time
        dtype: float64
      - name: reverb_level
        dtype: int64
    splits:
      - name: train
        num_bytes: 846915090
        num_examples: 1200
    download_size: 692431621
    dataset_size: 846915090
configs:
  - config_name: chords
    data_files:
      - split: train
        path: chords/train-*
  - config_name: notes
    data_files:
      - split: train
        path: notes/train-*
  - config_name: scales
    data_files:
      - split: train
        path: scales/train-*
  - config_name: tempos
    data_files:
      - split: train
        path: tempos/train-*
  - config_name: time_signatures
    data_files:
      - split: train
        path: time_signatures/train-*