Vidyuth commited on
Commit
b8172f0
1 Parent(s): cb6b95c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ prompt_input = (
83
  "[|Human|] {input}\n"
84
  "[|AI|]"
85
  )
86
- sentence = prompt_input.format_map({'input': "what is parkinson's disease?"})
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():