Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
License:
Update babi_nli.py
Browse files- babi_nli.py +1 -1
babi_nli.py
CHANGED
@@ -53,7 +53,7 @@ bAbI_nli_CITATION = r"""@article{weston2015towards,
|
|
53 |
"""
|
54 |
|
55 |
_babi_nli_DESCRIPTION = """\
|
56 |
-
bAbi tasks recasted as natural language inference
|
57 |
"""
|
58 |
|
59 |
DATA_URL = "https://www.dropbox.com/s/0b98tbrv2mej3cu/babi_nli.zip?dl=1"
|
|
|
53 |
"""
|
54 |
|
55 |
_babi_nli_DESCRIPTION = """\
|
56 |
+
bAbi tasks recasted as natural language inference.
|
57 |
"""
|
58 |
|
59 |
DATA_URL = "https://www.dropbox.com/s/0b98tbrv2mej3cu/babi_nli.zip?dl=1"
|