Ancient Greek Macronizer

Enter Ancient Greek to have the alphas, iotas and ypsilons marked as long or short.

Made by Albin Thörn Cleland (Lund university) and Eric Cullhed (Uppsala university). Training the models was made possible by resources provided by the National Academic Infrastructure for Supercomputing in Sweden (NAISS), partially funded by the Swedish Research Council (grant agreement no. 2022-06725).

Model
Try examples

Python API

from gradio_client import Client

client = Client("al1808th/macronizer")
result = client.predict(
    text="ἀάατος",
    model_label="mega",
)
print(result)

Use model_label="mega" or model_label="mini".

·