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
7b60ead4
Commit
7b60ead4
authored
Nov 08, 2023
by
lintangsutawika
Browse files
added comment line
parent
e1d5c849
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lm_eval/tasks/__init__.py
lm_eval/tasks/__init__.py
+3
-1
No files found.
lm_eval/tasks/__init__.py
View file @
7b60ead4
...
@@ -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
:
...
...
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