Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- bleu
|
| 7 |
+
base_model:
|
| 8 |
+
- mT5-large
|
| 9 |
+
library_name: transformers
|
| 10 |
+
datasets:
|
| 11 |
+
- mrapacz/greek-interlinear-translations
|
| 12 |
+
---
|
| 13 |
+
# Model Card for Ancient Greek to English Interlinear Translation Model
|
| 14 |
+
|
| 15 |
+
This model performs interlinear translation from Ancient Greek to {Language}, maintaining word-level alignment between source and target texts.
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
- **Developed By:** Maciej Rapacz, AGH University of Kraków
|
| 22 |
+
- **Model Type:** Neural machine translation (T5-based)
|
| 23 |
+
- **Base Model:** mT5-large
|
| 24 |
+
- **Tokenizer:** mT5
|
| 25 |
+
- **Language(s):** Ancient Greek (source) → English (target)
|
| 26 |
+
- **License:** CC BY-NC-SA 4.0
|
| 27 |
+
- **Tag Set:** BH (Bible Hub)
|
| 28 |
+
- **Text Preprocessing:** Normalized
|
| 29 |
+
- **Morphological Encoding:** emb-concat
|
| 30 |
+
|
| 31 |
+
### Model Performance
|
| 32 |
+
|
| 33 |
+
- **BLEU Score:** 0.70
|
| 34 |
+
- **SemScore:** 0.37
|
| 35 |
+
|
| 36 |
+
### Model Sources
|
| 37 |
+
|
| 38 |
+
- **Repository:** https://github.com/mrapacz/loreslm-interlinear-translation
|
| 39 |
+
- **Paper:** https://aclanthology.org/2025.loreslm-1.11/
|