updated model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Citation and License
|
| 2 |
|
| 3 |
Full details regarding the training and comparative evaluation of **JABERT** can be found in our paper in **LT4HALA 2026** (see citation below).
|
|
@@ -9,10 +27,21 @@ This model is released under the open [Creative Commons Attribution 4.0 Internat
|
|
| 9 |
For all use or reuse of this model, please cite:
|
| 10 |
|
| 11 |
```
|
| 12 |
-
Elisha Rosensweig, Yitzchak Lindenbaum, Hillel Gershuni, Vered Raziel-Kretzmer, Daniel Caine, Avi Shmidman, "JABERT: A New State-of-the-Art BERT Model for Judeo-Arabic
|
| 13 |
Proceedings of the 2026 Workshop on Language Technologies for Historical and Ancient Languages (LT4HALA), forthcoming.
|
| 14 |
```
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
## Funding
|
| 17 |
|
| 18 |
This work has been funded by the European Union (ERC, MiDRASH, Project No. 101071829; principal investigators: Avi Shmidman, Bar-Ilan University; Nachum Dershowitz, Tel Aviv University; Judith Olszowy-Schlanger, EPHE-PSL; and Daniel Stökl Ben Ezra, EPHE-PSL), for which we are grateful.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ar
|
| 4 |
+
|
| 5 |
+
license: cc-by-4.0
|
| 6 |
+
|
| 7 |
+
library_name: transformers
|
| 8 |
+
|
| 9 |
+
tags:
|
| 10 |
+
- masked-lm
|
| 11 |
+
- bert
|
| 12 |
+
- judeo-arabic
|
| 13 |
+
|
| 14 |
+
model-index:
|
| 15 |
+
- name: JABERT
|
| 16 |
+
results: []
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
## Citation and License
|
| 20 |
|
| 21 |
Full details regarding the training and comparative evaluation of **JABERT** can be found in our paper in **LT4HALA 2026** (see citation below).
|
|
|
|
| 27 |
For all use or reuse of this model, please cite:
|
| 28 |
|
| 29 |
```
|
| 30 |
+
Elisha Rosensweig, Yitzchak Lindenbaum, Hillel Gershuni, Vered Raziel-Kretzmer, Daniel Caine, Avi Shmidman, "JABERT: A New State-of-the-Art BERT Model for Judeo-Arabic",
|
| 31 |
Proceedings of the 2026 Workshop on Language Technologies for Historical and Ancient Languages (LT4HALA), forthcoming.
|
| 32 |
```
|
| 33 |
|
| 34 |
+
Bibtex:
|
| 35 |
+
```bibtex
|
| 36 |
+
@inproceedings{rosensweig-etal-2026-jabert,
|
| 37 |
+
author = {Elisha Rosensweig and Yitzchak Lindenbaum and Hillel Gershuni and Vered Raziel-Kretzmer and Daniel Caine and Avi Shmidman},
|
| 38 |
+
title = {JABERT: A New State-of-the-Art BERT Model for Judeo-Arabic},
|
| 39 |
+
booktitle = {Proceedings of the 2026 Workshop on Language Technologies for Historical and Ancient Languages (LT4HALA)},
|
| 40 |
+
year = {2026},
|
| 41 |
+
note = {Forthcoming}
|
| 42 |
+
}
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
## Funding
|
| 46 |
|
| 47 |
This work has been funded by the European Union (ERC, MiDRASH, Project No. 101071829; principal investigators: Avi Shmidman, Bar-Ilan University; Nachum Dershowitz, Tel Aviv University; Judith Olszowy-Schlanger, EPHE-PSL; and Daniel Stökl Ben Ezra, EPHE-PSL), for which we are grateful.
|