mauricett commited on
Commit
57cd0a9
·
verified ·
1 Parent(s): a1910f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ tokenizer = Tokenizer()
91
  <br>
92
 
93
  ### 4. Shuffle And Preprocess
94
- Use `datasets.shuffle()` to properly shuffle the dataset. Use `datasets.map()` to apply our preprocessors. This will process individual samples in parallel if you're using multiprocessing (e.g. with PyTorch dataloader).
95
 
96
 
97
  ```py
 
91
  <br>
92
 
93
  ### 4. Shuffle And Preprocess
94
+ Use `dataset.shuffle()` to properly shuffle the dataset. Use `dataset.map()` to apply our preprocessors. This will process individual samples in parallel if you're using multiprocessing (e.g. with PyTorch dataloader).
95
 
96
 
97
  ```py