Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ inference: false
|
|
6 |
---
|
7 |
# DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew
|
8 |
|
9 |
-
State-of-the-art language model for Hebrew,
|
10 |
|
11 |
This is the fine-tuned model for the morphological tagging task.
|
12 |
|
@@ -169,7 +169,16 @@ If you use DictaBERT in your research, please cite ```DictaBERT: A State-of-the-
|
|
169 |
|
170 |
**BibTeX:**
|
171 |
|
172 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
|
174 |
## License
|
175 |
|
|
|
6 |
---
|
7 |
# DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew
|
8 |
|
9 |
+
State-of-the-art language model for Hebrew, released [here](https://arxiv.org/abs/2308.16687).
|
10 |
|
11 |
This is the fine-tuned model for the morphological tagging task.
|
12 |
|
|
|
169 |
|
170 |
**BibTeX:**
|
171 |
|
172 |
+
```bibtex
|
173 |
+
@misc{shmidman2023dictabert,
|
174 |
+
title={DictaBERT: A State-of-the-Art BERT Suite for Modern Hebrew},
|
175 |
+
author={Shaltiel Shmidman and Avi Shmidman and Moshe Koppel},
|
176 |
+
year={2023},
|
177 |
+
eprint={2308.16687},
|
178 |
+
archivePrefix={arXiv},
|
179 |
+
primaryClass={cs.CL}
|
180 |
+
}
|
181 |
+
```
|
182 |
|
183 |
## License
|
184 |
|