pig4431 commited on
Commit
c139418
1 Parent(s): f6d758c

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: label
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': 1 star
9
+ '1': 2 star
10
+ '2': 3 stars
11
+ '3': 4 stars
12
+ '4': 5 stars
13
+ - name: text
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 18443324.278846152
18
+ num_examples: 25000
19
+ - name: test
20
+ num_bytes: 3685334.875
21
+ num_examples: 5000
22
+ - name: validate
23
+ num_bytes: 3685334.875
24
+ num_examples: 5000
25
+ download_size: 16346689
26
+ dataset_size: 25813994.028846152
27
+ ---
28
+ # Dataset Card for "yelp_train25k_test5k_valid5k"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)