ytsaig commited on
Commit
84eb427
1 Parent(s): 5ce48e5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ languages:
3
+ - en
4
+ multilinguality:
5
+ - monolingual
6
+ size_categories:
7
+ - 10K<n<100K
8
+ source_datasets:
9
+ - derived
10
+ task_categories:
11
+ - text-classification
12
+ ---
13
+ # Dataset Card for hate-multi
14
+ ## Table of Contents
15
+ - [Table of Contents](#table-of-contents)
16
+ - [Dataset Description](#dataset-description)
17
+ - [Dataset Summary](#dataset-summary)
18
+ - [Dataset Creation](#dataset-creation)
19
+ - [Source Data](#source-data)
20
+ ## Dataset Description
21
+ ### Dataset Summary
22
+ This dataset contains a collection of text labeled as offensive (class 1) or not (class 0).
23
+ ## Dataset Creation
24
+ The dataset was creating by aggregating multiple publicly available datasets.
25
+ ### Source Data
26
+ The following datasets were used:
27
+ * https://huggingface.co/datasets/hate_speech_offensive - Tweet text cleaned by lower casing, removing mentions and urls. Dropped instanced labeled as 'hate speech'
28
+ * https://sites.google.com/site/offensevalsharedtask/olid - Tweet text cleaned by lower casing, removing mentions and urls. Used 'subtask_a' column for labeling.