indian_songs / README.md
yav1327's picture
Upload dataset
7f6173a verified
|
raw
history blame
512 Bytes
metadata
license: apache-2.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: song_id
      dtype: int64
    - name: filename
      dtype: string
    - name: filepath
      dtype:
        audio:
          sampling_rate: 16000
    - name: genre_id
      dtype: int64
    - name: genre
      dtype: string
  splits:
    - name: train
      num_bytes: 891808566
      num_examples: 355
  download_size: 890883460
  dataset_size: 891808566