sileod commited on
Commit
b97a117
1 Parent(s): 0c2cc23

Update babi_nli.py

Browse files
Files changed (1) hide show
  1. babi_nli.py +2 -1
babi_nli.py CHANGED
@@ -53,7 +53,8 @@ bAbI_nli_CITATION = r"""@article{weston2015towards,
53
  """
54
 
55
  _babi_nli_DESCRIPTION = """\
56
- bAbi tasks recasted as natural language inference"""
 
57
 
58
  DATA_URL = "https://www.dropbox.com/s/0b98tbrv2mej3cu/babi_nli.zip?dl=1"
59
 
 
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"
60