Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,17 @@ language:
|
|
7 |
base_model:
|
8 |
- urchade/gliner_multi-v2.1
|
9 |
pipeline_tag: token-classification
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
base_model:
|
8 |
- urchade/gliner_multi-v2.1
|
9 |
pipeline_tag: token-classification
|
10 |
+
---
|
11 |
+
|
12 |
+
## BibTeX entry and citation info
|
13 |
+
```
|
14 |
+
@misc{dorkin2024glilemleveragingglinercontextualized,
|
15 |
+
title={GliLem: Leveraging GliNER for Contextualized Lemmatization in Estonian},
|
16 |
+
author={Aleksei Dorkin and Kairit Sirts},
|
17 |
+
year={2024},
|
18 |
+
eprint={2412.20597},
|
19 |
+
archivePrefix={arXiv},
|
20 |
+
primaryClass={cs.CL},
|
21 |
+
url={https://arxiv.org/abs/2412.20597},
|
22 |
+
}
|
23 |
+
```
|