Manyah commited on
Commit
476c71f
1 Parent(s): b140e17

all_wiki->all_wikis

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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='all_wiki')
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.