Zaid commited on
Commit
e56902a
1 Parent(s): c586b60

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: review_id
5
+ dtype: string
6
+ - name: book_id
7
+ dtype: string
8
+ - name: user_id
9
+ dtype: string
10
+ - name: review
11
+ dtype: string
12
+ - name: label
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ 0: 1
17
+ 1: 2
18
+ 2: 3
19
+ 3: 4
20
+ 4: 5
21
+ splits:
22
+ - name: train
23
+ num_bytes: 407433642
24
+ num_examples: 510598
25
+ download_size: 211213150
26
+ dataset_size: 407433642
27
+ ---
28
+ # Dataset Card for "BRAD"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)