Update README.md
Browse files
README.md
CHANGED
@@ -93,15 +93,4 @@ from transformers import pipeline
|
|
93 |
model = pipeline(model="r1char9/rubert-tiny2-ru-go-emotions")
|
94 |
model("Привет, ты мне нравишься!")
|
95 |
# [{'label': 'love', 'score': 0.5955629944801331}]
|
96 |
-
```
|
97 |
-
|
98 |
-
## Metrics:
|
99 |
-
|
100 |
-
```
|
101 |
-
write draw neutral micro avg macro avg weighted avg \
|
102 |
-
precision 1.0 1.0 1.0 1.0 1.0 1.0
|
103 |
-
recall 1.0 1.0 1.0 1.0 1.0 1.0
|
104 |
-
f1-score 1.0 1.0 1.0 1.0 1.0 1.0
|
105 |
-
support 155.0 117.0 19.0 291.0 291.0 291.0
|
106 |
-
auc-roc 1.0 1.0 1.0 1.0 1.0 1.0
|
107 |
```
|
|
|
93 |
model = pipeline(model="r1char9/rubert-tiny2-ru-go-emotions")
|
94 |
model("Привет, ты мне нравишься!")
|
95 |
# [{'label': 'love', 'score': 0.5955629944801331}]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
```
|