Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-5.8B Korean finetuned for instruction following
|
18 |
+
|
19 |
+
Demo: Telegram id @lm_chatbot
|
20 |
+
|
21 |
+
kobest_copa 0 shot result.(origianl polyglot-5.8b's score is 0.7745)
|
22 |
+
| Task |Version| Metric |Value | |Stderr|
|
23 |
+
|-----------|------:|--------|-----:|---|-----:|
|
24 |
+
|kobest_copa| 0|acc |0.7970|± |0.0127|
|
25 |
+
| | |macro_f1|0.7966|± |0.0127|
|
26 |
+
|