elucidator8918 commited on
Commit
1187ce4
1 Parent(s): 139bd10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 languge 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.
 
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.