Commit
·
3b070c8
1
Parent(s):
75aa3a9
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -23,6 +23,78 @@ dataset_info:
|
|
23 |
names:
|
24 |
'0': NOT AGGRESSIVE
|
25 |
'1': AGGRESSIVE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
- name: entities
|
27 |
list:
|
28 |
- name: '@type'
|
@@ -71,16 +143,16 @@ dataset_info:
|
|
71 |
dtype: string
|
72 |
splits:
|
73 |
- name: train
|
74 |
-
num_bytes:
|
75 |
num_examples: 9000
|
76 |
- name: test
|
77 |
-
num_bytes:
|
78 |
num_examples: 3000
|
79 |
- name: dev
|
80 |
-
num_bytes:
|
81 |
num_examples: 1000
|
82 |
-
download_size:
|
83 |
-
dataset_size:
|
84 |
---
|
85 |
# Dataset Card for "hateval_enriched"
|
86 |
|
|
|
23 |
names:
|
24 |
'0': NOT AGGRESSIVE
|
25 |
'1': AGGRESSIVE
|
26 |
+
- name: ner_output
|
27 |
+
struct:
|
28 |
+
- name: entities
|
29 |
+
list:
|
30 |
+
- name: end
|
31 |
+
dtype: int64
|
32 |
+
- name: kg_results
|
33 |
+
struct:
|
34 |
+
- name: '@context'
|
35 |
+
struct:
|
36 |
+
- name: '@vocab'
|
37 |
+
dtype: string
|
38 |
+
- name: EntitySearchResult
|
39 |
+
dtype: string
|
40 |
+
- name: detailedDescription
|
41 |
+
dtype: string
|
42 |
+
- name: goog
|
43 |
+
dtype: string
|
44 |
+
- name: kg
|
45 |
+
dtype: string
|
46 |
+
- name: resultScore
|
47 |
+
dtype: string
|
48 |
+
- name: '@type'
|
49 |
+
dtype: string
|
50 |
+
- name: itemListElement
|
51 |
+
list:
|
52 |
+
- name: '@type'
|
53 |
+
dtype: string
|
54 |
+
- name: result
|
55 |
+
struct:
|
56 |
+
- name: '@id'
|
57 |
+
dtype: string
|
58 |
+
- name: '@type'
|
59 |
+
sequence: string
|
60 |
+
- name: description
|
61 |
+
dtype: string
|
62 |
+
- name: detailedDescription
|
63 |
+
struct:
|
64 |
+
- name: articleBody
|
65 |
+
dtype: string
|
66 |
+
- name: license
|
67 |
+
dtype: string
|
68 |
+
- name: url
|
69 |
+
dtype: string
|
70 |
+
- name: image
|
71 |
+
struct:
|
72 |
+
- name: contentUrl
|
73 |
+
dtype: string
|
74 |
+
- name: url
|
75 |
+
dtype: string
|
76 |
+
- name: name
|
77 |
+
dtype: string
|
78 |
+
- name: url
|
79 |
+
dtype: string
|
80 |
+
- name: resultScore
|
81 |
+
dtype: float64
|
82 |
+
- name: wikidata_id
|
83 |
+
dtype: string
|
84 |
+
- name: query_text
|
85 |
+
dtype: string
|
86 |
+
- name: start
|
87 |
+
dtype: int64
|
88 |
+
- name: text
|
89 |
+
dtype: string
|
90 |
+
- name: type
|
91 |
+
dtype: string
|
92 |
+
- name: labels
|
93 |
+
sequence: string
|
94 |
+
- name: sentence
|
95 |
+
dtype: string
|
96 |
+
- name: tokens
|
97 |
+
sequence: string
|
98 |
- name: entities
|
99 |
list:
|
100 |
- name: '@type'
|
|
|
143 |
dtype: string
|
144 |
splits:
|
145 |
- name: train
|
146 |
+
num_bytes: 59062829
|
147 |
num_examples: 9000
|
148 |
- name: test
|
149 |
+
num_bytes: 22549700
|
150 |
num_examples: 3000
|
151 |
- name: dev
|
152 |
+
num_bytes: 7837513
|
153 |
num_examples: 1000
|
154 |
+
download_size: 19662592
|
155 |
+
dataset_size: 89450042
|
156 |
---
|
157 |
# Dataset Card for "hateval_enriched"
|
158 |
|