vsr / README.md
Phando's picture
Upload README.md with huggingface_hub
48c909b
metadata
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_link
      dtype: string
    - name: caption
      dtype: string
    - name: label
      dtype: int64
    - name: relation
      dtype: string
    - name: subj
      dtype: string
    - name: obj
      dtype: string
    - name: annotator_id
      dtype: int64
    - name: vote_true_validator_id
      dtype: string
    - name: vote_false_validator_id
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: train
      num_bytes: 176262215.386
      num_examples: 3489
    - name: validation
      num_bytes: 17990271
      num_examples: 340
    - name: test
      num_bytes: 54289880.918
      num_examples: 1222
  download_size: 239471235
  dataset_size: 248542367.30400002

Dataset Card for "vsr"

More Information needed