haijian06 commited on
Commit
a1c9698
1 Parent(s): a7fb153

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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