DFKI-SLT/dfki-mlst-deberta-v3
Updated
•
13
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.
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