luigi-s's picture
Upload dataset
c2e8d97 verified
|
raw
history blame
783 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: conditioning_image
      dtype:
        array2_d:
          shape:
            - 128
            - 440
          dtype: float32
    - name: caption
      dtype: string
    - name: label_folder
      dtype: string
    - name: label
      dtype: int32
    - name: subject
      dtype: int32
  splits:
    - name: train
      num_bytes: 2519026431.125
      num_examples: 7959
    - name: test
      num_bytes: 626854631.625
      num_examples: 1987
    - name: validation
      num_bytes: 630342410.75
      num_examples: 1994
  download_size: 1705342044
  dataset_size: 3776223473.5
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*