Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -29,36 +29,52 @@ train-eval-index:
|
|
| 29 |
tweet: 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 |
# Dataset Card for Tweets Hate Speech Detection
|
|
@@ -192,4 +208,4 @@ Roshan Sharma
|
|
| 192 |
|
| 193 |
### Contributions
|
| 194 |
|
| 195 |
-
Thanks to [@darshan-gandhi](https://github.com/darshan-gandhi) for adding this dataset.
|
|
|
|
| 29 |
tweet: text
|
| 30 |
label: target
|
| 31 |
metrics:
|
| 32 |
+
- type: accuracy
|
| 33 |
+
name: Accuracy
|
| 34 |
+
- type: f1
|
| 35 |
+
name: F1 binary
|
| 36 |
+
args:
|
| 37 |
+
average: binary
|
| 38 |
+
- type: precision
|
| 39 |
+
name: Precision macro
|
| 40 |
+
args:
|
| 41 |
+
average: macro
|
| 42 |
+
- type: precision
|
| 43 |
+
name: Precision micro
|
| 44 |
+
args:
|
| 45 |
+
average: micro
|
| 46 |
+
- type: precision
|
| 47 |
+
name: Precision weighted
|
| 48 |
+
args:
|
| 49 |
+
average: weighted
|
| 50 |
+
- type: recall
|
| 51 |
+
name: Recall macro
|
| 52 |
+
args:
|
| 53 |
+
average: macro
|
| 54 |
+
- type: recall
|
| 55 |
+
name: Recall micro
|
| 56 |
+
args:
|
| 57 |
+
average: micro
|
| 58 |
+
- type: recall
|
| 59 |
+
name: Recall weighted
|
| 60 |
+
args:
|
| 61 |
+
average: weighted
|
| 62 |
+
dataset_info:
|
| 63 |
+
features:
|
| 64 |
+
- name: label
|
| 65 |
+
dtype:
|
| 66 |
+
class_label:
|
| 67 |
+
names:
|
| 68 |
+
0: no-hate-speech
|
| 69 |
+
1: hate-speech
|
| 70 |
+
- name: tweet
|
| 71 |
+
dtype: string
|
| 72 |
+
splits:
|
| 73 |
+
- name: train
|
| 74 |
+
num_bytes: 3191776
|
| 75 |
+
num_examples: 31962
|
| 76 |
+
download_size: 3103165
|
| 77 |
+
dataset_size: 3191776
|
| 78 |
---
|
| 79 |
|
| 80 |
# Dataset Card for Tweets Hate Speech Detection
|
|
|
|
| 208 |
|
| 209 |
### Contributions
|
| 210 |
|
| 211 |
+
Thanks to [@darshan-gandhi](https://github.com/darshan-gandhi) for adding this dataset.
|