Update README.md
Browse files
README.md
CHANGED
@@ -147,10 +147,10 @@ metadata = load_dataset(path="Studeni/Amazon_Sports_and_Outdoors_2014", name="re
|
|
147 |
```
|
148 |
|
149 |
### Download filtered files
|
150 |
-
```
|
151 |
filtered_reviews = load_dataset(
|
152 |
path="Studeni/Amazon_Sports_and_Outdoors_2014",
|
153 |
-
data_files="filtered/reviews.
|
154 |
split="train",
|
155 |
)
|
156 |
```
|
|
|
147 |
```
|
148 |
|
149 |
### Download filtered files
|
150 |
+
```python
|
151 |
filtered_reviews = load_dataset(
|
152 |
path="Studeni/Amazon_Sports_and_Outdoors_2014",
|
153 |
+
data_files="filtered/reviews.parquet",
|
154 |
split="train",
|
155 |
)
|
156 |
```
|