Update drop.py
Browse files
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 |
-
#
|
| 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",
|