Commit
·
142fd86
1
Parent(s):
082b3c3
docs: Add model card
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
+
widget:
|
5 |
+
- text: "제목: 나의 빛과 어둠\n"
|
6 |
+
inference:
|
7 |
+
parameters:
|
8 |
+
max_length: 256
|
9 |
+
do_sample: True
|
10 |
+
---
|
11 |
+
# Polyglot Essayist
|
12 |
+
|
13 |
+
[polyglot-ko-1.3b](https://huggingface.co/EleutherAI/polyglot-ko-1.3b) 사전학습 모델을 수필 데이터를 활용하여 finetune 했습니다.
|
14 |
+
|