浏览代码

fixing name to test

Hamid Shojanazeri 1 年之前
父节点
当前提交
f0f0c156df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/llama_recipes/configs/datasets.py

+ 1 - 1
src/llama_recipes/configs/datasets.py

@@ -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"