Translation
Transformers
ONNX
Safetensors
Spanish
Basque
marian
text2text-generation
LiteRT
Helsinki-NLP/tatoeba
openlanguagedata/flores_plus
teradata
Instructions to use Teradata/opus-mt_tiny_spa-eus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Teradata/opus-mt_tiny_spa-eus with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="Teradata/opus-mt_tiny_spa-eus")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Teradata/opus-mt_tiny_spa-eus") model = AutoModelForSeq2SeqLM.from_pretrained("Teradata/opus-mt_tiny_spa-eus") - Notebooks
- Google Colab
- Kaggle
[#159] Remove int8 ONNX artifact (rollback per OOD failure verdict)
Browse files- onnx/model-int8.onnx +0 -3
onnx/model-int8.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f832ca80000f9888877d65ff0824c4240d468db8cd0ebb0dbc30770a7c2d44a7
|
| 3 |
-
size 94960801
|
|
|
|
|
|
|
|
|
|
|
|