How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="AUEB-NLP/ByT5_g2g")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("AUEB-NLP/ByT5_g2g")
model = AutoModelForSeq2SeqLM.from_pretrained("AUEB-NLP/ByT5_g2g")
Quick Links

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

Downloads last month
757
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support