m3hrdadfi commited on
Commit
15abc2f
1 Parent(s): 6c12f7d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: fa
3
+ license: apache-2.0
4
+ ---
5
+
6
+ # ALBERT Persian
7
+
8
+ A Lite BERT for Self-supervised Learning of Language Representations for the Persian Language
9
+
10
+ > میتونی بهش بگی برت_کوچولو
11
+
12
+ [ALBERT-Persian](https://github.com/m3hrdadfi/albert-persian) is the first attempt on ALBERT for the Persian Language. The model was trained based on Google's ALBERT BASE Version 2.0 over various writing styles from numerous subjects (e.g., scientific, novels, news) with more than 3.9M documents, 73M sentences, and 1.3B words, like the way we did for ParsBERT.
13
+
14
+ Please follow the [ALBERT-Persian](https://github.com/m3hrdadfi/albert-persian) repo for the latest information about previous and current models.
15
+
16
+ ## Persian Sentiment [Digikala, SnappFood, DeepSentiPers]
17
+
18
+ It aims to classify text, such as comments, based on their emotional bias. We tested three well-known datasets for this task: `Digikala` user comments, `SnappFood` user comments, and `DeepSentiPers` in two binary-form and multi-form types.
19
+
20
+
21
+ ## Results
22
+ The model obtained an F1 score of 70.72% for a composition of all three datasets into a multi-labels `Negative`, `Neutral` and `Positive`.
23
+
24
+
25
+ ### BibTeX entry and citation info
26
+
27
+ Please cite in publications as the following:
28
+
29
+ ```bibtex
30
+ @misc{ALBERTPersian,
31
+ author = {Mehrdad Farahani},
32
+ title = {ALBERT-Persian: A Lite BERT for Self-supervised Learning of Language Representations for the Persian Language},
33
+ year = {2020},
34
+ publisher = {GitHub},
35
+ journal = {GitHub repository},
36
+ howpublished = {\url{https://github.com/m3hrdadfi/albert-persian}},
37
+ }
38
+
39
+ @article{ParsBERT,
40
+ title={ParsBERT: Transformer-based Model for Persian Language Understanding},
41
+ author={Mehrdad Farahani, Mohammad Gharachorloo, Marzieh Farahani, Mohammad Manthouri},
42
+ journal={ArXiv},
43
+ year={2020},
44
+ volume={abs/2005.12515}
45
+ }
46
+ ```
47
+
48
+ ## Questions?
49
+ Post a Github issue on the [ALBERT-Persian](https://github.com/m3hrdadfi/albert-persian) repo.