Aymeric Roucher commited on
Commit
9125f57
1 Parent(s): b2f8581

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: brand
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': Amazon
16
+ '1': AmazonBasics
17
+ '2': Amazonbasics
18
+ - name: primaryCategories
19
+ dtype: string
20
+ - name: reviews.date
21
+ dtype: string
22
+ - name: reviews.numHelpful
23
+ dtype: float64
24
+ - name: reviews.rating
25
+ dtype: int64
26
+ - name: reviews.text
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 1664557.5
31
+ num_examples: 7500
32
+ - name: test
33
+ num_bytes: 554852.5
34
+ num_examples: 2500
35
+ download_size: 981391
36
+ dataset_size: 2219410.0
37
+ ---
38
+ # Dataset Card for "amazon_product_reviews_datafiniti"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)