Osiris commited on
Commit
c0c0187
1 Parent(s): 562ec29

Update README.md

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