Update README.md
Browse files
README.md
CHANGED
|
@@ -62,3 +62,18 @@ The following hyperparameters were used during fine-tuning:
|
|
| 62 |
- lr: 0.0005
|
| 63 |
- random_seed: 42
|
| 64 |
- gradient_accumulation_steps: 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
- lr: 0.0005
|
| 63 |
- random_seed: 42
|
| 64 |
- gradient_accumulation_steps: 1
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
## Citation
|
| 68 |
+
|
| 69 |
+
If you use the **EDDA-Coordinata** dataset or the associated models, please cite our LREC 2026 paper:
|
| 70 |
+
|
| 71 |
+
```bibtex
|
| 72 |
+
@inproceedings{moncla2026edda,
|
| 73 |
+
title={EDDA-Coordinata: An Annotated Dataset of Historical Geographic Coordinates},
|
| 74 |
+
author={Moncla, Ludovic and Nugues, Pierre and Joliveau, Thierry and McDonough, Katherine},
|
| 75 |
+
booktitle={Proceedings of the 2026 Language Resources and Evaluation Conference (LREC 2026)},
|
| 76 |
+
year={2026},
|
| 77 |
+
url={[https://arxiv.org/abs/2602.23941](https://arxiv.org/abs/2602.23941)}
|
| 78 |
+
}
|
| 79 |
+
```
|