Update README.md
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ generation_config = GenerationConfig(
|
|
| 56 |
early_stopping=True
|
| 57 |
)
|
| 58 |
|
| 59 |
-
question = "
|
| 60 |
prompt = generate_prompt(input_text=question)
|
| 61 |
|
| 62 |
with torch.no_grad():
|
|
|
|
| 56 |
early_stopping=True
|
| 57 |
)
|
| 58 |
|
| 59 |
+
question = "Develop a Python program to clearly understand the concept of recursion."
|
| 60 |
prompt = generate_prompt(input_text=question)
|
| 61 |
|
| 62 |
with torch.no_grad():
|