Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ Use the code below to get started with the model.
|
|
| 88 |
```
|
| 89 |
from transformers import pipeline
|
| 90 |
|
| 91 |
-
classifier = pipeline("text-classification", model="CodeIsAbstract/ReasoningTextClassifier")
|
| 92 |
text_example = """The user wants a detailed reasoning for each step in solving the equation x+3=5. I need to break down the process into smaller steps and explain the logic behind each manipulation.
|
| 93 |
Here's a plan:
|
| 94 |
|
|
|
|
| 88 |
```
|
| 89 |
from transformers import pipeline
|
| 90 |
|
| 91 |
+
classifier = pipeline("text-classification", model="CodeIsAbstract/ReasoningTextClassifier")
|
| 92 |
text_example = """The user wants a detailed reasoning for each step in solving the equation x+3=5. I need to break down the process into smaller steps and explain the logic behind each manipulation.
|
| 93 |
Here's a plan:
|
| 94 |
|