Update README.md
Browse files
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
|