hails commited on
Commit
13879bb
1 Parent(s): 7646805

Update drop.py

Browse files
Files changed (1) hide show
  1. drop.py +2 -2
drop.py CHANGED
@@ -43,8 +43,8 @@ and perform discrete operations over them (such as addition, counting, or sortin
43
 
44
  _HOMEPAGE = "https://allenai.org/data/drop"
45
 
46
- # TODO: Add the licence for the dataset here if you can find it
47
- _LICENSE = ""
48
 
49
  _URLS = {
50
  "drop": "https://s3-us-west-2.amazonaws.com/allennlp/datasets/drop/drop_dataset.zip",
 
43
 
44
  _HOMEPAGE = "https://allenai.org/data/drop"
45
 
46
+ # License declared at https://allenai.org/data/drop
47
+ _LICENSE = "CC BY 4.0"
48
 
49
  _URLS = {
50
  "drop": "https://s3-us-west-2.amazonaws.com/allennlp/datasets/drop/drop_dataset.zip",