mapama247 commited on
Commit
10ad3cb
1 Parent(s): 5b1b3c1

Update README.md

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