crate-bench / README.md
zpn's picture
Upload dataset
546c942 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: release_id
      dtype: int64
    - name: artist
      dtype: string
    - name: album_title
      dtype: string
    - name: year
      dtype: int32
    - name: genres
      list: string
    - name: styles
      list: string
    - name: country
      dtype: string
    - name: popularity_tier
      dtype: string
    - name: community_have
      dtype: int32
    - name: decade
      dtype: string
    - name: genre_bucket
      dtype: string
    - name: region
      dtype: string
  splits:
    - name: train
      num_bytes: 314619157
      num_examples: 3000
    - name: test
      num_bytes: 12740418
      num_examples: 150
  download_size: 320980699
  dataset_size: 327359575
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*