finiteautomata commited on
Commit
ee89a1f
·
1 Parent(s): 0280d8a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +111 -0
README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: text
7
+ dtype: string
8
+ - name: HS
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': OK
13
+ '1': HATEFUL
14
+ - name: TR
15
+ dtype:
16
+ class_label:
17
+ names:
18
+ '0': GROUP
19
+ '1': INDIVIDUAL
20
+ - name: AG
21
+ dtype:
22
+ class_label:
23
+ names:
24
+ '0': NOT AGGRESSIVE
25
+ '1': AGGRESSIVE
26
+ - name: entities
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: start
85
+ dtype: int64
86
+ - name: text
87
+ dtype: string
88
+ - name: type
89
+ dtype: string
90
+ - name: labels
91
+ sequence: string
92
+ - name: sentence
93
+ dtype: string
94
+ - name: tokens
95
+ sequence: string
96
+ splits:
97
+ - name: test
98
+ num_bytes: 2984832
99
+ num_examples: 3000
100
+ - name: dev
101
+ num_bytes: 1048340
102
+ num_examples: 1000
103
+ - name: train
104
+ num_bytes: 8540660
105
+ num_examples: 9000
106
+ download_size: 5070087
107
+ dataset_size: 12573832
108
+ ---
109
+ # Dataset Card for "hateval_enriched"
110
+
111
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)