File size: 1,447 Bytes
0d217fc
 
 
 
 
 
 
 
 
07f1be5
0d217fc
 
0c0bea5
0d217fc
 
52ce0d0
 
f9c93c9
2d0bc36
2dcf7fb
2d0bc36
f9c93c9
 
 
 
 
 
 
a70d94a
3d68532
 
0c0bea5
 
 
 
 
03c5a9c
037a8e1
0c0bea5
037a8e1
0c0bea5
 
 
 
 
3d68532
0c0bea5
b947406
0c0bea5
 
86dc4d6
879ebeb
0c0bea5
 
 
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
55
56
---

language: 
  - en
  - hu
tags:
- translation
license: apache-2.0
metrics:
- sacrebleu
- chrf
widget:
- text: "This may not make much sense to you, sir, but I'd like to ask your permission to date your daughter."
  example_title: "Translation: English-Hungarian"

---

# 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: English
- Target language: Hungarian

- 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}
}

```