james-burton commited on
Commit
f1ebce4
1 Parent(s): ce27cb2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: country
5
+ dtype: string
6
+ - name: description
7
+ dtype: string
8
+ - name: points
9
+ dtype: int64
10
+ - name: price
11
+ dtype: float64
12
+ - name: province
13
+ dtype: string
14
+ - name: variety
15
+ dtype: int64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 21027081
19
+ num_examples: 71504
20
+ - name: validation
21
+ num_bytes: 3709567
22
+ num_examples: 12619
23
+ - name: test
24
+ num_bytes: 6185202
25
+ num_examples: 21031
26
+ download_size: 16223815
27
+ dataset_size: 30921850
28
+ ---
29
+ # Dataset Card for "wine_reviews_all_text"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)