vdpappu commited on
Commit
892dabf
1 Parent(s): 5e81d7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ generation_config = GenerationConfig(
54
  early_stopping=True
55
  )
56
 
57
- question = "Which is the smoothest? Choose from: concrete sidewalk, sandpaper, paper."
58
  prompt = generate_prompt(input_text=question)
59
 
60
  with torch.no_grad():
 
54
  early_stopping=True
55
  )
56
 
57
+ question = "I feel lonely. What should I do?"
58
  prompt = generate_prompt(input_text=question)
59
 
60
  with torch.no_grad():