Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- text-classification
|
5 |
+
datasets:
|
6 |
+
- NYTK/HuSST
|
7 |
+
language:
|
8 |
+
- hu
|
9 |
---
|
10 |
+
|
11 |
+
# Hungarian Sentiment Analysis with Finetuned PULI BERT-Large Model
|
12 |
+
|
13 |
+
For further details, see [our demo site](https://juniper.nytud.hu/demo/nlp).
|
14 |
+
|
15 |
+
|
16 |
+
## Citation
|
17 |
+
If you use this model, please cite the following paper:
|
18 |
+
|
19 |
+
```
|
20 |
+
@inproceedings {yang-puli,
|
21 |
+
title = {Jönnek a nagyok! BERT-Large, GPT-2 és GPT-3 nyelvmodellek magyar nyelvre},
|
22 |
+
booktitle = {XIX. Magyar Számítógépes Nyelvészeti Konferencia (MSZNY 2023)},
|
23 |
+
year = {2023},
|
24 |
+
publisher = {Szegedi Tudományegyetem, Informatikai Intézet},
|
25 |
+
address = {Szeged, Hungary},
|
26 |
+
author = {Yang, Zijian Győző and Dodé, Réka and Ferenczi, Gergő and Héja, Enikő and Jelencsik-Mátyus, Kinga and Kőrös, Ádám and Laki, László János and Ligeti-Nagy, Noémi and Vadász, Noémi and Váradi, Tamás},
|
27 |
+
pages = {247--262}
|
28 |
+
}
|
29 |
+
```
|