loaf_data / README.md
adamjweintraut's picture
Upload dataset
91b8253 verified
metadata
dataset_info:
  features:
    - name: midi_id
      dtype: string
    - name: song_title
      dtype: string
    - name: lyrics
      dtype: string
    - name: genre
      dtype: string
    - name: lyric_summary_bart
      dtype: string
    - name: lyric_summary_bartv2
      dtype: string
    - name: topic
      dtype: string
    - name: orig_syl_tokens
      dtype: string
    - name: orig_note_onsets_tokens
      dtype: string
    - name: orig_note_dur_tokens
      dtype: string
    - name: orig_note_pitch_tokens
      dtype: string
    - name: orig_note_vel_tokens
      dtype: string
    - name: orig_note_stress_tokens
      dtype: string
    - name: plan_orig
      dtype: string
    - name: lines
      sequence: string
    - name: kws_per_line
      sequence:
        sequence: string
    - name: plan_target
      dtype: string
    - name: lyrics_target
      dtype: string
  splits:
    - name: train
      num_bytes: 109730326
      num_examples: 4489
    - name: test
      num_bytes: 13845243
      num_examples: 571
    - name: valid
      num_bytes: 14734568
      num_examples: 622
  download_size: 33820325
  dataset_size: 138310137
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: valid
        path: data/valid-*