Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
db9231e2
Unverified
Commit
db9231e2
authored
Jul 18, 2023
by
Lintang Sutawika
Committed by
GitHub
Jul 18, 2023
Browse files
Update evaluator.py
parent
9a4e7e7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
lm_eval/evaluator.py
lm_eval/evaluator.py
+0
-5
No files found.
lm_eval/evaluator.py
View file @
db9231e2
...
...
@@ -200,12 +200,7 @@ def evaluate(
if
type
(
task
)
==
tuple
:
group
,
task
=
task
# if group in task_groups:
# task_groups[group].append(task_name)
# else:
# task_groups[group] = [task_name]
task_groups
[
task_name
]
=
group
versions
[
task_name
]
=
task
.
VERSION
configs
[
task_name
]
=
dict
(
task
.
dump_config
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment