Datasets:
Tasks:
Text Classification
Sub-tasks:
intent-classification
Languages:
English
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -29,44 +29,68 @@ train-eval-index:
|
|
29 |
text: text
|
30 |
label: target
|
31 |
metrics:
|
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 |
# Dataset Card for [Dataset Name]
|
@@ -212,4 +236,4 @@ English
|
|
212 |
|
213 |
### Contributions
|
214 |
|
215 |
-
Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
|
|
|
29 |
text: text
|
30 |
label: target
|
31 |
metrics:
|
32 |
+
- type: accuracy
|
33 |
+
name: Accuracy
|
34 |
+
- type: f1
|
35 |
+
name: F1 macro
|
36 |
+
args:
|
37 |
+
average: macro
|
38 |
+
- type: f1
|
39 |
+
name: F1 micro
|
40 |
+
args:
|
41 |
+
average: micro
|
42 |
+
- type: f1
|
43 |
+
name: F1 weighted
|
44 |
+
args:
|
45 |
+
average: weighted
|
46 |
+
- type: precision
|
47 |
+
name: Precision macro
|
48 |
+
args:
|
49 |
+
average: macro
|
50 |
+
- type: precision
|
51 |
+
name: Precision micro
|
52 |
+
args:
|
53 |
+
average: micro
|
54 |
+
- type: precision
|
55 |
+
name: Precision weighted
|
56 |
+
args:
|
57 |
+
average: weighted
|
58 |
+
- type: recall
|
59 |
+
name: Recall macro
|
60 |
+
args:
|
61 |
+
average: macro
|
62 |
+
- type: recall
|
63 |
+
name: Recall micro
|
64 |
+
args:
|
65 |
+
average: micro
|
66 |
+
- type: recall
|
67 |
+
name: Recall weighted
|
68 |
+
args:
|
69 |
+
average: weighted
|
70 |
+
dataset_info:
|
71 |
+
features:
|
72 |
+
- name: text
|
73 |
+
dtype: string
|
74 |
+
- name: user_id
|
75 |
+
dtype: int64
|
76 |
+
- name: subforum_id
|
77 |
+
dtype: int64
|
78 |
+
- name: num_contexts
|
79 |
+
dtype: int64
|
80 |
+
- name: label
|
81 |
+
dtype:
|
82 |
+
class_label:
|
83 |
+
names:
|
84 |
+
0: noHate
|
85 |
+
1: hate
|
86 |
+
2: idk/skip
|
87 |
+
3: relation
|
88 |
+
splits:
|
89 |
+
- name: train
|
90 |
+
num_bytes: 1375340
|
91 |
+
num_examples: 10944
|
92 |
+
download_size: 3664530
|
93 |
+
dataset_size: 1375340
|
94 |
---
|
95 |
|
96 |
# Dataset Card for [Dataset Name]
|
|
|
236 |
|
237 |
### Contributions
|
238 |
|
239 |
+
Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
|