File size: 536 Bytes
3f9bae5 4940e3c 22fd5d6 4940e3c 3f9bae5 56152f9 012a408 56152f9 012a408 56152f9 012a408 56152f9 |
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 26 27 |
---
language:
- ro
- en
tags:
- translation
license: apache-2.0
datasets:
- yhavinga/ccmatrix
---
# Romanian-English 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-roa-en model, on 2 million records.
### How to use
```python
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("BlackKakapo/opus-mt-ro-en")
model = AutoModelForSeq2SeqLM.from_pretrained("BlackKakapo/opus-mt-ro-en")
``` |