faisalq commited on
Commit
13da1f7
โ€ข
1 Parent(s): 9db2633

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -6,6 +6,24 @@ tags:
6
  - Arabic BERT
7
  - Poetry
8
  - Masked Langauge Model
9
- widget:
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
+ ```