Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ generation_config = GenerationConfig(
|
|
54 |
early_stopping=True
|
55 |
)
|
56 |
|
57 |
-
question = "
|
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():
|