PyTorch
ghaddara commited on
Commit
40e55de
·
1 Parent(s): aa1655d

Initialize file

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Overview
2
+
3
+ <p align="center">
4
+ <img src="https://avatars.githubusercontent.com/u/12619994?s=200&v=4" width="150">
5
+ </p>
6
+
7
+ <!-- -------------------------------------------------------------------------------- -->
8
+
9
+ JABER (Junior Arabic BERt) is a 12-layer Arabic pretrained Language Model.
10
+ JABER obtained rank one on [ALUE leaderboard](https://www.alue.org/leaderboard) at `01/09/2021`.
11
+ This model is **only compatible** with the code in [this github repo](https://github.com/huawei-noah/Pretrained-Language-Model/tree/master/JABER-PyTorch) (not supported by the [Transformers](https://github.com/huggingface/transformers) library)
12
+
13
+ ## Citation
14
+
15
+ Please cite the following [paper](https://arxiv.org/abs/2112.04329) when using our code and model:
16
+
17
+ ``` bibtex
18
+ @misc{ghaddar2021jaber,
19
+ title={JABER: Junior Arabic BERt},
20
+ author={Abbas Ghaddar and Yimeng Wu and Ahmad Rashid and Khalil Bibi and Mehdi Rezagholizadeh and Chao Xing and Yasheng Wang and Duan Xinyu and Zhefeng Wang and Baoxing Huai and Xin Jiang and Qun Liu and Philippe Langlais},
21
+ year={2021},
22
+ eprint={2112.04329},
23
+ archivePrefix={arXiv},
24
+ primaryClass={cs.CL}
25
+ }
26
+ ```