vdpappu commited on
Commit
3359ffb
verified
1 Parent(s): 83f0522

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ generation_config = GenerationConfig(
56
  early_stopping=True
57
  )
58
 
59
- question = "Which is the smoothest? Choose from: concrete sidewalk, sandpaper, paper."
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():