Unverified Commit e5a9de80 authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Update lambada data location

parent e26dc4d3
...@@ -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(
"https://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"
) )
......
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