acruz commited on
Commit
ec76cbc
·
verified ·
1 Parent(s): b2cb1f1

Upload dataset

Browse files
ACSIncome/train-00000-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef29f2d84e79eb971987f3f67d2c38124258c00f317909bf14fd50ea3f1dc02
3
+ size 31145472
ACSIncome/train-00001-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d495cf2d3e4d83f8096d38caec0c8c98a2c1e0d0ea77154d22337badbde8fba0
3
+ size 31159569
ACSIncome/train-00002-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b1829cd3ef8e661cb3b433c8ac9ceae95602d77ec593b82eea2902cdbd2231
3
+ size 31157106
ACSIncome/train-00003-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f5ba51b191a28daa881e26fc311f0f4a3ad8e438f4e81598ca6e66bed63c03
3
+ size 31173688
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: ACSIncome
4
+ features:
5
+ - name: id
6
+ dtype: int64
7
+ - name: description
8
+ dtype: string
9
+ - name: instruction
10
+ dtype: string
11
+ - name: question
12
+ dtype: string
13
+ - name: choices
14
+ sequence: string
15
+ length: 2
16
+ - name: answer
17
+ dtype: string
18
+ - name: answer_key
19
+ dtype: string
20
+ - name: choice_question_prompt
21
+ dtype: string
22
+ - name: numeric_question
23
+ dtype: string
24
+ - name: label
25
+ dtype: int64
26
+ - name: numeric_question_prompt
27
+ dtype: string
28
+ - name: AGEP
29
+ dtype: int64
30
+ - name: COW
31
+ dtype: int64
32
+ - name: SCHL
33
+ dtype: int64
34
+ - name: MAR
35
+ dtype: int64
36
+ - name: OCCP
37
+ dtype: int64
38
+ - name: POBP
39
+ dtype: int64
40
+ - name: RELP
41
+ dtype: int64
42
+ - name: WKHP
43
+ dtype: int64
44
+ - name: SEX
45
+ dtype: int64
46
+ - name: RAC1P
47
+ dtype: int64
48
+ splits:
49
+ - name: train
50
+ num_bytes: 1667556978
51
+ num_examples: 1331600
52
+ download_size: 124635835
53
+ dataset_size: 1667556978
54
+ configs:
55
+ - config_name: ACSIncome
56
+ data_files:
57
+ - split: train
58
+ path: ACSIncome/train-*
59
+ default: true
60
+ ---