akhooli commited on
Commit
83dc5f5
1 Parent(s): 1c5dda2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -25,9 +25,11 @@ 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__ set mentioned in the original. A subset of the __alsafari__ is also included.
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.
 
 
 
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.