ConECT (Contextualized Ecommerce Translation) dataset is Czech <-> Polish e-commerce product translation dataset coupled with images and product metadata consisting of 11,400 sentence pairs.
from datasets import load_dataset
dataset = load_dataset("allegro/ConECT")
print(dataset)
DatasetDict({
validation: Dataset({
features: ['cs_sent', 'pl_sent', 'category', 'path_names_cs', 'path_names_pl', 'synth_desc_cs'… See the full description on the dataset page:
https://huggingface.co/datasets/allegro/ConECT.