The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

DialAM-2024

This is the training data used in the DialAM-2024 shared task. See http://dialam.arg.tech/ for further information.

Usage

from datasets import load_dataset

ds = load_dataset("ArneBinder/dialam2024")

# the dataset consists of a single train split
assert set(ds) == {"train"}

# which has 1381 entries
assert len(ds["train"]) == 1381
Downloads last month
38
Edit dataset card