File size: 2,949 Bytes
d7e6836
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
dataset_info:
  features:
  - name: category
    dtype: string
  - name: example_id
    dtype: int64
  - name: question_index
    dtype: int64
  - name: question_polarity
    dtype: string
  - name: context_condition
    dtype: string
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: ans0
    dtype: string
  - name: ans1
    dtype: string
  - name: ans2
    dtype: string
  - name: answer_info
    struct:
    - name: ans0
      sequence: string
    - name: ans1
      sequence: string
    - name: ans2
      sequence: string
  - name: answer_label
    dtype: int64
  - name: target_label
    dtype: int64
  - name: additional_metadata
    struct:
    - name: corr_ans_aligns_race
      dtype: string
    - name: corr_ans_aligns_var2
      dtype: string
    - name: full_cond
      dtype: string
    - name: known_stereotyped_groups
      dtype: string
    - name: known_stereotyped_race
      sequence: string
    - name: known_stereotyped_var2
      dtype: string
    - name: label_type
      dtype: string
    - name: relevant_social_values
      dtype: string
    - name: source
      dtype: string
    - name: stereotyped_groups
      sequence: string
    - name: subcategory
      dtype: string
    - name: version
      dtype: string
  - name: input_ids
    sequence:
      sequence: int32
  - name: attention_mask
    sequence:
      sequence: int8
  - name: labels
    dtype: int64
  - name: predictions
    dtype: int64
  splits:
  - name: age
    num_bytes: 115910908
    num_examples: 3680
  - name: disability_status
    num_bytes: 49100390
    num_examples: 1556
  - name: gender_identity
    num_bytes: 178123968
    num_examples: 5672
  - name: nationality
    num_bytes: 97523034
    num_examples: 3080
  - name: physical_appearance
    num_bytes: 49694342
    num_examples: 1576
  - name: race_ethnicity
    num_bytes: 217101296
    num_examples: 6880
  - name: race_x_gender
    num_bytes: 503014760
    num_examples: 15960
  - name: race_x_ses
    num_bytes: 354217848
    num_examples: 11160
  - name: religion
    num_bytes: 37916606
    num_examples: 1200
  - name: ses
    num_bytes: 216126144
    num_examples: 6864
  - name: sexual_orientation
    num_bytes: 27229152
    num_examples: 864
  download_size: 5028244
  dataset_size: 1845958448
configs:
- config_name: default
  data_files:
  - split: age
    path: data/age-*
  - split: disability_status
    path: data/disability_status-*
  - split: gender_identity
    path: data/gender_identity-*
  - split: nationality
    path: data/nationality-*
  - split: physical_appearance
    path: data/physical_appearance-*
  - split: race_ethnicity
    path: data/race_ethnicity-*
  - split: race_x_gender
    path: data/race_x_gender-*
  - split: race_x_ses
    path: data/race_x_ses-*
  - split: religion
    path: data/religion-*
  - split: ses
    path: data/ses-*
  - split: sexual_orientation
    path: data/sexual_orientation-*
---