REMINDER: this dataset includes test examples and should ONLY be used for debugging. It should NOT be used for training.
This dataset was converted from JourneyBench/JourneyBench_Multi_Image_VQA using the following script.
import math
from dataclasses import dataclass
import requests
from datasets import Dataset, Sequence, load_dataset
from datasets import Image as ImageData
from PIL import Image
@dataclass
class ImageProcessor:
max_pixels: int
min_pixels: int
def __call__(self… See the full description on the dataset page: https://huggingface.co/datasets/hiyouga/journeybench-multi-image-vqa.