Update files from the datasets library (from 1.5.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.5.0
- 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=
|
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
|