hyp1231 commited on
Commit
d048a7f
1 Parent(s): 8c0de15

Update file structure

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,9 +1,15 @@
1
  ---
2
  configs:
3
  - config_name: raw_review_All_Beauty
4
- data_files: "raw/review_categories/All_Beauty.jsonl"
 
 
5
  - config_name: raw_review_Amazon_Fashion
6
- data_files: "raw/review_categories/Amazon_Fashion.jsonl"
 
 
7
  - config_name: raw_review_Appliances
8
- data_files: "raw/review_categories/Appliances.jsonl"
 
 
9
  ---
 
1
  ---
2
  configs:
3
  - config_name: raw_review_All_Beauty
4
+ data_files:
5
+ - split: all
6
+ path: "raw/review_categories/All_Beauty.jsonl"
7
  - config_name: raw_review_Amazon_Fashion
8
+ data_files:
9
+ - split: all
10
+ path: "raw/review_categories/Amazon_Fashion.jsonl"
11
  - config_name: raw_review_Appliances
12
+ data_files:
13
+ - split: all
14
+ path: "raw/review_categories/Appliances.jsonl"
15
  ---