r1char9 commited on
Commit
5125641
1 Parent(s): 3b557a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -11
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
  ```