Translation
Transformers
Safetensors
PEFT
English
Kannada
nllb
kannada
english
lora
qlora
Generated from Trainer
Instructions to use rajaykumar12959/nllb-en-kn-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rajaykumar12959/nllb-en-kn-v1 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="rajaykumar12959/nllb-en-kn-v1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("rajaykumar12959/nllb-en-kn-v1", dtype="auto") - PEFT
How to use rajaykumar12959/nllb-en-kn-v1 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Source Code
#1
by Dehsahk-AI - opened
Can you provide the source code for this , so that it will help us to finetune on other datasets
Sure. Check the model card, included the repo link.
rajaykumar12959 changed discussion status to closed