IeBoytsov commited on
Commit
31f0a72
·
verified ·
1 Parent(s): b92fe49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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 **Wayfair Product Summaries** dataset.
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