FredZhang7 commited on
Commit
4187a3b
·
verified ·
1 Parent(s): 3d42736

fix row count mismatch

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -168,6 +168,19 @@ Known datasets:
168
 
169
  I manually collected and wrote 100 rows of data.
170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  <br>
172
 
173
  ### Limitations
 
168
 
169
  I manually collected and wrote 100 rows of data.
170
 
171
+ <br>
172
+
173
+ ### Loading the Dataset
174
+
175
+ To prevent errors like [row count mismatch](https://huggingface.co/datasets/FredZhang7/toxi-text-3M/discussions/5), please add `verification_mode="no_checks"` when loading the dataset.
176
+
177
+ ```py
178
+ from datasets import load_dataset
179
+
180
+ ds = load_dataset("FredZhang7/toxi-text-3M", verification_mode="no_checks")
181
+ ```
182
+
183
+
184
  <br>
185
 
186
  ### Limitations