Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- el
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
# ByT5 Greeklish to Greek Conversion Model
|
8 |
+
|
9 |
+
## Model Overview
|
10 |
+
This model is a finetuned version of the ByT5 transformer model specifically trained to convert
|
11 |
+
Greeklish (Greek written with Latin characters) to Greek (Greek written with Greek characters).
|
12 |
+
The base model, ByT5, is a variant of the T5 model that operates directly on byte sequences,
|
13 |
+
making it particularly well-suited for tasks involving text written in non-standard forms or using non-standard characters.
|
14 |
+
|
15 |
+
## Model Details
|
16 |
+
- **Model Name**: ByT5_g2g
|
17 |
+
- **Model Architecture**: ByT5
|
18 |
+
- **Finetuned for Task**: Greeklish to Greek Transliteration
|