Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,24 @@ tags:
|
|
6 |
- Arabic BERT
|
7 |
- Poetry
|
8 |
- Masked Langauge Model
|
9 |
-
|
10 |
-
- text: "ุงูุนููู
ู ุจูุญุฑู ุนูู
ููู ูุง ููุฑุงุฑู ูููู # ููุงููุงุณู ู
ุง ุจูููู [MASK] ููุฅููุฑุงุทู"
|
11 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- Arabic BERT
|
7 |
- Poetry
|
8 |
- Masked Langauge Model
|
9 |
+
|
|
|
10 |
---
|
11 |
+
|
12 |
+
|
13 |
+
**AraPoemBERT** is the first pre-trained large language model focused exclusively on Arabic poetry. The dataset used in pretraining the model contains more than 2 million verses. The code files along with the results are available on [repo](https://github.com/FaisalQarah/araPoemBERT).
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
# BibTex
|
18 |
+
|
19 |
+
If you use SaudiBERT model in your scientific publication, or if you find the resources in this repository useful, please cite our paper as follows (citation details to be updated):
|
20 |
+
```bibtex
|
21 |
+
@article{qarah2024arapoembert,
|
22 |
+
title={AraPoemBERT: A Pretrained Language Model for Arabic Poetry Analysis},
|
23 |
+
author={Qarah, Faisal},
|
24 |
+
journal={arXiv preprint arXiv:2403.12392},
|
25 |
+
year={2024}
|
26 |
+
}
|
27 |
+
|
28 |
+
|
29 |
+
```
|