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