Kamel commited on
Commit
9fa9761
1 Parent(s): f88ae61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -27,6 +27,19 @@ from transformers import AutoTokenizer, AutoModel
27
  DarijaBERT_tokenizer = AutoTokenizer.from_pretrained("SI2M-Lab/DarijaBERT")
28
  DarijaBert_model = AutoModel.from_pretrained("SI2M-Lab/DarijaBERT")
29
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  **Acknowledgments**
32
 
27
  DarijaBERT_tokenizer = AutoTokenizer.from_pretrained("SI2M-Lab/DarijaBERT")
28
  DarijaBert_model = AutoModel.from_pretrained("SI2M-Lab/DarijaBERT")
29
  ```
30
+
31
+ **Citation**
32
+
33
+ If you use our models for your scientific publication, or if you find the resources in this repository useful, please cite our paper as follows (to be updated):
34
+ ```
35
+ @article{gaanoun2023darijabert,
36
+ title={Darijabert: a Step Forward in Nlp for the Written Moroccan Dialect},
37
+ author={Gaanoun, Kamel and Naira, Abdou Mohamed and Allak, Anass and Benelallam, Imade},
38
+ year={2023}
39
+ }
40
+
41
+ ```
42
+
43
 
44
  **Acknowledgments**
45