otmangi commited on
Commit
dea3d7b
1 Parent(s): 342d4e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -6,6 +6,8 @@ Developed by Moussaoui Otman and El Younoussi Yacine.
6
  ## About MorrBERT
7
  MorrBERT, specifically tailored for the Moroccan dialect, is structured identically to BERTBASE. The training process took approximately 120 hours to complete 12 epochs using the entire training set. A massive corpus of six million Moroccan dialect sentences, totaling 71 billion tokens, was utilized to train this model.
8
 
 
 
9
  ## Usage
10
  The model weights can be loaded using transformers library by HuggingFace.
11
 
@@ -18,6 +20,12 @@ model = AutoModel.from_pretrained("otmangi/MorrBERT")
18
  ## Acknowledgments
19
  This research was supported through computational resources of HPC-MARWAN (www.marwan.ma/hpc) provided by the National Center for Scientific and Technical Research (CNRST). Rabat. Morocco.
20
 
 
 
 
 
 
 
21
  ## Contact
22
  For any inquiries, feedback, or requests, please feel free to reach out to :
23
 
 
6
  ## About MorrBERT
7
  MorrBERT, specifically tailored for the Moroccan dialect, is structured identically to BERTBASE. The training process took approximately 120 hours to complete 12 epochs using the entire training set. A massive corpus of six million Moroccan dialect sentences, totaling 71 billion tokens, was utilized to train this model.
8
 
9
+ For more information, please visit our paper: https://mendel-journal.org/index.php/mendel/article/view/223/200
10
+
11
  ## Usage
12
  The model weights can be loaded using transformers library by HuggingFace.
13
 
 
20
  ## Acknowledgments
21
  This research was supported through computational resources of HPC-MARWAN (www.marwan.ma/hpc) provided by the National Center for Scientific and Technical Research (CNRST). Rabat. Morocco.
22
 
23
+ ## How to cite
24
+ @article{Moussaoui_El Younnoussi_2023, title={Pre-training Two BERT-Like Models for Moroccan Dialect: MorRoBERTa and MorrBERT},
25
+ volume={29}, url={https://mendel-journal.org/index.php/mendel/article/view/223},
26
+ DOI={10.13164/mendel.2023.1.055}, number={1}, journal={MENDEL}, author={Moussaoui, Otman and El Younnoussi, Yacine},
27
+ year={2023}, month={Jun.}, pages={55-61} }
28
+
29
  ## Contact
30
  For any inquiries, feedback, or requests, please feel free to reach out to :
31