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
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (e3416d16e7f6df1c2ff5808a5af6a428edc3280a)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e39718365d83115e51f1ab7a2c501ea5e2ae259a162e25ac5cd20efbef9dd92f
|
| 3 |
+
size 990191560
|