theuerc commited on
Commit
14aa14b
·
verified ·
1 Parent(s): b028065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ number_of_boys
51
  </llm-code-output>
52
  Thus the number of boys in the class is \boxed{127}.
53
  ```
54
- The code interpreter halts generation at `</llm-code>`, inserts the result of the executed code in the output in `<llm-code-output></llm-code-output>`, then continues generation. If there is no code interpreter, it will just guess numbers for the output.
55
 
56
 
57
  Notes from previous model cards:
 
51
  </llm-code-output>
52
  Thus the number of boys in the class is \boxed{127}.
53
  ```
54
+ The code interpreter halts generation at `</llm-code>`, inserts the result of the executed code in `<llm-code-output></llm-code-output>`, then continues generation. If there is no code interpreter, it will just guess numbers for the output.
55
 
56
 
57
  Notes from previous model cards: