Osiris commited on
Commit
234bde5
1 Parent(s): 85dc467

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ LABEL_0: Neutral (have no emotion)
7
  ### Usage:
8
  ```python
9
  >>> from transformers import pipeline
10
- >>> nnc = pipeline('sentiment-analysis', model='Osiris/neutral_non_neutral_classifier')
11
  >>> nnc("Hello, I'm a good model.")
12
  ```
13
 
 
7
  ### Usage:
8
  ```python
9
  >>> from transformers import pipeline
10
+ >>> nnc = pipeline('text-classification', model='Osiris/neutral_non_neutral_classifier')
11
  >>> nnc("Hello, I'm a good model.")
12
  ```
13