all_wiki->all_wikis
#4
by
Manyah
- opened
README.md
CHANGED
@@ -244,7 +244,7 @@ The Large Spanish Corpus is a compilation of 15 unlabelled Spanish corpora spann
|
|
244 |
|
245 |
```python
|
246 |
from datasets import load_dataset
|
247 |
-
all_wiki = load_dataset('large_spanish_corpus', name='
|
248 |
```
|
249 |
|
250 |
By default, the config is set to "combined" which loads all the corpora.
|
|
|
244 |
|
245 |
```python
|
246 |
from datasets import load_dataset
|
247 |
+
all_wiki = load_dataset('large_spanish_corpus', name='all_wikis')
|
248 |
```
|
249 |
|
250 |
By default, the config is set to "combined" which loads all the corpora.
|