Skip to content

Commit 8005428

Browse files
authored
Update README.md
1 parent 3fce3ba commit 8005428

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can embed local or remote images using `![](...)`
2222
## Intended uses & limitations
2323
Intended for text generation for ai-text-adventure(https://github.com/ksjae/ai-text-adventure) with PPLM.
2424

25+
### Downloads
26+
Download the tar file(divided to fit the 2GB release limit) from the Releases tab.
2527

2628
#### How to use
2729

@@ -48,6 +50,7 @@ Initialized with GPT2-large(774M,https://github.com/openai/gpt-2/blob/master/mod
4850
- NAVER movie reviews
4951
- Korean news(about 1GB) from a German university
5052
- Context data from KorSQUAD questions
53+
- '모두의 말뭉치' from corpus.korean.go.kr
5154

5255
## Training procedure
5356

@@ -62,7 +65,9 @@ TBA
6265
### BibTeX entry and citation info
6366

6467
```bibtex
65-
@inproceedings{...,
66-
year={2020}
67-
}
68+
@unpublished{CitekeyUnpublished,
69+
author = "Seungjae Kim",
70+
title = "KoGPT2-large : A larger KoGPT2",
71+
year = 2020
72+
}
6873
```

0 commit comments

Comments
 (0)