Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
# **kiqu-70b**
|
9 |
+
<img src="./kiqu.webp" alt="kiqu-70B" width="390"/>
|
10 |
+
|
11 |
+
**kiqu-70b** is a SFT+DPO trained model based on Miqu-70B-Alpaca-DPO using **Korean** datasets.
|
12 |
+
|
13 |
+
Since this model is finetune of miqu-1-70b using it on commercial purposes is at your own risk. โ leaked early version Mistral-Medium
|
14 |
+
|
15 |
+
๋ณธ ๋ชจ๋ธ **kiqu-70b**๋ Miqu-70B-Alpaca-DPO ๋ชจ๋ธ์ ๊ธฐ๋ฐ์ผ๋ก **ํ๊ตญ์ด** ๋ฐ์ดํฐ์
์ ์ฌ์ฉํ์ฌ SFT+DPO ํ๋ จ์ ์งํํ์ฌ ์ ์๋์์ต๋๋ค.
|
16 |
+
|
17 |
+
๋ฒ ์ด์ค ๋ชจ๋ธ์ธ miqu-1-70b ๋ชจ๋ธ์ด ๋ฏธ์คํธ๋-๋ฏธ๋์์ ์ด๊ธฐ ์ ์ถ ๋ฒ์ ์ด๊ธฐ์ ์์
์ ์ฌ์ฉ์ ๋ํ risk๋ ๋ณธ์ธ์๊ฒ ์์ต๋๋ค.
|
18 |
+
|
19 |
+
Beside that this model follows **cc-by-sa-4.0**
|
20 |
+
|
21 |
+
๋ณธ ๋ชจ๋ธ ์์ฒด๋ก์๋ **cc-by-sa-4.0**์ ๋ฐ๋ฆ
๋๋ค.
|
22 |
+
|
23 |
+
# **Model Details**
|
24 |
+
|
25 |
+
**Base Model**
|
26 |
+
miqu-1-70b (Early Mistral-Medium)
|
27 |
+
|
28 |
+
**Instruction format**
|
29 |
+
|
30 |
+
It follows **Mistral** format.
|
31 |
+
Giving few-shots to model is highly recommended
|
32 |
+
|
33 |
+
๋ณธ ๋ชจ๋ธ์ ๋ฏธ์คํธ๋ ํฌ๋งท์ ๋ฐ๋ฆ
๋๋ค.
|
34 |
+
few-shot ์ฌ์ฉ์ ์ ๊ทน ๊ถ์ฅํฉ๋๋ค.
|
35 |
+
```
|
36 |
+
<s>[INST] {instruction}
|
37 |
+
[/INST] {output}</s>
|
38 |
+
```
|
39 |
+
|
40 |
+
Multi-shot
|
41 |
+
```
|
42 |
+
<s>[INST] {instruction}
|
43 |
+
[/INST] {output}
|
44 |
+
|
45 |
+
[INST] {instruction}
|
46 |
+
[/INST] {output}
|
47 |
+
|
48 |
+
[INST] {instruction}
|
49 |
+
[/INST] {output}</s>
|
50 |
+
.
|
51 |
+
.
|
52 |
+
.
|
53 |
+
```
|
54 |
+
|
55 |
+
# **Model Benchmark**
|
56 |
+
TBD
|
57 |
+
|
58 |
+
|
59 |
+
# **Author's Message**
|
60 |
+
|
61 |
+
This model's training got sponsered by no one but support from people around Earth.
|
62 |
+
|
63 |
+
[Support Me](https://www.buymeacoffee.com/mwell)
|
64 |
+
|
65 |
+
[Discord Server](https://discord.gg/MrBt3PXdXc)
|
66 |
+
|
67 |
+
Contact Me on Discord - is.maywell
|
68 |
+
|
69 |
+
Follow me on twitter - https://twitter.com/stablefluffy
|