hails commited on
Commit
fbd8b42
1 Parent(s): d190e7f

Update asdiv.py

Browse files
Files changed (1) hide show
  1. asdiv.py +2 -2
asdiv.py CHANGED
@@ -43,8 +43,8 @@ level (for indicating the level of difficulty).
43
 
44
  _HOMEPAGE = "https://github.com/chaochun/nlu-asdiv-dataset"
45
 
46
- # TODO: Add the licence for the dataset here if you can find it
47
- _LICENSE = ""
48
 
49
  _URLS = "https://github.com/chaochun/nlu-asdiv-dataset/archive/55790e5270bb91ccfa5053194b25732534696b50.zip"
50
 
 
43
 
44
  _HOMEPAGE = "https://github.com/chaochun/nlu-asdiv-dataset"
45
 
46
+ # License declared at https://github.com/chaochun/nlu-asdiv-dataset/blob/master/README.md
47
+ _LICENSE = "CC BY-NC 4.0"
48
 
49
  _URLS = "https://github.com/chaochun/nlu-asdiv-dataset/archive/55790e5270bb91ccfa5053194b25732534696b50.zip"
50