Transformers
PyTorch
TensorFlow
JAX
Safetensors
Ancient Greek (to 1453)
t5
text2text-generation
text-generation-inference
Instructions to use bowphs/GreTa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bowphs/GreTa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bowphs/GreTa") model = AutoModelForSeq2SeqLM.from_pretrained("bowphs/GreTa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K