File size: 491 Bytes
2fca1b0
 
 
 
ae4b3ce
2fca1b0
 
 
 
234bde5
e7d5603
093ec8c
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Introduction:
This model belongs to text-classification. You can check whether the sentence consists any emotion.
### Label Explaination:
LABEL_1: Non Neutral (have some emotions)

LABEL_0: Neutral (have no emotion)
### Usage:
```python
>>> from transformers import pipeline
>>> nnc = pipeline('text-classification', model='Osiris/neutral_non_neutral_classifier')
>>> nnc("Hello, I'm a good model.")
```

### Accuracy:
We reach 93.98% for validation dataset, and 91.92% for test dataset.