julien-c HF staff commited on
Commit
009460b
1 Parent(s): 2d96061

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-sent/README.md

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ language:
4
+ - ar
5
+ - en
6
+
7
+ license: mit
8
+ ---
9
+ ### xlm-r-large-arabic-sent
10
+ Multilingual sentiment classification (Label_0: mixed, Label_1: negative, Label_2: positive) of Arabic reviews by fine-tuning XLM-Roberta-Large.
11
+ Zero shot classification of other languages (also works in mixed languages - ex. Arabic & English). Mixed category is not accurate and may confuse other
12
+ classes (was based on a rate of 3 out of 5 in reviews).
13
+ Usage: see last section in this [Colab notebook](https://lnkd.in/d3bCFyZ)