akhooli commited on
Commit
1288d37
·
verified ·
1 Parent(s): 5a949dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -25,13 +25,14 @@ configs:
25
  path: data/train-*
26
  ---
27
  This __hate speeh__ dataset is derived from [manueltonneau/arabic-hate-speech-superset](https://huggingface.co/datasets/manueltonneau/arabic-hate-speech-superset).
28
- The original dataset has loading issues. This dataset is based on the __L-HSAB__ and __alsafari__ sets mentioned in the original.
29
- The current dataset keeps the original class (labels) and adds 2 columns: label_text and label (0: negative, 1:positive).
 
30
  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).
31
  I plan to add more rows to this dataset to cover regional nuances (dialects, terminology, ..).
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. 12, 2024.
36
  * __Disclaimer__: some entries contain obscene language, swearing and other forms of unacceptable terminology.
37
  The purpose of the dataset is to train a classifier and not to publish or endorse unacceptable content.
 
25
  path: data/train-*
26
  ---
27
  This __hate speeh__ dataset is derived from [manueltonneau/arabic-hate-speech-superset](https://huggingface.co/datasets/manueltonneau/arabic-hate-speech-superset).
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.