Commit
·
78cf30f
1
Parent(s):
be205c4
Update README.md
Browse files
README.md
CHANGED
|
@@ -139,3 +139,13 @@ SentenceTransformer(
|
|
| 139 |
|
| 140 |
## Citing & Authors
|
| 141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
|
| 140 |
## Citing & Authors
|
| 141 |
|
| 142 |
+
```bibtex
|
| 143 |
+
@misc{seker2021alephberta,
|
| 144 |
+
title={AlephBERT:A Hebrew Large Pre-Trained Language Model to Start-off your Hebrew NLP Application With},
|
| 145 |
+
author={Amit Seker and Elron Bandel and Dan Bareket and Idan Brusilovsky and Refael Shaked Greenfeld and Reut Tsarfaty},
|
| 146 |
+
year={2021},
|
| 147 |
+
eprint={2104.04052},
|
| 148 |
+
archivePrefix={arXiv},
|
| 149 |
+
primaryClass={cs.CL}
|
| 150 |
+
}
|
| 151 |
+
```
|