Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ prompt_input = (
|
|
83 |
"[|Human|] {input}\n"
|
84 |
"[|AI|]"
|
85 |
)
|
86 |
-
sentence = prompt_input.format_map({'input': "what
|
87 |
inputs = tokenizer(sentence, return_tensors="pt").to(device)
|
88 |
|
89 |
with torch.no_grad():
|
|
|
83 |
"[|Human|] {input}\n"
|
84 |
"[|AI|]"
|
85 |
)
|
86 |
+
sentence = prompt_input.format_map({'input': "what are the symptoms of covid?"})
|
87 |
inputs = tokenizer(sentence, return_tensors="pt").to(device)
|
88 |
|
89 |
with torch.no_grad():
|