Transformers
PyTorch
TensorFlow
JAX
Safetensors
Latin
t5
text2text-generation
text-generation-inference
Instructions to use bowphs/LaTa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bowphs/LaTa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("bowphs/LaTa") model = AutoModelForSeq2SeqLM.from_pretrained("bowphs/LaTa") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7011ecaf9d815fb06148a6398864a1a39d28d35b12284d11334be3fcfaadc593
|
| 3 |
+
size 1113071560
|