Translation
Transformers
Safetensors
marian
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use asfilcnx3/finetuned-kde4-en-to-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asfilcnx3/finetuned-kde4-en-to-es 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="asfilcnx3/finetuned-kde4-en-to-es")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("asfilcnx3/finetuned-kde4-en-to-es") model = AutoModelForSeq2SeqLM.from_pretrained("asfilcnx3/finetuned-kde4-en-to-es", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 407b34ced1c5b101916964b4887c0e84b6a7c7abd707c3d78341a95bbfd3121d
- Size of remote file:
- 310 MB
- SHA256:
- 597158038e6b21fcbdbd69c2707a566ed5ac85ca41e14fdb1fb8a20f03bbeb25
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.