akhooli commited on
Commit
82fcda4
1 Parent(s): 1288d37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -28,11 +28,12 @@ This __hate speeh__ dataset is derived from [manueltonneau/arabic-hate-speech-su
28
  The original dataset has loading issues. This dataset is mainly based on the __L-HSAB__ and __alsafari__ sets mentioned in the original.
29
  Around 3000 other records from other datasets were added for better (not full) coverage.
30
  The current dataset keeps the original class (labels - apparently not as accurate as should be) and adds 2 columns: label_text and label (0: negative, 1:positive).
31
- Label text was first generated by LLM (Qwen 2.5 14B quantized). Label was fully revised after that and reflects my personal opinion (not an exat science).
32
- I plan to add more rows to this dataset to cover regional nuances (dialects, terminology, ..).
33
 
34
  A [hate speech classifier model](https://huggingface.co/akhooli/setfit_ar_hs) based on this dataset is available.
35
 
36
- * Note: this dataset was updated on Nov. 14, 2024. It has around 11500 entries all manually inspected and labeled.
37
- * __Disclaimer__: some entries contain obscene language, swearing and other forms of unacceptable terminology.
38
- The purpose of the dataset is to train a classifier and not to publish or endorse unacceptable content.
 
 
 
28
  The original dataset has loading issues. This dataset is mainly based on the __L-HSAB__ and __alsafari__ sets mentioned in the original.
29
  Around 3000 other records from other datasets were added for better (not full) coverage.
30
  The current dataset keeps the original class (labels - apparently not as accurate as should be) and adds 2 columns: label_text and label (0: negative, 1:positive).
31
+ Label text was first generated by LLM (Qwen 2.5 14B quantized). Label was fully revised after that and reflects my personal opinion (not an exat science).
 
32
 
33
  A [hate speech classifier model](https://huggingface.co/akhooli/setfit_ar_hs) based on this dataset is available.
34
 
35
+ * Note: this dataset was updated on Nov. 14, 2024. It has around 11500 entries all manually inspected and labeled
36
+ (my personal assessment, so not always correct or as intended).
37
+ * __Disclaimer__: some entries contain obscene language, swearing and other forms of unacceptable terminology
38
+ (data taken as is, removed only instances of "@user" from the original).
39
+ The purpose of the dataset is to train a classifier and not to publish or endorse accpeptable/unacceptable content.