Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
5 |
---
|
6 |
# DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew
|
7 |
|
8 |
-
State-of-the-art language model for Hebrew,
|
9 |
|
10 |
This is the base model pretrained with the masked-language-modeling objective.
|
11 |
|
@@ -36,7 +36,16 @@ If you use DictaBERT in your research, please cite ```DictaBERT: A State-of-the-
|
|
36 |
|
37 |
**BibTeX:**
|
38 |
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
## License
|
42 |
|
|
|
5 |
---
|
6 |
# DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew
|
7 |
|
8 |
+
State-of-the-art language model for Hebrew, released [here](https://arxiv.org/abs/2308.16687).
|
9 |
|
10 |
This is the base model pretrained with the masked-language-modeling objective.
|
11 |
|
|
|
36 |
|
37 |
**BibTeX:**
|
38 |
|
39 |
+
```bibtex
|
40 |
+
@misc{shmidman2023dictabert,
|
41 |
+
title={DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew},
|
42 |
+
author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel},
|
43 |
+
year={2023},
|
44 |
+
eprint={2308.16687},
|
45 |
+
archivePrefix={arXiv},
|
46 |
+
primaryClass={cs.CL}
|
47 |
+
}
|
48 |
+
```
|
49 |
|
50 |
## License
|
51 |
|