Datasets:

Languages:
English
ArXiv:
License:
hails commited on
Commit
4e3375f
1 Parent(s): bbd5e0b

Update coqa.py

Browse files
Files changed (1) hide show
  1. coqa.py +1 -2
coqa.py CHANGED
@@ -44,8 +44,7 @@ appear in a conversation.
44
 
45
  _HOMEPAGE = "https://stanfordnlp.github.io/coqa/"
46
 
47
- # TODO: Add the licence for the dataset here if you can find it
48
- _LICENSE = ""
49
 
50
  _URLS = {
51
  "train": "https://nlp.stanford.edu/data/coqa/coqa-train-v1.0.json",
 
44
 
45
  _HOMEPAGE = "https://stanfordnlp.github.io/coqa/"
46
 
47
+ _LICENSE = "Different licenses depending on the content (see https://stanfordnlp.github.io/coqa/ for details)"
 
48
 
49
  _URLS = {
50
  "train": "https://nlp.stanford.edu/data/coqa/coqa-train-v1.0.json",