Update README.md
Browse files
README.md
CHANGED
@@ -47,4 +47,7 @@ outputs = pipe(
|
|
47 |
)
|
48 |
|
49 |
print(outputs[0]["generated_text"][-1])
|
50 |
-
```
|
|
|
|
|
|
|
|
47 |
)
|
48 |
|
49 |
print(outputs[0]["generated_text"][-1])
|
50 |
+
```
|
51 |
+
|
52 |
+
### Current Limitations
|
53 |
+
The model may not output the final response after the reasoning step.
|