Easy-Systems
commited on
Commit
โข
f3223cc
1
Parent(s):
b465ff0
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_id, add_special_tokens=True)
|
|
41 |
|
42 |
prompt="๋ฆฌ๋
์ค ํ๋ก์ธ์ค๋ฅผ ๊ฐ์ ๋ก ์ข
๋ฃํ๋ ๋ฐฉ๋ฒ์?"
|
43 |
messages = [
|
44 |
-
{"role": "system", "content": "๋น์ ์ ์น์ ํ AI chatbot ์
๋๋ค. ์์ฒญ์ ๋ํด์ step-by-step
|
45 |
{"role": "user", "content": f"\n\n### ๋ช
๋ น์ด: {prompt}\n\n### ์๋ต:"}
|
46 |
]
|
47 |
|
|
|
41 |
|
42 |
prompt="๋ฆฌ๋
์ค ํ๋ก์ธ์ค๋ฅผ ๊ฐ์ ๋ก ์ข
๋ฃํ๋ ๋ฐฉ๋ฒ์?"
|
43 |
messages = [
|
44 |
+
{"role": "system", "content": "๋น์ ์ ์น์ ํ AI chatbot ์
๋๋ค. ์์ฒญ์ ๋ํด์ step-by-step ์ผ๋ก ๊ฐ๊ฒฐํ๊ฒ ํ๊ตญ์ด(Korean)๋ก ๋ต๋ณํด์ฃผ์ธ์."},
|
45 |
{"role": "user", "content": f"\n\n### ๋ช
๋ น์ด: {prompt}\n\n### ์๋ต:"}
|
46 |
]
|
47 |
|