Update README.md
Browse files
README.md
CHANGED
@@ -56,6 +56,7 @@ with torch.no_grad():
|
|
56 |
answer = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
57 |
print(answer)
|
58 |
```
|
|
|
59 |
```
|
60 |
Solve the equation x^2 - 5 x + 6 = 0 Let's solve this step-by-step:
|
61 |
|
|
|
56 |
answer = tokenizer.decode(outputs[0], skip_special_tokens=True)
|
57 |
print(answer)
|
58 |
```
|
59 |
+
**Model answer:**
|
60 |
```
|
61 |
Solve the equation x^2 - 5 x + 6 = 0 Let's solve this step-by-step:
|
62 |
|