use xiao_zhan dataset as default

This commit is contained in:
2025-10-30 15:31:05 +08:00
parent 1ffef7a5a2
commit 91177cc5e0

View File

@@ -25,7 +25,7 @@ class EvaluatorConfig(InstantiateConfig):
experiment_desc:str = "testing if this works or not"
"""describe the experiment"""
dataset_name:Literal["Toxic Queries"] = "dev_langagent"
dataset_name:Literal["Toxic Queries"] = "xiao_zhan"
"""name of the dataset to evaluate"""
log_dir:str = "logs"