ben-epstein commited on
Commit
fc18fb1
1 Parent(s): 038d2df

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: label
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': negative
9
+ '1': positive
10
+ - name: title
11
+ dtype: string
12
+ - name: content
13
+ dtype: string
14
+ splits:
15
+ - name: test
16
+ num_bytes: 18182813
17
+ num_examples: 40000
18
+ - name: train
19
+ num_bytes: 163359702
20
+ num_examples: 360000
21
+ download_size: 120691417
22
+ dataset_size: 181542515
23
+ ---
24
+ # Dataset Card for "amazon_polarity_10_pct"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)