File size: 1,404 Bytes
6f00880 0adc1a7 6f00880 5ea795b 6f00880 0adc1a7 6f00880 3d29fd3 c63b69c 3d29fd3 6f00880 018700a 6f00880 018700a 6f00880 f26653a 6f00880 b6d3e14 286ce59 6f00880 |
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
language:
- hu
- en
tags:
- translation
license: apache-2.0
metrics:
- sacrebleu
- chrf
widget:
- text: >-
Szeretném megragadni az alkalmat uram, hogy az engedélyét kérjem, hogy
találkozhassak a lányával.
---
# BART Translation model
For further models, scripts and details, see [our repository](https://github.com/nytud/machine-translation) or [our demo site](https://juniper.nytud.hu/demo/nlp).
- Source language: Hungarian
- Target language: English
- Pretrained on English WikiText-103 and Hungarian Wikipedia
- Finetuned on subcorpora from OPUS
- Segments: 56.837.602
## Limitations
- tokenized input text (tokenizer: [HuSpaCy](https://huggingface.co/huspacy))
## Results
| Model | BLEU | chrF-3 |
| ------------- | ------------- | ------------- |
| Google en-hu | 25.30 | 54.08 |
| **BART-base-enhu** | **34.38** | **58.88** |
| Google hu-en| 34.48 | 59.59 |
| **BART-base-huen** | **38.03** | **61,37** |
## Citation
If you use this model, please cite the following paper:
```
@inproceedings {yang-bart,
title = {{BARTerezzünk! - Messze, messze, messze a világtól, - BART kísérleti modellek magyar nyelvre}},
booktitle = {XVIII. Magyar Számítógépes Nyelvészeti Konferencia},
year = {2022},
publisher = {Szegedi Tudományegyetem, Informatikai Intézet},
address = {Szeged, Magyarország},
author = {Yang, Zijian Győző},
pages = {15--29}
}
``` |