LughaGen-v0-nllb

This is a translation model based on the NLLB (No Language Left Behind) architecture.

How to use

from transformers import AutoModelForSeq2SeqLM, AutoTokenizer

model_id = "your-username/your-repo-name" # Replace with your path

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForSeq2SeqLM.from_pretrained(model_id)
Downloads last month
3
Safetensors
Model size
0.6B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support