qanastek/EMEA-V3
Viewer • Updated • 82.6M • 249 • 9
How to use mongrz/cspl_translation with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("mongrz/cspl_translation")
model = AutoModelForSeq2SeqLM.from_pretrained("mongrz/cspl_translation")This model is a fine-tuned version of facebook/bart-large on qanastek/EMEA-V3, "cs-pl". It achieves the following results on the evaluation set:
Fine-tuned model for Czech to Polish translation
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|---|---|---|---|---|---|
| 0.6935 | 1.0 | 20158 | 0.6522 | 5.4056 | 18.0813 |
| 0.5478 | 2.0 | 40316 | 0.5442 | 5.7921 | 18.0018 |
| 0.4513 | 3.0 | 60474 | 0.5057 | 6.0589 | 17.9412 |
Base model
facebook/bart-large
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mongrz/cspl_translation") model = AutoModelForSeq2SeqLM.from_pretrained("mongrz/cspl_translation")