Update README.md
Browse files
README.md
CHANGED
@@ -9,18 +9,19 @@ metrics:
|
|
9 |
- recall
|
10 |
pipeline_tag: text-classification
|
11 |
tags:
|
12 |
-
-
|
13 |
-
- emotion-recognition
|
14 |
- multi-label-classification
|
15 |
-
-
|
16 |
-
- russian
|
17 |
- rubert
|
18 |
-
- tiny
|
19 |
- sentiment
|
20 |
-
- sentiment-analysis
|
21 |
-
- classification
|
22 |
-
- multilabel
|
23 |
- bert
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
datasets:
|
25 |
- cedr
|
26 |
---
|
@@ -52,7 +53,7 @@ anger: злость
|
|
52 |
|
53 |
```python
|
54 |
from transformers import pipeline
|
55 |
-
model = pipeline(model="seara/rubert-tiny2-cedr")
|
56 |
model("Привет, ты мне нравишься!")
|
57 |
# [{'label': 'joy', 'score': 0.9605025053024292}]
|
58 |
```
|
|
|
9 |
- recall
|
10 |
pipeline_tag: text-classification
|
11 |
tags:
|
12 |
+
- sentiment-analysis
|
|
|
13 |
- multi-label-classification
|
14 |
+
- sentiment analysis
|
|
|
15 |
- rubert
|
|
|
16 |
- sentiment
|
|
|
|
|
|
|
17 |
- bert
|
18 |
+
- tiny
|
19 |
+
- russian
|
20 |
+
- multilabel
|
21 |
+
- classification
|
22 |
+
- emotion-classification
|
23 |
+
- emotion-recognition
|
24 |
+
- emotion
|
25 |
datasets:
|
26 |
- cedr
|
27 |
---
|
|
|
53 |
|
54 |
```python
|
55 |
from transformers import pipeline
|
56 |
+
model = pipeline(model="seara/rubert-tiny2-cedr-russian-emotion")
|
57 |
model("Привет, ты мне нравишься!")
|
58 |
# [{'label': 'joy', 'score': 0.9605025053024292}]
|
59 |
```
|