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
404530d0
Commit
404530d0
authored
Feb 12, 2021
by
Leo Gao
Browse files
Merge branch 'master' of github.com:EleutherAI/lm_evaluation_harness into translation
parents
97856354
e5a9de80
Changes
1
Hide 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 @
404530d0
...
@@ -10,7 +10,7 @@ class LAMBADA(Task):
...
@@ -10,7 +10,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