Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- hu
|
5 |
+
- bg
|
6 |
+
- cs
|
7 |
+
- de
|
8 |
+
- en
|
9 |
+
- hr
|
10 |
+
- pl
|
11 |
+
- ro
|
12 |
+
- ru
|
13 |
+
- sk
|
14 |
+
- sl
|
15 |
+
- sr
|
16 |
+
- uk
|
17 |
+
tags:
|
18 |
+
- translation
|
19 |
+
metrics:
|
20 |
+
- sacrebleu
|
21 |
+
- chrf
|
22 |
+
widget:
|
23 |
+
- text: >-
|
24 |
+
This may not make much sense to you, sir, but I'd like to ask your
|
25 |
+
permission to date your daughter.
|
26 |
---
|
27 |
+
|
28 |
+
# 12-lingual Hungarian-centered finetuned NLLB-200-3.3B model
|
29 |
+
|
30 |
+
For further details, see or [our demo site](https://juniper.nytud.hu/demo/nlp).
|
31 |
+
|
32 |
+
- Source language: Bulgarian (bg), Czech (cs), German (de), English (en), Croatian (hr), Polish, (pl), Romanian (ro), Russian (ru), Slovak (sk), Slovene (sl), Serbian (sr), Ukrainian (uk)
|
33 |
+
- Target language: Hungarian (hu)
|
34 |
+
|
35 |
+
- Finetuned on subcorpora from OPUS
|
36 |
+
- Segments: 3 million per language
|
37 |
+
|
38 |
+
## Limitations
|
39 |
+
|
40 |
+
- max_source_length: 256
|
41 |
+
- max_target_length: 256
|
42 |
+
|
43 |
+
|
44 |
+
## Citation
|
45 |
+
If you use this model, please cite the following paper:
|
46 |
+
```
|
47 |
+
@inproceedings {laki-yang-multi12,
|
48 |
+
title = {Magyarcentrikus többnyelvű gépifordító rendszerek létrehozása},
|
49 |
+
booktitle = {XIX. Magyar Számítógépes Nyelvészeti Konferencia (MSZNY 2023)},
|
50 |
+
year = {2023},
|
51 |
+
publisher = {Szegedi Tudományegyetem},
|
52 |
+
address = {Szeged, Hungary},
|
53 |
+
author = {Laki, László János and Yang, Zijian Győző},
|
54 |
+
pages = {0}
|
55 |
+
}
|
56 |
+
|
57 |
+
|
58 |
+
```
|