invig / README.md
jxu124's picture
Upload README.md with huggingface_hub
6f51235
|
raw
history blame
1.13 kB
metadata
language:
  - en
  - zh
license: apache-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: dialog
      sequence:
        sequence: string
    - name: dialog_cn
      sequence:
        sequence: string
    - name: bbox
      sequence: float64
    - name: image
      dtype: image
    - name: image_id
      dtype: string
  splits:
    - name: train
      num_bytes: 1780979038.664
      num_examples: 18104
    - name: validation
      num_bytes: 96537647
      num_examples: 998
    - name: test
      num_bytes: 193021198.226
      num_examples: 1998
  download_size: 2017567583
  dataset_size: 2070537883.89

Dataset Card for "invig"

Github

@misc{invigdataset,
    title={InViG: Interactive Visual-Language Disambiguation with 21K Human-to-Human Dialogues},
    author={Zhang, Hanbo and Mo, Yuchen and Xu, Jie and Si, Qingyi and Kong, Tao},
    howpublished = {\url{https://github.com/ZhangHanbo/invig-dataset}},
    year={2023}
}