mapsoriano commited on
Commit
1a97216
·
1 Parent(s): 367de65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -23,6 +23,8 @@ Contains a total of 27,383 tweets that are labeled as hate speech (1) or non-hat
23
  Created by combining [hate_speech_filipino](https://huggingface.co/datasets/hate_speech_filipino) and a newly crawled 2022 Philippine Presidential Elections-related Tweets Hate Speech Dataset.
24
 
25
  This dataset has an almost balanced number of hate and non-hate tweets:
 
 
26
  Training Dataset:
27
  Hate (1): 10,994
28
  Non-hate (0): 10,779
@@ -34,6 +36,7 @@ Non-hate (0): 1,385
34
  Testing Dataset:
35
  Hate (1): 1398
36
  Non-hate (0): 1412
 
37
 
38
 
39
  ### Supported Tasks and Leaderboards
@@ -49,16 +52,20 @@ The dataset consists mainly of Filipino text, supplemented with a few English wo
49
  ### Data Instances
50
 
51
  Non-hate speech sample data:
 
52
  {
53
  "text": "Yes to BBM at SARA para sa ikakaunlad ng pilipinas",
54
  "label": 0
55
  }
 
56
 
57
  Hate speech sample data:
 
58
  {
59
  "text": "Kapal ng mukha moIkaw magwithdraw!!!!![USERNAME]Hindi pelikula ang magsilbi sa bayan!!! Tama na pagbabasa ng script!!! Kakampink stfu Isko kupal",
60
  "label": 1
61
  }
 
62
 
63
  ### Data Fields
64
 
 
23
  Created by combining [hate_speech_filipino](https://huggingface.co/datasets/hate_speech_filipino) and a newly crawled 2022 Philippine Presidential Elections-related Tweets Hate Speech Dataset.
24
 
25
  This dataset has an almost balanced number of hate and non-hate tweets:
26
+
27
+ ```
28
  Training Dataset:
29
  Hate (1): 10,994
30
  Non-hate (0): 10,779
 
36
  Testing Dataset:
37
  Hate (1): 1398
38
  Non-hate (0): 1412
39
+ ```
40
 
41
 
42
  ### Supported Tasks and Leaderboards
 
52
  ### Data Instances
53
 
54
  Non-hate speech sample data:
55
+ ```
56
  {
57
  "text": "Yes to BBM at SARA para sa ikakaunlad ng pilipinas",
58
  "label": 0
59
  }
60
+ ```
61
 
62
  Hate speech sample data:
63
+ ```
64
  {
65
  "text": "Kapal ng mukha moIkaw magwithdraw!!!!![USERNAME]Hindi pelikula ang magsilbi sa bayan!!! Tama na pagbabasa ng script!!! Kakampink stfu Isko kupal",
66
  "label": 1
67
  }
68
+ ```
69
 
70
  ### Data Fields
71