finiteautomata commited on
Commit
614cdf3
·
1 Parent(s): fb7fac6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +175 -0
README.md ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: whoTarget
5
+ dtype: string
6
+ - name: intentYN
7
+ dtype: string
8
+ - name: sexYN
9
+ dtype: string
10
+ - name: sexReason
11
+ dtype: string
12
+ - name: offensiveYN
13
+ dtype: string
14
+ - name: annotatorGender
15
+ dtype: string
16
+ - name: annotatorMinority
17
+ dtype: string
18
+ - name: sexPhrase
19
+ dtype: string
20
+ - name: speakerMinorityYN
21
+ dtype: string
22
+ - name: WorkerId
23
+ dtype: string
24
+ - name: HITId
25
+ dtype: string
26
+ - name: annotatorPolitics
27
+ dtype: string
28
+ - name: annotatorRace
29
+ dtype: string
30
+ - name: annotatorAge
31
+ dtype: string
32
+ - name: post
33
+ dtype: string
34
+ - name: targetMinority
35
+ dtype: string
36
+ - name: targetCategory
37
+ dtype: string
38
+ - name: targetStereotype
39
+ dtype: string
40
+ - name: dataSource
41
+ dtype: string
42
+ - name: ner_output
43
+ struct:
44
+ - name: entities
45
+ list:
46
+ - name: end
47
+ dtype: int64
48
+ - name: kg_results
49
+ struct:
50
+ - name: '@context'
51
+ struct:
52
+ - name: '@vocab'
53
+ dtype: string
54
+ - name: EntitySearchResult
55
+ dtype: string
56
+ - name: detailedDescription
57
+ dtype: string
58
+ - name: goog
59
+ dtype: string
60
+ - name: kg
61
+ dtype: string
62
+ - name: resultScore
63
+ dtype: string
64
+ - name: '@type'
65
+ dtype: string
66
+ - name: itemListElement
67
+ list:
68
+ - name: '@type'
69
+ dtype: string
70
+ - name: result
71
+ struct:
72
+ - name: '@id'
73
+ dtype: string
74
+ - name: '@type'
75
+ sequence: string
76
+ - name: description
77
+ dtype: string
78
+ - name: detailedDescription
79
+ struct:
80
+ - name: articleBody
81
+ dtype: string
82
+ - name: license
83
+ dtype: string
84
+ - name: url
85
+ dtype: string
86
+ - name: image
87
+ struct:
88
+ - name: contentUrl
89
+ dtype: string
90
+ - name: url
91
+ dtype: string
92
+ - name: name
93
+ dtype: string
94
+ - name: url
95
+ dtype: string
96
+ - name: resultScore
97
+ dtype: float64
98
+ - name: wikidata_id
99
+ dtype: string
100
+ - name: query_text
101
+ dtype: string
102
+ - name: start
103
+ dtype: int64
104
+ - name: text
105
+ dtype: string
106
+ - name: type
107
+ dtype: string
108
+ - name: labels
109
+ sequence: string
110
+ - name: sentence
111
+ dtype: string
112
+ - name: tokens
113
+ sequence: string
114
+ - name: entities
115
+ list:
116
+ - name: '@type'
117
+ dtype: string
118
+ - name: end
119
+ dtype: int64
120
+ - name: kg_result
121
+ struct:
122
+ - name: '@id'
123
+ dtype: string
124
+ - name: '@type'
125
+ sequence: string
126
+ - name: description
127
+ dtype: string
128
+ - name: detailedDescription
129
+ struct:
130
+ - name: articleBody
131
+ dtype: string
132
+ - name: license
133
+ dtype: string
134
+ - name: url
135
+ dtype: string
136
+ - name: image
137
+ struct:
138
+ - name: contentUrl
139
+ dtype: string
140
+ - name: url
141
+ dtype: string
142
+ - name: name
143
+ dtype: string
144
+ - name: url
145
+ dtype: string
146
+ - name: resultScore
147
+ dtype: float64
148
+ - name: score
149
+ dtype: float64
150
+ - name: similarity
151
+ dtype: float64
152
+ - name: start
153
+ dtype: int64
154
+ - name: text
155
+ dtype: string
156
+ - name: type
157
+ dtype: string
158
+ - name: wikidata_id
159
+ dtype: string
160
+ splits:
161
+ - name: test
162
+ num_bytes: 54962629
163
+ num_examples: 17501
164
+ - name: validation
165
+ num_bytes: 55627871
166
+ num_examples: 16738
167
+ - name: train
168
+ num_bytes: 379229290
169
+ num_examples: 112900
170
+ download_size: 67758859
171
+ dataset_size: 489819790
172
+ ---
173
+ # Dataset Card for "sbf-enriched"
174
+
175
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)