"scripts/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "91b3555d2d29d33460466f41d2a6919795406f8e"
Commit 8a61f771 authored by Leo Gao's avatar Leo Gao
Browse files

Merge branch 'master' of github.com:EleutherAI/lm_evaluation_harness

parents 47e3ae6c 2a254220
This diff is collapsed.
...@@ -8,11 +8,12 @@ from best_download import download_file ...@@ -8,11 +8,12 @@ from best_download import download_file
class LAMBADA(Task): class LAMBADA(Task):
def download(self): def download(self):
sh("mkdir -p data/lambada") sh("mkdir -p data/lambada")
download_file( sh("wget http://eaidata.bmk.sh/data/lambada_test.jsonl -O data/lambada/lambada_test.jsonl")
"http://eaidata.bmk.sh/data/lambada_test.jsonl", # download_file(
"data/lambada/lambada_test.jsonl", # "http://eaidata.bmk.sh/data/lambada_test.jsonl",
"4aa8d02cd17c719165fc8a7887fddd641f43fcafa4b1c806ca8abc31fabdb226" # "data/lambada/lambada_test.jsonl",
) # "4aa8d02cd17c719165fc8a7887fddd641f43fcafa4b1c806ca8abc31fabdb226"
# )
def has_training_docs(self): def has_training_docs(self):
return False return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment