Helsinki-NLP/news_commentary
Viewer • Updated • 4.23M • 4.16k • 39
How to use Asia-N/opus-mt-ar-en-finetuned-ar-to-en with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Asia-N/opus-mt-ar-en-finetuned-ar-to-en")
model = AutoModelForSeq2SeqLM.from_pretrained("Asia-N/opus-mt-ar-en-finetuned-ar-to-en")This model is a fine-tuned version of Helsinki-NLP/opus-mt-ar-en on the news_commentary 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 |
|---|---|---|---|---|---|
| No log | 1.0 | 32 | 10.6112 | 32.5327 | 56.234 |
| No log | 2.0 | 64 | 10.6103 | 32.5327 | 56.234 |
| No log | 3.0 | 96 | 10.6102 | 32.5327 | 56.234 |