mickylan2367's picture
Upload README.md with huggingface_hub
61bf16d
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: caption
      dtype: string
    - name: data_idx
      dtype: int32
    - name: number
      dtype: int32
    - name: label
      dtype:
        class_label:
          names:
            '0': blues
            '1': classical
            '2': country
            '3': disco
            '4': hiphop
            '5': metal
            '6': pop
            '7': reggae
            '8': rock
            '9': jazz
  splits:
    - name: train
      num_bytes: 1063512266
      num_examples: 9258
    - name: test
      num_bytes: 983072759
      num_examples: 8722
  download_size: 2042103711
  dataset_size: 2046585025

Dataset Card for "GraySpectrotram_example"

More Information needed