vkapoor commited on
Commit
aea827b
1 Parent(s): 6872309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ If you want to work with the dataset in `Huggingface.datasets`, you might also w
78
 
79
  ### Download Settings
80
 
81
- Please set `ignore_verifications=True`. when downloading this dataset, else the download will result in an error, additionally you may need to
82
  install defusedxml via pip to avoid Permission Errors required by _generate_examples method:
83
 
84
  ```python
 
78
 
79
  ### Download Settings
80
 
81
+ Please set `verification_mode=no_checks`. when downloading this dataset, else the download will result in an error, additionally you may need to
82
  install defusedxml via pip to avoid Permission Errors required by _generate_examples method:
83
 
84
  ```python