aviadrom commited on
Commit
8e0b867
1 Parent(s): fb98f6a

add citation section to model card

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -20,4 +20,17 @@ tokenizer = AutoTokenizer.from_pretrained("aviadrom/HeArBERT")
20
  text_ar = "مرحبا"
21
  text_he = transliterate_arabic_to_hebrew(text_ar)
22
  tokenizer(text_he)
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ```
 
20
  text_ar = "مرحبا"
21
  text_he = transliterate_arabic_to_hebrew(text_ar)
22
  tokenizer(text_he)
23
+ ```
24
+
25
+
26
+ # Citation
27
+ If you find our work useful in your research, please consider citing:
28
+
29
+ ```
30
+ @article{rom2024training,
31
+ title={Training a Bilingual Language Model by Mapping Tokens onto a Shared Character Space},
32
+ author={Rom, Aviad and Bar, Kfir},
33
+ journal={arXiv preprint arXiv:2402.16065},
34
+ year={2024}
35
+ }
36
  ```