Vijayendra commited on
Commit
0fe1341
·
verified ·
1 Parent(s): 3c47b25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -55,9 +55,6 @@ def generate_and_solve_problems(model, tokenizer, num_problems=5):
55
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
56
 
57
  # Print the problem and the solution
58
- print("### Problem:")
59
- print(problem)
60
- print("### Solution:")
61
  print(response)
62
  print("\n" + "="*50 + "\n")
63
 
 
55
  response = tokenizer.decode(outputs[0], skip_special_tokens=True)
56
 
57
  # Print the problem and the solution
 
 
 
58
  print(response)
59
  print("\n" + "="*50 + "\n")
60