PEFT
Safetensors
English
Telugu
machine-translation
mbart
multilingual
huggingface
lora
english
telugu
Instructions to use Koushim/lora-mbart-en-te with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Koushim/lora-mbart-en-te with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/mbart-large-50-many-to-many-mmt") model = PeftModel.from_pretrained(base_model, "Koushim/lora-mbart-en-te") - Notebooks
- Google Colab
- Kaggle
Ctrl+K