File size: 1,127 Bytes
4644caa 72d9ed6 1b2d318 2d4fc60 2763fd2 8a411e0 a740547 1b2d318 2763fd2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
language:
- el
pipeline_tag: text-generation
---
# ByT5 Greeklish to Greek Conversion Model
## Model Overview
This model is a finetuned version of the ByT5 transformer model specifically trained to convert
Greeklish (Greek written with Latin characters) to Greek (Greek written with Greek characters).
The base model, ByT5, is a variant of the T5 model that operates directly on byte sequences,
making it particularly well-suited for tasks involving text written in non-standard forms or using non-standard characters.
## Model Details
- **Model Name**: ByT5_g2g
- **Model Architecture**: ByT5
- **Finetuned for Task**: Greeklish to Greek Transliteration
## Model Sources
- **Paper**:
Toumazatos, A., Pavlopoulos, J., Androutsopoulos, I., & Vassos, S. (2024). Still All Greeklish to Me: Greeklish to Greek Transliteration. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024) (pp. 15309–15319). ELRA and ICCL.
https://aclanthology.org/2024.lrec-main.1330/
- **Repository**:
https://github.com/nlpaueb/greeklish |