CoolFace
Datasetpublic

Kevius/VSI-Bench-modified

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes275downloads
README.md30 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: id5    dtype: int646  - name: dataset7    dtype: string8  - name: scene_name9    dtype: string10  - name: question_type11    dtype: string12  - name: question13    dtype: string14  - name: ground_truth15    dtype: string16  - name: options17    sequence: string18  splits:19  - name: test20    num_bytes: 126653521    num_examples: 513022  download_size: 17157623  dataset_size: 126653524configs:25- config_name: default26  data_files:27  - split: test28    path: data/test-*29---30