Commit 7b60ead4 authored by lintangsutawika's avatar lintangsutawika
Browse files

added comment line

parent e1d5c849
...@@ -15,9 +15,11 @@ from lm_eval.api.registry import ( ...@@ -15,9 +15,11 @@ from lm_eval.api.registry import (
import logging import logging
eval_logger = logging.getLogger("lm-eval")
# import python tasks
from .squadv2.squad import SQuAD2 from .squadv2.squad import SQuAD2
eval_logger = logging.getLogger("lm-eval")
def register_configurable_task(config: Dict[str, str]) -> int: def register_configurable_task(config: Dict[str, str]) -> int:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment