File size: 607 Bytes
ced7752 db966eb 48d4c0f ced7752 db966eb 48d4c0f ced7752 db966eb |
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
- fi
tags:
- translation
- text2text-generation
license: apache-2.0
datasets:
- yhavinga/ccmatrix
pipeline_tag: translation
library_name: transformers
---
# Finnish-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-fi-ro model, on 2 million records.
### How to use
```python
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("BlackKakapo/opus-mt-fi-ro")
model = AutoModelForSeq2SeqLM.from_pretrained("BlackKakapo/opus-mt-fi-ro")
``` |