language: | |
- en | |
dataset_info: | |
features: | |
- name: input | |
dtype: image | |
- name: instruction | |
dtype: string | |
- name: source | |
dtype: string | |
splits: | |
- name: test | |
num_bytes: 84176333.0 | |
num_examples: 400 | |
download_size: 83377212 | |
dataset_size: 84176333.0 | |
configs: | |
- config_name: default | |
data_files: | |
- split: test | |
path: data/test-* | |
Please check out our GitHub repository if you simply want a json and image folders (I personally find parquet confusing): https://github.com/McGill-NLP/AURORA | |
--- |