Dongwookss commited on
Commit
b45c9d9
1 Parent(s): 0e09167

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -58,7 +58,8 @@ tags:
58
 
59
  ```python
60
  from transformers import TextStreamer
61
- PROMPT = '''Below is an instruction that describes a task. Write a response that appropriately completes the reques문"
 
62
 
63
  messages = [
64
  {"role": "system", "content": f"{PROMPT}"},
 
58
 
59
  ```python
60
  from transformers import TextStreamer
61
+ PROMPT = '''Below is an instruction that describes a task. Write a response that appropriately completes the request.
62
+ 제시하는 context에서만 대답하고 context에 없는 내용은 모르겠다고 대답해'''
63
 
64
  messages = [
65
  {"role": "system", "content": f"{PROMPT}"},