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:
- 78ad1081a9c710948c58dd6300747f79bc4164b8a3e0cb28184d24aad332d51c
- Size of remote file:
- 802 kB
- SHA256:
- 4dd547c24816a335e7b0b2e63376a8f1b3cbfc671eda5ab808dd44fdadaa8791
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.