MinaMila commited on
Commit
f6b1b79
·
verified ·
1 Parent(s): 6f5fc60

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: AGEP
5
+ dtype: float64
6
+ - name: SCHL
7
+ dtype: float64
8
+ - name: MAR
9
+ dtype: float64
10
+ - name: RELP
11
+ dtype: float64
12
+ - name: DIS
13
+ dtype: float64
14
+ - name: ESP
15
+ dtype: float64
16
+ - name: CIT
17
+ dtype: float64
18
+ - name: MIG
19
+ dtype: float64
20
+ - name: MIL
21
+ dtype: float64
22
+ - name: ANC
23
+ dtype: float64
24
+ - name: NATIVITY
25
+ dtype: float64
26
+ - name: DEAR
27
+ dtype: float64
28
+ - name: DEYE
29
+ dtype: float64
30
+ - name: DREM
31
+ dtype: float64
32
+ - name: SEX
33
+ dtype: int64
34
+ - name: RAC1P
35
+ dtype: float64
36
+ - name: label
37
+ dtype: int64
38
+ splits:
39
+ - name: train
40
+ num_bytes: 2483360
41
+ num_examples: 18260
42
+ download_size: 196656
43
+ dataset_size: 2483360
44
+ configs:
45
+ - config_name: default
46
+ data_files:
47
+ - split: train
48
+ path: data/train-*
49
+ ---
50
+ # Dataset Card for "ACSEmployment_train_lr_33"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)