julien-c HF staff commited on
Commit
c874479
1 Parent(s): 3f556dc

Migrate model card from transformers-repo

Browse files

Read announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/akhooli/xlm-r-large-arabic-toxic/README.md

Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ language:
4
+ - ar
5
+ - en
6
+
7
+ license: mit
8
+ ---
9
+ ### xlm-r-large-arabic-toxic (toxic/hate speech classifier)
10
+ Toxic (hate speech) classification (Label_0: non-toxic, Label_1: toxic) of Arabic comments by fine-tuning XLM-Roberta-Large.
11
+ Zero shot classification of other languages (also works in mixed languages - ex. Arabic & English).
12
+ Usage and further info: see last section in this [Colab notebook](https://lnkd.in/d3bCFyZ)