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
3c8479ba
Commit
3c8479ba
authored
Mar 08, 2023
by
Benjamin Fattori
Browse files
arithmetic task class now uses HF remote builder
parent
f022d303
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/arithmetic.py
lm_eval/tasks/arithmetic.py
+1
-1
No files found.
lm_eval/tasks/arithmetic.py
View file @
3c8479ba
...
@@ -30,7 +30,7 @@ _CITATION = """
...
@@ -30,7 +30,7 @@ _CITATION = """
class
Arithmetic
(
Task
):
class
Arithmetic
(
Task
):
VERSION
=
0
VERSION
=
0
DATASET_PATH
=
inspect
.
getfile
(
lm_eval
.
datasets
.
arithmetic
.
arithmetic
)
DATASET_PATH
=
"bfattori/
arithmetic
"
def
has_training_docs
(
self
):
def
has_training_docs
(
self
):
return
False
return
False
...
...
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