Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- text generation
|
7 |
+
- pytorch
|
8 |
+
- causal-lm
|
9 |
+
widget:
|
10 |
+
- text: "B: 인공지능 서버 전용 인터넷 데이터센터 건립을 위한 사업계획서를 작성하라.\nA:"
|
11 |
+
inference:
|
12 |
+
parameters:
|
13 |
+
max_length: 250
|
14 |
+
do_sample: False
|
15 |
+
license: apache-2.0
|
16 |
+
---
|
17 |
+
# polyglot-12.8B Korean finetuned for instruction following
|