mrapacz commited on
Commit
25aea58
·
verified ·
1 Parent(s): 6ff622d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - pl
5
+ metrics:
6
+ - bleu
7
+ base_model:
8
+ - google/mt5-large
9
+ library_name: transformers
10
+ ---
11
+
12
+ # Model Card for Ancient Greek to Polish Interlinear Translation Model
13
+
14
+ This model performs interlinear translation from Ancient Greek to Polish, maintaining word-level alignment between source and target texts.
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ - **Developed by:** Maciej Rapacz, AGH University of Kraków
21
+ - **Model type:** Neural machine translation (T5-based transformer)
22
+ - **Language(s):** Ancient Greek (source) → Polish (target)
23
+ - **License:** CC BY-NC-SA 4.0
24
+ - **Finetuned from model:** mT5-large
25
+
26
+ ### Model Sources
27
+
28
+ - **Repository:** https://github.com/mrapacz/loreslm-interlinear-translation
29
+ - **Paper:** Low-Resource Interlinear Translation: Morphology-Enhanced Neural Models for Ancient Greek (LoResLM@COLING 2025)