Update README.md
Browse files
README.md
CHANGED
@@ -142,7 +142,7 @@ metadata = load_dataset(path="Studeni/Amazon_Toys_and_Games_2014", name="metadat
|
|
142 |
|
143 |
### Download reviews
|
144 |
```python
|
145 |
-
|
146 |
```
|
147 |
|
148 |
### Download filtered files
|
|
|
142 |
|
143 |
### Download reviews
|
144 |
```python
|
145 |
+
reviews = load_dataset(path="Studeni/Amazon_Toys_and_Games_2014", name="reviews", split="train")
|
146 |
```
|
147 |
|
148 |
### Download filtered files
|