MuVGM / README.md
TylerHMC's picture
Upload dataset
e0820c0 verified
|
Raw
History Blame Contribute Delete
733 Bytes
metadata
dataset_info:
  features:
    - name: input_ids
      list: int32
      length: 2048
    - name: token_count
      dtype: int32
    - name: embedding
      list: float32
      length: 1024
    - name: split
      dtype: string
    - name: console
      dtype: string
    - name: game_title
      dtype: string
    - name: song_title
      dtype: string
    - name: midi_path
      dtype: string
    - name: source_file
      dtype: string
  splits:
    - name: train
      num_bytes: 75330742
      num_examples: 6027
    - name: validation
      num_bytes: 7507346
      num_examples: 600
  download_size: 81925502
  dataset_size: 82838088
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*