eduagarcia commited on
Commit
323a42b
·
1 Parent(s): 2f633e1

fix missing description

Browse files
Files changed (1) hide show
  1. generic_conll.py +1 -1
generic_conll.py CHANGED
@@ -30,7 +30,7 @@ class Conll(datasets.GeneratorBasedBuilder):
30
 
31
  def _info(self):
32
  return datasets.DatasetInfo(
33
- description=_DESCRIPTION,
34
  features=datasets.Features(
35
  {
36
  "id": datasets.Value("string"),
 
30
 
31
  def _info(self):
32
  return datasets.DatasetInfo(
33
+ description="Conll dataset",
34
  features=datasets.Features(
35
  {
36
  "id": datasets.Value("string"),