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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -84,7 +84,7 @@ install defusedxml via pip to avoid Permission Errors required by _generate_exam
84
  ```python
85
  from datasets import load_dataset
86
 
87
- dataset = load_dataset("kietzmannlab/ecoset", ignore_verifications=True)
88
  ```
89
 
90
  optionally a cache_dir can bde specified where the zip file will be downloaded and extracted
@@ -92,7 +92,7 @@ optionally a cache_dir can bde specified where the zip file will be downloaded a
92
  ```python
93
  from datasets import load_dataset
94
 
95
- dataset = load_dataset("kietzmannlab/ecoset", ignore_verifications=True, cache_dir='/path/to/dir')
96
  ```
97
 
98
 
 
84
  ```python
85
  from datasets import load_dataset
86
 
87
+ dataset = load_dataset("kietzmannlab/ecoset", verification_mode=no_checks)
88
  ```
89
 
90
  optionally a cache_dir can bde specified where the zip file will be downloaded and extracted
 
92
  ```python
93
  from datasets import load_dataset
94
 
95
+ dataset = load_dataset("kietzmannlab/ecoset", verification_mode=no_checks, cache_dir='/path/to/dir')
96
  ```
97
 
98