Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
- deberta-v3
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
Latvian DeBERTaV3 encoder model trained with a replaced token detection (RTD) objective, released with the paper **"Pretraining and Benchmarking Modern Encoders for Latvian"**.
|
| 16 |
|
|
@@ -20,25 +20,23 @@ https://github.com/LUMII-AILab/latvian-encoders
|
|
| 20 |
## Citation
|
| 21 |
|
| 22 |
```bibtex
|
| 23 |
-
@inproceedings{znotins-2026-
|
| 24 |
title = "Pretraining and Benchmarking Modern Encoders for {L}atvian",
|
| 25 |
author = "Znotins, Arturs",
|
| 26 |
-
|
| 27 |
-
Ranasinghe, Tharindu and
|
| 28 |
-
Plum, Alistair and
|
| 29 |
-
Rayson, Paul and
|
| 30 |
-
Mitkov, Ruslan and
|
| 31 |
-
Gaber, Mohamed and
|
| 32 |
-
Premasiri, Damith and
|
| 33 |
-
Tan, Fiona Anting and
|
| 34 |
-
Uyangodage, Lasitha",
|
| 35 |
-
booktitle = "Proceedings of the Second Workshop on Language Models for Low-Resource Languages ({L}o{R}es{LM} 2026)",
|
| 36 |
-
month = mar,
|
| 37 |
year = "2026",
|
| 38 |
-
address = "Rabat, Morocco",
|
| 39 |
publisher = "Association for Computational Linguistics",
|
| 40 |
url = "https://aclanthology.org/2026.loreslm-1.40/",
|
| 41 |
-
pages = "461--470"
|
| 42 |
-
ISBN = "979-8-89176-377-7"
|
| 43 |
}
|
| 44 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- deberta-v3
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Latvian DeBERTaV3 base model
|
| 14 |
|
| 15 |
Latvian DeBERTaV3 encoder model trained with a replaced token detection (RTD) objective, released with the paper **"Pretraining and Benchmarking Modern Encoders for Latvian"**.
|
| 16 |
|
|
|
|
| 20 |
## Citation
|
| 21 |
|
| 22 |
```bibtex
|
| 23 |
+
@inproceedings{znotins-2026-modern_lv_encoders,
|
| 24 |
title = "Pretraining and Benchmarking Modern Encoders for {L}atvian",
|
| 25 |
author = "Znotins, Arturs",
|
| 26 |
+
booktitle = "Proceedings of the Second Workshop on Language Models for Low-Resource Languages ({LoResLM})",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
year = "2026",
|
|
|
|
| 28 |
publisher = "Association for Computational Linguistics",
|
| 29 |
url = "https://aclanthology.org/2026.loreslm-1.40/",
|
| 30 |
+
pages = "461--470"
|
|
|
|
| 31 |
}
|
| 32 |
```
|
| 33 |
+
|
| 34 |
+
## See also
|
| 35 |
+
|
| 36 |
+
- https://huggingface.co/AiLab-IMCS-UL/lv-roberta-base
|
| 37 |
+
- https://huggingface.co/AiLab-IMCS-UL/lv-mbert-base
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
## Acknowledgements
|
| 41 |
+
|
| 42 |
+
This work was supported by the EU Recovery and Resilience Facility project [Language Technology Initiative](https://www.vti.lu.lv) (2.3.1.1.i.0/1/22/I/CFLA/002).
|