Romanian-English Translate
Finetune
This model is a finetune of the Helsinki-NLP/opus-mt-roa-en model, on 2 million records.
How to use
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("BlackKakapo/opus-mt-ro-en")
model = AutoModelForSeq2SeqLM.from_pretrained("BlackKakapo/opus-mt-ro-en")
- Downloads last month
- 49
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.