Datasets:

Modalities:
Text
Languages:
Spanish
Libraries:
Datasets
License:
gabrielaltay albertvillanova HF staff commited on
Commit
18b2535
·
1 Parent(s): c6af715

Fix text_features typo (#1)

Browse files

- Fix text_features typo (6df4b1585f7282d3ef6ef82db555dfbdbecb95bf)


Co-authored-by: Albert Villanova <[email protected]>

Files changed (1) hide show
  1. bioasq_2021_mesinesp.py +1 -1
bioasq_2021_mesinesp.py CHANGED
@@ -210,7 +210,7 @@ class Bioasq2021MesinespDataset(datasets.GeneratorBasedBuilder):
210
  }
211
  )
212
  elif self.config.schema == "bigbio_text":
213
- features = text.features
214
 
215
  return datasets.DatasetInfo(
216
  description=_DESCRIPTION,
 
210
  }
211
  )
212
  elif self.config.schema == "bigbio_text":
213
+ features = text_features
214
 
215
  return datasets.DatasetInfo(
216
  description=_DESCRIPTION,