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
e5a9de80
Unverified
Commit
e5a9de80
authored
Feb 12, 2021
by
Leo Gao
Committed by
GitHub
Feb 12, 2021
Browse files
Update lambada data location
parent
e26dc4d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/lambada.py
lm_eval/tasks/lambada.py
+1
-1
No files found.
lm_eval/tasks/lambada.py
View file @
e5a9de80
...
@@ -9,7 +9,7 @@ class LAMBADA(Task):
...
@@ -9,7 +9,7 @@ class LAMBADA(Task):
def
download
(
self
):
def
download
(
self
):
sh
(
"mkdir -p data/lambada"
)
sh
(
"mkdir -p data/lambada"
)
download_file
(
download_file
(
"http
s
://
storage.googleapis.com/gpt-2
/data/lambada_test.jsonl"
,
"http://
eaidata.bmk.sh
/data/lambada_test.jsonl"
,
"data/lambada/lambada_test.jsonl"
,
"data/lambada/lambada_test.jsonl"
,
"4aa8d02cd17c719165fc8a7887fddd641f43fcafa4b1c806ca8abc31fabdb226"
"4aa8d02cd17c719165fc8a7887fddd641f43fcafa4b1c806ca8abc31fabdb226"
)
)
...
...
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