Update README.md
Browse files
README.md
CHANGED
@@ -2,12 +2,19 @@
|
|
2 |
language:
|
3 |
- hu
|
4 |
---
|
|
|
|
|
|
|
|
|
|
|
5 |
@inproceedings {yang-language-models,
|
6 |
title = {Training language models with low resources: RoBERTa, BART and ELECTRA experimental models for Hungarian},
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
}
|
|
|
|
|
|
2 |
language:
|
3 |
- hu
|
4 |
---
|
5 |
+
|
6 |
+
## Citation
|
7 |
+
If you use this model, please cite the following paper:
|
8 |
+
|
9 |
+
```
|
10 |
@inproceedings {yang-language-models,
|
11 |
title = {Training language models with low resources: RoBERTa, BART and ELECTRA experimental models for Hungarian},
|
12 |
+
booktitle = {Proceedings of 12th IEEE International Conference on Cognitive Infocommunications (CogInfoCom 2021)},
|
13 |
+
year = {2021},
|
14 |
+
publisher = {IEEE},
|
15 |
+
address = {Online},
|
16 |
+
author = {Yang, Zijian Győző and Váradi, Tamás},
|
17 |
+
pages = {279--285}
|
18 |
+
}
|
19 |
+
|
20 |
+
```
|