Commit
•
f911429
1
Parent(s):
8f9785e
Update script
Browse files- kor_nli.py +2 -2
kor_nli.py
CHANGED
@@ -19,7 +19,7 @@ _CITATION = """\
|
|
19 |
# TODO(kor_nli):
|
20 |
_DESCRIPTION = """ Korean Natural Language Inference datasets
|
21 |
"""
|
22 |
-
_URL = "
|
23 |
|
24 |
|
25 |
class KorNLIConfig(datasets.BuilderConfig):
|
@@ -76,7 +76,7 @@ class KorNli(datasets.GeneratorBasedBuilder):
|
|
76 |
# dl_manager is a datasets.download.DownloadManager that can be used to
|
77 |
# download and extract URLs
|
78 |
dl_dir = dl_manager.download_and_extract(_URL)
|
79 |
-
dl_dir = os.path.join(dl_dir, "
|
80 |
if self.config.name == "multi_nli":
|
81 |
return [
|
82 |
datasets.SplitGenerator(
|
|
|
19 |
# TODO(kor_nli):
|
20 |
_DESCRIPTION = """ Korean Natural Language Inference datasets
|
21 |
"""
|
22 |
+
_URL = "data.zip"
|
23 |
|
24 |
|
25 |
class KorNLIConfig(datasets.BuilderConfig):
|
|
|
76 |
# dl_manager is a datasets.download.DownloadManager that can be used to
|
77 |
# download and extract URLs
|
78 |
dl_dir = dl_manager.download_and_extract(_URL)
|
79 |
+
dl_dir = os.path.join(dl_dir, "KorNLI")
|
80 |
if self.config.name == "multi_nli":
|
81 |
return [
|
82 |
datasets.SplitGenerator(
|