Commit ae25104c authored by lintangsutawika's avatar lintangsutawika
Browse files

remove lines

parent 86e7637b
......@@ -26,7 +26,7 @@ from tqdm import tqdm
from lm_eval import utils
from lm_eval.api import samplers
from lm_eval.api.instance import InputType, Instance, OutputType
from lm_eval.api.instance import Instance, OutputType
from lm_eval.api.metrics import bits_per_byte, mean, weighted_perplexity
from lm_eval.api.registry import (
AGGREGATION_REGISTRY,
......@@ -48,7 +48,6 @@ ALL_OUTPUT_TYPES = [
"generate_until",
]
eval_logger = logging.getLogger("lm-eval")
......
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