CreitinGameplays commited on
Commit
2f47b1c
·
verified ·
1 Parent(s): abcb321

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -52,8 +52,11 @@ outputs = pipe(
52
  print(outputs[0]["generated_text"][-1])
53
  ```
54
 
55
- Example response generated with this model:
56
  ```
 
 
 
57
 
58
  <think>
59
  First, I need to compare the two numbers, 9.9 and 9.11.
 
52
  print(outputs[0]["generated_text"][-1])
53
  ```
54
 
55
+ Example response generated with this model.
56
  ```
57
+ User prompt: which number is bigger, 9.9 or 9.11
58
+
59
+ Model output:
60
 
61
  <think>
62
  First, I need to compare the two numbers, 9.9 and 9.11.