Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

The dataset can be loaded with the following codes.

import pandas as pd
import io
from PIL import Image

df = pd.read_parquet('ThinkLite-VL-Hard-11k.parquet', engine='pyarrow')  # Your path of dataset
datas = df.to_dict(orient='records')
image = Image.open(io.BytesIO(datas[0]['image']))
Downloads last month
63

Collection including russwang/ThinkLite-VL-hard-11k