Update README.md
Browse files
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 |
|