Update README.md
Browse files
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
|
|
|
|
| 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}"},
|