Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ To load the full dataset:
|
|
38 |
```python
|
39 |
from datasets import load_dataset
|
40 |
|
41 |
-
all_articles = load_dataset("mapama247/wikihow_es")
|
42 |
print(all_articles.num_rows) # output: {'train': 7380}
|
43 |
```
|
44 |
|
|
|
38 |
```python
|
39 |
from datasets import load_dataset
|
40 |
|
41 |
+
all_articles = load_dataset("mapama247/wikihow_es", trust_remote_code=True)
|
42 |
print(all_articles.num_rows) # output: {'train': 7380}
|
43 |
```
|
44 |
|