@@ -31,5 +31,5 @@ class custom_dataset:
dataset: str = "custom_dataset"
file: str = "examples/custom_dataset.py"
train_split: str = "train"
- test_split: str = "validation"
+ test_split: str = "test"
data_path: str = "custom_dataset.json"