datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
rendered-stsb
Dataset Summary
This dataset is rendered to images from STS-benchmark. We envision the need to assess vision encoders' abilities to understand texts. A natural way will be assessing them with the STS protocols, with texts rendered into images.
Examples of Use
Load English train Dataset:
from datasets import load_dataset
dataset = load_dataset("Pixel-Linguist/rendered-stsb", name="en", split="train")
Load Chinese dev Dataset:
from datasets import load_dataset
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/Pixel-Linguist/rendered-stsb.pixel_glue_stsb
Dataset Card for "pixel_glue_stsb"
More Information needed
pixel_glue_stsb_low_noise
Dataset Card for "pixel_glue_stsb_low_noise"
More Information needed
pixel_glue_stsb_high_noise
Dataset Card for "pixel_glue_stsb_high_noise"
More Information needed
