finiteautomata commited on
Commit
ff18e5a
1 Parent(s): af8cc48

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +155 -0
README.md ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: functionality
5
+ dtype: string
6
+ - name: case_id
7
+ dtype: int64
8
+ - name: test_case
9
+ dtype: string
10
+ - name: label_gold
11
+ dtype: string
12
+ - name: target_ident
13
+ dtype: string
14
+ - name: direction
15
+ dtype: string
16
+ - name: focus_words
17
+ dtype: string
18
+ - name: focus_lemma
19
+ dtype: string
20
+ - name: ref_case_id
21
+ dtype: float64
22
+ - name: ref_templ_id
23
+ dtype: float64
24
+ - name: templ_id
25
+ dtype: int64
26
+ - name: case_templ
27
+ dtype: string
28
+ - name: ner_output
29
+ struct:
30
+ - name: entities
31
+ list:
32
+ - name: end
33
+ dtype: int64
34
+ - name: kg_results
35
+ struct:
36
+ - name: '@context'
37
+ struct:
38
+ - name: '@vocab'
39
+ dtype: string
40
+ - name: EntitySearchResult
41
+ dtype: string
42
+ - name: detailedDescription
43
+ dtype: string
44
+ - name: goog
45
+ dtype: string
46
+ - name: kg
47
+ dtype: string
48
+ - name: resultScore
49
+ dtype: string
50
+ - name: '@type'
51
+ dtype: string
52
+ - name: itemListElement
53
+ list:
54
+ - name: '@type'
55
+ dtype: string
56
+ - name: result
57
+ struct:
58
+ - name: '@id'
59
+ dtype: string
60
+ - name: '@type'
61
+ sequence: string
62
+ - name: description
63
+ dtype: string
64
+ - name: detailedDescription
65
+ struct:
66
+ - name: articleBody
67
+ dtype: string
68
+ - name: license
69
+ dtype: string
70
+ - name: url
71
+ dtype: string
72
+ - name: image
73
+ struct:
74
+ - name: contentUrl
75
+ dtype: string
76
+ - name: url
77
+ dtype: string
78
+ - name: name
79
+ dtype: string
80
+ - name: url
81
+ dtype: string
82
+ - name: resultScore
83
+ dtype: float64
84
+ - name: wikidata_id
85
+ dtype: string
86
+ - name: query_text
87
+ dtype: string
88
+ - name: start
89
+ dtype: int64
90
+ - name: text
91
+ dtype: string
92
+ - name: type
93
+ dtype: string
94
+ - name: labels
95
+ sequence: string
96
+ - name: sentence
97
+ dtype: string
98
+ - name: tokens
99
+ sequence: string
100
+ - name: entities
101
+ list:
102
+ - name: '@type'
103
+ dtype: string
104
+ - name: end
105
+ dtype: int64
106
+ - name: kg_result
107
+ struct:
108
+ - name: '@id'
109
+ dtype: string
110
+ - name: '@type'
111
+ sequence: string
112
+ - name: description
113
+ dtype: string
114
+ - name: detailedDescription
115
+ struct:
116
+ - name: articleBody
117
+ dtype: string
118
+ - name: license
119
+ dtype: string
120
+ - name: url
121
+ dtype: string
122
+ - name: image
123
+ struct:
124
+ - name: contentUrl
125
+ dtype: string
126
+ - name: url
127
+ dtype: string
128
+ - name: name
129
+ dtype: string
130
+ - name: url
131
+ dtype: string
132
+ - name: resultScore
133
+ dtype: float64
134
+ - name: score
135
+ dtype: float64
136
+ - name: similarity
137
+ dtype: float64
138
+ - name: start
139
+ dtype: int64
140
+ - name: text
141
+ dtype: string
142
+ - name: type
143
+ dtype: string
144
+ - name: wikidata_id
145
+ dtype: string
146
+ splits:
147
+ - name: test
148
+ num_bytes: 1647429
149
+ num_examples: 3728
150
+ download_size: 392671
151
+ dataset_size: 1647429
152
+ ---
153
+ # Dataset Card for "hatecheck-enriched"
154
+
155
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)