aviroes's picture
Upload README.md with huggingface_hub
5760e77
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: client_id
      dtype: string
    - name: path
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 48000
    - name: sentence
      dtype: string
    - name: up_votes
      dtype: int64
    - name: down_votes
      dtype: int64
    - name: age
      dtype: string
    - name: gender
      dtype: string
    - name: accent
      dtype: string
    - name: locale
      dtype: string
    - name: segment
      dtype: string
  splits:
    - name: train
      num_bytes: 204191101.09341103
      num_examples: 4315
    - name: test
      num_bytes: 8646317.409757026
      num_examples: 166
  download_size: 193297105
  dataset_size: 212837418.50316805

Dataset Card for "above_70yo_elderly_people_dataset"

More Information needed