fragata commited on
Commit
a677998
1 Parent(s): b77e1f8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ language:
4
+ - hu
5
+ tags:
6
+ - text-generation
7
+ license: gpl
8
+ widget:
9
+ - text: "Szeptember végén zárul a balatoni szezon"
10
+
11
+ ---
12
+
13
+ # Hungarian GPT-2 poem generator in Petőfi style
14
+
15
+ - Pretrained on Hungarian Wikipedia
16
+ - Finetuned on hin corpus (hvg.hu, index.hu, nol.hu)
17
+
18
+
19
+ ## Results
20
+
21
+ | Model | Perplexity |
22
+ | ------------- | ------------- |
23
+ | GPT-2 poem | 47.46 |
24
+ | **GPT-2 news** | **22.06** |
25
+
26
+
27
+ ## Citation
28
+ If you use this model, please cite the following paper:
29
+ ```
30
+ @inproceedings {yang-gpt2,
31
+ title = {{"Az invazív medvék nem tolerálják a suzukis agressziót" - Magyar GPT-2 kísérleti modell}},
32
+ booktitle = {XVIII. Magyar Számítógépes Nyelvészeti Konferencia},
33
+ year = {2022},
34
+ publisher = {Szegedi Tudományegyetem, Informatikai Intézet},
35
+ address = {Szeged, Magyarország},
36
+ author = {{Yang Zijian Győző}},
37
+ }
38
+
39
+ ```