epeters3 commited on
Commit
beb88e7
1 Parent(s): bbaae5c

Add license

Browse files
Files changed (1) hide show
  1. personachat_truecased.py +4 -1
personachat_truecased.py CHANGED
@@ -32,6 +32,8 @@ _CITATION = """\
32
  }
33
  """
34
 
 
 
35
 
36
  class PersonachatTruecased(datasets.GeneratorBasedBuilder):
37
  """
@@ -60,7 +62,8 @@ class PersonachatTruecased(datasets.GeneratorBasedBuilder):
60
  "conv_id": datasets.Value("int32"),
61
  "utterance_idx": datasets.Value("int32")
62
  }),
63
- citation=_CITATION
 
64
  )
65
 
66
  def _split_generators(self, dl_manager: datasets.DownloadManager):
32
  }
33
  """
34
 
35
+ _LICENSE = "Like the original PersonaChat dataset, this dataset is released under the CC BY 4.0 license."
36
+
37
 
38
  class PersonachatTruecased(datasets.GeneratorBasedBuilder):
39
  """
62
  "conv_id": datasets.Value("int32"),
63
  "utterance_idx": datasets.Value("int32")
64
  }),
65
+ citation=_CITATION,
66
+ license=_LICENSE
67
  )
68
 
69
  def _split_generators(self, dl_manager: datasets.DownloadManager):