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

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="[**Your Model ID on Hugging Face Hub**]") # 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") # 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