Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer)
|
|
| 55 |
|
| 56 |
# Run text generation pipeline with our next model
|
| 57 |
prompt = """
|
| 58 |
-
You are an intelligent clinical
|
| 59 |
Below is a snippet of patient's electronic health record note and a following instruction with question from healthcare professional.
|
| 60 |
Write a response that appropriately completes the instruction.
|
| 61 |
The response should provide the accurate answer to the instruction, while being concise.
|
|
|
|
| 55 |
|
| 56 |
# Run text generation pipeline with our next model
|
| 57 |
prompt = """
|
| 58 |
+
You are an intelligent clinical language model.
|
| 59 |
Below is a snippet of patient's electronic health record note and a following instruction with question from healthcare professional.
|
| 60 |
Write a response that appropriately completes the instruction.
|
| 61 |
The response should provide the accurate answer to the instruction, while being concise.
|