Osiris commited on
Commit
fb64d0c
1 Parent(s): 9c6ab9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ### Introduction:
2
  This model belongs to text-classification. You can determine the emotion behind a sentence.
3
  ### Label Explaination:
4
- LABEL_1: Positive (have positive emotion)
5
 
6
- LABEL_0: Negative (have negative emotion)
7
  ### Usage:
8
  ```python
9
  >>> from transformers import pipeline
 
1
  ### Introduction:
2
  This model belongs to text-classification. You can determine the emotion behind a sentence.
3
  ### Label Explaination:
4
+ LABEL_0: Positive (have positive emotion)
5
 
6
+ LABEL_1: Negative (have negative emotion)
7
  ### Usage:
8
  ```python
9
  >>> from transformers import pipeline