guesswhat / README.md
jxu124's picture
Upload README.md with huggingface_hub
4c08ca0
|
raw
history blame
No virus
1.5 kB
metadata
license: apache-2.0
dataset_info:
  features:
    - name: image_raw
      dtype: image
    - name: status
      dtype: string
    - name: picture
      struct:
        - name: coco_url
          dtype: string
        - name: file_name
          dtype: string
        - name: flickr_url
          dtype: string
        - name: height
          dtype: int64
        - name: width
          dtype: int64
    - name: picture_id
      dtype: int64
    - name: qas
      list:
        - name: q
          dtype: string
        - name: a
          dtype: string
        - name: id
          dtype: int64
    - name: questioner_id
      dtype: int64
    - name: timestamp
      dtype: string
    - name: object_id
      dtype: int64
    - name: dialogue_id
      dtype: int64
    - name: objects
      struct:
        - name: objects_keys
          sequence: string
        - name: objects_values
          list:
            - name: area
              dtype: float64
            - name: bbox
              sequence: float64
            - name: category
              dtype: string
            - name: category_id
              dtype: int64
            - name: iscrowd
              dtype: bool
            - name: object_id
              dtype: int64
            - name: segment
              sequence:
                sequence: float64
  splits:
    - name: train
      num_bytes: 17727639600.26
      num_examples: 108860
    - name: test
      num_bytes: 3858218992.82
      num_examples: 23115
    - name: validation
      num_bytes: 3885120224.34
      num_examples: 23305
  download_size: 25497584790
  dataset_size: 25470978817.42

Origin dataset can be accessed from here.