diff --git a/src/cl_dataset.py b/src/cl_dataset.py index 3b46324..e5082c6 100644 --- a/src/cl_dataset.py +++ b/src/cl_dataset.py @@ -180,7 +180,7 @@ def _load_dataset(self, dataset_path): return instances - def load_LongSeq_dataset(self, dataset_path, dataset_name, sampling_strategy, max_num_instances, subset): + def load_LongSeq_dataset(self, dataset_path,labels_path, dataset_name, sampling_strategy, max_num_instances, subset): data = self._load_dataset(dataset_path) print(list(data.keys()))