We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 585d066 + 04b1785 commit 43b5e6bCopy full SHA for 43b5e6b
src/nanotron/config/lighteval_config.py
@@ -52,18 +52,14 @@ class LightEvalTasksArgs:
52
"""Arguments related to tasks for LightEval"""
53
54
tasks: Optional[str] = None
55
- custom_tasks_file: Optional[Path] = None
+ custom_tasks: Optional[str] = None
56
max_samples: Optional[int] = None
57
num_fewshot_seeds: Optional[int] = None
58
59
dataset_loading_processes: Optional[int] = 8
60
multichoice_continuations_start_space: Optional[bool] = None
61
no_multichoice_continuations_start_space: Optional[bool] = None
62
63
- def __post_init__(self):
64
- if isinstance(self.custom_tasks_file, str):
65
- self.custom_tasks_file = Path(self.custom_tasks_file)
66
-
67
68
@dataclass
69
class LightEvalWandbLoggerConfig:
0 commit comments