Update README.md
Browse files
README.md
CHANGED
@@ -102,8 +102,7 @@ pipeline = transformers.pipeline(
|
|
102 |
|
103 |
pipeline.model.eval()
|
104 |
|
105 |
-
PROMPT = '''λΉμ μ
|
106 |
-
You are a helpful AI assistant, you'll need to answer users' queries in a friendly and accurate manner.'''
|
107 |
instruction = "μμΈκ³ΌνκΈ°μ λνκ΅ MLPμ°κ΅¬μ€μ λν΄ μκ°ν΄μ€"
|
108 |
|
109 |
messages = [
|
@@ -154,8 +153,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
154 |
|
155 |
model.eval()
|
156 |
|
157 |
-
PROMPT = '''λΉμ μ
|
158 |
-
You are a helpful AI assistant, you'll need to answer users' queries in a friendly and accurate manner.'''
|
159 |
instruction = "μμΈκ³ΌνκΈ°μ λνκ΅ MLPμ°κ΅¬μ€μ λν΄ μκ°ν΄μ€"
|
160 |
|
161 |
messages = [
|
|
|
102 |
|
103 |
pipeline.model.eval()
|
104 |
|
105 |
+
PROMPT = '''You are a helpful AI assistant. Please answer the user's questions kindly. λΉμ μ μ λ₯ν AI μ΄μμ€ν΄νΈ μ
λλ€. μ¬μ©μμ μ§λ¬Έμ λν΄ μΉμ νκ² λ΅λ³ν΄μ£ΌμΈμ.'''
|
|
|
106 |
instruction = "μμΈκ³ΌνκΈ°μ λνκ΅ MLPμ°κ΅¬μ€μ λν΄ μκ°ν΄μ€"
|
107 |
|
108 |
messages = [
|
|
|
153 |
|
154 |
model.eval()
|
155 |
|
156 |
+
PROMPT = '''You are a helpful AI assistant. Please answer the user's questions kindly. λΉμ μ μ λ₯ν AI μ΄μμ€ν΄νΈ μ
λλ€. μ¬μ©μμ μ§λ¬Έμ λν΄ μΉμ νκ² λ΅λ³ν΄μ£ΌμΈμ.'''
|
|
|
157 |
instruction = "μμΈκ³ΌνκΈ°μ λνκ΅ MLPμ°κ΅¬μ€μ λν΄ μκ°ν΄μ€"
|
158 |
|
159 |
messages = [
|