music-multi-lingual / README.md
perceptron-743's picture
Upload dataset
c8db1e3 verified
metadata
dataset_info:
  features:
    - name: Artist
      dtype: string
    - name: Song
      dtype: string
    - name: Genre
      dtype: string
    - name: Language
      dtype: string
    - name: Lyrics
      dtype: string
    - name: Song year
      dtype: 'null'
    - name: Track_id
      dtype: 'null'
  splits:
    - name: train
      num_bytes: 62360798
      num_examples: 50000
    - name: test
      num_bytes: 6165219
      num_examples: 5000
    - name: val
      num_bytes: 6203700
      num_examples: 5000
  download_size: 37807439
  dataset_size: 74729717
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: val
        path: data/val-*