eval-song_describer / README.md
seungheondoh's picture
Upload dataset
ac97a5b verified
metadata
dataset_info:
  features:
    - name: caption_id
      dtype: int64
    - name: track_id
      dtype: int64
    - name: caption
      dtype: string
    - name: is_valid_subset
      dtype: bool
    - name: familiarity
      dtype: int64
    - name: artist_id
      dtype: int64
    - name: album_id
      dtype: int64
    - name: path
      dtype: string
    - name: duration
      dtype: float64
  splits:
    - name: original
      num_bytes: 205527
      num_examples: 1106
    - name: nosinging
      num_bytes: 106110
      num_examples: 586
  download_size: 171886
  dataset_size: 311637
configs:
  - config_name: default
    data_files:
      - split: original
        path: data/original-*
      - split: nosinging
        path: data/nosinging-*