fragata commited on
Commit
1cbd547
1 Parent(s): 27b6080

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ language:
4
+ - en
5
+ - hu
6
+ tags:
7
+ - translation
8
+ license: apache-2.0
9
+ metrics:
10
+ - sacrebleu
11
+ - chrf
12
+ widget:
13
+ - text: "This may not make much sense to you, sir, but I'd like to ask your permission to date your daughter."
14
+ example_title: "Translation: English-Hungarian"
15
+
16
+ ---
17
+
18
+ # BART Translation model
19
+ - Source language: English
20
+ - Target language: Hungarian
21
+
22
+ - BART base model:
23
+ - Pretrained on English WikiText-103 and Hungarian Wikipedia
24
+ - Finetuned on subcorpora from OPUS
25
+ - Segments: 56.837.602
26
+
27
+ ## Limitations
28
+
29
+ - max_target_length = 128
30
+ - max_source_length = 128
31
+
32
+ ## Results
33
+
34
+ | Model | BLEU | chrF-3 | chrF-6 |
35
+ | ------------- | ------------- | ------------- | ------------- |
36
+ | Google | 25.30 | 54.09 | 49.0 |
37
+ | **BART** | **36.89** | **60.77** | **56.4** |
38
+
39
+ ## Citation
40
+ If you use this model, please cite the following paper:
41
+ ```
42
+ @inproceedings {laki-yang-mt,
43
+ title = {{Jobban fordítunk magyarra, mint a Google!}},
44
+ booktitle = {XVIII. Magyar Számítógépes Nyelvészeti Konferencia},
45
+ year = {2022},
46
+ publisher = {Szegedi Tudományegyetem, Informatikai Intézet},
47
+ address = {Szeged, Magyarország},
48
+ author = {{Yang Zijian Győző}},
49
+ pages = {3--14},
50
+ }
51
+
52
+ ```