Helsinki-NLP/opus_infopankki
Viewer • Updated • 2.93M • 3.38k • 4
How to use beratcmn/opus-mt-tc-big-tr-en-finetuned with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("beratcmn/opus-mt-tc-big-tr-en-finetuned")
model = AutoModelForSeq2SeqLM.from_pretrained("beratcmn/opus-mt-tc-big-tr-en-finetuned")This model is a fine-tuned version of Helsinki-NLP/opus-mt-tc-big-tr-en on the opus_infopankki dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|---|---|---|---|---|---|
| 0.5846 | 1.0 | 2477 | 0.7193 | 50.6479 | 15.1365 |
Base model
Helsinki-NLP/opus-mt-tc-big-tr-en