Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cdla-permissive-2.0
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
size_categories:
|
| 6 |
-
- 10M<n<100M
|
| 7 |
-
---
|
| 8 |
|
| 9 |
# Wayfair Customer Reviews Dataset
|
| 10 |
|
|
@@ -17,7 +17,7 @@ The dataset supports tasks such as:
|
|
| 17 |
- **Aspect extraction**
|
| 18 |
- **Product-level summarization**, e.g., aggregating reviews by the `product_id` field.
|
| 19 |
|
| 20 |
-
It can be used on its own or combined with the companion
|
| 21 |
Both datasets share a common `product_id` key for easy joining.
|
| 22 |
|
| 23 |
## Usage Example
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cdla-permissive-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
size_categories:
|
| 6 |
+
- 10M<n<100M
|
| 7 |
+
---
|
| 8 |
|
| 9 |
# Wayfair Customer Reviews Dataset
|
| 10 |
|
|
|
|
| 17 |
- **Aspect extraction**
|
| 18 |
- **Product-level summarization**, e.g., aggregating reviews by the `product_id` field.
|
| 19 |
|
| 20 |
+
It can be used on its own or combined with the companion [Wayfair Product Summaries](https://huggingface.co/datasets/IeBoytsov/wayfair_product_summaries) dataset.
|
| 21 |
Both datasets share a common `product_id` key for easy joining.
|
| 22 |
|
| 23 |
## Usage Example
|