system HF staff commited on
Commit
c16a39d
1 Parent(s): e5284bd

Update files from the datasets library (from 1.5.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.5.0

Files changed (1) hide show
  1. large_spanish_corpus.py +1 -1
large_spanish_corpus.py CHANGED
@@ -89,7 +89,7 @@ class LargeSpanishCorpus(datasets.GeneratorBasedBuilder):
89
  for corpus in _CORPORA
90
  ] + [
91
  LargeSpanishCorpusConfig(
92
- name=_COMBINED, corpora=_CORPORA, description=f"Complete Spanish dataset with all corpora."
93
  )
94
  ]
95
  BUILDER_CONFIG_CLASS = LargeSpanishCorpusConfig
 
89
  for corpus in _CORPORA
90
  ] + [
91
  LargeSpanishCorpusConfig(
92
+ name=_COMBINED, corpora=_CORPORA, description="Complete Spanish dataset with all corpora."
93
  )
94
  ]
95
  BUILDER_CONFIG_CLASS = LargeSpanishCorpusConfig