Osiris commited on
Commit
0083f08
·
1 Parent(s): 6a75446

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='emotion_classifer')
11
  >>> ec("Hello, I'm a good model.")
12
  ```
13
 
 
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