ben-epstein commited on
Commit
74ff0ea
1 Parent(s): 57d536b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,7 +1,28 @@
1
  ---
2
- # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
- # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Amazon Polarity 10pct
 
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: label
12
+ dtype: int64
13
+ - name: title
14
+ dtype: string
15
+ - name: content
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 163359702
20
+ num_examples: 360000
21
+ - name: test
22
+ num_bytes: 18182813
23
+ num_examples: 40000
24
+ download_size: 0
25
+ dataset_size: 181542515
26
  ---
27
 
28
  # Amazon Polarity 10pct