branching for sentiment

This commit is contained in:
Andrea Pedrotti 2023-06-08 10:07:00 +02:00
parent ab7a310b34
commit 770e8e62be
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ def get_dataset(dataset_name, args):
GLAMI_DATAPATH = expanduser("~/datasets/GLAMI-1M-dataset")
WEBIS_CLS = expanduser("~/dataset/cls-acl10-unprocessed")
if dataset_name == "multinews":
# TODO: convert to gFunDataset
raise NotImplementedError