Frorozcol's picture
Upload README.md with huggingface_hub
40f00ee
metadata
license: cc-by-2.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: contest_number
      dtype: int32
    - name: image_location
      dtype: string
    - name: image_description
      dtype: string
    - name: image_uncanny_description
      dtype: string
    - name: entities
      sequence: string
    - name: questions
      sequence: string
    - name: caption_choices
      dtype: string
    - name: from_description
      dtype: string
    - name: label
      dtype: string
    - name: n_tokens_label
      dtype: int32
    - name: instance_id
      dtype: string
  splits:
    - name: train
      num_bytes: 134115134.64
      num_examples: 2340
    - name: validation
      num_bytes: 8055329
      num_examples: 130
    - name: test
      num_bytes: 6878764
      num_examples: 131
  download_size: 139896532
  dataset_size: 149049227.64