daic-segments / README.md
sulaimank's picture
Upload dataset
dbd98de verified
|
Raw
History Blame Contribute Delete
1.28 kB
metadata
dataset_info:
  features:
    - name: segment_id
      dtype: string
    - name: participant_id
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: transcript
      dtype: string
    - name: speaker
      dtype: string
    - name: start_time
      dtype: float64
    - name: stop_time
      dtype: float64
    - name: duration
      dtype: float64
    - name: gender
      dtype: float64
    - name: phq8_binary
      dtype: float64
    - name: phq8_score
      dtype: float64
    - name: phq8_nointerest
      dtype: float64
    - name: phq8_depressed
      dtype: float64
    - name: phq8_sleep
      dtype: float64
    - name: phq8_tired
      dtype: float64
    - name: phq8_appetite
      dtype: float64
    - name: phq8_failure
      dtype: float64
    - name: phq8_concentrating
      dtype: float64
    - name: phq8_moving
      dtype: float64
  splits:
    - name: train
      num_bytes: 1968517663
      num_examples: 25461
    - name: validation
      num_bytes: 718505747
      num_examples: 9305
    - name: test
      num_bytes: 979314297
      num_examples: 12534
  download_size: 3238848691
  dataset_size: 3666337707
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*