From c93a2fa0f81a5c763f5a9d33381ea1d3ac3962f6 Mon Sep 17 00:00:00 2001 From: "clementine@huggingface.co" Date: Thu, 4 Jul 2024 12:56:25 +0000 Subject: [PATCH] fix --- src/lighteval/tasks/registry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lighteval/tasks/registry.py b/src/lighteval/tasks/registry.py index 294bdbe76..f8feb42d7 100644 --- a/src/lighteval/tasks/registry.py +++ b/src/lighteval/tasks/registry.py @@ -238,9 +238,9 @@ def create_config_tasks( Create configuration tasks based on the provided meta_table. Args: - meta_table (Optional[Dataset]): meta_table containing task + meta_table: meta_table containing task configurations. If not provided, it will be loaded from TABLE_PATH. - cache_dir (Optional[str]): Directory to store cached data. If not + cache_dir: Directory to store cached data. If not provided, the default cache directory will be used. Returns: