Finnish-Romanian Translate
Finetune
This model is a finetune of the Helsinki-NLP/opus-mt-fi-ro model, on 2 million records.
How to use
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("BlackKakapo/opus-mt-fi-ro")
model = AutoModelForSeq2SeqLM.from_pretrained("BlackKakapo/opus-mt-fi-ro")
- Downloads last month
- 113
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.