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
8a61f771
Commit
8a61f771
authored
May 12, 2021
by
Leo Gao
Browse files
Merge branch 'master' of github.com:EleutherAI/lm_evaluation_harness
parents
47e3ae6c
2a254220
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
186 additions
and
189 deletions
+186
-189
README.md
README.md
+180
-184
lm_eval/tasks/lambada.py
lm_eval/tasks/lambada.py
+6
-5
No files found.
README.md
View file @
8a61f771
This diff is collapsed.
Click to expand it.
lm_eval/tasks/lambada.py
View file @
8a61f771
...
...
@@ -8,11 +8,12 @@ from best_download import download_file
class
LAMBADA
(
Task
):
def
download
(
self
):
sh
(
"mkdir -p data/lambada"
)
download_file
(
"http://eaidata.bmk.sh/data/lambada_test.jsonl"
,
"data/lambada/lambada_test.jsonl"
,
"4aa8d02cd17c719165fc8a7887fddd641f43fcafa4b1c806ca8abc31fabdb226"
)
sh
(
"wget http://eaidata.bmk.sh/data/lambada_test.jsonl -O data/lambada/lambada_test.jsonl"
)
# download_file(
# "http://eaidata.bmk.sh/data/lambada_test.jsonl",
# "data/lambada/lambada_test.jsonl",
# "4aa8d02cd17c719165fc8a7887fddd641f43fcafa4b1c806ca8abc31fabdb226"
# )
def
has_training_docs
(
self
):
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