cairocode's picture
Upload dataset
3d66505 verified
|
raw
history blame
No virus
896 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: speaker
      dtype: string
    - name: speakerID
      dtype: int64
    - name: label
      dtype: int64
    - name: dataset
      dtype: string
    - name: valence
      dtype: float64
    - name: arousal
      dtype: float64
    - name: domination
      dtype: float64
    - name: arousal_norm
      dtype: float64
    - name: valence_norm
      dtype: float64
    - name: file_paths
      dtype: string
  splits:
    - name: train
      num_bytes: 834454635.32
      num_examples: 9280
    - name: validation
      num_bytes: 237219210.812
      num_examples: 2602
    - name: test
      num_bytes: 339465918.235
      num_examples: 3363
  download_size: 1270591645
  dataset_size: 1411139764.367
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*