DFKI-SLT/dfki-mlst-deberta-v3
Updated • 2
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
Check out the documentation for more information.
This is the training data used in the DialAM-2024 shared task. See http://dialam.arg.tech/ for further information.
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