CodeIsAbstract commited on
Commit
f8ff32c
·
verified ·
1 Parent(s): 4ca4c9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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") # Replace with your actual model ID
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