Upload README.md
Browse files
README.md
CHANGED
@@ -23,3 +23,22 @@ These are different BERT models (BERT Arabic models are initialized from [AraBER
|
|
23 |
| [BERT Arabic Medium](https://huggingface.co/Abdou/arabert-medium-algerian) | ~42.1 M | 11 min 25 s | 0.7521 | 0.7860 |
|
24 |
| [BERT Arabic Base](https://huggingface.co/Abdou/arabert-base-algerian) | ~110.6 M | 34 min 19 s | 0.7688 | 0.8002 |
|
25 |
| **[BERT Arabic Large](https://huggingface.co/Abdou/arabert-large-algerian)** | **~336.7 M** | **1 h 53 min** | **0.7838** | **0.8174** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
| [BERT Arabic Medium](https://huggingface.co/Abdou/arabert-medium-algerian) | ~42.1 M | 11 min 25 s | 0.7521 | 0.7860 |
|
24 |
| [BERT Arabic Base](https://huggingface.co/Abdou/arabert-base-algerian) | ~110.6 M | 34 min 19 s | 0.7688 | 0.8002 |
|
25 |
| **[BERT Arabic Large](https://huggingface.co/Abdou/arabert-large-algerian)** | **~336.7 M** | **1 h 53 min** | **0.7838** | **0.8174** |
|
26 |
+
|
27 |
+
# Citation
|
28 |
+
If you find our work useful, please cite it as follows:
|
29 |
+
```bibtex
|
30 |
+
@article{2023,
|
31 |
+
title={Sentiment Analysis on Algerian Dialect with Transformers},
|
32 |
+
author={Zakaria Benmounah and Abdennour Boulesnane and Abdeladim Fadheli and Mustapha Khial},
|
33 |
+
journal={Applied Sciences},
|
34 |
+
volume={13},
|
35 |
+
number={20},
|
36 |
+
pages={11157},
|
37 |
+
year={2023},
|
38 |
+
month={Oct},
|
39 |
+
publisher={MDPI AG},
|
40 |
+
DOI={10.3390/app132011157},
|
41 |
+
ISSN={2076-3417},
|
42 |
+
url={http://dx.doi.org/10.3390/app132011157}
|
43 |
+
}
|
44 |
+
```
|