Update README.md
Browse files
README.md
CHANGED
|
@@ -43,7 +43,7 @@ pipeline = transformers.pipeline(
|
|
| 43 |
|
| 44 |
prompt = "What are the values in open source projects?"
|
| 45 |
formatted_prompt = (
|
| 46 |
-
f"### Human: {prompt}
|
| 47 |
)
|
| 48 |
|
| 49 |
|
|
|
|
| 43 |
|
| 44 |
prompt = "What are the values in open source projects?"
|
| 45 |
formatted_prompt = (
|
| 46 |
+
f"### Human: {prompt}### Assistant:"
|
| 47 |
)
|
| 48 |
|
| 49 |
|