Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
dialam2024 – Dataset by ArneBinder | AlphaNeural AI
You can deploy this model and start earning money today!
ArneBinder
/
dialam2024
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
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