Update README.md
Browse files
README.md
CHANGED
@@ -33,25 +33,35 @@ Giving few-shots to model is highly recommended
|
|
33 |
๋ณธ ๋ชจ๋ธ์ ๋ฏธ์คํธ๋ ํฌ๋งท์ ๋ฐ๋ฆ
๋๋ค.
|
34 |
few-shot ์ฌ์ฉ์ ์ ๊ทน ๊ถ์ฅํฉ๋๋ค.
|
35 |
```
|
36 |
-
|
37 |
-
[/INST] {output}
|
38 |
```
|
39 |
|
40 |
Multi-shot
|
41 |
```
|
42 |
-
|
43 |
[/INST] {output}
|
44 |
|
45 |
[INST] {instruction}
|
46 |
[/INST] {output}
|
47 |
|
48 |
[INST] {instruction}
|
49 |
-
[/INST] {output}
|
50 |
.
|
51 |
.
|
52 |
.
|
53 |
```
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
Trailing space after [/INST] can affect models performance in significant margin. So, when doing inference it is recommended to not include trailing space in chat template.
|
56 |
|
57 |
[/INST] ๋ค์ ๋์ด์ฐ๊ธฐ๋ ๋ชจ๋ธ ์ฑ๋ฅ์ ์ ์๋ฏธํ ์ํฅ์ ๋ฏธ์นฉ๋๋ค. ๋ฐ๋ผ์, ์ธํผ๋ฐ์ค(์ถ๋ก )๊ณผ์ ์์๋ ์ฑ ํ
ํ๋ฆฟ์ ๋์ด์ฐ๊ธฐ๋ฅผ ์ ์ธํ๋ ๊ฒ์ ์ ๊ทน ๊ถ์ฅํฉ๋๋ค.
|
|
|
33 |
๋ณธ ๋ชจ๋ธ์ ๋ฏธ์คํธ๋ ํฌ๋งท์ ๋ฐ๋ฆ
๋๋ค.
|
34 |
few-shot ์ฌ์ฉ์ ์ ๊ทน ๊ถ์ฅํฉ๋๋ค.
|
35 |
```
|
36 |
+
[INST] {instruction}
|
37 |
+
[/INST] {output}
|
38 |
```
|
39 |
|
40 |
Multi-shot
|
41 |
```
|
42 |
+
[INST] {instruction}
|
43 |
[/INST] {output}
|
44 |
|
45 |
[INST] {instruction}
|
46 |
[/INST] {output}
|
47 |
|
48 |
[INST] {instruction}
|
49 |
+
[/INST] {output}
|
50 |
.
|
51 |
.
|
52 |
.
|
53 |
```
|
54 |
|
55 |
+
**Recommended Template** - 1-shot with system prompt
|
56 |
+
```
|
57 |
+
๋๋ kiqu-70B๋ผ๋ ํ๊ตญ์ด์ ํนํ๋ ์ธ์ด๋ชจ๋ธ์ด์ผ. ๊น๋ํ๊ณ ์์ฐ์ค๋ฝ๊ฒ ๋๋ตํด์ค!
|
58 |
+
[INST] ์๋
?
|
59 |
+
[/INST] ์๋
ํ์ธ์! ๋ฌด์์ ๋์๋๋ฆด๊น์? ์ง๋ฌธ์ด๋ ๊ถ๊ธํ ์ ์ด ์๋ค๋ฉด ์ธ์ ๋ ์ง ๋ง์ํด์ฃผ์ธ์.
|
60 |
+
|
61 |
+
[INST] {instruction}
|
62 |
+
[/INST]
|
63 |
+
```
|
64 |
+
|
65 |
Trailing space after [/INST] can affect models performance in significant margin. So, when doing inference it is recommended to not include trailing space in chat template.
|
66 |
|
67 |
[/INST] ๋ค์ ๋์ด์ฐ๊ธฐ๋ ๋ชจ๋ธ ์ฑ๋ฅ์ ์ ์๋ฏธํ ์ํฅ์ ๋ฏธ์นฉ๋๋ค. ๋ฐ๋ผ์, ์ธํผ๋ฐ์ค(์ถ๋ก )๊ณผ์ ์์๋ ์ฑ ํ
ํ๋ฆฟ์ ๋์ด์ฐ๊ธฐ๋ฅผ ์ ์ธํ๋ ๊ฒ์ ์ ๊ทน ๊ถ์ฅํฉ๋๋ค.
|