File size: 557 Bytes
d09c88f
a275755
2ac7c92
 
 
 
d09c88f
d663b60
 
a275755
70d0ee7
 
 
36e4bd4
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
language:
- ro
- en
tags:
- translation
license: apache-2.0
datasets:
- yhavinga/ccmatrix
pipeline_tag: translation
---

# English-Romanian Translate
![v1.0](https://img.shields.io/badge/V.1-31.03.2023-brightgreen)

# Finetune
This model is a finetune of the Helsinki-NLP/opus-mt-en-ro model, on 2 million records.

### How to use
```python
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("BlackKakapo/opus-mt-en-ro")
model = AutoModelForSeq2SeqLM.from_pretrained("BlackKakapo/opus-mt-en-ro")
```