Text Generation
PEFT
Safetensors
Ancient Greek (to 1453)
lora
t5
ancient-greek
koine-greek
pos-tagging
lemmatization
text-infilling
new-testament
classics
digital-humanities
Eval Results (legacy)
Instructions to use ainouche-abderahmane/koine-t5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ainouche-abderahmane/koine-t5 with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("bowphs/GreTa") model = PeftModel.from_pretrained(base_model, "ainouche-abderahmane/koine-t5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K