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
853afa36
Unverified
Commit
853afa36
authored
Apr 22, 2021
by
Leo Gao
Committed by
GitHub
Apr 22, 2021
Browse files
Make hendrycks math tar extraction quieter
parent
dd8d3529
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/hendrycks_math.py
lm_eval/tasks/hendrycks_math.py
+1
-1
No files found.
lm_eval/tasks/hendrycks_math.py
View file @
853afa36
...
@@ -19,7 +19,7 @@ class Math(Task):
...
@@ -19,7 +19,7 @@ class Math(Task):
sh
(
f
"""
sh
(
f
"""
mkdir -p
{
self
.
DATASET_PATH
}
mkdir -p
{
self
.
DATASET_PATH
}
wget https://people.eecs.berkeley.edu/~hendrycks/MATH.tar.gz -P data/
wget https://people.eecs.berkeley.edu/~hendrycks/MATH.tar.gz -P data/
tar -x
v
f
{
self
.
DATASET_PATH
}
.tar.gz -C data/
tar -xf
{
self
.
DATASET_PATH
}
.tar.gz -C data/
rm
{
self
.
DATASET_PATH
}
.tar.gz
rm
{
self
.
DATASET_PATH
}
.tar.gz
"""
)
"""
)
...
...
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