Willy030125 commited on
Commit
4c3786d
·
verified ·
1 Parent(s): 6007b05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -35,6 +35,11 @@ Each example is a dictionary with the following fields:
35
 
36
  ## Load dataset
37
 
 
 
 
 
 
38
  Use HuggingFace datasets to load:
39
 
40
  ```python
 
35
 
36
  ## Load dataset
37
 
38
+ Use HuggingFace datasets v2.18:
39
+ ```bash
40
+ pip install datasets==2.18.0
41
+ ```
42
+
43
  Use HuggingFace datasets to load:
44
 
45
  ```python